.wide{width:100%;margin-top:10px}.guest-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(125deg,#063b83,#0877e8);color:#fff;border-radius:14px;padding:28px;margin-bottom:18px}.guest-hero h2{font-size:29px;margin:5px 0}.guest-hero p{color:#dbeafe}.guest-hero .primary{background:#fff;color:#084a9f}.reservation-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;margin:12px 0}.reservation-card .topline{display:flex;justify-content:space-between;gap:10px}.favorite-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.favorite-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.favorite-card img{width:100%;height:170px;object-fit:cover}.favorite-card div{padding:14px}.profile-photo{width:84px;height:84px;border-radius:50%;object-fit:cover;background:#e5e7eb;border:4px solid #fff;box-shadow:0 4px 14px #0002}.notification-row,.ticket-row{display:block;width:100%;text-align:left;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;margin:8px 0}.notification-row.new{border-left:4px solid var(--brand2);background:#eff6ff}.impersonation-bar{position:fixed;z-index:1000;top:12px;left:50%;transform:translateX(-50%);background:#fff4d7;border:1px solid #f3c45a;border-radius:12px;padding:10px 14px;box-shadow:0 8px 24px #0002;color:#6b4b00}.impersonation-bar button{margin-left:10px;border:0;border-radius:8px;padding:7px 10px;background:#fff;color:#084a9f;font-weight:700}@media(max-width:760px){.guest-hero{display:block}.favorite-grid{grid-template-columns:1fr}.impersonation-bar{width:calc(100% - 28px)}}
