.account-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.account-heading .eyebrow{display:block;margin-bottom:5px}.account-heading p{margin:0;color:var(--muted);font-size:14px}.account-tabs{display:flex;gap:24px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--line);margin-bottom:30px}.account-tabs>a{display:flex;gap:7px;align-items:center;white-space:nowrap;font-size:13px;font-weight:700;color:var(--muted);padding:16px 0;border-bottom:3px solid transparent;min-height:48px}.account-tabs>a.active{color:var(--orange-dark);border-color:var(--orange)}.account-tabs .icon{width:17px;height:17px}.account-nav-dot{width:6px;height:6px;background:var(--orange);border-radius:50%}.account-content{min-width:0}.account-content>.section{margin:0}.account-welcome{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:15px 0 25px}.account-welcome h1{font-size:36px}.account-welcome p{color:var(--muted);font-size:15px}.account-avatar{width:70px;height:70px;background:var(--navy);color:white;border-radius:22px;display:grid;place-items:center;font-weight:800;font-size:24px;flex-shrink:0}.account-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0 36px}.account-metric{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;background:white;padding:22px;transition:transform .2s,box-shadow .2s}.account-metric:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.account-metric strong{font:800 33px Manrope,sans-serif}.account-metric span{font-size:13px;color:var(--muted);display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:5px}.account-venue-row{display:flex;gap:20px;align-items:center;background:white;border:1px solid var(--line);border-radius:16px;padding:18px}.account-venue-row .photo{width:80px;height:70px;border-radius:10px;flex-shrink:0}.account-venue-row h3{margin-bottom:5px}.account-venue-row p{margin:0}.account-venue-row .btn{margin-left:auto}.account-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:26px 0}.account-mini-row{display:flex;gap:16px;align-items:center;padding:15px 0;border-top:1px solid var(--line);font-size:14px}.account-mini-row p{margin:4px 0 0}.account-mini-row>a{margin-left:auto}.account-message-preview{display:flex;align-items:center;width:100%;gap:12px;background:none;border:0;border-top:1px solid var(--line);padding:18px 0;text-align:left;color:var(--ink)}.account-message-preview>span:nth-child(2){min-width:0;flex:1}.account-message-preview strong{font-size:14px}.account-message-preview small{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-top:4px}.account-message-preview i,.conversation-dot{width:7px;height:7px;background:var(--orange);border-radius:50%;flex-shrink:0}.account-save{margin:12px 0 22px}.account-save[aria-pressed=true]{background:#fff0e8;color:var(--orange-dark);border-color:#f4bb9d}.payment-list{margin-top:24px}.payment-row{display:flex;align-items:center;gap:18px;padding:22px;background:white;border:1px solid var(--line);border-radius:14px;margin-bottom:12px}.payment-row>div:nth-child(2){flex:1}.payment-row p{margin:4px 0}.payment-amount{text-align:right}.payment-amount small{display:block}.credit-hero{background:var(--navy);color:white;border-radius:20px;padding:30px;margin:22px 0}.credit-hero .eyebrow{color:#b6d2e3}.credit-hero>strong{display:block;font:800 52px Manrope,sans-serif}.credit-hero>strong span{font-size:15px;font-weight:500}.credit-hero p{margin:10px 0}.credit-hero small{color:#c2d6e3}.messenger{display:grid;grid-template-columns:310px minmax(0,1fr);height:610px;background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.conversation-list{border-right:1px solid var(--line);overflow:auto}.conversation-search{display:flex;gap:8px;align-items:center;border-bottom:1px solid var(--line);padding:20px 15px}.conversation-search input{border:0;width:100%;min-width:0;font-size:13px;padding:5px 0}.conversation{display:flex;align-items:center;gap:10px;background:white;border:0;border-bottom:1px solid var(--line);padding:20px 15px;width:100%;text-align:left;color:var(--ink)}.conversation>span:nth-child(2){flex:1;min-width:0}.conversation strong{font-size:13px}.conversation small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:5px 0;font-size:12px}.conversation em{font-size:11px;font-style:normal;color:var(--muted)}.conversation.active{background:#edf4f9;box-shadow:inset 3px 0 var(--navy)}.conversation .review-avatar{flex-shrink:0}.conversation-pane{display:flex;flex-direction:column;min-width:0;min-height:0}.conversation-pane>.empty{height:100%;border:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.conversation-header{display:flex;align-items:center;gap:12px;padding:18px 22px;border-bottom:1px solid var(--line)}.conversation-header h3{font-size:16px;margin-bottom:3px}.conversation-header p{margin:0;font-size:11px}.conversation-header>.btn{margin-left:auto;font-size:12px}.conversation-booking{display:flex;gap:9px;align-items:center;padding:11px 22px;background:#f5f8fb;font-size:12px;color:var(--navy)}.message-history{flex:1;overflow:auto;padding:22px;display:flex;flex-direction:column;gap:16px;min-height:0}.message-bubble{max-width:85%;align-self:flex-start;background:#f0f4f7;padding:13px 16px;border-radius:14px 14px 14px 3px}.message-bubble.mine{align-self:flex-end;background:var(--navy);color:white;border-radius:14px 14px 3px 14px}.message-bubble p{font-size:14px;line-height:1.6;margin:0 0 7px;overflow-wrap:anywhere;white-space:pre-wrap}.message-bubble small{font-size:10px}.message-bubble.mine small{color:#bfd3e0}.message-demo-note{text-align:center;font-size:11px;color:var(--muted);margin:0}.message-composer{display:flex;gap:12px;align-items:center;padding:16px 22px;border-top:1px solid var(--line)}.message-composer textarea{min-width:0;flex:1;border:1px solid var(--line);border-radius:10px;padding:10px 12px;resize:none;font:14px/1.5 'DM Sans',sans-serif}.message-composer button{width:44px;padding:0}.conversation-back{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dashboard-link{white-space:nowrap;font-size:12px;padding:8px 12px}.account-content .bookings-page .booking-hub-layout{grid-template-columns:minmax(0,1fr) 260px}@media(max-width:1100px){.dashboard-link{display:none}.account-tabs{gap:20px}.account-content .bookings-page .booking-hub-layout{grid-template-columns:1fr}.messenger{grid-template-columns:260px minmax(0,1fr)}}@media(max-width:850px){.account-metrics{grid-template-columns:repeat(2,1fr)}.account-overview-grid{grid-template-columns:1fr}.account-heading{align-items:flex-start}.account-heading>.text-link{white-space:nowrap}.messenger{grid-template-columns:230px minmax(0,1fr)}.conversation-header{padding:14px}.message-history{padding:15px}}@media(max-width:600px){.account-heading{display:block;margin-bottom:12px}.account-heading>.text-link{margin-top:10px}.account-tabs{margin:0 -20px 25px;padding:0 20px;gap:23px}.account-tabs a{font-size:12px}.account-tabs .icon{width:16px}.account-welcome h1{font-size:28px}.account-avatar{display:none}.account-welcome p{font-size:13px}.account-metrics{gap:12px;margin-bottom:25px}.account-metric{padding:18px}.account-metric strong{font-size:29px}.account-metric span{font-size:11px}.account-venue-row{flex-wrap:wrap;padding:16px;gap:12px}.account-venue-row .photo{width:58px;height:58px}.account-venue-row h3{font-size:16px}.account-venue-row .meta{font-size:11px}.account-venue-row .btn{margin:0;width:100%}.account-content h1{font-size:29px}.account-overview-grid{gap:15px}.payment-row{flex-wrap:wrap;padding:16px;gap:12px}.payment-row>div:nth-child(2){min-width:160px}.payment-row>.btn{margin-left:auto}.payment-row strong{font-size:14px}.payment-row .notification-symbol{display:none}.messenger{display:block;height:580px}.conversation-list{height:100%;border-right:0}.conversation-pane{display:none;height:100%}.conversation-open .conversation-list{display:none}.conversation-open .conversation-pane{display:flex}.conversation-back{display:grid;flex-shrink:0}.conversation-header{padding:13px 12px;gap:8px}.conversation-header h3{font-size:14px}.conversation-header>.btn{font-size:10px;padding:8px;min-height:40px}.conversation-header p{font-size:10px}.conversation-booking{padding:10px 13px;font-size:11px}.message-composer{padding:12px;gap:8px}.message-bubble{max-width:92%}.message-bubble p{font-size:13px}.conversation-search input{min-height:30px}.account-content .section-head{align-items:flex-start}.account-content .section-head>div{min-width:0}.account-content .section-head .btn{max-width:150px}.credit-hero{padding:24px}.credit-hero>strong{font-size:45px}}
.account-overview-grid>*,.account-metrics>*,.account-mini-row>div{min-width:0}.account-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:850px){.account-overview-grid{grid-template-columns:minmax(0,1fr)}.account-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
.credit-selector{min-width:280px;margin:0}.credit-selector select{width:100%;min-height:46px}.credit-heading{align-items:center}.credit-empty{padding:28px 0}.credit-selector>span{font-size:12px;font-weight:700}@media(max-width:650px){.credit-heading{align-items:stretch;flex-direction:column;gap:18px}.credit-selector{min-width:0;width:100%}}
.dropdown.account-menu-panel{width:292px;padding:8px;border:1px solid #e0e8ef;border-radius:18px;box-shadow:0 18px 55px #16395220;background:#fff;max-height:calc(100dvh - 100px);overflow:auto}.account-menu-profile{display:flex;align-items:center;gap:12px;padding:14px 12px 18px}.account-menu-avatar{width:42px;height:42px;border-radius:50%;background:#073b63;color:#fff;display:grid;place-items:center;font-size:13px;font-weight:800;flex-shrink:0}.account-menu-profile strong{display:block;font-size:14px;color:#123c59}.account-menu-profile small{display:block;font-size:11px;color:#7a8b99;margin-top:4px}.account-menu-group{padding:5px 0;border-top:1px solid #edf1f5}.dropdown .account-menu-item{display:flex;align-items:center;gap:10px;padding:10px 12px;min-height:42px;border-radius:9px;font-size:13px;color:#24465e;transition:background .15s,color .15s}.account-menu-item>.icon:last-child,.account-menu-item>svg:last-child{margin-left:auto;width:13px;height:13px;color:#a6b3bf}.account-menu-icon{display:flex;color:#778d9e}.account-menu-icon svg{width:17px;height:17px}.dropdown .account-menu-item:hover,.dropdown .account-menu-item:focus-visible{background:#f0f6fa;color:#073b63;outline-offset:-2px}.dropdown .account-menu-signout{display:flex;align-items:center;gap:10px;width:100%;min-height:44px;border:0;border-top:1px solid #edf1f5;border-radius:0 0 10px 10px;padding:12px;color:#b64b30;background:white;font-size:12px}.account-menu-signout svg{width:16px;height:16px}.dropdown .account-menu-signout:hover{background:#fff4ef}.header .avatar{background:#073b63;color:white;font-weight:700}@media(max-width:650px){.dropdown.account-menu-panel{right:12px;left:auto;width:min(292px,calc(100vw - 24px));max-height:calc(100dvh - 92px)}.dropdown .account-menu-item{min-height:44px;padding:10px 12px}}
.settings-page{max-width:1100px;margin:auto}.settings-page h1{margin-top:18px}.settings-layout{display:grid;grid-template-columns:190px 1fr;gap:32px;margin-top:28px}.settings-nav{display:flex;flex-direction:column;gap:8px;align-self:start;position:sticky;top:100px}.settings-nav a{padding:12px;border-radius:8px;font-size:13px}.settings-nav a:hover{background:#eaf1f6}.settings-layout .panel{margin-bottom:20px;scroll-margin-top:100px}.settings-layout h2{font-size:21px}.settings-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.settings-photo{display:flex;gap:20px;align-items:center;padding:20px 0}.settings-avatar{width:72px;height:72px;border-radius:50%;background:#073b63;color:white;display:grid;place-items:center;overflow:hidden;flex-shrink:0}.settings-avatar img{width:100%;height:100%;object-fit:cover}.settings-photo small{font-size:10px;color:#748493}.settings-photo input{max-width:100%;font-size:12px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid #e7edf2}.settings-row strong{font-size:14px}.settings-row p{font-size:12px;color:#748493;margin:5px 0}.settings-row>div:last-child{display:flex;gap:8px;flex-wrap:wrap}.settings-row .btn,.settings-danger .btn{font-size:12px}.settings-danger .btn{margin-right:8px}.settings-danger{border-color:#eed9d4!important}.settings-layout summary{cursor:pointer;padding:16px 0;font-size:13px}@media(max-width:650px){.settings-layout{grid-template-columns:1fr;gap:16px}.settings-nav{position:static;flex-direction:row;overflow:auto;gap:4px}.settings-nav a{white-space:nowrap;font-size:11px;padding:8px}.settings-fields{grid-template-columns:1fr}.settings-row{align-items:flex-start;flex-direction:column}.settings-photo{align-items:flex-start}.settings-photo .field{min-width:0}.settings-layout .panel{padding:20px}}
