.schedule-page-header{align-items:center}.schedule-notice{margin-bottom:1rem}.schedule-workspace{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:1rem;align-items:start}.schedule-calendar-panel,.schedule-day-panel{overflow:hidden}.schedule-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding:1.15rem 1.25rem .95rem}.schedule-calendar-toolbar h2,.schedule-calendar-toolbar p{margin-bottom:0}.schedule-calendar-actions{display:flex;gap:.45rem}.calendar-nav-button,.schedule-close-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:11px;background:var(--white);color:var(--navy-deep);font-size:1.4rem;line-height:1}.calendar-nav-button:hover,.schedule-close-button:hover{border-color:var(--gold);background:#fffaf0}.schedule-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.8rem 1.25rem;border-bottom:1px solid var(--border);color:var(--slate);font-size:.78rem;font-weight:700}.schedule-legend span{display:inline-flex;align-items:center;gap:.4rem}.calendar-signal{display:inline-block;width:8px;height:8px;border-radius:50%}.calendar-signal-booked{background:var(--navy)}.calendar-signal-open{background:var(--gold)}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendar-weekdays{background:var(--cream);border-bottom:1px solid var(--border)}.calendar-weekdays span{padding:.72rem .5rem;color:var(--slate);font-size:.72rem;font-weight:850;letter-spacing:.06em;text-align:center;text-transform:uppercase}.calendar-grid{background:var(--border);gap:1px;transition:opacity .14s ease}.calendar-grid.is-loading{opacity:.55}.calendar-day{position:relative;display:flex;min-height:118px;flex-direction:column;align-items:flex-start;border:0;padding:.75rem;background:var(--white);color:var(--navy-deep);text-align:left;transition:background .12s ease,box-shadow .12s ease}.calendar-day:hover{z-index:1;background:#fffdf8;box-shadow:inset 0 0 0 2px #c79a3b5c}.calendar-day.is-outside{background:#faf9f6;color:#9aa1a7}.calendar-day.is-selected{z-index:2;background:#fff9eb;box-shadow:inset 0 0 0 2px var(--gold)}.calendar-day-number{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;font-size:.86rem;font-weight:850}.calendar-day.is-today .calendar-day-number{background:var(--navy-deep);color:var(--white)}.calendar-day-signals{display:flex;gap:.35rem;margin-top:auto;padding-top:.85rem}.calendar-day-summary{display:grid;gap:.08rem;margin-top:.3rem;color:var(--slate);font-size:.68rem;font-weight:700}.calendar-day.is-outside .calendar-day-summary,.calendar-day.is-outside .calendar-day-signals{opacity:.55}.schedule-day-panel{position:sticky;top:88px}.schedule-day-heading{border-bottom:1px solid var(--border);padding:1.2rem 1.25rem}.schedule-day-heading h2,.schedule-day-heading p{margin-bottom:0}.schedule-day-heading h2{font-size:1.35rem}.schedule-day-section{padding:1.15rem 1.25rem;border-bottom:1px solid var(--border)}.schedule-day-section:last-child{border-bottom:0}.schedule-section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.schedule-section-heading h3{margin:0;font-size:.95rem}.schedule-section-heading>span{display:grid;min-width:26px;height:26px;place-items:center;border-radius:999px;background:var(--cream);color:var(--slate);font-size:.72rem;font-weight:800}.schedule-empty-copy{margin:0;font-size:.84rem}.schedule-appointment-list,.schedule-slot-list{display:grid;gap:.65rem}.schedule-appointment-card{border:1px solid var(--border);border-radius:12px;padding:.85rem;background:#fbfaf7}.schedule-appointment-card h4{margin:.65rem 0 .25rem;color:var(--navy-deep);font-size:.9rem}.schedule-appointment-card p{margin:0;font-size:.8rem}.schedule-appointment-time{display:flex;align-items:center;justify-content:space-between;gap:.65rem;color:var(--navy);font-size:.78rem}.schedule-status{border-radius:999px;padding:.28rem .45rem;background:var(--cream-deep);color:var(--slate);font-size:.64rem;font-weight:800;white-space:nowrap}.schedule-status-scheduled,.schedule-status-in_progress{background:#c79a3b21;color:#80601d}.schedule-status-completed{background:#2f6c4f1f;color:var(--success)}.schedule-status-cancelled{background:#9b3f3f1a;color:var(--error)}.schedule-slot{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.8rem;border:1px solid var(--border);border-radius:11px;padding:.72rem .8rem;background:var(--white);color:var(--navy-deep);text-align:left}.schedule-slot:hover{border-color:var(--gold);background:#fffdf8}.schedule-slot.is-selected{border-color:var(--gold);background:#fff7e3;box-shadow:inset 0 0 0 1px var(--gold)}.schedule-slot strong{font-size:.82rem}.schedule-slot span{color:var(--success);font-size:.7rem;font-weight:800}.schedule-booking-panel{margin-top:1rem;overflow:hidden}.schedule-booking-panel .panel-heading h2{font-size:1.25rem}.schedule-booking-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem}.schedule-booking-form label{display:grid;gap:.45rem}.schedule-booking-form label>span{color:var(--navy-deep);font-size:.82rem;font-weight:800}.schedule-booking-form select,.schedule-booking-form textarea{width:100%;border:1px solid var(--border);border-radius:11px;padding:.72rem .8rem;background:var(--white);color:var(--charcoal);font:inherit}.schedule-booking-form select{min-height:46px}.schedule-booking-form select:focus,.schedule-booking-form textarea:focus{outline:2px solid rgba(199,154,59,.24);outline-offset:1px;border-color:var(--gold)}.schedule-booking-form small{color:var(--slate);font-size:.72rem;font-weight:500}.schedule-notes-field,.schedule-booking-summary,.schedule-booking-message{grid-column:1 / -1}.schedule-property-placeholder{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:.8rem;border:1px dashed var(--border);border-radius:11px;padding:.72rem .8rem;background:var(--cream);color:var(--slate);font-size:.78rem}.schedule-property-placeholder a{color:var(--navy);font-weight:800;white-space:nowrap}.schedule-booking-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--border);padding-top:1rem}.schedule-booking-summary>div{display:grid;gap:.2rem}.schedule-booking-summary span{color:var(--slate);font-size:.72rem;font-weight:700}.schedule-booking-summary strong{color:var(--navy-deep);font-size:.88rem}.schedule-booking-message{margin:0;border-radius:10px;padding:.7rem .8rem;background:var(--info-bg);color:#385d73;font-size:.82rem;font-weight:650}@media(max-width:1080px){.schedule-workspace{grid-template-columns:1fr}.schedule-day-panel{position:static}.schedule-day-panel{display:grid;grid-template-columns:1fr 1fr}.schedule-day-heading{grid-column:1 / -1}.schedule-day-section{border-bottom:0}.schedule-day-section+.schedule-day-section{border-left:1px solid var(--border)}}@media(max-width:760px){.schedule-page-header{align-items:flex-start}.schedule-calendar-toolbar,.schedule-legend{padding-inline:.9rem}.calendar-day{min-height:86px;padding:.5rem}.calendar-day-summary{display:none}.calendar-day-signals{padding-top:.5rem}.schedule-day-panel{display:block}.schedule-day-section+.schedule-day-section{border-left:0;border-top:1px solid var(--border)}.schedule-booking-form{grid-template-columns:1fr}.schedule-notes-field,.schedule-booking-summary,.schedule-booking-message{grid-column:auto}.schedule-booking-summary{align-items:stretch;flex-direction:column}}@media(max-width:520px){.calendar-weekdays span{padding-inline:.25rem;font-size:.62rem}.calendar-day{min-height:70px;padding:.38rem}.calendar-day-number{width:24px;height:24px;font-size:.76rem}.calendar-signal{width:7px;height:7px}.schedule-calendar-toolbar h2{font-size:1.2rem}.calendar-nav-button{width:38px;height:38px}.schedule-property-placeholder{align-items:flex-start;flex-direction:column}}:root{--navy: #14263d;--navy-deep: #0b1724;--navy-soft: #1d3958;--gold: #c79a3b;--gold-light: #e4bd68;--cream: #f4f1e9;--cream-deep: #e9e2d4;--white: #ffffff;--charcoal: #202830;--slate: #65717d;--border: #d8d2c5;--success: #2f6c4f;--error: #9b3f3f;--info-bg: #eef4f8;--info-border: #b9cfdd;--shadow: 0 20px 55px rgba(12, 24, 38, .12);--shadow-small: 0 10px 30px rgba(12, 24, 38, .09);--radius: 18px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--charcoal);background:var(--cream);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{min-width:320px;background:var(--cream)}body{margin:0;min-width:320px;min-height:100vh;background:var(--cream)}body,button,input{font:inherit}button,input,a{outline-offset:3px}a{color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy-deep);line-height:1.12}h1{margin-bottom:.8rem;font-size:clamp(2rem,3vw,3.25rem);letter-spacing:-.035em}h2{margin-bottom:.65rem;font-size:clamp(1.35rem,2vw,1.9rem);letter-spacing:-.02em}h3{margin-bottom:.55rem;font-size:1.08rem}p{color:var(--slate);line-height:1.65}.brand-link{display:inline-flex;color:inherit;text-decoration:none}.brand{display:inline-flex;align-items:center;gap:.8rem}.brand-mark{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border:2px solid var(--gold);border-radius:50%;color:var(--gold-light);font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:700}.brand-copy{display:grid;gap:.18rem;line-height:1.1}.brand-copy strong{color:inherit;font-size:1rem}.brand-copy span{color:inherit;font-size:.78rem;opacity:.72}.brand-compact .brand-mark{width:40px;height:40px;flex-basis:40px;font-size:1.25rem}.eyebrow{margin-bottom:.55rem;color:var(--gold);font-size:.76rem;font-weight:800;letter-spacing:.13em;line-height:1.2;text-transform:uppercase}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:12px;padding:.72rem 1rem;font-weight:750;line-height:1.15;text-align:center;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.button:not(:disabled):hover{transform:translateY(-1px)}.button-primary{background:var(--gold);color:var(--navy-deep);box-shadow:0 8px 20px #c79a3b38}.button-primary:not(:disabled):hover{background:var(--gold-light)}.button-secondary{border-color:var(--navy);background:var(--navy);color:var(--white)}.button-ghost-light{border-color:#fff3;background:transparent;color:var(--white)}.button-ghost-light:hover{background:#ffffff12}.button-block{width:100%}.button-small{min-height:38px;padding:.58rem .8rem;font-size:.88rem}.text-link{color:var(--navy);font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}.light-link{color:#ffffffc7}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(360px,.9fr) minmax(480px,1.1fr)}.auth-brand-panel{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 16%,rgba(228,189,104,.17),transparent 31%),linear-gradient(150deg,var(--navy-soft),var(--navy-deep) 68%);color:var(--white)}.auth-brand-panel:after{position:absolute;right:-150px;bottom:-165px;width:410px;height:410px;border:1px solid rgba(228,189,104,.15);border-radius:50%;box-shadow:0 0 0 62px #e4bd6809,0 0 0 124px #e4bd6806;content:""}.auth-brand-inner{position:relative;z-index:1;display:flex;width:min(100%,650px);min-height:100vh;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,4.5rem)}.auth-brand-copy{max-width:520px;margin-block:auto;padding-block:4rem}.auth-brand-copy h1{color:var(--white)}.auth-brand-copy>p:not(.eyebrow){max-width:500px;color:#ffffffb8;font-size:1.05rem}.auth-form-panel{display:grid;place-items:center;padding:clamp(1.5rem,5vw,5rem);background:var(--cream)}.auth-card{width:min(100%,490px);border:1px solid var(--border);border-radius:24px;padding:clamp(1.5rem,4vw,2.5rem);background:var(--white);box-shadow:var(--shadow)}.auth-card h2{margin-bottom:.45rem;font-size:clamp(1.75rem,3vw,2.35rem)}.auth-description{margin-bottom:1.6rem}.auth-form{display:grid;gap:1rem}.auth-form label{display:grid;gap:.45rem}.auth-form label>span{color:var(--navy-deep);font-size:.88rem;font-weight:750}.auth-form input{width:100%;min-height:48px;border:1px solid var(--border);border-radius:11px;padding:.72rem .85rem;background:var(--white);color:var(--charcoal);transition:border-color .14s ease,box-shadow .14s ease}.auth-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c79a3b24}.auth-form small{color:var(--slate);font-size:.78rem}.auth-footer{margin:1.35rem 0 0;padding-top:1.2rem;border-top:1px solid var(--border);color:var(--slate);font-size:.9rem;text-align:center}.auth-footer a{color:var(--navy);font-weight:800}.notice{margin-bottom:1rem;border:1px solid;border-radius:12px;padding:.85rem .95rem;font-size:.86rem;line-height:1.5}.notice-info{border-color:var(--info-border);background:var(--info-bg);color:#385d73}.notice-error,.form-error{color:var(--error)}.notice-error{border-color:#9b3f3f40;background:#9b3f3f12}.form-error{margin:0;font-size:.86rem;font-weight:650}.center-screen{display:grid;min-height:100vh;place-items:center;padding:1.5rem;background:var(--cream)}.loading-card,.not-found-card{display:grid;width:min(100%,460px);justify-items:center;border:1px solid var(--border);border-radius:22px;padding:2.5rem;background:var(--white);box-shadow:var(--shadow-small);text-align:center}.loading-card .brand,.not-found-card .brand{margin-bottom:1.5rem;color:var(--navy-deep)}.spinner{width:30px;height:30px;margin:.7rem 0 1.2rem;border:3px solid var(--cream-deep);border-top-color:var(--gold);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.portal-shell{display:grid;min-height:100vh;grid-template-columns:260px minmax(0,1fr);background:var(--cream)}.portal-sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;padding:1.5rem 1rem;background:var(--navy-deep);color:var(--white)}.sidebar-brand{margin:.25rem .65rem 2rem}.portal-nav{display:grid;gap:.35rem}.portal-nav-link{border-radius:10px;padding:.72rem .8rem;color:#ffffffad;font-size:.92rem;font-weight:700;text-decoration:none;transition:background .14s ease,color .14s ease}.portal-nav-link:hover{background:#ffffff0f;color:var(--white)}.portal-nav-link.is-active{background:#c79a3b24;color:var(--gold-light)}.sidebar-footer{display:grid;gap:.8rem;margin-top:auto;padding:1rem .65rem 0;border-top:1px solid rgba(255,255,255,.1)}.sidebar-footer .text-link{font-size:.84rem}.portal-main{min-width:0}.portal-topbar{position:sticky;top:0;z-index:20;display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(216,210,197,.85);padding:.85rem clamp(1.25rem,4vw,3rem);background:#f4f1e9f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.portal-topbar>div{display:grid;gap:.12rem}.topbar-label{color:var(--slate);font-size:.72rem;font-weight:700;letter-spacing:.03em}.portal-topbar strong{color:var(--navy-deep);font-size:.95rem}.portal-content{width:min(100%,1220px);margin-inline:auto;padding:clamp(1.5rem,4vw,3.25rem)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.page-header>div{max-width:760px}.page-header h1{margin-bottom:.7rem}.page-header p:last-child{margin-bottom:0}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.feature-card{display:flex;min-height:235px;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem;background:var(--white);box-shadow:var(--shadow-small);color:var(--charcoal);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.feature-card:hover{transform:translateY(-2px);border-color:#c5b993;box-shadow:var(--shadow)}.feature-card-primary{border-color:#c79a3b70;background:linear-gradient(145deg,#fffdf7,var(--white))}.feature-kicker{margin-bottom:1.25rem;color:var(--gold);font-size:.72rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.feature-card h2{font-size:1.35rem}.feature-card p{margin-bottom:1.2rem;font-size:.9rem}.card-link{margin-top:auto;color:var(--navy);font-size:.86rem;font-weight:800}.panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-small)}.upcoming-panel{margin-top:1rem}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding:1.2rem 1.35rem}.panel-heading h2,.panel-heading p{margin-bottom:0}.module-status{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.45rem .65rem;background:var(--cream);color:var(--slate);font-size:.74rem;font-weight:700;white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gold)}.empty-state{padding:clamp(2rem,5vw,4rem) 1.35rem;text-align:center}.empty-state p{max-width:620px;margin:0 auto 1.2rem}.not-found-card .eyebrow{margin-top:.6rem}@media(max-width:1050px){.auth-page{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr)}.dashboard-grid{grid-template-columns:1fr 1fr}.feature-card:first-child{grid-column:span 2;min-height:200px}}@media(max-width:820px){.auth-page{display:block}.auth-brand-panel{min-height:auto}.auth-brand-inner{width:100%;min-height:auto;padding:1.35rem}.auth-brand-copy{margin:0;padding:3rem 0 2.3rem}.auth-brand-copy h1{font-size:clamp(2rem,8vw,3.1rem)}.auth-form-panel{padding:1.2rem}.auth-card{margin:-1rem auto 1rem;border-radius:18px}.portal-shell{display:block}.portal-sidebar{position:static;height:auto;padding:.8rem 1rem}.sidebar-brand{margin:0 0 .8rem}.portal-nav{display:flex;gap:.35rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:thin}.portal-nav-link{flex:0 0 auto;padding:.6rem .72rem}.sidebar-footer{display:none}.portal-topbar{top:0;padding:.75rem 1rem}.portal-content{padding:1.35rem 1rem 2rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}}@media(max-width:620px){.auth-brand-copy>p:not(.eyebrow){font-size:.95rem}.dashboard-grid{grid-template-columns:1fr}.feature-card:first-child{grid-column:auto}.feature-card{min-height:210px}.panel-heading{align-items:flex-start;flex-direction:column}.module-status{white-space:normal}.portal-topbar .topbar-label{display:none}.portal-topbar .button{min-height:36px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
