:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fffaf8;--surface:#fff;--surface-soft:#fff4f1;--ink:#2b1022;--muted:#80777c;--line:#eadfdf;--coral:#ff5e58;--coral-dark:#e94d48;--coral-soft:#fff0ed;--green:#2fb675;--green-soft:#e8f8ef;--amber:#e99036;--amber-soft:#fff3e4;--shadow:0 18px 55px #3a192c1c;--sans:Inter, "SF Pro Display", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;--serif:"Songti SC", "STSong", "Noto Serif SC", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;color:var(--ink);background:var(--bg);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button{color:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #ff5e5840}img{max-width:100%;display:block}.brand{color:var(--coral);white-space:nowrap;align-items:center;gap:11px;font-size:22px;font-weight:700;display:inline-flex}.brand svg{stroke-width:1.7px;width:30px;height:30px}.brand--compact{color:var(--ink);font-family:var(--serif);gap:8px;font-size:24px}.brand--compact svg{color:var(--coral);width:25px;height:25px}.role-switcher{z-index:100;color:#61565c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #4a2d3a1f;border-radius:14px;align-items:center;gap:4px;padding:5px;display:flex;position:fixed;top:18px;right:24px;box-shadow:0 8px 30px #3a192c1f}.role-switcher__label{color:#9a9095;letter-spacing:.12em;padding:0 8px;font-size:11px;font-weight:700}.role-switcher button{background:0 0;border:0;border-radius:9px;align-items:center;gap:5px;min-height:34px;padding:0 10px;font-size:12px;font-weight:650;display:flex}.role-switcher button svg{stroke-width:1.8px;width:15px;height:15px}.role-switcher button.is-active{color:var(--coral);background:var(--coral-soft)}.role-switcher__phone{color:#8b8086;border-left:1px solid var(--line);white-space:nowrap;padding:0 7px 0 9px;font-size:11px}.role-switcher .role-switcher__logout{color:#8b8086;width:34px;min-width:34px;padding:0}.role-switcher .role-switcher__logout:hover{color:var(--coral);background:var(--coral-soft)}.auth-page{background:#fff;grid-template-columns:minmax(0,1.16fr) minmax(420px,.84fr);min-height:100vh;display:grid}.auth-story{background:#fff7f3;flex-direction:column;min-height:100vh;padding:40px 54px;display:flex;position:relative;overflow:hidden}.auth-story>.brand{z-index:3;color:var(--ink);font-family:var(--serif);position:relative}.auth-story>.brand svg{color:var(--coral)}.auth-story__copy{z-index:3;width:min(520px,72%);margin-top:auto;padding-bottom:148px;position:relative}.auth-story__copy h1{font-family:var(--serif);letter-spacing:-.055em;margin:0 0 22px;font-size:clamp(48px,5vw,76px);line-height:1.12}.auth-story__copy p{color:#72686d;max-width:440px;margin:0;font-size:16px;line-height:1.8}.auth-trust-list{z-index:3;gap:26px;display:flex;position:absolute;bottom:52px;left:54px}.auth-trust-list span{color:#6c6267;align-items:center;gap:8px;font-size:12px;font-weight:650;display:inline-flex}.auth-trust-list svg{width:18px;height:18px;color:var(--coral);stroke-width:1.7px}.auth-story>img{z-index:1;object-fit:cover;object-position:58% center;width:58%;height:100%;position:absolute;top:0;right:0}.auth-story:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#fff7f3 0%,#fff7f3fa 36%,#fff7f35c 67%,#0000 100%);position:absolute;inset:0}.auth-panel{align-self:center;width:min(430px,100% - 64px);margin:50px auto;padding:8px 0}.auth-panel__icon{width:50px;height:50px;color:var(--coral);background:var(--coral-soft);border-radius:15px;place-items:center;margin-bottom:24px;display:grid}.auth-panel__icon svg{stroke-width:1.7px;width:25px;height:25px}.auth-panel h2{font-family:var(--serif);letter-spacing:-.04em;margin:0 0 9px;font-size:36px}.auth-panel>p{color:var(--muted);margin:0 0 35px;font-size:13px}.auth-panel form{gap:20px;display:grid}.auth-field{gap:9px;display:grid}.auth-field>span{font-size:13px;font-weight:700}.auth-phone-input,.auth-code-input{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:center;min-height:54px;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.auth-phone-input:focus-within,.auth-code-input:focus-within{border-color:var(--coral);box-shadow:0 0 0 3px #ff5e581a}.auth-phone-input b{color:#51464c;border-right:1px solid var(--line);padding:0 15px;font-size:14px;font-weight:650}.auth-phone-input input,.auth-code-input input{background:0 0;border:0;outline:0;flex:1;min-width:0;height:52px;padding:0 15px;font-size:15px}.auth-phone-input input::placeholder,.auth-code-input input::placeholder{color:#b3aaae}.auth-code-input button{min-width:108px;color:var(--coral);border:0;border-left:1px solid var(--line);background:snow;align-self:stretch;padding:0 14px;font-size:12px;font-weight:700}.auth-demo-code{color:#9a5518;background:var(--amber-soft);border-radius:10px;align-items:center;gap:7px;min-height:40px;padding:0 12px;font-size:12px;display:flex}.auth-demo-code svg{width:15px;height:15px}.auth-error{color:#c43d38!important;margin:-4px 0!important;font-size:12px!important}.auth-agreement{color:#847a7f;cursor:pointer;align-items:flex-start;gap:9px;font-size:11px;line-height:1.55;display:flex}.auth-agreement input{accent-color:var(--coral);flex:none;margin:2px 0 0}.auth-submit{color:#fff;background:var(--coral);border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;min-height:54px;font-size:15px;font-weight:750;display:flex;box-shadow:0 12px 28px #ff5e5838}.auth-submit:hover{background:var(--coral-dark)}.auth-submit svg{width:18px;height:18px}.auth-security-note{justify-content:center;align-items:center;gap:7px;display:flex;color:#9a9195!important;margin:24px 0 0!important;font-size:11px!important}.auth-security-note svg{width:14px;height:14px}.icon-button{background:0 0;border:0;border-radius:10px;place-items:center;width:38px;height:38px;padding:0;display:inline-grid}.icon-button:hover{background:#f8f3f3}.icon-button svg{stroke-width:1.7px;width:21px;height:21px}.primary-button{color:#fff;background:var(--coral);border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 22px;font-size:15px;font-weight:700;transition:background .16s,transform .16s;display:inline-flex}.primary-button:hover{background:var(--coral-dark);transform:translateY(-1px)}.status-tag{white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;width:max-content;min-height:25px;padding:3px 9px;font-size:12px;font-weight:650;display:inline-flex}.status-tag--coral{color:var(--coral-dark);background:var(--coral-soft)}.status-tag--success{color:#168a52;background:var(--green-soft)}.status-tag--warning{color:#c36b18;background:var(--amber-soft)}.status-tag--neutral{color:#656065;background:#f1eff0}.status-tag--muted{color:#8c8589;background:#f3f1f2}.customer-page{background:radial-gradient(circle at 84% 6%, #ffded870, transparent 30%), var(--bg);min-height:100vh;padding:0 0 100px}.customer-app{width:min(100%,1180px);margin:0 auto}.customer-header{justify-content:space-between;align-items:center;min-height:82px;padding:0 34px;display:flex}.location-button{background:#ffffffbf;border:0;border-radius:12px;align-items:center;gap:7px;min-height:42px;padding:0 13px;font-size:14px;font-weight:650;display:inline-flex}.location-button svg{stroke-width:1.8px;width:18px;height:18px}.location-button svg:last-child{width:14px}.customer-main{padding:0 34px 52px}.customer-hero{background:#fff7f3;border-radius:30px;grid-template-columns:1fr 1fr;align-items:stretch;min-height:480px;display:grid;position:relative;overflow:hidden}.customer-hero__copy{z-index:2;flex-direction:column;justify-content:center;padding:62px 0 100px 62px;display:flex;position:relative}.customer-hero h1{font-family:var(--serif);letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(46px,5vw,70px);font-weight:750;line-height:1.14}.customer-hero__copy p{color:#766f72;letter-spacing:.02em;margin:0;font-size:20px;line-height:1.7}.customer-hero>img{object-fit:cover;object-position:65% center;width:100%;height:100%;min-height:480px}.customer-hero__sparkle{z-index:2;width:38px;height:38px;color:var(--coral);stroke-width:1.4px;position:absolute;bottom:168px;left:42%;transform:rotate(14deg)}.search-field{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe3;border:1px solid #2b102238;border-radius:19px;align-items:center;gap:13px;width:min(360px,100% - 124px);min-height:54px;padding:0 18px;display:flex;position:absolute;bottom:48px;left:62px}.search-field svg{stroke-width:1.7px;width:22px;height:22px}.search-field input{background:0 0;border:0;outline:0;width:100%;font-size:16px}.search-field input::placeholder{color:#aaa3a6}.customer-section{padding-top:42px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-heading h2{letter-spacing:-.03em;margin:0;font-size:26px}.section-heading>button{color:var(--muted);background:0 0;border:0;align-items:center;gap:3px;font-size:14px;display:inline-flex}.section-heading>button svg{width:17px;height:17px}.artist-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.artist-card{border:1px solid var(--line);background:#fff;border-radius:20px;transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden}.artist-card:hover{transform:translateY(-3px);box-shadow:0 14px 40px #32152414}.artist-card.is-selected{border-color:#ff5e58b3;box-shadow:0 0 0 3px #ff5e5814}.artist-card__media{background:#f1e9e6;border:0;width:100%;height:250px;padding:0;display:block;position:relative;overflow:hidden}.artist-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.artist-card:nth-child(2) .artist-card__media img{object-position:68% center}.artist-card:nth-child(3) .artist-card__media img{transform:scaleX(-1)}.artist-card:hover .artist-card__media img{transform:scale(1.025)}.artist-card:nth-child(3):hover .artist-card__media img{transform:scaleX(-1)scale(1.025)}.artist-card__media span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b1022c7;border-radius:8px;align-items:center;gap:5px;padding:7px 9px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:14px;right:14px}.artist-card__media span svg{width:13px;height:13px}.artist-card__body{padding:18px}.artist-card__title{justify-content:space-between;align-items:center;display:flex}.artist-card__title h3{margin:0;font-size:20px}.artist-card__title span{align-items:center;gap:4px;font-size:14px;font-weight:650;display:inline-flex}.artist-card__title span svg{width:17px;height:17px;color:var(--coral);fill:var(--coral);stroke:var(--coral)}.artist-card__body>p{color:var(--muted);margin:9px 0 18px;font-size:13px}.artist-card__footer{justify-content:space-between;align-items:center;display:flex}.artist-card__footer strong{color:var(--coral);font-size:21px}.artist-card__footer small{font-size:11px}.artist-card__footer button{min-height:36px;color:var(--coral);border:1px solid var(--coral);background:#fff;border-radius:9px;padding:0 13px;font-size:13px;font-weight:650}.schedule-section{max-width:760px;padding-bottom:32px}.date-grid,.time-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.date-grid{margin-bottom:12px}.date-grid button,.time-grid button{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:70px}.date-grid button{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.date-grid strong{font-size:15px}.date-grid span{font-size:14px}.time-grid button{min-height:48px;font-size:16px}.date-grid button.is-selected,.time-grid button.is-selected{color:var(--coral);border-color:var(--coral);background:var(--coral-soft);font-weight:700}.booking-cta{color:#fff;background:var(--coral);border:0;border-radius:16px;justify-content:center;align-items:center;gap:18px;width:min(760px,100%);min-height:62px;font-size:18px;font-weight:750;display:flex;box-shadow:0 12px 26px #ff5e5838}.booking-cta svg{width:22px;height:22px}.customer-nav{z-index:20;width:min(520px,100% - 28px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border:1px solid #2b10221a;border-radius:20px;padding:7px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.customer-nav button{color:#80777c;background:0 0;border:0;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:7px;min-height:48px;font-size:13px;display:flex}.customer-nav button svg{stroke-width:1.8px;width:20px;height:20px}.customer-nav button.is-active{color:var(--coral);background:var(--coral-soft);font-weight:700}.customer-subpage{min-height:680px;padding:36px 0 80px}.subpage-heading{justify-content:space-between;align-items:center;margin-bottom:34px;display:flex}.subpage-heading h1{font-family:var(--serif);margin:0 0 7px;font-size:42px}.subpage-heading p{color:var(--muted);margin:0}.subpage-heading>svg{width:50px;height:50px;color:var(--coral);stroke-width:1.3px}.customer-order-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.customer-order{border:1px solid var(--line);background:#fff;border-radius:18px;padding:22px}.customer-order__top,.customer-order__bottom{justify-content:space-between;align-items:center;gap:16px;display:flex}.customer-order__top>span{color:var(--muted);font-size:13px}.customer-order h2{margin:20px 0 12px;font-size:20px}.customer-order>p{color:var(--muted);gap:8px;margin:8px 0;font-size:13px;line-height:1.55;display:flex}.customer-order>p svg{width:16px;height:16px;color:var(--coral);flex:none}.customer-order__bottom{border-top:1px solid var(--line);margin-top:22px;padding-top:16px}.customer-order__bottom strong{color:var(--coral);font-size:22px}.customer-order__bottom button{border:1px solid var(--line);background:#fff;border-radius:9px;min-height:34px;padding:0 13px;font-size:12px}.message-list{gap:12px;display:grid}.message-list article{border:1px solid var(--line);background:#fff;border-radius:16px;gap:16px;padding:18px;display:flex}.message-icon{width:44px;height:44px;color:var(--coral);background:var(--coral-soft);border-radius:12px;flex:0 0 44px;place-items:center;display:grid}.message-icon svg{width:21px;height:21px}.message-list h2{margin:1px 0 6px;font-size:16px}.message-list p{color:var(--muted);margin:0;font-size:13px}.message-list time{color:#aaa1a5;margin-top:9px;font-size:11px;display:block}.profile-hero{border:1px solid var(--line);background:#fff;border-radius:20px;align-items:center;gap:18px;padding:28px;display:flex}.profile-hero>span{color:#fff;background:var(--coral);width:64px;height:64px;font-family:var(--serif);border-radius:50%;place-items:center;font-size:26px;display:grid}.profile-hero h1{margin:0 0 5px;font-size:24px}.profile-hero p{color:var(--muted);margin:0}.profile-links{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:18px;overflow:hidden}.profile-links button{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:12px;width:100%;min-height:58px;padding:0 18px;display:flex}.profile-links button:last-child{border-bottom:0}.profile-links button svg{width:19px;height:19px;color:var(--coral)}.profile-links button svg:last-child{color:#aaa1a5;margin-left:auto}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#24121c7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.booking-sheet{width:min(680px,100%);max-height:calc(100vh - 48px);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:28px;overflow:auto}.booking-sheet>header,.after-sales-modal>header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.booking-sheet header h2,.after-sales-modal header h2{font-family:var(--serif);margin:0 0 6px;font-size:28px}.booking-sheet header p,.after-sales-modal header p{color:var(--muted);margin:0;font-size:13px}.booking-sheet header button,.after-sales-modal header button{background:#f8f4f4;border:0;border-radius:10px;place-items:center;width:36px;height:36px;padding:0;display:grid}.booking-sheet header svg,.after-sales-modal header svg{width:19px;height:19px}.booking-sheet fieldset{border:0;margin:0;padding:0}.booking-sheet legend{margin-bottom:12px;font-weight:700}.service-options{gap:8px;display:grid}.service-options label{border:1px solid var(--line);cursor:pointer;border-radius:12px;align-items:center;gap:12px;min-height:66px;padding:12px 14px;display:flex}.service-options label.is-selected{border-color:var(--coral);background:var(--coral-soft)}.service-options input{accent-color:var(--coral)}.service-options label span{flex-direction:column;flex:1;gap:3px;display:flex}.service-options label small{color:var(--muted)}.service-options label b{color:var(--coral)}.form-field{gap:8px;margin-top:18px;font-size:14px;font-weight:700;display:grid}.form-field textarea{resize:vertical;width:100%;min-height:72px;color:var(--ink);border:1px solid var(--line);border-radius:11px;outline:0;padding:12px;line-height:1.55}.form-field textarea:focus{border-color:var(--coral)}.booking-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin:18px 0;padding:16px 0;display:flex}.booking-summary strong{color:var(--coral);font-size:24px}.booking-sheet form>.primary-button{width:100%}.success-modal,.after-sales-modal{text-align:center;width:min(420px,100%);box-shadow:var(--shadow);background:#fff;border-radius:24px;padding:30px}.success-icon{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 18px;display:grid}.success-icon svg{width:30px;height:30px}.success-modal h2{font-family:var(--serif);margin:0 0 10px;font-size:28px}.success-modal p{color:var(--muted);margin:0 0 22px;line-height:1.7}.success-modal .primary-button{width:100%}.after-sales-modal{text-align:left}.after-sales-modal form .primary-button{width:100%;margin-top:20px}.dashboard-layout{background:#fff;min-height:100vh;display:flex}.dashboard-sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;flex:0 0 220px;min-height:100vh;padding:32px 20px;display:flex;position:relative}.dashboard-sidebar>.brand{margin:4px 4px 50px}.dashboard-sidebar nav{gap:8px;display:grid}.dashboard-sidebar nav button{text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:13px;min-height:50px;padding:0 14px;font-size:14px;display:flex}.dashboard-sidebar nav button svg{stroke-width:1.7px;width:20px;height:20px}.dashboard-sidebar nav button.is-active{color:var(--coral);background:var(--coral-soft);font-weight:700}.dashboard-sidebar nav button b{color:#fff;background:var(--coral);border-radius:50%;place-items:center;width:20px;height:20px;margin-left:auto;font-size:10px;display:grid}.sidebar-flower{color:#ff5e58c7;stroke-width:.7px;width:100px;height:100px;position:absolute;bottom:70px;left:34px}.collapse-button{min-height:42px;color:var(--muted);border:0;border-top:1px solid var(--line);background:#fff;align-items:center;gap:10px;padding:0 10px;font-size:12px;display:flex;position:absolute;bottom:16px;left:20px;right:20px}.collapse-button svg{width:18px;height:18px}.dashboard-workspace{flex:1;min-width:0}.dashboard-topbar{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex}.topbar-user{color:#61575c;align-items:center;gap:10px;font-size:12px;display:flex}.topbar-user>svg{width:17px;height:17px}.topbar-user>svg:last-child{width:15px}.topbar-user>i{background:var(--line);width:1px;height:25px;margin:0 10px}.topbar-user strong{font-size:13px}.avatar{color:#fff;background:#59434e;border-radius:50%;place-items:center;width:35px;height:35px;font-size:12px;display:grid}.notification{position:relative}.notification i{background:var(--coral);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:5px}.page-title-row{justify-content:space-between;align-items:flex-start;margin-bottom:26px;display:flex}.page-title-row h1{font-family:var(--serif);letter-spacing:-.04em;margin:0 0 7px;font-size:32px}.page-title-row p{color:var(--muted);margin:0;font-size:13px}.page-title-row>svg{width:34px;height:34px;color:var(--coral);stroke-width:1.3px}.toast{z-index:300;color:#fff;min-height:48px;box-shadow:var(--shadow);background:#2d2027;border-radius:13px;align-items:center;gap:9px;padding:0 18px;font-size:13px;animation:.22s both toastIn;display:flex;position:fixed;bottom:34px;left:50%;transform:translate(-50%)}.toast span{color:#2d2027;background:#fff;border-radius:50%;place-items:center;width:21px;height:21px;font-size:12px;display:grid}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,10px)}}.artist-main{grid-template-columns:minmax(620px,1fr) 340px;min-height:calc(100vh - 76px);display:grid}.artist-schedule{min-width:0;padding:40px 30px}.metric-band{border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(3,1fr);margin-bottom:26px;padding:20px;display:grid}.metric-band>div{border-right:1px solid var(--line);flex-direction:column;align-items:center;gap:9px;display:flex}.metric-band>div:last-child{border-right:0}.metric-band span{color:var(--muted);font-size:12px}.metric-band strong{color:var(--coral);font-size:26px;font-weight:600}.schedule-table{border:1px solid var(--line);border-radius:14px;min-height:520px;position:relative;overflow:hidden}.schedule-head,.schedule-row{grid-template-columns:82px 1.25fr .8fr 1.3fr 68px 78px 78px;align-items:center;gap:12px;display:grid}.schedule-head{color:#746a70;border-bottom:1px solid var(--line);min-height:48px;padding:0 18px 0 48px;font-size:11px}.schedule-row{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;width:100%;min-height:82px;padding:0 18px 0 48px;font-size:12px;position:relative}.schedule-row:last-child{border-bottom:0}.schedule-row:hover{background:#fffbfa}.schedule-row.is-selected{background:linear-gradient(90deg,#ff5e5814,#ff5e5805)}.schedule-row>strong{color:#34252d;font-size:20px;font-weight:500}.schedule-row.is-selected>strong{color:var(--coral)}.schedule-row>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.schedule-row>b{font-size:13px;font-weight:500}.schedule-row>em{color:#fff;font-size:11px;font-style:normal}.schedule-row.is-selected>em{background:var(--coral);text-align:center;border-radius:7px;padding:8px 7px}.timeline-line{z-index:2;background:var(--coral);width:1px;position:absolute;top:48px;bottom:42px;left:28px}.timeline-dot{z-index:3;border:2px solid var(--coral);background:#fff;border-radius:50%;width:11px;height:11px;position:absolute;left:23px}.schedule-row.is-selected .timeline-dot{box-shadow:0 0 0 3px #ff5e5829}.order-detail{border-left:1px solid var(--line);background:#fff;flex-direction:column;min-width:0;display:flex}.order-detail>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding:28px 26px 18px;display:flex}.order-detail header h2{font-family:var(--serif);margin:0;font-size:24px}.order-detail header p{color:var(--muted);margin:6px 0 0;font-size:11px}.detail-thumb{object-fit:cover;border-radius:10px;width:84px;height:84px;margin:20px 26px 4px}.artist-detail>dl{margin:0;padding:0 26px}.artist-detail>dl>div{border-bottom:1px solid var(--line);padding:16px 0}.artist-detail dt{color:var(--muted);margin-bottom:7px;font-size:11px}.artist-detail dd{justify-content:space-between;align-items:flex-start;gap:10px;margin:0;font-size:13px;line-height:1.55;display:flex}.artist-detail dd svg{width:18px;height:18px;color:var(--coral);flex:none}.artist-detail dd.price{color:var(--coral);justify-content:flex-start;font-size:20px;font-weight:700}.detail-actions{gap:10px;margin-top:auto;padding:20px 26px 26px;display:grid}.detail-actions>button:not(.primary-button){min-height:44px;color:var(--coral);border:1px solid var(--coral);background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.detail-actions>button svg{width:17px;height:17px}.admin-main{grid-template-columns:minmax(760px,1fr) 360px;min-height:calc(100vh - 76px);display:grid}.admin-content{min-width:0;padding:28px 26px 32px}.admin-metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.admin-metrics article{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:16px;min-height:86px;padding:18px;display:flex}.admin-metrics article>svg{width:34px;height:34px;color:var(--coral);stroke-width:1.4px}.admin-metrics article div{flex-direction:column;gap:2px;display:flex}.admin-metrics article span{color:var(--muted);font-size:11px}.admin-metrics article strong{font-size:22px;font-weight:650}.orders-panel{border:1px solid var(--line);background:#fff;border-radius:12px;overflow:hidden}.filter-bar{border-bottom:1px solid var(--line);align-items:center;gap:10px;min-height:68px;padding:12px 14px;display:flex}.filter-bar select,.filter-bar>button,.date-filter{border:1px solid var(--line);color:#685f64;background:#fff;border-radius:8px;min-height:38px;padding:0 12px;font-size:11px}.date-filter{align-items:center;gap:22px;display:inline-flex}.date-filter svg{width:15px;height:15px}.admin-search{border:1px solid var(--line);border-radius:8px;flex:1;align-items:center;gap:8px;min-height:38px;padding:0 11px;display:flex}.admin-search svg{color:#9a9195;width:16px;height:16px}.admin-search input{border:0;outline:0;width:100%;font-size:11px}.admin-table-wrap{min-height:478px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:900px;font-size:11px}.admin-table th{color:#746b70;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;background:#fff;height:52px;padding:0 11px;font-weight:550}.admin-table td{border-bottom:1px solid var(--line);white-space:nowrap;height:62px;padding:0 11px}.admin-table tbody tr{cursor:pointer;transition:background .14s}.admin-table tbody tr:hover{background:#fffbfa}.admin-table tbody tr.is-selected{box-shadow:inset 3px 0 var(--coral);background:linear-gradient(90deg,#ff5e5817,#ff5e5805)}.admin-table td button{color:var(--coral);background:0 0;border:0;padding:0;font-size:11px}.table-footer{color:#746b70;border-top:1px solid var(--line);justify-content:space-between;align-items:center;min-height:62px;padding:0 16px;font-size:11px;display:flex}.table-footer div{align-items:center;gap:4px;display:flex}.table-footer button{background:#fff;border:0;border-radius:6px;place-items:center;width:30px;height:30px;padding:0;display:grid}.table-footer button.is-active{color:#fff;background:var(--coral)}.table-footer button svg{width:15px;height:15px}.empty-state{color:var(--muted);text-align:center;place-items:center;padding:80px 20px;display:grid}.empty-state svg{color:#c7bfc2;width:36px;height:36px}.empty-state h3{color:var(--ink);margin:13px 0 5px}.empty-state p{margin:0;font-size:12px}.admin-detail{position:relative}.detail-timeline{padding:5px 24px 90px;overflow:auto}.detail-timeline section{border-left:1px solid #ff5e588c;padding:20px 0 16px 18px;position:relative}.detail-timeline section>i{background:var(--coral);width:9px;height:9px;box-shadow:0 0 0 1px var(--coral);border:2px solid #fff;border-radius:50%;position:absolute;top:28px;left:-5px}.detail-timeline h3{align-items:center;gap:8px;margin:0 0 13px;font-size:14px;display:flex}.detail-timeline h3 svg{width:17px;height:17px;color:var(--coral)}.detail-timeline dl{gap:10px;margin:0;display:grid}.detail-timeline dl div{grid-template-columns:82px 1fr;gap:12px;font-size:11px;line-height:1.6;display:grid}.detail-timeline dt{color:var(--muted)}.detail-timeline dd{margin:0}.admin-detail-actions{border-top:1px solid var(--line);background:#fff;grid-template-columns:1fr 1.25fr;margin:auto 0 0;position:sticky;bottom:0}@media (width<=1180px){.dashboard-sidebar{flex-basis:190px;padding-inline:14px}.dashboard-sidebar>.brand{font-size:18px}.artist-main{grid-template-columns:minmax(560px,1fr) 310px}.admin-main{grid-template-columns:minmax(660px,1fr) 330px}.schedule-head,.schedule-row{grid-template-columns:72px 1fr .7fr 1fr 58px 72px 64px;gap:8px}}@media (width<=960px){.auth-page{grid-template-columns:1fr}.auth-story{min-height:390px;padding:30px 34px}.auth-story__copy{margin-top:90px;padding-bottom:70px}.auth-story__copy h1{font-size:48px}.auth-trust-list{bottom:28px;left:34px}.auth-panel{margin-block:52px}.customer-header,.customer-main{padding-inline:24px}.customer-hero{grid-template-columns:1fr 1fr}.customer-hero__copy{padding-left:40px}.search-field{left:40px}.artist-rail{scroll-snap-type:x mandatory;grid-template-columns:repeat(3,280px);padding-bottom:8px;overflow-x:auto}.artist-card{scroll-snap-align:start}.dashboard-sidebar{flex-basis:76px;padding:24px 10px}.dashboard-sidebar .brand span,.dashboard-sidebar nav span,.dashboard-sidebar nav b,.collapse-button,.sidebar-flower{display:none}.dashboard-sidebar .brand{justify-content:center;margin:4px 0 42px}.dashboard-sidebar nav button{justify-content:center;padding:0}.artist-main,.admin-main{grid-template-columns:1fr}.order-detail{z-index:80;width:min(360px,100% - 76px);position:fixed;top:76px;bottom:0;right:0;box-shadow:-18px 0 50px #3119251f}.admin-metrics{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.auth-page{background:#fffaf8;min-height:100vh;display:block}.auth-story{min-height:280px;padding:24px 20px}.auth-story>.brand{font-size:20px}.auth-story>.brand svg{width:24px;height:24px}.auth-story__copy{width:74%;margin-top:48px;padding-bottom:38px}.auth-story__copy h1{margin-bottom:12px;font-size:36px}.auth-story__copy p{font-size:11px;line-height:1.65}.auth-story>img{object-position:60% center;width:62%}.auth-trust-list{display:none}.auth-panel{width:100%;padding:28px 20px calc(32px + env(safe-area-inset-bottom));background:#fff;border-radius:22px 22px 0 0;margin:0;transform:translateY(-12px)}.auth-panel__icon{display:none}.auth-panel h2{font-size:29px}.auth-panel>p{margin-bottom:25px}.auth-panel form{gap:16px}.auth-phone-input,.auth-code-input{min-height:50px}.auth-phone-input input,.auth-code-input input{height:48px}.auth-submit{min-height:50px}.role-switcher{border-radius:12px;gap:2px;padding:4px;top:80px;bottom:auto;right:8px}.role-switcher__label{display:none}.role-switcher button{min-height:33px;padding:0 9px}.role-switcher button span{display:none}.role-switcher button svg{width:17px;height:17px}.role-switcher__phone{display:none}.customer-page{background:var(--bg);padding-bottom:80px}.customer-header{background:#fffaf8eb;min-height:72px;padding:0 18px}.brand--compact{font-size:21px}.brand--compact svg{display:none}.location-button{background:0 0;padding-inline:7px;font-size:12px}.location-button svg{width:16px}.customer-main{padding:0 0 22px}.customer-hero{background:#fff9f6;border-radius:0;min-height:260px;display:block}.customer-hero__copy{width:76%;padding:22px 0 0 20px;position:absolute;top:0;left:0}.customer-hero h1{white-space:nowrap;margin-bottom:12px;font-size:clamp(33px,9vw,36px);line-height:1.15}.customer-hero__copy p{font-size:12px;line-height:1.65}.customer-hero>img{object-position:61% center;min-height:260px;position:absolute;inset:0}.customer-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fffaf7fc 0%,#fffaf7e6 32%,#fffaf71f 67%,#0000 100%);position:absolute;inset:0}.customer-hero__copy,.search-field,.customer-hero__sparkle{z-index:3}.customer-hero__sparkle{width:22px;bottom:72px;left:45%}.search-field{border-radius:14px;width:48%;min-height:40px;padding:0 12px;bottom:14px;left:18px}.search-field svg{width:17px;height:17px}.search-field input{font-size:12px}.customer-section{padding:20px 18px 0}.section-heading{margin-bottom:11px}.section-heading h2{font-size:18px}.section-heading>button{font-size:11px}.artist-rail{grid-template-columns:repeat(3,158px);gap:11px;width:calc(100% + 18px)}.artist-card{border-radius:13px}.artist-card__media{height:100px}.artist-card__media span{padding:5px 6px;font-size:9px;top:8px;right:8px}.artist-card__body{padding:8px}.artist-card__title h3{font-size:15px}.artist-card__title span{gap:2px;font-size:11px}.artist-card__title span svg{width:13px;height:13px}.artist-card__body>p{text-overflow:ellipsis;white-space:nowrap;margin:6px 0 10px;font-size:10px;overflow:hidden}.artist-card__footer strong{font-size:15px}.artist-card__footer button{border-radius:7px;min-height:27px;padding:0 7px;font-size:9px}.schedule-section{padding-top:14px}.date-grid,.time-grid{gap:8px}.date-grid{margin-bottom:6px}.date-grid button{border-radius:11px;min-height:42px}.date-grid strong,.date-grid span{font-size:12px}.time-grid button{border-radius:10px;min-height:34px;font-size:12px}.booking-cta{border-radius:13px;width:calc(100% - 36px);min-height:40px;margin:6px 18px 0;font-size:14px}.customer-nav{border-radius:17px;width:calc(100% - 20px);padding:5px;bottom:10px}.customer-nav button{flex-direction:column;gap:2px;min-height:52px;font-size:10px}.customer-nav button svg{width:20px;height:20px}.customer-subpage{min-height:calc(100vh - 130px);padding:36px 18px 110px}.subpage-heading h1{font-size:34px}.subpage-heading>svg{width:38px;height:38px}.customer-order-list{grid-template-columns:1fr}.modal-backdrop{align-items:end;padding:0}.booking-sheet{width:100%;max-height:92vh;padding:23px 18px calc(24px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.success-modal,.after-sales-modal{width:100%;padding:28px 20px calc(28px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.service-options label{min-height:62px}.service-options label small{font-size:11px}.dashboard-sidebar{display:none}.dashboard-topbar{height:64px;padding:0 12px}.topbar-user>strong,.topbar-user>svg:last-child,.topbar-user>span:not(.avatar),.topbar-user>i{display:none}.artist-main,.admin-main{min-height:calc(100vh - 64px)}.artist-schedule,.admin-content{padding:24px 14px 90px}.page-title-row h1{font-size:28px}.metric-band{padding:16px 8px}.metric-band strong{font-size:21px}.schedule-table{border-radius:12px;min-height:480px}.schedule-head{display:none}.schedule-row{grid-template-columns:62px 1fr 78px;gap:7px;min-height:98px;padding:14px 12px 14px 34px}.schedule-row>strong{font-size:17px}.schedule-row>span:first-of-type{font-weight:650}.schedule-row>span:nth-of-type(2),.schedule-row>span:nth-of-type(3),.schedule-row>b,.schedule-row>em{display:none}.schedule-row .status-tag{justify-self:end}.timeline-line{top:0;left:18px}.timeline-dot{left:13px}.order-detail{width:100%;top:64px}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-metrics article{min-height:76px;padding:12px}.admin-metrics article>svg{width:26px;height:26px}.admin-metrics article strong{font-size:18px}.filter-bar{flex-wrap:wrap}.filter-bar select{flex:1}.date-filter{display:none}.admin-search{flex-basis:70%;order:2}.filter-bar>button:last-child{order:2}.admin-table-wrap{min-height:420px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
