@font-face{font-family:Roboto Local;src:url(/assets/fonts/Roboto-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Roboto Local;src:url(/assets/fonts/Roboto-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Roboto Local;src:url(/assets/fonts/Roboto-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--black: #080a0a;--black-soft: #0c0f0f;--panel: #111414;--card: #171b1b;--card-raised: #1c2121;--line: rgba(255, 255, 255, .08);--line-strong: rgba(232, 185, 126, .28);--gold: #e8b97e;--gold-soft: #f3c992;--gold-wash: rgba(232, 185, 126, .11);--muted: #899191;--muted-light: #b7bebe;--white: #f8f8f5;--green: #6ed19e;--red: #f27b74;--yellow: #f3c86e;--shadow: 0 18px 60px rgba(0, 0, 0, .2);--radius-lg: 24px;--radius-md: 16px;--radius-sm: 12px;--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--viewport-height: 100vh;--viewport-height: var(--viewport-height)}*{box-sizing:border-box}html{min-width:0;background:var(--black);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;min-width:0;overflow-x:hidden;overflow-wrap:break-word;background:var(--black);color:var(--white);font-family:Roboto Local,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.modal-open{overflow:hidden}button,input,textarea,select{font:inherit}button,a,.btn{border:0;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(232,185,126,.14)}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--gold);outline-offset:3px}a{color:inherit}img{display:block;max-width:100%}.muted-line{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;margin:0}.eyebrow{display:block;color:var(--gold);font-size:10px;line-height:1.3;letter-spacing:.16em;font-weight:700}.icon-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gold);color:#111;transition:transform .2s,background .2s}.icon-btn:hover{transform:translateY(-1px);background:var(--gold-soft)}.icon-btn.ghost{background:var(--card);color:var(--white);border:1px solid var(--line)}.icon-btn.ghost:hover{background:var(--card-raised)}.rotate-180{transform:rotate(180deg)}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:13px;font-weight:700;font-size:13px;letter-spacing:.01em;transition:transform .2s,background .2s,opacity .2s;white-space:nowrap}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn-primary{background:var(--gold);color:#0c0d0d}.btn-primary:hover:not(:disabled){background:var(--gold-soft)}.btn-secondary{background:var(--card-raised);color:var(--white);border:1px solid var(--line)}.btn-secondary:hover:not(:disabled){background:#252b2b}.btn-success{background:var(--green);color:#09120d}.btn-danger{background:var(--red);color:#190909}.btn-warning{background:var(--yellow);color:#171106}.btn-small{min-height:34px;padding:0 13px;border-radius:10px;font-size:12px}.btn.is-loading{opacity:.7}.spinner-wrap{display:inline-flex;align-items:center;justify-content:center;gap:8px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.field{display:flex;flex-direction:column;gap:8px;min-width:0}.field-label{display:flex;align-items:baseline;gap:2px;color:#d6dcdb;font-size:12.5px;font-weight:700;line-height:1.3;letter-spacing:.07em;text-transform:uppercase}.field-hint{color:#9da6a5;font-size:11.5px;line-height:1.45;margin-top:-2px}.field-error{color:#ffb3ad;font-size:12px;font-weight:600;line-height:1.4}.field input,.field textarea,.field select,.modal-form input,.modal-form textarea,.modal-form select{width:100%;min-width:0;min-height:50px;padding:0 14px;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fbfbf9;background:#131818;font-size:15px;font-weight:500;line-height:1.4;transition:border .2s,background .2s}.field-is-required input,.field-is-required textarea,.field-is-required select{border-color:#e8b97e57}.field select option{color:#111616;background:#f4f6f5}.field textarea,.modal-form textarea{padding-top:13px;resize:vertical;min-height:96px;line-height:1.5}.field input::placeholder,.field textarea::placeholder{color:#8d9695;font-weight:400}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold);background:#191f1e;color:#fff;outline:none}.field input:disabled,.field input[readonly]{color:#b6bfbe;background:#1a201f;cursor:not-allowed}.field input[type=time]{color-scheme:dark}.select-wrap{position:relative;display:flex;align-items:center}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:38px}.select-wrap>svg{pointer-events:none;position:absolute;right:13px;color:var(--gold)}.form-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-three-col{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(72px,.65fr) minmax(72px,.7fr);gap:8px}.form-three-col input,.editor-item input{min-width:0}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:20px;font-size:10px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block}.status-open,.status-confirmed{color:var(--green);background:#6ed19e1c}.status-closed,.status-cancelled{color:var(--red);background:#f27b741a}.status-pending{color:var(--gold);background:var(--gold-wash)}.status-completed{color:#d5b485;background:#e8b97e17}.status-neutral{color:var(--muted-light);background:#ffffff14}.auth-page{min-height:var(--viewport-height);width:100%;background:var(--black)}.onboarding-page{padding:10px max(10px,var(--safe-right)) max(10px,var(--safe-bottom)) max(10px,var(--safe-left))}.onboarding-slide{position:relative;min-height:calc(var(--viewport-height) - 20px);overflow:hidden;border-radius:25px;background-position:center;background-size:cover}.auth-image-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#050707b3,#0507071a 38%,#050707ed)}.onboarding-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:max(20px,calc(var(--safe-top) + 16px)) max(20px,var(--safe-right)) 0 max(20px,var(--safe-left))}.onboarding-top-actions{display:flex;align-items:center;gap:8px}.skip-button{border:1px solid rgba(232,185,126,.42);background:#0000004d;color:var(--gold);padding:9px 14px;border-radius:30px;font-size:12px;font-weight:700}.install-auth-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 11px;border:1px solid rgba(232,185,126,.4);border-radius:30px;background:#e8b97e1a;color:var(--gold);font-size:11px;font-weight:700;white-space:nowrap}.install-auth-button:hover{background:#e8b97e33}.install-login-button{margin:0 0 16px}.registration-install-button{margin-left:auto}.onboarding-copy{position:absolute;z-index:1;left:max(22px,var(--safe-left));right:max(22px,var(--safe-right));bottom:max(27px,calc(var(--safe-bottom) + 18px))}.onboarding-copy h1{max-width:590px;margin:12px 0;color:var(--white);font-size:clamp(30px,8vw,58px);line-height:1.04;letter-spacing:-.04em}.onboarding-copy p{max-width:440px;margin:0;color:#c6cbca;font-size:14px;line-height:1.55}.onboarding-controls{display:flex;align-items:center;justify-content:space-between;margin-top:28px;gap:14px}.onboarding-dots{display:flex;gap:7px;align-items:center}.onboarding-dots button{width:25px;height:4px;border-radius:10px;background:#ffffff52;padding:0;transition:width .2s,background .2s}.onboarding-dots button.active{width:44px;background:var(--gold)}.next-circle{width:55px;height:55px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gold);color:#0d0e0e}.lets-start-button{min-height:55px;padding:0 28px;border-radius:30px;font-size:15px;letter-spacing:.01em;box-shadow:0 14px 40px #00000059}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--white);white-space:nowrap}.brand-mark{width:46px;height:46px;flex:none;object-fit:contain;border-radius:13px;background:#050505;border:1px solid rgba(232,185,126,.38);box-shadow:0 0 0 3px #e8b97e14}.brand-wordmark{display:inline-flex;align-items:baseline;line-height:1;letter-spacing:-.045em}.brand-cap{color:#fff;font-size:30px;font-weight:800;letter-spacing:-.06em}.brand-lower{color:#f3efe8;font-size:24px;font-weight:700}.brand-light{color:#fff}.brand-light .brand-mark{border-color:#ffffff47}.login-page{display:grid;grid-template-columns:1fr}.auth-visual{display:none;position:relative;overflow:hidden}.auth-visual-image{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/new_background.jpeg) center / cover;filter:saturate(.8)}.auth-visual .auth-image-shade{background:linear-gradient(90deg,#0608084d,#060808c7),linear-gradient(180deg,#06080833,#060808f2)}.auth-visual-content{position:relative;z-index:1;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:calc(36px + var(--safe-top)) clamp(32px,5vw,80px) calc(36px + var(--safe-bottom))}.auth-visual-content>div:nth-child(2){margin:auto 0}.auth-visual-content h1{margin:16px 0;font-size:clamp(42px,5vw,75px);line-height:.99;letter-spacing:-.065em}.auth-visual-content h1 em{color:var(--gold);font-style:normal}.auth-visual-content p{max-width:290px;color:#c2c8c7;font-size:15px;line-height:1.55}.visual-quote{display:flex;align-items:flex-start;gap:8px;max-width:340px;color:#bdc2c1}.visual-quote span{color:var(--gold);font-size:42px;line-height:.7}.visual-quote p{margin:0;font-size:12px}.auth-form-panel{min-height:var(--viewport-height);display:flex;flex-direction:column;justify-content:center;gap:30px;padding:calc(24px + var(--safe-top)) max(22px,var(--safe-right)) calc(26px + var(--safe-bottom)) max(22px,var(--safe-left));background:radial-gradient(circle at 82% 0%,rgba(232,185,126,.09),transparent 28%),var(--black)}.mobile-auth-brand{flex:none;align-self:flex-start;margin:0 0 28px}.auth-form-wrap{width:100%;max-width:460px;margin:0 auto;flex:none}.auth-form-wrap h1,.registration-card h1{margin:13px 0 9px;font-size:clamp(29px,8vw,43px);line-height:1.03;letter-spacing:-.05em}.auth-subtitle{max-width:370px;margin:0 0 26px;color:var(--muted);font-size:14px;line-height:1.5}.role-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:23px;padding:5px;border-radius:14px;background:var(--panel);border:1px solid var(--line)}.role-switch button{min-height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:10px;background:transparent;color:var(--muted);font-size:12px;font-weight:700}.role-switch button.active{color:#111;background:var(--gold)}.phone-input{min-height:48px;display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;background:#101414}.phone-input:focus-within{border-color:var(--gold)}.phone-input span{padding:0 13px;color:var(--gold);font-weight:700;font-size:13px;border-right:1px solid var(--line)}.phone-input input{flex:1;min-width:0;min-height:46px;padding:0 13px;border:0;background:transparent;color:var(--white);outline:0;letter-spacing:.09em}.otp-input{text-align:center;letter-spacing:.55em;font-size:20px!important;font-weight:700}.auth-form-wrap form>.btn,.registration-card form>.btn{width:100%;margin-top:20px;min-height:52px}.form-error{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px;padding:11px 12px;color:#ffc2bd;background:#f27b7417;border:1px solid rgba(242,123,116,.22);border-radius:11px;font-size:12px;line-height:1.4}.resend-link,.back-form-link{display:block;width:100%;background:transparent;color:var(--gold);text-align:center;font-size:12px;font-weight:700}.resend-link{margin-top:18px}.resend-link:disabled{color:#68716f;cursor:not-allowed}.back-form-link{margin-top:17px;color:var(--muted);font-weight:500}.auth-divider{position:relative;display:flex;align-items:center;margin:27px 0 18px;color:#616a69;font-size:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.auth-divider span{padding:0 12px}.auth-legal{max-width:350px;margin:auto auto 0;flex:none;padding:0 6px;color:#59605f;font-size:10px;line-height:1.5;text-align:center}.registration-page{min-height:var(--viewport-height);padding:calc(16px + var(--safe-top)) max(20px,var(--safe-right)) max(20px,var(--safe-bottom)) max(20px,var(--safe-left));background:radial-gradient(circle at 100% 0%,rgba(232,185,126,.1),transparent 34%),var(--black)}.registration-back{width:100%;max-width:540px;margin:0 auto;display:flex;align-items:center;gap:13px}.registration-back .brand{margin-left:3px}.registration-card{width:100%;max-width:540px;margin:max(48px,9vh) auto 40px;padding:clamp(0px,2vw,28px)}.registration-progress{display:flex;gap:6px;margin-bottom:28px}.registration-progress span{height:4px;flex:1;border-radius:4px;background:var(--card)}.registration-progress span.active{background:var(--gold)}.registration-card .auth-subtitle{margin-bottom:26px}.type-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.type-option-grid button{min-height:45px;border:1px solid var(--line);border-radius:11px;background:var(--card);color:var(--muted);font-size:12px;font-weight:700}.type-option-grid button.active{border-color:var(--gold);color:#111;background:var(--gold)}.registration-location{display:flex;align-items:center;gap:7px;margin-top:13px;padding:10px 11px;border:1px solid rgba(243,200,110,.24);border-radius:11px;color:var(--yellow);background:#f3c86e12;font-size:10px;line-height:1.35}.registration-location svg{flex:none}.registration-location span{min-width:0;flex:1}.registration-location.ready{border-color:#6ed19e3d;color:var(--green);background:#6ed19e12}.registration-location button{flex:none;padding:4px 0 4px 6px;color:var(--gold);background:transparent;font-size:10px;font-weight:700}.registration-location button:disabled{opacity:.55}.app-shell{min-height:var(--viewport-height);background:var(--black)}.sidebar{display:none}.workspace{min-width:0;width:100%;min-height:var(--viewport-height);display:flex;flex-direction:column}.workspace-content{flex:1 1 auto;min-height:0;width:100%;max-width:1600px;margin:0 auto;padding:17px max(15px,var(--safe-right)) calc(100px + var(--safe-bottom)) max(15px,var(--safe-left))}.mobile-shell-bar{position:sticky;top:0;z-index:30;flex:none;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:calc(6px + var(--safe-top)) max(15px,var(--safe-right)) 12px max(15px,var(--safe-left));background:var(--black)}.mobile-shell-bar .brand{min-width:0}.mobile-shell-bar .brand-mark{width:44px;height:44px;border-radius:13px}.mobile-shell-bar .brand-cap{font-size:29px}.mobile-shell-bar .brand-lower{font-size:23px}.mobile-menu-button{display:none;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;color:var(--white);background:var(--card)}.mobile-nav{position:fixed;z-index:40;left:max(10px,var(--safe-left));right:max(10px,var(--safe-right));bottom:max(9px,var(--safe-bottom));display:grid;grid-template-columns:repeat(4,1fr);padding:8px 5px 7px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#111414f0;box-shadow:0 12px 45px #00000080;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav button{min-width:0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:3px 2px;color:#6f7978;background:transparent;font-size:9px;font-weight:700;white-space:nowrap}.mobile-nav button.active{color:var(--gold)}.mobile-nav button.active svg{filter:drop-shadow(0 0 5px rgba(232,185,126,.35))}.screen{width:100%;max-width:1460px;margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:53px;margin-bottom:20px}.page-header-leading{min-width:0;display:flex;align-items:center;gap:12px}.page-header-leading>div{min-width:0}.page-header-leading h1{overflow:hidden;margin:3px 0 0;color:var(--white);font-size:25px;line-height:1.1;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.page-header-leading p{margin:5px 0 0;color:#a9b2b1;font-size:12.5px;line-height:1.45}.page-header-compact{margin-bottom:14px}.page-header-action{display:flex;align-items:center;flex:none;gap:8px}.page-actions{display:flex;align-items:center;gap:7px}.notification-button,.refresh-icon-button{position:relative;flex:none;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--gold);color:#111}.notification-button:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px}.refresh-icon-button{background:var(--card);color:var(--gold);border:1px solid var(--line)}.notification-ping{position:absolute;top:8px;right:8px;width:6px;height:6px;border:1px solid #111;border-radius:50%;background:var(--red)}.refresh-text-button,.catalog-label{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:1px solid var(--line);border-radius:10px;color:#d6dcdb;background:var(--card);font-size:11.5px;font-weight:700}.refresh-text-button:disabled{cursor:default;color:#8d9493;opacity:.72}.catalog-label{color:var(--gold);border-color:var(--line-strong)}.home-screen{position:relative}.home-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:17px}.home-topline>div:first-child{min-width:0}.home-topline h1{margin:7px 0 5px;font-size:clamp(28px,7vw,43px);letter-spacing:-.055em;line-height:1}.home-actions{display:flex;align-items:center;flex:none;gap:8px;margin-top:3px}.gender-toggle{display:flex;padding:3px;border-radius:22px;background:var(--card);border:1px solid var(--line)}.gender-toggle button{min-height:29px;padding:0 10px;border-radius:18px;color:var(--muted);background:transparent;font-size:10px;font-weight:700}.gender-toggle button.active{color:#111;background:var(--gold)}.home-search-row{display:flex;gap:8px;margin-bottom:15px}.search-field{min-width:0;flex:1;min-height:48px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--line);border-radius:14px;color:#7e8887;background:var(--card)}.search-field:focus-within{border-color:#e8b97ea6;box-shadow:0 0 0 3px #e8b97e0f}.search-field input{min-width:0;flex:1;height:44px;border:0;outline:0;color:var(--white);background:transparent;font-size:13px}.search-field input::placeholder{color:#707a79}.search-field button{display:flex;padding:2px;color:var(--muted);background:transparent}.filter-button{min-width:73px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:0 8px;border:1px solid var(--line-strong);border-radius:14px;color:var(--gold);background:var(--gold-wash);font-size:10px;font-weight:700}.ad-carousel-wrap{margin-bottom:22px}.ad-carousel{position:relative;overflow:hidden;border-radius:16px;background:#1e2625;touch-action:pan-y;cursor:grab}.ad-carousel:active{cursor:grabbing}.ad-track{display:flex;transition:transform .35s ease}.ad-slide{min-width:100%;height:176px;background:#1e2625}.ad-image{width:100%;height:100%;object-fit:cover}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.carousel-dot{width:7px;height:7px;padding:0;border-radius:7px;background:#555}.carousel-dot.active{width:18px;background:var(--gold)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-bottom:14px}.section-heading>div:first-child{min-width:0}.section-heading h2{margin:5px 0 0;font-size:21px;line-height:1.05;letter-spacing:-.04em}.section-heading.compact{align-items:center;margin-bottom:15px}.result-count{color:var(--muted);font-size:11px}.inline-notice{display:flex;align-items:center;gap:7px;margin:-3px 0 15px;padding:10px 12px;border-radius:10px;color:#e4c3bf;background:#f27b7414;font-size:11px;line-height:1.3}.inline-notice button{margin-left:auto;color:var(--gold);background:transparent;font-size:11px;font-weight:700}.salon-grid{display:grid;grid-template-columns:1fr;gap:14px}.salon-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--card);transition:transform .22s,border .22s,box-shadow .22s}.salon-card:hover{transform:translateY(-3px);border-color:#e8b97e47;box-shadow:0 12px 30px #0003}.salon-card-image-wrap{position:relative;height:190px;overflow:hidden;background:linear-gradient(155deg,#232a29,#141918 60%,#101413)}@supports (aspect-ratio: 16 / 10){.salon-card-image-wrap{height:auto;aspect-ratio:16 / 10}}.salon-card-image{width:100%;height:100%;object-fit:cover;object-position:center}.image-overlay-label{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:8px;color:#e9eeea;background:#0608089e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:9px;font-weight:700}.image-overlay-label .status-dot{color:var(--red)}.image-overlay-label .status-dot.open{color:var(--green)}.distance-chip{position:absolute;bottom:11px;left:12px;display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:7px;color:#111;background:#f1e8dd;font-size:10px;font-weight:700}.bookmark-button{position:absolute;top:10px;right:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;color:#eef0eb;background:#0608088c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.bookmark-button.saved{color:#111;background:var(--gold);border-color:var(--gold)}.salon-card-body{padding:14px}.salon-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.salon-card-heading>div:first-child{min-width:0}.salon-type{display:block;color:#8e9695;font-size:9px;letter-spacing:.12em;font-weight:700}.salon-card h3{overflow:hidden;margin:5px 0 0;font-size:16px;line-height:1.15;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.rating{display:inline-flex;align-items:center;gap:3px;color:var(--gold);font-size:11px;white-space:nowrap}.rating b{color:var(--white);font-size:11px}.rating small{color:var(--muted);font-size:9px}.rating-light b,.rating-light small{color:var(--white)}.salon-address{display:flex;align-items:flex-start;gap:6px;width:100%;margin:10px 0 14px;padding:0;color:var(--gold);background:transparent;text-align:left;font-size:11px;line-height:1.35}.salon-address svg{flex:none;margin-top:1px}.salon-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.wait-copy{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:10px}.card-book-button{min-height:32px;padding:0 12px;border-radius:9px;color:#111;background:var(--gold);font-size:10px;font-weight:700}.card-book-button.disabled{color:#969b9a;background:#2b3030}.home-trust-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin:26px 0 7px;color:#71807c;font-size:9px}.home-trust-row svg{color:var(--gold)}.home-trust-row i{width:3px;height:3px;border-radius:50%;background:#58605f}.booking-tabs{display:flex;gap:6px;overflow-x:auto;margin:-2px 0 17px;padding-bottom:4px;scrollbar-width:none}.booking-tabs::-webkit-scrollbar{display:none}.booking-tabs button{flex:none;min-height:32px;padding:0 11px;border:1px solid var(--line);border-radius:20px;color:var(--muted);background:var(--card);font-size:10px;font-weight:700}.booking-tabs button.active{color:#111;background:var(--gold);border-color:var(--gold)}.booking-tabs button span{margin-left:4px;opacity:.7}.booking-list,.queue-groups,.history-list,.notification-list{display:flex;flex-direction:column;gap:12px}.booking-card{display:flex;min-height:143px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--card)}.booking-calendar{width:61px;flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid var(--line);background:#e8b97e0b}.booking-calendar span{color:var(--gold);font-size:10px;font-weight:700;text-transform:uppercase}.booking-calendar strong{margin:5px 0 2px;font-size:26px;line-height:1}.booking-calendar small{color:var(--muted);font-size:10px}.booking-main{min-width:0;flex:1;padding:14px 13px}.booking-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.booking-title-row>div:first-child{min-width:0}.booking-label{color:var(--gold);font-size:8px;letter-spacing:.14em;font-weight:700}.booking-title-row h3{overflow:hidden;margin:5px 0 2px;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.booking-title-row p{margin:0;color:var(--muted);font-size:11px}.booking-details{display:flex;flex-direction:column;gap:5px;margin-top:12px;color:var(--muted-light);font-size:10px}.booking-details span{display:flex;align-items:center;gap:6px}.booking-details svg{flex:none;color:var(--gold)}.cancel-booking{display:inline-flex;align-items:center;gap:5px;margin-top:12px;padding:0;color:var(--red);background:transparent;font-size:10px;font-weight:700}.product-search{margin-bottom:17px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:var(--card)}.product-image-wrap{position:relative;height:150px;background:linear-gradient(155deg,#262c2b,#161b1a 60%,#111514)}@supports (aspect-ratio: 4 / 3){.product-image-wrap{height:auto;aspect-ratio:4 / 3;max-height:200px}}.product-image{width:100%;height:100%;object-fit:cover;object-position:center}.stock-label{position:absolute;top:9px;left:9px;padding:5px 7px;border-radius:6px;color:#d7efe0;background:#0a120eb8;font-size:8px;font-weight:700}.stock-label.out-stock{color:#ffc6c2;background:#190a0abf}.product-copy{padding:11px}.product-salon{display:block;overflow:hidden;margin-bottom:4px;color:var(--gold);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.product-card h3{overflow:hidden;margin:0 0 10px;font-size:13px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.product-price-row{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:6px}.product-price-row>strong{color:var(--gold);font-size:14px}.product-price-row .rating{transform:scale(.9);transform-origin:right center}.product-manage-row{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:5px;margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.product-manage-row>div:last-child{flex:none}.small-icon-button{width:27px;height:27px;display:inline-flex;align-items:center;justify-content:center;margin-left:3px;border-radius:8px;color:var(--gold);background:var(--gold-wash)}.small-icon-button.danger{color:var(--red);background:#f27b741a}.toggle{display:inline-flex;align-items:center;gap:7px;color:var(--muted-light);font-size:10px;cursor:pointer}.toggle input{position:absolute;opacity:0;pointer-events:none}.toggle-track{position:relative;width:32px;height:18px;padding:2px;border-radius:20px;background:#303636;transition:background .2s}.toggle-track i{display:block;width:14px;height:14px;border-radius:50%;background:#8a9391;transition:transform .2s,background .2s}.toggle input:checked+.toggle-track{background:var(--gold)}.toggle input:checked+.toggle-track i{transform:translate(14px);background:#111}.toggle.disabled{opacity:.5;cursor:not-allowed}.account-loading,.detail-loading{min-height:350px;display:flex;align-items:center;justify-content:center;color:var(--gold)}.profile-card,.salon-profile-hero{position:relative;display:flex;align-items:center;min-width:0;gap:13px;margin-bottom:15px;padding:19px 15px;border:1px solid var(--line);border-radius:21px;background:linear-gradient(135deg,#e8b97e1a,#ffffff06 50%),var(--card)}.profile-avatar,.request-avatar,.history-avatar{width:53px;height:53px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:17px;color:#111;background:var(--gold);font-size:17px;font-weight:700}.profile-copy{min-width:0;flex:1}.profile-copy h2,.salon-profile-copy h2{overflow:hidden;margin:5px 0;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.profile-copy p,.salon-profile-copy p{display:flex;align-items:flex-start;gap:5px;margin:0;color:var(--muted);font-size:11px;overflow-wrap:anywhere}.profile-copy p svg,.salon-profile-copy p svg{flex:none;margin-top:1px}.edit-profile-button{display:inline-flex;align-items:center;gap:5px;padding:8px 9px;border-radius:9px;color:var(--gold);background:#e8b97e1f;font-size:10px;font-weight:700}.customer-profile-card{flex-direction:column;align-items:center;text-align:center;gap:4px;padding:22px 16px}.customer-profile-card .profile-copy{flex:none;display:flex;flex-direction:column;align-items:center}.customer-profile-card .profile-copy h2{overflow:visible;margin:0;font-weight:800;text-transform:capitalize;white-space:normal}.customer-profile-card .profile-copy p{justify-content:center;margin-top:4px}.customer-profile-card .edit-profile-button{margin:14px 0 0;padding:8px 24px;border-radius:20px;color:#0c0d0d;background:var(--gold);font-size:13px;font-weight:700}.account-card{overflow:hidden;margin-bottom:16px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.account-menu-row{width:100%;display:flex;align-items:center;gap:11px;padding:15px 13px;border-bottom:1px solid var(--line);color:var(--muted);background:transparent;text-align:left}.account-menu-row:last-child{border-bottom:0}.account-menu-row:hover{background:#ffffff06}.account-menu-icon{width:31px;height:31px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:10px;color:var(--gold);background:var(--gold-wash)}.account-menu-row>span:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.account-menu-row strong{color:var(--white);font-size:12px;font-weight:500}.account-menu-row small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.account-menu-row>svg{color:#687171}.logout-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;margin-bottom:16px;padding:13px 15px;border:1px solid rgba(242,123,116,.22);border-radius:14px;color:var(--red);background:#f27b7414;font-size:13px;font-weight:700}.logout-button svg{flex:none}.logout-button:hover{background:#f27b7424;border-color:#f27b7457}.logout-button:active{background:#f27b7433}.version-label{margin:18px 0;color:#59615f;font-size:9px;text-align:center}.empty-state{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 18px;text-align:center}.empty-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:13px;border-radius:20px;color:var(--gold);background:var(--gold-wash)}.empty-state h3{margin:0;font-size:16px}.empty-state p{max-width:275px;margin:7px 0 15px;color:var(--muted);font-size:12px;line-height:1.45}.empty-state .btn{min-height:38px;font-size:11px}.detail-screen .page-header{margin-bottom:14px}.detail-hero{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--card)}.detail-gallery{position:relative;min-height:234px;background:#222a29}.detail-main-image{width:100%;height:234px;object-fit:cover;object-position:center;cursor:zoom-in}@supports (aspect-ratio: 3 / 2){.detail-main-image{height:auto;aspect-ratio:3 / 2}}.gallery-expand{position:absolute;top:12px;right:12px;width:33px;height:33px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:var(--white);background:#07090994}.gallery-thumbs{position:absolute;bottom:12px;left:12px;display:flex;gap:6px}.gallery-thumbs button{width:38px;height:31px;overflow:hidden;padding:0;border:1px solid transparent;border-radius:7px;opacity:.65;background:#222}.gallery-thumbs button.active{border-color:var(--gold);opacity:1}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.detail-overview{padding:17px 15px}.detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:9px}.detail-title-row>div:first-child{min-width:0}.detail-title-row h2{margin:5px 0 0;font-size:21px;letter-spacing:-.04em}.detail-status-line{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:13px 0;color:var(--muted);font-size:10px}.detail-status-line>span:last-child{display:inline-flex;align-items:center;gap:5px}.detail-location{width:100%;display:flex;align-items:flex-start;gap:8px;padding:0;color:var(--gold);background:transparent;text-align:left;font-size:12px;line-height:1.4}.detail-location svg:first-child{flex:none}.detail-location span{flex:1}.detail-location svg:last-child{flex:none;margin-top:2px;color:var(--muted)}.detail-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:19px}.detail-stat-grid>div{display:flex;align-items:flex-start;gap:6px;padding:10px 7px;border-radius:11px;background:#121717}.detail-stat-grid svg{flex:none;color:var(--gold)}.detail-stat-grid span{display:flex;flex-direction:column;gap:4px;min-width:0}.detail-stat-grid small{color:var(--muted);font-size:8px}.detail-stat-grid strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.arrival-note{display:flex;align-items:flex-start;gap:7px;margin-top:16px;padding:11px;border-radius:11px;color:var(--muted);background:var(--gold-wash);font-size:10px;line-height:1.4}.arrival-note svg{flex:none;color:var(--gold)}.arrival-note strong{color:var(--gold)}.detail-section{margin-top:25px}.service-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.service-preview{min-width:0;display:flex;flex-direction:column;gap:7px;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--card)}.service-preview svg{color:var(--gold)}.service-preview span{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.service-preview strong{color:var(--gold);font-size:11px}.sticky-continue,.schedule-total{position:sticky;z-index:10;bottom:max(8px,var(--safe-bottom));display:flex;align-items:center;justify-content:space-between;gap:12px;margin:22px -1px 0;padding:12px;border:1px solid rgba(232,185,126,.2);border-radius:17px;background:#131716f2;box-shadow:0 14px 35px #00000057;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sticky-continue>div,.schedule-total>div{min-width:0;display:flex;flex-direction:column;gap:4px}.sticky-continue span,.schedule-total span{color:var(--muted);font-size:10px}.sticky-continue small,.schedule-total strong{color:var(--white);font-size:12px}.sticky-continue .btn,.schedule-total .btn{min-height:42px;padding:0 13px;font-size:11px}.selection-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px;padding:12px;border-radius:13px;background:var(--gold-wash);color:var(--gold);font-size:11px}.selection-summary span{display:inline-flex;align-items:center;gap:6px}.selection-summary strong{color:var(--white);font-size:10px}.select-service-grid{display:grid;grid-template-columns:1fr;gap:9px;padding-bottom:15px}.select-service-card{position:relative;min-width:0;display:flex;align-items:center;gap:10px;padding:14px 12px;border:1px solid var(--line);border-radius:15px;color:var(--white);background:var(--card);text-align:left}.select-service-card.active{border-color:var(--gold);background:linear-gradient(90deg,#e8b97e21,#e8b97e08)}.service-select-icon{width:31px;height:31px;display:flex;flex:none;align-items:center;justify-content:center;border-radius:10px;color:var(--gold);background:var(--gold-wash)}.select-service-card.active .service-select-icon{color:#111;background:var(--gold)}.service-card-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:5px}.service-card-copy strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.service-card-copy small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.select-service-card>b{color:var(--gold);font-size:11px}.schedule-section{margin-bottom:23px}.section-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--white);font-size:13px;font-weight:700}.section-label>svg{color:var(--gold)}.section-label span{display:flex;align-items:baseline;gap:7px}.section-label small{color:var(--muted);font-size:10px;font-weight:400}.barber-scroll{display:flex;gap:9px;overflow-x:auto;padding:2px 1px 6px;scrollbar-width:none}.barber-scroll::-webkit-scrollbar{display:none}.barber-card{width:116px;flex:none;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:8px;border:1px solid var(--line);border-radius:15px;color:var(--white);background:var(--card);text-align:left}.barber-card.active{border-color:var(--gold);background:var(--gold-wash)}.barber-image{width:100%;height:91px;object-fit:cover;object-position:center top;border-radius:10px;background:#252b2a}@supports (aspect-ratio: 1 / 1){.barber-image{height:auto;aspect-ratio:1 / 1}}.barber-card strong{overflow:hidden;width:100%;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.barber-card>span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.barber-card>span i{width:5px;height:5px;border-radius:50%;background:var(--red)}.barber-card>span.available{color:var(--green)}.barber-card>span.available i{background:var(--green)}.barber-card small{display:inline-flex;align-items:center;gap:4px;color:var(--gold);font-size:9px}.date-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.date-choice{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:84px;gap:4px;border:1px solid var(--line);border-radius:15px;color:var(--muted);background:var(--card)}.date-choice.active{border-color:var(--gold);color:#111;background:var(--gold)}.date-choice small{font-size:9px;font-weight:700}.date-choice strong{font-size:25px;line-height:1}.date-choice span{font-size:9px}.time-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;max-height:330px;overflow-y:auto;padding-right:2px}.time-slot{min-height:41px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1px solid var(--line);border-radius:10px;color:var(--white);background:var(--card);font-size:10px;font-weight:700}.time-slot.active{color:#111;background:var(--gold);border-color:var(--gold)}.time-slot.disabled{color:#5d6563;background:#101313;text-decoration:line-through}.time-slot small{color:var(--red);font-size:8px;text-decoration:none}.holiday-note{display:flex;align-items:center;gap:8px;padding:14px;border-radius:12px;color:var(--red);background:#f27b7414;font-size:11px}.availability-empty{justify-content:center;text-align:center;line-height:1.4}.schedule-total{position:sticky;bottom:max(7px,var(--safe-bottom));margin-top:2px}.schedule-total strong{color:var(--gold);font-size:15px}.queue-group{margin-bottom:21px}.queue-group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.queue-group-heading h2{margin:0;color:var(--gold);font-size:14px}.queue-group-heading span{color:var(--muted);font-size:10px}.queue-card{display:flex;gap:10px;margin-bottom:9px;padding:11px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.queue-main{min-width:0;flex:1}.queue-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.queue-card-heading>div:first-child{min-width:0}.queue-card-heading h3{overflow:hidden;margin:0 0 4px;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.queue-card-heading span{color:var(--muted);font-size:9px}.queue-card-heading .btn{flex:none}.queue-meta{display:flex;flex-wrap:wrap;gap:7px 11px;margin-top:10px;color:var(--muted-light);font-size:9px}.queue-meta span,.queue-meta a{display:inline-flex;align-items:center;gap:5px;color:inherit;text-decoration:none}.queue-meta svg{color:var(--gold)}.history-card{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.history-avatar{width:40px;height:40px;border-radius:13px;font-size:13px}.history-copy{min-width:0;flex:1}.history-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-heading h3{overflow:hidden;margin:0;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.history-heading span{flex:none;color:var(--muted);font-size:9px}.history-copy p{overflow:hidden;margin:5px 0 7px;color:var(--gold);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.history-copy>div:last-child{display:flex;flex-wrap:wrap;gap:9px;color:var(--muted);font-size:9px}.history-copy>div:last-child span{display:inline-flex;align-items:center;gap:4px}.history-copy svg{color:var(--gold)}.history-check{flex:none;color:var(--green)}.salon-profile-hero{align-items:flex-start}.salon-profile-photo{width:64px;height:70px;flex:none;overflow:hidden;border-radius:15px;background:#252a2a}.salon-profile-photo img{width:100%;height:100%;object-fit:cover}.salon-profile-copy{min-width:0;flex:1}.salon-profile-copy h2{margin-top:5px}.account-status{display:inline-flex;align-items:center;gap:5px;margin-top:9px;font-size:9px;font-weight:700}.account-status i{width:6px;height:6px;border-radius:50%}.account-status.open{color:var(--green)}.account-status.open i{background:var(--green)}.account-status.closed{color:var(--red)}.account-status.closed i{background:var(--red)}.salon-live-status{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-bottom:13px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#121616}.salon-live-status>div:first-child{min-width:0;display:flex;flex-direction:column;gap:5px}.salon-live-status strong{font-size:12px}.salon-live-status small{color:var(--muted);font-size:9px;line-height:1.3}.salon-live-status .toggle{flex:none;flex-direction:column-reverse;gap:5px;color:var(--gold);font-weight:700}.salon-profile-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:15px}.salon-profile-stats>div{display:flex;flex-direction:column;align-items:center;gap:4px;padding:11px 5px;border-radius:12px;background:var(--card)}.salon-profile-stats strong{color:var(--gold);font-size:17px}.salon-profile-stats span{color:var(--muted);font-size:9px}.notification-card{display:flex;align-items:flex-start;gap:11px;padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.notification-icon{width:32px;height:32px;display:flex;flex:none;align-items:center;justify-content:center;border-radius:10px;color:var(--gold);background:var(--gold-wash)}.notification-card>div:last-child{min-width:0;flex:1}.notification-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.notification-heading h3{min-width:0;margin:0;font-size:13px}.notification-heading span{flex:none;color:var(--muted);font-size:9px}.notification-card p{margin:6px 0 0;color:var(--muted-light);font-size:11px;line-height:1.45}.notification-actionable{border-color:#e8b97e47}.notification-open-button{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:7px 10px;border:1px solid rgba(232,185,126,.34);border-radius:9px;color:var(--gold);background:#e8b97e1a;font-size:11px;font-weight:700}.notification-open-button:hover{background:#e8b97e2e}.info-intro{display:flex;align-items:flex-start;gap:9px;margin-bottom:20px;padding:14px;border-radius:15px;color:var(--gold);background:var(--gold-wash)}.info-intro p{margin:0;color:#d1bfa8;font-size:12px;line-height:1.5}.info-sections{display:flex;flex-direction:column;gap:0}.info-sections section{padding:18px 0;border-bottom:1px solid var(--line)}.info-sections h2{margin:0 0 8px;font-size:16px;letter-spacing:-.02em}.info-sections p{margin:0;color:var(--muted-light);font-size:12px;line-height:1.65}.info-sections ul{display:flex;flex-direction:column;gap:10px;margin:10px 0 0;padding:0;list-style:none;color:var(--muted-light);font-size:12px}.info-sections li{display:flex;align-items:center;gap:8px}.info-sections li svg{color:var(--gold)}.info-contact{display:flex;align-items:center;gap:10px;margin-top:23px;padding:13px;border:1px solid var(--line);border-radius:15px;background:var(--card)}.info-contact-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:10px;color:var(--gold);background:var(--gold-wash)}.info-contact>div{min-width:0;flex:1}.info-contact strong{display:block;font-size:12px}.info-contact p{margin:4px 0 0;color:var(--muted);font-size:10px}.info-contact>button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#111;background:var(--gold)}.delay-card{max-width:650px;padding:22px 17px;border:1px solid var(--line-strong);border-radius:20px;background:linear-gradient(145deg,#e8b97e1c,#ffffff05),var(--card)}.delay-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:15px;color:var(--gold);background:var(--gold-wash)}.delay-card h2{max-width:440px;margin:11px 0 10px;font-size:25px;line-height:1.1;letter-spacing:-.045em}.delay-card p{max-width:430px;margin:0;color:var(--muted-light);font-size:13px;line-height:1.55}.delay-card p strong{color:var(--gold)}.proposed-time{display:flex;flex-direction:column;gap:5px;margin:19px 0 15px;padding:13px;border-radius:12px;background:#121616}.proposed-time span{color:var(--muted);font-size:10px}.proposed-time strong{color:var(--gold);font-size:19px}.delay-card>small{color:var(--muted);font-size:11px}.delay-actions{display:flex;gap:9px;max-width:650px;margin-top:14px}.delay-actions .btn{flex:1}.request-card{max-width:720px;padding:17px;border:1px solid var(--line-strong);border-radius:20px;background:linear-gradient(145deg,#e8b97e1a,#ffffff05),var(--card)}.request-card-top{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line)}.request-avatar{width:52px;height:52px}.request-card-top h2{margin:5px 0;font-size:20px}.request-status{display:inline-flex;align-items:center;gap:6px;color:var(--gold);font-size:10px}.request-status i{width:6px;height:6px;border-radius:50%;background:var(--gold)}.request-detail-grid{display:grid;grid-template-columns:1fr;gap:14px;padding:18px 0 3px}.request-detail-grid>div{display:flex;align-items:flex-start;gap:9px}.request-detail-grid>div>svg{flex:none;color:var(--gold)}.request-detail-grid span{display:flex;flex-direction:column;gap:5px;min-width:0}.request-detail-grid small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.request-detail-grid strong{font-size:13px}.request-actions{max-width:720px;display:flex;flex-direction:column;gap:9px;margin-top:14px}.request-actions>div{display:flex;gap:9px}.request-actions>div .btn{flex:1}.request-actions>.btn{width:100%}.request-timer{margin-left:auto;flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:7px 10px;border:1px solid rgba(232,185,126,.3);border-radius:12px;color:var(--gold);background:#0003}.request-timer small{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.request-timer strong{font-size:16px;font-variant-numeric:tabular-nums;letter-spacing:.03em}.request-timer.timer-warning{border-color:#f27b7480;color:var(--red)}.request-expired-note{max-width:720px;display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:12px 13px;border:1px solid rgba(242,123,116,.32);border-radius:13px;color:#f3b0aa;background:#f27b7414;font-size:11.5px;line-height:1.5}.request-expired-note svg{flex:none;margin-top:1px}.request-expired-note p{margin:0;flex:1}.request-expired-note button{flex:none;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid rgba(242,123,116,.4);border-radius:10px;color:#f3b0aa;background:#f27b741a;font-size:11px;font-weight:700;white-space:nowrap}.modal-lede{margin:0 0 13px;color:var(--muted);font-size:12px;line-height:1.5}.delay-options{display:flex;flex-direction:column;gap:7px}.delay-options button{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;color:var(--gold);background:var(--card);text-align:left}.delay-options button:hover{border-color:var(--gold)}.delay-options button>span{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.delay-options strong{color:var(--white);font-size:12px}.delay-options small{color:var(--muted);font-size:10px}.push-setup-card{max-width:670px;display:flex;align-items:center;min-width:0;gap:11px;margin:0 0 16px;padding:12px 13px;border:1px solid rgba(232,185,126,.26);border-radius:14px;color:var(--white);background:#e8b97e14}.push-setup-icon{width:32px;height:32px;display:flex;flex:none;align-items:center;justify-content:center;border-radius:10px;color:#111;background:var(--gold)}.push-setup-copy{min-width:0;flex:1}.push-setup-copy strong{display:block;font-size:12px}.push-setup-copy p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.4}.push-setup-card .btn{flex:none}.push-setup-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:none}.push-setup-actions .btn{min-height:34px}.push-setup-compact{margin:18px 0 0;max-width:520px;background:#00000047}.push-setup-compact .push-setup-copy strong{font-size:11px}.push-setup-compact .push-setup-copy p{color:#c6cbca}.ios-install-steps{display:flex;flex-direction:column;gap:9px;margin:0 0 6px;padding-left:19px;color:var(--muted-light);font-size:12px;line-height:1.55}.ios-install-steps strong{color:var(--white)}.permission-prompt-stack{display:flex;flex-direction:column;gap:8px;margin:0 0 16px}.permission-prompt-stack:empty{display:none;margin:0}.permission-prompt-stack .push-setup-card{margin:0}.permission-prompt-compact{margin:18px 0 0;max-width:520px}.permission-prompt-compact .push-setup-card{margin:0}.subscription-gate-shell{display:block}.subscription-gate-content{min-height:var(--viewport-height);display:flex;flex-direction:column;justify-content:center;padding-top:calc(clamp(24px,8vh,90px) + var(--safe-top));padding-bottom:calc(clamp(24px,8vh,90px) + var(--safe-bottom))}.subscription-lock-notice{display:flex;align-items:flex-start;gap:9px;max-width:670px;margin:0 0 14px;padding:12px 13px;border:1px solid rgba(242,123,116,.48);border-radius:13px;color:#ffd2cd;background:#f27b741a;font-size:12px;line-height:1.5}.subscription-lock-notice svg{flex:none;margin-top:1px;color:var(--red)}.subscription-lock-notice span{display:flex;flex-direction:column;gap:3px}.subscription-lock-notice strong{color:#fff;font-size:13px}.subscription-gate-loading{width:100%;max-width:620px;margin:auto;padding:30px 18px;text-align:center}.subscription-gate-mark{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin:0 auto 17px;border-radius:19px;color:#111;background:var(--gold)}.subscription-gate-loading h1{margin:0;font-size:clamp(23px,5vw,32px);letter-spacing:-.045em}.subscription-gate-loading p{margin:9px auto 18px;color:var(--muted);font-size:13px;line-height:1.5}.subscription-gate-loading .spinner-wrap{color:var(--gold);font-size:12px}.forced-renewal-screen .page-header{margin-bottom:15px}.subscription-lock-notice .subscription-lock-logout{margin-left:auto;flex:none;display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:9px;color:#ffd2cd;background:#0000002e;border:1px solid rgba(242,123,116,.32);font-size:11px;font-weight:700}.subscription-lock-notice .subscription-lock-logout:hover{background:#f27b7424}.forced-renewal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:670px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line);flex-wrap:wrap}.forced-renewal-logout{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;color:#ffb3ad;background:#f27b741a;border:1px solid rgba(242,123,116,.22);font-size:12px;font-weight:700}.forced-renewal-logout:hover{background:#f27b7429}.forced-renewal-help{color:var(--muted);font-size:11px}.forced-renewal-help a{color:var(--gold);text-decoration:none;font-weight:700}.forced-renewal-help a:hover{text-decoration:underline}.profile-editor{display:flex;flex-direction:column;gap:13px;max-width:920px}.editor-section{padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#1a1f1e}.editor-section.needs-attention{border-color:#f27b7473;background:linear-gradient(180deg,#f27b7412,#f27b7400 62%),#1a1f1e}.editor-section-heading{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;margin-bottom:0}.collapsible-section.open>.editor-section-heading{margin-bottom:15px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.08)}.collapsible-toggle{min-width:0;flex:1;display:flex;align-items:center;gap:10px;padding:2px 0;background:transparent;text-align:left}.editor-section-icon{width:38px;height:38px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#1b1409;background:var(--gold)}.editor-section-icon.small{width:30px;height:30px;border-radius:9px;color:var(--gold);background:#e8b97e29}.collapsible-title{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.collapsible-title-row{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.collapsible-title h2{margin:0;color:#fff;font-size:16.5px;font-weight:800;letter-spacing:-.02em}.collapsible-title p{margin:0;color:#b6bfbe;font-size:12px}.collapsible-subtitle{color:#b6bfbe;font-size:12px;font-weight:500;line-height:1.4}.collapsible-summary{display:flex;flex-direction:column;gap:3px;min-width:0;margin-top:1px;color:#98a1a0;font-size:11.5px;line-height:1.45}.collapsible-summary .summary-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collapsible-missing{color:#ffb3ad;font-size:11.5px;font-weight:600;line-height:1.4}.collapsible-flag{flex:none;padding:3px 8px;border:1px solid transparent;border-radius:999px;font-size:10.5px;font-weight:800;line-height:1.3;letter-spacing:.01em;white-space:nowrap}.collapsible-flag.flag-missing{color:#ffd9d5;border-color:#f27b7473;background:#f27b742e}.collapsible-flag.flag-ready{color:#d3f5e4;border-color:#6ed19e66;background:#6ed19e24}.collapsible-count{flex:none;min-width:26px;padding:3px 9px;border-radius:999px;color:var(--gold);background:#2b3231;font-size:11px;font-weight:800;text-align:center}.collapsible-chevron{flex:none;color:var(--gold);transition:transform .25s ease}.collapsible-section.open .collapsible-chevron,.collapsible-item.open .collapsible-chevron{transform:rotate(180deg)}.collapsible-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.collapsible-body-wrap.open{grid-template-rows:1fr}.collapsible-body{min-height:0;overflow:hidden}.collapsible-body>*:last-child{margin-bottom:2px}.collapsible-section .collapsible-body>.field:first-child,.collapsible-section .collapsible-body>.form-two-col:first-child{margin-top:1px}.collapsible-lede{margin:0 0 12px;color:#a9b2b1;font-size:12px;line-height:1.5}.collapsible-item-heading{display:flex;align-items:center;gap:8px}.collapsible-item-toggle{min-width:0;flex:1;display:flex;align-items:center;gap:8px;padding:2px 0;background:transparent;text-align:left}.collapsible-item-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.collapsible-item-meta{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.collapsible-item-toggle strong{min-width:0;overflow:hidden;color:#fff;font-size:13.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.collapsible-item-toggle small{flex:none;color:#a2abaa;font-size:11.5px}.collapsible-item-toggle .collapsible-chevron{margin-left:auto}.item-delete-button{display:inline-flex;flex:none;padding:5px;border-radius:8px;color:#ffb3ad;background:#f27b741f}.editor-section .collapsible-body .field,.editor-section .collapsible-body .form-two-col,.editor-section .collapsible-body .form-three-col{margin-bottom:10px}.editor-section .collapsible-body .switch-form-row,.editor-section .collapsible-body .editor-location-status{margin-bottom:4px}.editor-plan-strip{display:flex;align-items:center;gap:9px;max-width:920px;margin-bottom:13px;padding:10px 12px;border:1px solid rgba(110,209,158,.28);border-radius:14px;background:var(--card)}.editor-plan-strip.expired{border-color:#f27b7452}.editor-plan-mark{width:28px;height:28px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#111;background:var(--gold)}.editor-plan-strip.expired .editor-plan-mark{background:var(--red)}.editor-plan-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.editor-plan-copy strong{color:#fff;font-size:13.5px;font-weight:700}.editor-plan-copy small{color:#a9b2b1;font-size:11.5px;line-height:1.45}.editor-plan-strip>button{flex:none;padding:8px 11px;border-radius:10px;color:var(--gold);background:#e8b97e29;font-size:11.5px;font-weight:700}.plan-card{display:flex;flex-direction:column;gap:13px;margin-bottom:16px;padding:15px 13px;border:1px solid rgba(232,185,126,.24);border-radius:18px;background:linear-gradient(135deg,#e8b97e1a,#ffffff05 55%),var(--card)}.plan-card.plan-expired{border-color:#f27b744d}.plan-card-top{display:flex;align-items:flex-start;gap:11px}.plan-card-mark{width:38px;height:38px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#111;background:var(--gold)}.plan-card.plan-expired .plan-card-mark{background:var(--red)}.plan-card-title{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.plan-card-title strong{color:#fff;font-size:15px}.plan-card-title small{color:#a9b2b1;font-size:11.5px;line-height:1.45}.plan-card-top .status-pill{flex:none}.plan-card-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px}.plan-card-meta>div{display:flex;align-items:flex-start;gap:7px;min-width:0;padding:9px 10px;border:1px solid var(--line);border-radius:11px;background:#00000029}.plan-card-meta svg{flex:none;margin-top:2px;color:var(--gold)}.plan-card-meta span{min-width:0;display:flex;flex-direction:column;gap:2px}.plan-card-meta small{color:#a2abaa;font-size:10.5px}.plan-card-meta strong{color:#fff;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-card .btn{align-self:flex-start}.plan-unknown{border-style:dashed}.add-inline-button{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:10px;color:var(--gold);background:#e8b97e29;font-size:11.5px;font-weight:700}.editor-photo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.editor-photo,.add-photo{position:relative;min-width:0;min-height:92px;overflow:hidden;border-radius:12px;background:#242a29}.editor-photo img{width:100%;height:100%;min-height:92px;object-fit:cover}.editor-photo button{position:absolute;top:5px;right:5px;width:23px;height:23px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:#0a0a0ab3}.editor-photo-change{position:absolute;right:5px;bottom:5px;width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#111;background:var(--gold);cursor:pointer}.editor-photo-change input,.editor-barber-image input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.add-photo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed rgba(232,185,126,.4);color:var(--gold);font-size:10px;cursor:pointer}.add-photo input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.editor-items{display:flex;flex-direction:column;gap:9px}.editor-item{min-width:0;padding:12px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:#151a19}.editor-item.needs-attention{border-color:#f27b7466}.editor-item-title{display:flex;align-items:center;gap:7px;margin-bottom:9px;color:var(--gold)}.editor-item-title strong{min-width:0;flex:1;overflow:hidden;color:var(--white);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.editor-item-title>button{display:inline-flex;padding:3px;color:var(--red);background:transparent}.editor-barber-image{position:relative;width:30px;height:30px;display:flex;flex:none;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;color:#111;background:var(--gold);cursor:pointer}.editor-barber-image img{width:100%;height:100%;object-fit:cover}.editor-barber-image>span{position:absolute;right:2px;bottom:2px;width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#111;background:var(--gold)}.editor-item input{width:100%;min-height:45px;min-width:0;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#fbfbf9;background:#1b2120;font-size:14px}.editor-item input::placeholder{color:#8d9695}.editor-item input:focus{border-color:var(--gold);background:#212827;outline:none}.editor-description{width:100%;max-width:100%;min-height:66px;margin-top:8px;padding:11px 12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;color:#fbfbf9;background:#1b2120;font-size:13.5px;line-height:1.5;resize:vertical}.editor-description:focus{border-color:var(--gold);outline:none}.editor-heading-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.editor-empty{padding:15px;border:1px dashed rgba(232,185,126,.4);border-radius:12px;color:#a9b2b1;font-size:12px;line-height:1.5;text-align:center}.editor-location-status{display:flex;align-items:flex-start;gap:10px;margin:12px 0 10px;padding:12px 13px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#141918}.editor-location-status>svg{flex:none;margin-top:1px;color:var(--yellow)}.editor-location-status>span{display:flex;min-width:0;flex-direction:column;gap:3px}.editor-location-status strong{color:#fff;font-size:13px;font-weight:700}.editor-location-status small{color:#a9b2b1;font-size:11.5px;line-height:1.5;overflow-wrap:anywhere}.editor-location-status.location-ready{border-color:#6ed19e47}.editor-location-status.location-ready>svg{color:var(--green)}.editor-location-status.location-ready strong{color:#8ee0b4}.editor-location-status.location-missing strong{color:#ffce7a}.editor-address-grid{margin-top:12px}.barber-editor-item>.toggle{margin-top:9px}.editor-actions{position:sticky;bottom:max(8px,var(--safe-bottom));z-index:5;display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid rgba(232,185,126,.18);border-radius:15px;background:#131716f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.editor-actions .btn{flex:1}.subscription-intro{display:flex;align-items:flex-start;gap:11px;max-width:670px;min-width:0;margin-bottom:19px;padding:14px;border-radius:15px;background:var(--gold-wash)}.subscription-intro>div:last-child{min-width:0}.subscription-mark{width:35px;height:35px;display:flex;flex:none;align-items:center;justify-content:center;border-radius:11px;color:#111;background:var(--gold)}.subscription-intro strong{display:block;margin-top:2px;color:#fff;font-size:14px}.subscription-intro p{margin:5px 0 0;color:#b6bfbe;font-size:12px;line-height:1.5}.plan-grid{display:grid;grid-template-columns:1fr;gap:10px;max-width:670px}.plan-card{position:relative;min-width:0;min-height:120px;display:flex;flex-direction:column;align-items:flex-start;padding:16px;border:1px solid var(--line);border-radius:17px;color:var(--white);background:var(--card);text-align:left}.plan-card.active{border-color:var(--gold);background:linear-gradient(120deg,#e8b97e24,#e8b97e08)}.plan-card:disabled{opacity:.6}.plan-radio{position:absolute;top:15px;right:15px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid #5f6765;border-radius:50%;color:#111}.plan-card.active .plan-radio{border-color:var(--gold);background:var(--gold)}.plan-card-title{margin-bottom:7px;color:#dfe4e3;font-size:13px;font-weight:700;letter-spacing:.01em}.plan-card>strong{color:var(--gold);font-size:26px;font-weight:800;letter-spacing:-.04em}.plan-card>span:not(.plan-radio):not(.plan-best){color:#b0b9b8;font-size:11.5px}.plan-duration{margin-top:2px}.plan-card>small{margin-top:10px;color:#98a1a0;font-size:11.5px;line-height:1.45}.plan-best{position:absolute;top:-10px;right:13px;padding:5px 8px;border-radius:7px;color:#111;background:var(--gold);font-size:9.5px;font-weight:800;letter-spacing:.04em}.plan-benefits{display:flex;flex-wrap:wrap;gap:9px 16px;max-width:670px;margin:17px 0;color:#b0b9b8;font-size:12px}.plan-benefits span{display:inline-flex;align-items:center;gap:5px}.plan-benefits svg{color:var(--green)}.subscription-continue{width:100%;max-width:670px;min-height:52px}.secure-payment{display:flex;align-items:center;justify-content:center;gap:6px;max-width:670px;color:#98a1a0;font-size:11.5px}.notification-diagnostics{max-width:800px}.diagnostics-toggle{width:100%;display:flex;align-items:center;gap:11px;padding:14px 13px;color:var(--muted);background:transparent;text-align:left}.diagnostics-toggle:hover{background:#ffffff06}.diagnostics-heading{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.diagnostics-heading strong{color:#fff;font-size:13px;font-weight:700}.diagnostics-heading small{color:#a9b2b1;font-size:11.5px;line-height:1.45}.diagnostics-mark{flex:none}.diagnostics-mark.ok{color:var(--green)}.diagnostics-mark.fail{color:var(--red)}.diagnostics-mark.warn{color:var(--yellow)}.diagnostics-toggle .collapsible-chevron{flex:none;color:var(--gold)}.notification-diagnostics.open .diagnostics-toggle{border-bottom:1px solid var(--line)}.notification-diagnostics.open .diagnostics-toggle .collapsible-chevron{transform:rotate(180deg)}.diagnostics-body{padding:2px 13px 15px}.diagnostics-note{margin:10px 0 0;color:#98a1a0;font-size:12px;line-height:1.55}.diagnostics-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.report-textarea{width:100%;min-height:160px;padding:12px;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#e6eae9;background:#101514;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;resize:vertical}.report-textarea:focus{border-color:var(--gold);outline:none}@media(max-width:520px){.report-textarea{font-size:16px}}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.required-star{color:#ff7a70;font-size:1.05em;font-style:normal;font-weight:800;line-height:1}.required-legend{display:flex;align-items:center;gap:6px;max-width:920px;margin:0;color:#a9b2b1;font-size:12px;line-height:1.45}.editor-status-bar{display:flex;align-items:center;gap:11px;max-width:920px;margin-bottom:13px;padding:12px 13px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#1a1f1e}.editor-status-bar.missing{border-color:#f27b7466;background:linear-gradient(180deg,#f27b7414,#f27b7400 70%),#1a1f1e}.editor-status-bar.ready{border-color:#6ed19e57}.editor-status-mark{width:30px;height:30px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#ffd9d5;background:#f27b742e}.editor-status-bar.ready .editor-status-mark{color:#d3f5e4;background:#6ed19e2e}.editor-status-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.editor-status-copy strong{color:#fff;font-size:13px}.editor-status-copy small{color:#a9b2b1;font-size:11.5px;line-height:1.45}.expand-all-button{display:inline-flex;flex:none;align-items:center;gap:6px;padding:8px 11px;border:1px solid rgba(232,185,126,.35);border-radius:10px;color:var(--gold);background:#e8b97e1f;font-size:11.5px;font-weight:700}.expand-all-button:hover{background:#e8b97e33}.payment-notice,.payment-recovery{display:flex;align-items:flex-start;gap:11px;max-width:670px;margin-bottom:15px;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#1a1f1e}.payment-notice>div,.payment-recovery>div{min-width:0;flex:1}.payment-notice strong,.payment-recovery strong{display:block;color:#fff;font-size:13px}.payment-notice p,.payment-recovery p{margin:4px 0 0;color:#b0b9b8;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.payment-notice-mark{width:30px;height:30px;flex:none;display:flex;align-items:center;justify-content:center;border-radius:10px;color:var(--gold);background:var(--gold-wash)}.payment-notice>button{flex:none;padding:4px;border-radius:8px;color:#a9b2b1;background:transparent}.notice-error{border-color:#f27b7473;background:linear-gradient(180deg,#f27b741a,#f27b7400 70%),#1a1f1e}.notice-error .payment-notice-mark{color:#ffd9d5;background:#f27b7433}.notice-info{border-color:#e8b97e66}.notice-success{border-color:#6ed19e66}.notice-success .payment-notice-mark{color:#d3f5e4;background:#6ed19e2e}.payment-recovery{flex-wrap:wrap;border-color:#f27b7473}.payment-recovery .payment-notice-mark{color:#ffd9d5;background:#f27b7433}.payment-recovery-actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px;width:100%;margin-top:4px}.payment-recovery-actions .text-link,.payment-recovery-actions a.text-link{display:inline-flex;align-items:center;gap:5px;padding:6px 2px;color:var(--gold);background:transparent;font-size:12px;font-weight:700}.payment-progress{display:flex;align-items:center;gap:11px;max-width:670px;margin-bottom:13px;padding:12px 13px;border:1px solid rgba(232,185,126,.38);border-radius:14px;color:var(--gold);background:#e8b97e1a}.payment-progress>span{min-width:0;display:flex;flex-direction:column;gap:3px}.payment-progress strong{color:#fff;font-size:13px}.payment-progress small{color:#c3cbc9;font-size:11.5px;line-height:1.45}.payment-method-note{display:flex;align-items:flex-start;gap:9px;max-width:670px;margin:0 0 13px;padding:12px 13px;border:1px dashed rgba(232,185,126,.38);border-radius:13px;color:#b6bfbe;font-size:12px;line-height:1.5}.payment-method-note>svg{flex:none;margin-top:1px;color:var(--gold)}.gateway-status{display:flex;align-items:center;justify-content:center;gap:7px;max-width:670px;margin-top:12px;color:#98a1a0;font-size:11.5px;line-height:1.4;text-align:center}.gateway-status svg{flex:none}.gateway-ready{color:#9fb3ab}.gateway-ready svg{color:var(--green)}.gateway-checking svg{color:var(--gold)}.gateway-unavailable{color:#ffb3ad}.gateway-unavailable svg{color:var(--red)}.gateway-status button{padding:2px 4px;color:var(--gold);background:transparent;font-size:11.5px;font-weight:700;text-decoration:underline}.list-stack{display:flex;flex-direction:column;gap:12px}.skeleton-card{min-height:250px;overflow:hidden;border-radius:20px;background:var(--card)}.skeleton-card.booking-skeleton,.skeleton-card.queue-skeleton,.skeleton-card.history-skeleton,.skeleton-card.notification-skeleton{min-height:135px}.skeleton-media{height:155px}.skeleton-lines{display:flex;flex-direction:column;gap:9px;padding:15px}.skeleton-lines i{display:block;width:75%;height:12px;border-radius:8px}.skeleton-lines i.short{width:52%}.skeleton-lines i.tiny{width:35%;height:9px}.skeleton{background:linear-gradient(100deg,#1c2221 30%,#27302e,#1c2221 60%);background-size:300% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-150% 0}}.modal-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:max(12px,var(--safe-top)) max(12px,var(--safe-right)) max(12px,var(--safe-bottom)) max(12px,var(--safe-left));background:#000000c2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overscroll-behavior:contain}.modal-card{width:100%;max-width:560px;max-height:min(88vh,760px);max-height:min(88svh,760px);overflow:auto;border:1px solid var(--line-strong);border-radius:22px 22px 16px 16px;background:#151a19;box-shadow:0 -10px 60px #00000059}.modal-image{max-width:850px;max-height:90vh;max-height:90svh}.modal-header{display:flex;align-items:center;justify-content:space-between;min-width:0;gap:10px;padding:17px 16px 12px}.modal-header h2{min-width:0;margin:0;font-size:18px;letter-spacing:-.03em}.modal-body{padding:0 16px 18px}.modal-footer{display:flex;gap:8px;padding:12px 16px 16px;border-top:1px solid var(--line)}.modal-form{display:flex;flex-direction:column;gap:15px}.modal-form .form-actions{display:flex;gap:8px;margin-top:4px}.form-actions .btn{flex:1}.image-upload-box{position:relative;min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;overflow:hidden;border:1px dashed rgba(232,185,126,.42);border-radius:13px;color:var(--gold);background:#101414;font-size:11px;cursor:pointer}.image-upload-box img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.image-upload-box input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.switch-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#141918}.switch-form-row>span{display:flex;flex-direction:column;gap:4px}.switch-form-row strong{color:#fff;font-size:13px}.switch-form-row small{color:#a2abaa;font-size:11.5px;line-height:1.45}.modal-full-image{width:100%;max-height:75vh;max-height:75svh;object-fit:contain}.toast-position{position:fixed;z-index:150;right:max(12px,var(--safe-right));bottom:max(82px,calc(var(--safe-bottom) + 78px));left:max(12px,var(--safe-left));display:flex;justify-content:center;pointer-events:none}.toast{max-width:500px;display:flex;align-items:center;gap:9px;padding:12px;border:1px solid var(--line-strong);border-radius:13px;color:var(--white);background:#202625;box-shadow:var(--shadow);font-size:11px;pointer-events:auto}.toast-mark{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex:none;border-radius:50%;color:#111;background:var(--gold);font-weight:800}.toast-error{border-color:#f27b7459}.toast-error .toast-mark{color:#fff;background:var(--red)}.toast-success .toast-mark{background:var(--green)}.toast button{display:flex;padding:2px;color:var(--muted);background:transparent}.confirm-backdrop{position:fixed;z-index:200;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:max(12px,var(--safe-top)) max(12px,var(--safe-right)) max(12px,var(--safe-bottom)) max(12px,var(--safe-left));background:#040606bd;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);overscroll-behavior:contain;animation:confirm-fade .18s ease-out both}.confirm-sheet{width:100%;max-width:420px;padding:10px 18px 18px;border:1px solid var(--line-strong);border-radius:24px;background:linear-gradient(180deg,#1d2322,#141918 62%);box-shadow:0 26px 70px #0000008c;text-align:center;animation:confirm-rise .26s cubic-bezier(.2,.9,.25,1) both}.confirm-grip{display:block;width:38px;height:4px;margin:0 auto 12px;border-radius:4px;background:#ffffff2e}.confirm-icon{width:46px;height:46px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--gold);background:var(--gold-wash);border:1px solid var(--line-strong)}.confirm-sheet h2{margin:0;color:var(--white);font-size:17px;line-height:1.3;letter-spacing:-.02em}.confirm-sheet p{margin:8px 0 0;color:#a8b0af;font-size:12.5px;line-height:1.55}.confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:18px}.confirm-btn{min-height:48px;padding:0 12px;border-radius:14px;font-size:13px;font-weight:700;letter-spacing:.01em;transition:transform .18s,background .18s,opacity .18s}.confirm-btn:active{transform:scale(.98)}.confirm-cancel{color:var(--white);background:var(--card-raised);border:1px solid var(--line)}.confirm-cancel:hover{background:#252b2b}.confirm-ok{color:#0c0d0d;background:var(--gold)}.confirm-ok:hover{background:var(--gold-soft)}.confirm-danger .confirm-icon{color:#ffb3ad;background:#f27b741f;border-color:#f27b7457}.confirm-danger .confirm-ok{color:#fff5f4;background:var(--red)}.confirm-danger .confirm-ok:hover{background:#ff9189}.confirm-warning .confirm-icon{color:var(--yellow);background:#f3c86e1f;border-color:#f3c86e52}.confirm-warning .confirm-ok{color:#171106;background:var(--yellow)}.confirm-success .confirm-icon{color:var(--green);background:#6ed19e1f;border-color:#6ed19e4d}.confirm-success .confirm-ok{color:#09120d;background:var(--green)}@keyframes confirm-fade{0%{opacity:0}}@keyframes confirm-rise{0%{opacity:0;transform:translateY(22px) scale(.97)}}@media(prefers-reduced-motion:reduce){.confirm-backdrop,.confirm-sheet{animation:none}}@media(min-width:520px){.workspace-content{padding-right:24px;padding-left:24px}.mobile-shell-bar{padding-right:max(24px,var(--safe-right));padding-left:max(24px,var(--safe-left))}.booking-main{padding:17px}.request-detail-grid{grid-template-columns:repeat(3,1fr)}.modal-backdrop{align-items:center}.modal-card{border-radius:22px}.confirm-backdrop{align-items:center}.confirm-sheet{padding-top:20px}.confirm-grip{display:none}}@media(min-width:760px){.onboarding-page{padding:18px}.onboarding-slide{min-height:calc(var(--viewport-height) - 36px)}.onboarding-copy{left:7%;bottom:7%}.onboarding-top{padding-left:7%;padding-right:7%}.login-page{grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr)}.auth-visual{display:block;min-height:var(--viewport-height)}.mobile-auth-brand{display:none}.auth-form-panel{padding:calc(40px + var(--safe-top)) clamp(35px,6vw,92px) calc(40px + var(--safe-bottom))}.registration-page{padding:calc(28px + var(--safe-top)) max(28px,var(--safe-right)) 28px max(28px,var(--safe-left))}.workspace-content{padding:36px 34px 50px}.mobile-shell-bar,.mobile-nav{display:none}.page-header-leading h1{font-size:30px}.home-topline h1{font-size:43px}.home-topline{margin-bottom:23px}.home-search-row{max-width:720px}.filter-button{min-width:92px;flex-direction:row;gap:6px}.ad-slide{height:230px}.salon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.detail-hero{flex-direction:row}.detail-gallery{width:49%;min-height:400px}.detail-main-image{height:400px;aspect-ratio:auto}.detail-overview{flex:1;padding:29px}.detail-title-row h2{font-size:28px}.detail-section{max-width:760px}.select-service-grid{grid-template-columns:1fr 1fr;gap:12px}.schedule-screen{max-width:850px}.time-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-height:380px}.schedule-total,.queue-card,.history-card,.notification-card{max-width:850px}.salon-profile-hero{max-width:800px;padding:24px}.salon-profile-photo{width:90px;height:94px}.salon-profile-copy h2{font-size:22px}.salon-live-status,.salon-profile-stats,.partner-menu{max-width:800px}.profile-card{max-width:800px;padding:23px}.account-card,.logout-button{max-width:800px}.info-screen{max-width:850px}.delay-card{padding:30px}.request-card{padding:25px}.editor-section{padding:22px}.editor-photo,.add-photo,.editor-photo img{min-height:130px}.editor-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.plan-grid{grid-template-columns:repeat(3,1fr);gap:13px}.plan-card{min-height:205px}.plan-card>strong{font-size:30px}.subscription-continue{width:auto;padding:0 32px}.toast-position{bottom:26px;left:auto}}@media(min-width:1024px){.app-shell{display:flex}.sidebar{position:sticky;top:0;width:252px;height:var(--viewport-height);flex:none;display:flex;flex-direction:column;padding:calc(29px + var(--safe-top)) max(18px,var(--safe-right)) calc(21px + var(--safe-bottom)) max(18px,var(--safe-left));border-right:1px solid var(--line);background:#0d1010;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.sidebar>.brand,.sidebar-role,.sidebar-nav,.sidebar-bottom{flex:none}.sidebar>.brand{padding:0 8px;margin-bottom:28px;gap:12px}.sidebar>.brand .brand-mark{width:58px;height:58px;border-radius:16px}.sidebar>.brand .brand-cap{font-size:34px}.sidebar>.brand .brand-lower{font-size:27px}.auth-visual .brand-mark{width:54px;height:54px;border-radius:15px}.auth-visual .brand-cap{font-size:32px}.auth-visual .brand-lower{font-size:26px}.sidebar-role{display:flex;align-items:center;gap:10px;padding:11px;margin-bottom:18px;border-radius:13px;background:#ffffff09}.role-mark{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:9px;color:#111;background:var(--gold)}.sidebar-role>span:last-child{display:flex;flex-direction:column;gap:4px}.sidebar-role small{color:var(--muted);font-size:9px}.sidebar-role strong{color:var(--white);font-size:12px}.sidebar-nav{display:flex;flex-direction:column;gap:5px}.sidebar-nav button{position:relative;display:flex;align-items:center;gap:12px;min-height:46px;padding:0 13px;border-radius:12px;color:#7e8886;background:transparent;text-align:left;font-size:12px;font-weight:700}.sidebar-nav button:hover{color:var(--white);background:#ffffff0a}.sidebar-nav button.active{color:var(--gold);background:var(--gold-wash)}.sidebar-nav button.active i{position:absolute;top:12px;bottom:12px;left:-18px;width:3px;border-radius:0 3px 3px 0;background:var(--gold)}.sidebar-bottom{display:flex;flex-direction:column;gap:13px;margin-top:auto}.install-side-button{display:flex;align-items:center;gap:8px;padding:10px 11px;border:1px solid rgba(232,185,126,.26);border-radius:11px;color:var(--gold);background:var(--gold-wash);font-size:11px;font-weight:700}.sidebar-tip{display:flex;align-items:flex-start;gap:8px;padding:11px;border-radius:12px;color:var(--gold);background:#ffffff09}.sidebar-tip p{margin:0;color:var(--muted);font-size:10px;line-height:1.4}.sidebar-logout{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 11px;border:1px solid rgba(242,123,116,.2);border-radius:11px;color:#ff9d95;background:#f27b7412;font-size:11px;font-weight:700}.sidebar-logout:hover{background:#f27b7424;border-color:#f27b7457;color:#ffc2bd}.sidebar-logout svg{flex:none}.workspace{flex:1;width:calc(100% - 252px)}.workspace-content{padding:43px 5%}.utility-content{max-width:1300px}}@media(min-width:1200px){.sidebar{width:274px}.workspace{width:calc(100% - 274px)}.workspace-content{padding-right:6%;padding-left:6%}.salon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ad-carousel{max-width:100%}}@media(min-width:1600px){.workspace-content{padding-right:7%;padding-left:7%}.salon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.page-header,.page-header-leading{align-items:flex-start;gap:8px}.page-header-action{align-self:flex-start}.page-header-leading p{max-width:28ch;line-height:1.35}.home-topline{flex-wrap:wrap}.home-topline>div:first-child{flex:1 1 180px}.home-actions{margin-left:auto}.section-heading{align-items:flex-start;flex-wrap:wrap}.section-heading>.result-count{margin-left:auto}.profile-card,.salon-profile-hero{align-items:flex-start;flex-wrap:wrap}.profile-copy,.salon-profile-copy{flex:1 1 130px}.profile-card>.edit-profile-button,.salon-profile-hero>.btn{margin-left:auto}.customer-profile-card{align-items:center;flex-wrap:nowrap}.customer-profile-card .profile-copy{flex:none}.customer-profile-card>.edit-profile-button{margin-left:0}.request-card-top{align-items:flex-start}.request-actions>div{flex-wrap:wrap}.request-actions>div .btn{min-width:0}.push-setup-card{align-items:flex-start;flex-wrap:wrap}.push-setup-card .btn{min-height:34px;padding:0 9px;font-size:10px}.push-setup-actions{width:100%}.push-setup-copy p{font-size:9px}.editor-section-heading{flex-wrap:wrap}.editor-heading-actions{width:100%;justify-content:flex-start}.editor-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-manage-row{flex-wrap:wrap}.editor-actions .btn{min-width:0}.toast{max-width:100%}}@media(max-width:380px){.workspace-content,.mobile-shell-bar{padding-right:max(12px,var(--safe-right));padding-left:max(12px,var(--safe-left))}.confirm-actions{grid-template-columns:1fr}.confirm-ok{order:-1}.home-actions{gap:4px}.gender-toggle button{padding:0 7px}.notification-button{width:35px;height:35px}.detail-stat-grid{gap:4px}.detail-stat-grid>div{padding:9px 5px}.detail-stat-grid strong{font-size:9px}.booking-calendar{width:53px}.booking-main{padding:12px 10px}.booking-title-row h3{font-size:13px}.product-manage-row{flex-wrap:wrap;align-items:flex-start}.product-manage-row>div:last-child{margin-left:auto}.request-actions>div,.delay-actions{flex-direction:column}.request-actions>div .btn,.delay-actions .btn{width:100%}.form-two-col,.form-three-col{grid-template-columns:1fr;gap:10px}.editor-section{padding:14px 11px}.collapsible-title h2{font-size:15.5px}.type-option-grid{gap:5px}.type-option-grid button{padding:0 4px;font-size:11px}.sticky-continue,.schedule-total{align-items:stretch;flex-direction:column}.sticky-continue .btn,.schedule-total .btn{width:100%}}img.image-fallback-tile{object-fit:contain;padding:14%;background:radial-gradient(120% 110% at 12% -10%,rgba(232,185,126,.22),transparent 58%),radial-gradient(100% 100% at 100% 110%,rgba(110,209,158,.1),transparent 62%),linear-gradient(155deg,#232a29,#131817 58%,#0e1211)}@media(pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),textarea,select{font-size:16px}}
