:root{--bg:#101216;--bg-2:#15181e;--surface:#1b1f26;--surface-2:#22272f;--line:rgba(255,255,255,0.08);--line-strong:rgba(255,255,255,0.14);--gold:#e0b25c;--gold-soft:#f0cd8a;--gold-deep:#c9973f;--gold-glow:rgba(224,178,92,0.35);--green:#5fa877;--green-soft:#7fc596;--wood:#b98a54;--text:#f4efe7;--text-muted:#a7adb8;--text-dim:#767c88;--st-wait:#e0b25c;--st-ok:#5fa877;--st-done:#6ea8e8;--st-cancel:#d1657a;--radius:18px;--radius-sm:12px;--radius-lg:28px;--shadow:0 20px 60px -20px rgba(0,0,0,0.7);--shadow-gold:0 14px 44px -12px var(--gold-glow);--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-display:"Playfair Display","Cormorant Garamond",Georgia,"Times New Roman",serif;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(60% 50% at 15% 0,rgba(224,178,92,.1),transparent 60%),radial-gradient(50% 45% at 100% 20%,rgba(95,168,119,.08),transparent 60%),radial-gradient(60% 60% at 50% 120%,rgba(224,178,92,.06),transparent 60%);pointer-events:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.12;letter-spacing:-.01em;margin:0 0 .5em}p{margin:0 0 1rem}a{color:inherit;text-decoration:none;transition:color .2s ease}img{max-width:100%;display:block}button{font-family:inherit}::selection{background:var(--gold);color:#14100a}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 clamp(1.1rem,4vw,2rem)}.section{padding:clamp(3.5rem,8vw,7rem) 0;position:relative}.section-tight{padding:clamp(2.5rem,5vw,4rem) 0}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.eyebrow:before{content:"";width:26px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}.section-title{font-size:clamp(1.9rem,4.5vw,3.1rem);margin:.6rem 0 .4rem}.section-title .accent{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));-webkit-background-clip:text;background-clip:text;color:transparent}.section-lead{color:var(--text-muted);max-width:620px;font-size:1.05rem}.section-head{margin-bottom:clamp(2rem,4vw,3.2rem)}.section-head.center{text-align:center}.section-head.center .section-lead{margin-left:auto;margin-right:auto}.btn{--btn-bg:var(--gold);display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 1.6rem;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.98rem;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,box-shadow .25s ease,background .2s ease,border-color .2s ease;white-space:nowrap}.btn-primary{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;box-shadow:var(--shadow-gold)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 50px -12px var(--gold-glow)}.btn-outline{background:transparent;border-color:var(--line-strong);color:var(--text)}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.btn-ghost{background:var(--surface-2);color:var(--text)}.btn-ghost:hover{background:var(--surface);transform:translateY(-2px)}.btn-green{background:linear-gradient(120deg,var(--green-soft),var(--green));color:#0c1a11}.btn-green:hover{transform:translateY(-2px)}.btn-sm{padding:.55rem 1rem;font-size:.85rem}.btn-lg{padding:1.05rem 2rem;font-size:1.05rem}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.card{background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card-hover:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--shadow)}.glass{background:rgba(27,31,38,.72);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border:1px solid var(--line)}.chip{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em;background:var(--surface-2);color:var(--text-muted);border:1px solid var(--line)}.chip-gold{background:rgba(224,178,92,.12);color:var(--gold-soft);border-color:rgba(224,178,92,.3)}.chip-green{background:rgba(95,168,119,.12);color:var(--green-soft);border-color:rgba(95,168,119,.3)}.chip-blue{background:rgba(110,168,232,.12);color:#6ea8e8;border-color:rgba(110,168,232,.3)}.status{display:inline-flex;align-items:center;gap:.4rem;padding:.28rem .7rem;border-radius:999px;font-size:.78rem;font-weight:600}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.status-in_asteptare{color:var(--st-wait);background:rgba(224,178,92,.12)}.status-confirmata{color:var(--st-ok);background:rgba(95,168,119,.12)}.status-finalizata{color:var(--st-done);background:rgba(110,168,232,.12)}.status-neprezentat{color:#d98a3a;background:rgba(217,138,58,.14)}.status-anulata{color:var(--st-cancel);background:rgba(209,101,122,.12)}.field{margin-bottom:1.1rem}.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.45rem;color:var(--text-muted)}.input,.select,.textarea{width:100%;padding:.85rem 1rem;background:var(--bg-2);border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.input:disabled,.select:disabled,.textarea:disabled{opacity:.65;cursor:not-allowed;background:var(--bg)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(224,178,92,.16)}.textarea{resize:vertical;min-height:120px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a7adb8' d='M6 8 0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.4rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.help{font-size:.8rem;color:var(--text-dim);margin-top:.35rem}.error-text{color:var(--st-cancel);font-size:.85rem;margin-top:.4rem}.honeycomb-bg{position:absolute;inset:0;z-index:-1;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='100' viewBox='0 0 56 100'%3E%3Cpath fill='none' stroke='%23e0b25c' stroke-opacity='0.08' stroke-width='1' d='M28 66L0 50V16L28 0l28 16v34L28 66zM28 66v34'/%3E%3C/svg%3E");pointer-events:none;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000,transparent);mask-image:radial-gradient(70% 60% at 50% 40%,#000,transparent)}.grid{display:grid;grid-gap:1.4rem;gap:1.4rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.form-row,.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-gold{color:var(--gold)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.5rem}.gap-2{gap:1rem}.flex-wrap{flex-wrap:wrap}.divider{background:var(--line);margin:1.5rem 0}.divider,.sr-only{height:1px;border:0}.sr-only{position:absolute;width:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;transition:background .3s ease,border-color .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease;transition:background .3s ease,border-color .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease;border-bottom:1px solid transparent}.site-header.scrolled{background:rgba(16,18,22,.82);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-bottom-color:var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:74px;gap:1rem}.brand{align-items:center;gap:.6rem}.brand,.brand-mark{display:inline-flex}.brand-text{font-family:var(--font-display);font-weight:700;font-size:1.35rem;letter-spacing:.01em;color:var(--text)}.brand-logo{height:46px;width:auto;max-width:200px;object-fit:contain}.nav-desktop{display:flex;align-items:center;gap:1.9rem}.nav-desktop a{font-size:.96rem;font-weight:500;color:var(--text-muted);position:relative;padding:.3rem 0}.nav-desktop a:hover{color:var(--text)}.nav-desktop a.active{color:var(--gold)}.nav-desktop a.active:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;background:linear-gradient(90deg,var(--gold-soft),var(--gold-deep));border-radius:2px}.header-actions{display:flex;align-items:center;gap:.9rem}.burger{display:none;width:42px;height:42px;background:var(--surface-2);border:1px solid var(--line);border-radius:12px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}.burger span{width:18px;height:2px;background:var(--text);border-radius:2px;transition:.25s ease}.burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:300;background:var(--bg);display:flex;flex-direction:column;padding:1.1rem clamp(1.1rem,5vw,1.6rem) 1.8rem;animation:menuIn .22s ease;overflow-y:auto}@keyframes menuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;height:52px;margin-bottom:.8rem}.mobile-close{width:44px;height:44px;border-radius:12px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);font-size:1.6rem;line-height:1;cursor:pointer}.mobile-menu-nav{display:flex;flex-direction:column;flex:1 1}.mobile-menu-nav a{padding:1.1rem .3rem;font-size:1.25rem;font-weight:600;color:var(--text);border-bottom:1px solid var(--line)}.mobile-menu-nav a.active{color:var(--gold)}.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:98}@media (max-width:860px){.nav-desktop{display:none}.burger{display:flex}.hide-mobile{display:none}}@media (min-width:861px){.mobile-menu{display:none}}.wa-fab{position:fixed;right:18px;bottom:18px;z-index:90;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25d366;color:#fff;box-shadow:0 12px 30px -6px rgba(37,211,102,.5);transition:transform .2s ease}.wa-fab:hover{transform:scale(1.08)}.hero{position:relative;overflow:hidden;padding:clamp(3rem,7vw,6rem) 0 clamp(3.5rem,8vw,6rem)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.hero-title{font-size:clamp(2.6rem,7vw,5rem);line-height:1.02;margin-bottom:1rem}.hero-title .accent{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-sub{font-size:clamp(1.02rem,2vw,1.18rem);color:var(--text-muted);max-width:540px;margin-bottom:1.8rem}.hero-cta{gap:.9rem}.hero-cta,.hero-stats{display:flex;flex-wrap:wrap}.hero-stats{gap:2rem;margin-top:2.4rem}.hero-stat .num{font-family:var(--font-display);font-size:1.9rem;font-weight:700;color:var(--gold)}.hero-stat .lbl{font-size:.85rem;color:var(--text-dim)}.hero-photo,.hero-visual{position:relative}.hero-photo{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;border:1px solid var(--line-strong);background:linear-gradient(160deg,var(--surface-2),var(--bg));box-shadow:var(--shadow)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo.placeholder{display:flex;align-items:center;justify-content:center}.hero-badge{position:absolute;bottom:18px;left:18px;right:18px;padding:.9rem 1.1rem;border-radius:var(--radius)}.hero-badge .flex{align-items:center}.hex-float{position:absolute;opacity:.5;pointer-events:none}.hex-float.one{top:-10px;right:-20px;width:120px}.hex-float.two{bottom:40px;left:-30px;width:90px}@media (max-width:820px){.hero-grid{grid-template-columns:1fr}.hero-visual{order:-1;max-width:440px;margin:0 auto;width:100%}.hero-cta .btn{flex:1 1}}.photo-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(60% 60% at 50% 40%,rgba(224,178,92,.14),transparent 70%),linear-gradient(160deg,var(--surface-2),var(--bg));color:var(--gold);font-family:var(--font-display);font-weight:700}.photo-ph svg{opacity:.5}.svc-card{display:flex;flex-direction:column;height:100%}.svc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.svc-name{font-family:var(--font-display);font-size:1.2rem;margin:0}.svc-price{font-weight:700;color:var(--gold);white-space:nowrap}.svc-desc{color:var(--text-muted);font-size:.92rem;margin:.6rem 0 1rem;flex:1 1}.svc-meta{display:flex;align-items:center;gap:.5rem;color:var(--text-dim);font-size:.85rem;margin-bottom:1rem}.svc-actions{margin-top:auto}.cat-tabs{display:flex;gap:.6rem;margin-bottom:2rem;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.4rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.cat-tabs::-webkit-scrollbar{height:4px}.cat-tabs::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}.cat-tab{padding:.6rem 1.2rem;border-radius:999px;border:1px solid var(--line-strong);background:transparent;color:var(--text-muted);cursor:pointer;font-weight:600;font-size:.9rem;transition:.2s ease;flex:0 0 auto;white-space:nowrap}.cat-tab:hover{color:var(--text)}.cat-tab.active{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;border-color:transparent}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:960px){.team-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}}@media (max-width:520px){.team-grid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}.staff-card{position:relative;aspect-ratio:3/4;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:linear-gradient(160deg,var(--surface-2),var(--bg));box-shadow:0 22px 50px -30px rgba(0,0,0,.75);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.staff-card:hover{transform:translateY(-8px);border-color:rgba(224,178,92,.45);box-shadow:0 34px 66px -30px rgba(0,0,0,.8),0 0 44px -18px var(--gold-glow)}.staff-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.staff-card:hover .staff-media{transform:scale(1.06)}.staff-ph{display:flex;align-items:center;justify-content:center;color:var(--gold);opacity:.55;background:radial-gradient(70% 55% at 50% 32%,rgba(224,178,92,.16),transparent 70%),linear-gradient(160deg,#262b34,#12151a)}.staff-ph,.staff-scrim{position:absolute;inset:0}.staff-scrim{background:linear-gradient(0deg,rgba(8,9,12,.94) 8%,rgba(8,9,12,.5) 40%,transparent 66%)}.staff-overlay{position:absolute;inset:auto 0 0 0;padding:1.3rem 1.25rem 1.4rem}.staff-tick{display:block;width:30px;height:2px;margin-bottom:.7rem;background:linear-gradient(90deg,var(--gold),transparent)}.staff-name{font-family:var(--font-display);font-size:1.22rem;margin:0 0 .15rem;letter-spacing:.01em}.staff-title{color:var(--gold);font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.staff-bio{color:rgba(244,239,231,.85);font-size:.83rem;line-height:1.55;margin:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .45s ease,opacity .35s ease,margin .45s ease}.staff-card:hover .staff-bio{max-height:150px;opacity:1;margin-top:.6rem}@media (hover:none){.staff-bio{max-height:150px;opacity:1;margin-top:.6rem}}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.gallery-item{position:relative;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:1px solid var(--line)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.06)}@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}.gallery-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.gallery-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.gallery-4{grid-template-columns:repeat(2,1fr)}}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;padding:1.5rem}.lightbox img{max-width:92vw;max-height:88vh;border-radius:var(--radius-sm)}.lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--text);font-size:1.4rem;cursor:pointer}.site-footer{border-top:1px solid var(--line);margin-top:2rem;padding-top:clamp(2.5rem,5vw,4rem);background:var(--bg-2)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.4fr;grid-gap:2rem;gap:2rem;padding-bottom:2.5rem}.footer-title{font-family:var(--font-body);font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1rem}.footer-grid a{display:block;color:var(--text-muted);padding:.28rem 0}.footer-grid a:hover{color:var(--gold)}.footer-line{display:flex;align-items:flex-start;gap:.55rem;color:var(--text-muted);margin-bottom:.7rem}.footer-line svg{color:var(--gold);flex-shrink:0;margin-top:3px}.footer-line a{display:inline;padding:0}.footer-socials{display:flex;gap:.7rem;margin-top:1.2rem}.footer-socials a{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--line);color:var(--text-muted);padding:0}.footer-socials a:hover{color:var(--gold);border-color:var(--gold)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.3rem 0;border-top:1px solid var(--line);color:var(--text-dim);font-size:.85rem;flex-wrap:wrap;gap:.8rem}.footer-legal{display:flex;gap:1.2rem}.footer-legal a{color:var(--text-dim)}.footer-legal a:hover{color:var(--gold)}@media (max-width:720px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.6rem 1.2rem;padding-bottom:2rem}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;text-align:center;gap:.7rem;padding:1.2rem 0}.footer-legal{justify-content:center}}@media (max-width:420px){.footer-grid{grid-template-columns:1fr}}.cta-band{border-radius:var(--radius-lg);padding:clamp(2rem,5vw,3.5rem);text-align:center;position:relative;overflow:hidden;background:linear-gradient(120deg,rgba(224,178,92,.14),rgba(95,168,119,.1));border:1px solid var(--line-strong)}.cta-band h2{font-size:clamp(1.7rem,4vw,2.6rem)}.auth-card{max-width:440px;margin:0 auto}.auth-tabs{display:flex;gap:.4rem;background:var(--bg-2);padding:.3rem;border-radius:999px;margin-bottom:1.4rem}.auth-tabs button{flex:1 1;padding:.6rem;border-radius:999px;background:transparent;border:none;color:var(--text-muted);font-weight:600;cursor:pointer;transition:.2s}.auth-tabs button.active{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a}.testi-grid{gap:1.5rem}.testi-card{position:relative;margin:0;padding:2rem 1.6rem 1.6rem;background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;height:100%;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.testi-card:hover{transform:translateY(-4px);border-color:rgba(224,178,92,.35);box-shadow:var(--shadow)}.testi-quote{position:absolute;top:.4rem;right:1.1rem;font-family:var(--font-display);font-size:4rem;line-height:1;color:rgba(224,178,92,.18)}.testi-stars{display:flex;gap:.15rem;color:var(--gold);font-size:1rem;margin-bottom:.9rem}.testi-stars span{color:var(--line-strong)}.testi-stars span.on{color:var(--gold)}.testi-text{margin:0 0 1.2rem;color:var(--text);font-size:.96rem;line-height:1.65;flex:1 1}.testi-name{gap:.65rem;font-weight:600;color:var(--text);font-style:normal}.testi-avatar,.testi-name{display:flex;align-items:center}.testi-avatar{width:38px;height:38px;border-radius:50%;flex-shrink:0;justify-content:center;font-family:var(--font-display);font-weight:700;color:#16110a;background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep))}.tiktok-frame{max-width:860px;margin:0 auto;padding:12px;border-radius:30px;position:relative;background:linear-gradient(135deg,var(--gold-soft),var(--green) 55%,var(--gold-deep));box-shadow:0 34px 90px -34px rgba(0,0,0,.85),0 0 60px -20px var(--gold-glow)}.tiktok-frame:after{content:"";position:absolute;inset:0;border-radius:30px;padding:1px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.5),transparent 40%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tiktok-frame-inner{position:relative;background:#fff;border-radius:20px;overflow:hidden;padding:8px}.tiktok-frame-inner:after{content:"";position:absolute;left:0;right:0;bottom:0;height:74px;background:#fff;z-index:3;pointer-events:none}.tiktok-feed{min-height:300px;display:flex;justify-content:center}.tiktok-feed .tiktok-embed{width:100%;margin:0!important}@media (max-width:560px){.tiktok-frame{padding:8px;border-radius:24px}.tiktok-frame-inner{border-radius:16px;padding:5px}}.about-photo{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--line-strong);box-shadow:var(--shadow);aspect-ratio:4/3}.about-photo img{width:100%;height:100%;object-fit:cover}.info-tile{display:flex;gap:1rem;align-items:flex-start}.info-ico{width:46px;height:46px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:rgba(224,178,92,.12);color:var(--gold);border:1px solid rgba(224,178,92,.25)}.info-tile h4{margin:0 0 .2rem;font-family:var(--font-body);font-size:1rem}.info-tile p{margin:0;color:var(--text-muted);font-size:.9rem}.avail-section{position:relative;overflow:hidden}.avail-grid{gap:1.4rem}.avail-card{position:relative;background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;height:100%;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.avail-card:hover{border-color:rgba(224,178,92,.35);transform:translateY(-4px);box-shadow:var(--shadow)}.avail-head{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}.avail-ico{font-size:1.5rem}.avail-head h3{margin:0;font-family:var(--font-display);font-size:1.2rem}.avail-slots{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;flex:1 1;align-content:flex-start}.avail-slot{padding:.45rem .8rem;border-radius:10px;background:var(--surface-2);border:1px solid var(--line-strong);color:var(--text);font-weight:600;font-size:.9rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;transition:background .15s ease,color .15s ease,border-color .15s ease}.avail-slot:hover{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;border-color:transparent}.avail-more{padding:.45rem .7rem;border-radius:10px;color:var(--gold);font-weight:600;font-size:.9rem;align-self:center}.avail-empty{color:var(--text-muted);font-size:.92rem;flex:1 1;margin:0 0 1.2rem}.avail-btn{margin-top:auto;align-self:flex-start}.wizard{max-width:820px;margin:0 auto}.stepper{justify-content:space-between;gap:.4rem;margin-bottom:2rem}.step,.stepper{display:flex;align-items:center}.step{gap:.5rem;flex:1 1;min-width:0}.step:not(:last-child):after{content:"";flex:1 1;height:2px;background:var(--line);margin-left:.4rem}.step-dot{width:30px;height:30px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--line-strong);font-size:.85rem;font-weight:700;color:var(--text-muted)}.step-label{font-size:.82rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.step.active .step-dot{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;border-color:transparent}.step.active .step-label{color:var(--text)}.step.done .step-dot{background:var(--green);color:#0c1a11;border-color:transparent}@media (max-width:620px){.step-label{display:none}.step:not(:last-child):after{margin-left:.2rem}}.wizard-q{font-family:var(--font-display);font-size:1.4rem;margin-bottom:1.2rem}.svc-group{margin-bottom:1.6rem}.svc-group-title{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem}.pick-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.7rem;gap:.7rem}@media (max-width:560px){.pick-grid{grid-template-columns:1fr}}.pick-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;text-align:left;padding:1rem 1.1rem;border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line-strong);color:var(--text);cursor:pointer;transition:.18s ease}.pick-item:hover{border-color:var(--gold);transform:translateY(-2px)}.pick-item.selected{border-color:var(--gold);background:rgba(224,178,92,.1);box-shadow:0 0 0 2px rgba(224,178,92,.2)}.pick-name{font-weight:600}.pick-meta{font-size:.82rem;color:var(--text-dim)}.pick-price{font-weight:700;color:var(--gold);white-space:nowrap}.pick-check{width:22px;height:22px;flex-shrink:0;border-radius:7px;border:2px solid var(--line-strong);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:#16110a;transition:.15s ease}.pick-item.selected .pick-check{background:var(--gold);border-color:var(--gold)}.wizard-total{font-size:.92rem;color:var(--text-muted)}.wizard-total b{color:var(--text)}.request-box{margin-top:1.2rem}.request-toggle{width:100%;text-align:left;padding:.9rem 1.1rem;border-radius:var(--radius-sm);background:var(--surface);border:1px dashed var(--line-strong);color:var(--text-muted);cursor:pointer;font-size:.95rem;transition:.18s ease}.request-toggle:hover{border-color:var(--gold);color:var(--text)}.request-toggle b{color:var(--gold)}.request-box.on{background:rgba(224,178,92,.08);border:1px solid rgba(224,178,92,.3)}.request-box.on,.request-note{border-radius:var(--radius-sm);padding:.9rem 1.1rem}.request-note{margin-top:1rem;background:rgba(224,178,92,.1);border:1px solid rgba(224,178,92,.3);color:var(--gold-soft);font-size:.9rem}.wizard-nav{display:flex;justify-content:space-between;gap:.8rem;margin-top:1.8rem}.wizard-nav .btn{min-width:120px}.datetime-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.4rem;gap:1.4rem;align-items:start}@media (max-width:720px){.datetime-grid{grid-template-columns:1fr}}.cal{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:1rem}.cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.cal-title{font-weight:700;font-family:var(--font-display)}.cal-nav{width:34px;height:34px;border-radius:9px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);font-size:1.2rem;cursor:pointer}.cal-nav:disabled{opacity:.3;cursor:not-allowed}.cal-dow{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:2px;gap:2px;margin-bottom:4px}.cal-dow span{text-align:center;font-size:.72rem;color:var(--text-dim);padding:4px 0}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:3px;gap:3px}.cal-cell{aspect-ratio:1;border:none;border-radius:9px;background:transparent;color:var(--text);cursor:pointer;font-size:.9rem;transition:.15s ease}.cal-cell:not(.empty):not(:disabled):hover{background:var(--surface-2)}.cal-cell.empty{visibility:hidden}.cal-cell:disabled{color:var(--text-dim);opacity:.35;cursor:not-allowed}.cal-cell.selected{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;font-weight:700}.slots-panel{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:1rem;min-height:200px}.slots-date{font-weight:700;margin-bottom:.8rem;text-transform:capitalize}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));grid-gap:.5rem;gap:.5rem}.slot{padding:.6rem 0;border-radius:9px;background:var(--surface-2);border:1px solid var(--line);color:var(--text);cursor:pointer;font-weight:600;font-size:.9rem;transition:.15s ease}.slot:hover{border-color:var(--gold)}.slot.selected{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;border-color:transparent}.summary-card{background:var(--surface);border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:1.2rem}.summary-title{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}.summary-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--line);font-size:.92rem}.summary-row:last-child{border-bottom:none}.summary-row span{color:var(--text-muted)}.summary-row b{text-align:right}.booking-done{text-align:center;max-width:520px;margin:0 auto}.done-check{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;background:var(--green);color:#0c1a11;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.done-summary{text-align:left;margin:1.4rem 0}.done-summary>div{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--line)}.done-summary span{color:var(--text-muted)}.login-wrap{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.login-box{position:relative;z-index:1;width:100%;max-width:400px;text-align:center}.login-logo{width:84px;height:84px;margin:0 auto 1.1rem;border-radius:20px;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--line-strong);box-shadow:var(--shadow-gold)}.login-title{font-size:2rem;margin:0 0 .3rem}.login-sub{color:var(--text-muted);margin-bottom:1.8rem}.login-box .card{text-align:left}.login-back{margin-top:1.6rem}.login-back a{color:var(--text-muted)}.login-back a:hover{color:var(--gold)}.panel-shell{display:flex;min-height:100vh}.panel-col{flex:1 1;min-width:0;display:flex;flex-direction:column}.panel-main{flex:1 1;min-width:0;padding:clamp(1.2rem,3vw,2.2rem)}.panel-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:1rem;height:60px;padding:0 clamp(1rem,3vw,1.7rem);background:rgba(16,18,22,.82);backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);border-bottom:1px solid var(--line)}.panel-header .burger{border-radius:10px}.ph-page{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text)}.ph-right{margin-left:auto;display:flex;align-items:center;gap:.8rem}@media (max-width:520px){.ph-user{display:none}}.panel-sidebar{width:250px;flex-shrink:0;background:linear-gradient(185deg,var(--bg-2),var(--bg));border-right:1px solid var(--line);padding:1.4rem 1rem;gap:1.2rem;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.panel-brand,.panel-sidebar{display:flex;flex-direction:column}.panel-brand{gap:.5rem;align-items:flex-start}.panel-me{gap:.7rem;padding:.8rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm)}.panel-avatar,.panel-me{display:flex;align-items:center}.panel-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;justify-content:center;font-weight:700;flex-shrink:0}.panel-sidebar nav{display:flex;flex-direction:column;gap:.2rem;flex:1 1}.panel-sidebar nav a{display:flex;align-items:center;gap:.7rem;padding:.72rem .85rem;border-radius:11px;color:var(--text-muted);font-weight:500;font-size:.94rem;position:relative;z-index:0;transition:color .2s ease}.panel-sidebar nav a:hover:not(.active){color:var(--text);background:var(--surface)}.panel-sidebar nav a.active,.panel-sidebar nav a.active svg{color:var(--gold)}.panel-sidebar nav a span,.panel-sidebar nav a svg{position:relative;z-index:1}.nav-active-bg{position:absolute;inset:0;border-radius:11px;z-index:0;background:linear-gradient(120deg,rgba(224,178,92,.2),rgba(224,178,92,.05));border:1px solid rgba(224,178,92,.28)}.nav-badge{position:relative;z-index:1;margin-left:auto;background:var(--st-cancel);color:#fff;font-size:.72rem;font-weight:700;padding:.05rem .45rem;border-radius:999px}.panel-side-foot{display:flex;flex-direction:column;gap:.6rem}.side-link{color:var(--text-muted);font-size:.9rem;padding:.4rem .2rem}.side-link:hover{color:var(--gold)}.panel-topbar{display:none;align-items:center;gap:.8rem;padding:.8rem 1rem;border-bottom:1px solid var(--line);background:var(--bg-2);position:-webkit-sticky;position:sticky;top:0;z-index:50}.panel-topbar .brand-text{flex:1 1}@media (max-width:860px){.panel-shell{flex-direction:column}.panel-topbar{display:flex}.panel-sidebar{position:fixed;top:0;left:0;bottom:0;height:100vh;width:min(82vw,280px);z-index:120;transform:translateX(-100%);transition:transform .3s cubic-bezier(.22,1,.36,1);box-shadow:var(--shadow)}.panel-sidebar.open{transform:translateX(0)}.panel-shell .drawer-backdrop{z-index:110}}.page-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.6rem;flex-wrap:wrap}.page-head h1{font-size:clamp(1.5rem,3vw,2rem);margin:0}.page-head .sub{color:var(--text-muted);font-size:.9rem;margin-top:.2rem}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.8rem}@media (max-width:760px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat{padding:1.2rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.stat:hover{transform:translateY(-3px);border-color:var(--line-strong);box-shadow:0 18px 40px -26px rgba(0,0,0,.7)}.kpi-grid{display:grid;grid-gap:.9rem;gap:.9rem;margin-bottom:1.1rem}.kpi{padding:.95rem 1.1rem;border-radius:14px;background:var(--surface);border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.55rem;transition:border-color .2s ease,background .2s ease}.kpi:hover{border-color:rgba(255,255,255,.13);background:var(--surface-2)}.kpi-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.kpi-label{font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;font-weight:600}.kpi-ico,.kpi-label{color:var(--text-dim)}.kpi-ico{display:inline-flex}.kpi-value{font-size:1.55rem;font-weight:600;color:var(--text);line-height:1;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi-sub{font-size:.75rem;color:var(--text-dim)}.kpi-sub.up{color:var(--green-soft)}.kpi.tone-gold .kpi-ico,.kpi.tone-gold .kpi-value{color:var(--gold)}.kpi.tone-green .kpi-ico,.kpi.tone-green .kpi-value{color:var(--green-soft)}.kpi.tone-blue .kpi-ico,.kpi.tone-blue .kpi-value{color:#6ea8e8}.dash-panel{background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--line);border-radius:16px;padding:1.4rem 1.5rem;margin-bottom:1.1rem}.dp-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.4rem;flex-wrap:wrap;margin-bottom:1.3rem}.dp-eyebrow{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-weight:700}.dp-title{font-family:var(--font-display);font-size:2.1rem;font-weight:700;color:var(--text);line-height:1.05;margin-top:.2rem}.dp-title-sub{font-family:var(--font-body);font-size:.9rem;font-weight:400;color:var(--text-dim)}.dp-mini{display:flex;gap:1.6rem;flex-wrap:wrap}.dp-mini>div{display:flex;flex-direction:column;gap:.15rem}.dp-mini span{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.dp-mini b{font-size:1.05rem;font-weight:600;color:var(--text);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dp-mini b.green{color:var(--green-soft)}.dp-chart-cap{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.7rem}.rchart{display:flex;align-items:flex-end;gap:.55rem;height:128px}.rcol{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%}.rcol-val{font-size:.68rem;color:var(--text-dim);height:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rtrack{flex:1 1;width:100%;display:flex;align-items:flex-end}.rbar{width:100%;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,rgba(224,178,92,.55),rgba(224,178,92,.18));min-height:3px}.rbar.today{background:linear-gradient(180deg,var(--gold-soft),var(--gold-deep))}.rlabel{font-size:.72rem;color:var(--text-dim);margin-top:.5rem}.rlabel.today{color:var(--gold);font-weight:700}.dash-week{align-items:center;justify-content:space-between;gap:1.2rem;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:1rem 1.3rem;margin-bottom:1.4rem}.dash-week,.dw-figs{display:flex;flex-wrap:wrap}.dw-figs{gap:2rem}.dw-figs>div{display:flex;flex-direction:column;gap:.1rem}.dw-figs span{font-size:.7rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-dim)}.dw-figs b{font-size:1.3rem;font-weight:600;color:var(--gold);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dw-figs b.green{color:var(--green-soft)}.dash-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.1rem;gap:1.1rem;margin-bottom:1.1rem;align-items:stretch}@media (max-width:760px){.dash-two{grid-template-columns:1fr}}.dash-card{background:var(--surface);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:1.2rem 1.35rem;display:flex;flex-direction:column}.dash-cap{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);font-weight:600;margin-bottom:.9rem}.rank-row{display:flex;justify-content:space-between;align-items:center;padding:.62rem 0;border-bottom:1px solid var(--line);font-size:.94rem}.rank-row:first-of-type{padding-top:0}.rank-row:last-child{border-bottom:none;padding-bottom:0}.notif,.notif-btn{position:relative}.notif-btn{width:40px;height:40px;border-radius:11px;background:var(--surface-2);border:1px solid var(--line);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s ease,border-color .15s ease}.notif-btn:hover{color:var(--text);border-color:var(--line-strong)}.notif-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--st-cancel);color:#fff;font-size:.66rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-2)}.notif-panel{position:absolute;top:calc(100% + 8px);z-index:200;width:min(340px,86vw);background:var(--bg-2);border:1px solid var(--line-strong);border-radius:14px;box-shadow:var(--shadow);overflow:hidden;transform-origin:top}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1rem;border-bottom:1px solid var(--line);font-weight:600;font-size:.92rem}.notif-mark{background:none;border:none;color:var(--gold);font-size:.8rem;cursor:pointer;padding:0}.notif-list{max-height:380px;overflow-y:auto}.notif-empty{padding:2.2rem 1rem;text-align:center;color:var(--text-dim);font-size:.9rem}.notif-item{display:flex;align-items:flex-start;gap:.7rem;width:100%;text-align:left;padding:.75rem 1rem .75rem 1.25rem;background:none;border:none;border-bottom:1px solid var(--line);cursor:pointer;position:relative}.notif-item:hover{background:var(--surface)}.notif-item.unread{background:rgba(224,178,92,.06)}.notif-item:last-child{border-bottom:none}.notif-ico{flex-shrink:0;margin-top:1px}.notif-body{display:flex;flex-direction:column;gap:.12rem;min-width:0;flex:1 1}.notif-title{font-weight:600;font-size:.88rem;color:var(--text)}.notif-msg{font-size:.8rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notif-time{flex-shrink:0;font-size:.7rem;color:var(--text-dim);margin-top:1px}.notif-dot{position:absolute;left:6px;top:50%;width:6px;height:6px;border-radius:50%;background:var(--gold);transform:translateY(-50%)}@media (max-width:860px){.notif-desktop{display:none}}.stat .stat-num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.stat .stat-lbl{color:var(--text-muted);font-size:.85rem;margin-top:.3rem}.stat.money{background:linear-gradient(160deg,rgba(224,178,92,.14),var(--bg-2));border-color:rgba(224,178,92,.3)}.report-controls{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.report-controls .field{flex:0 0 auto}.report-controls .input{width:auto}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-sm)}table.data{width:100%;border-collapse:collapse;min-width:640px}table.data td,table.data th{text-align:left;padding:.85rem 1rem;border-bottom:1px solid var(--line);font-size:.92rem}table.data th{background:var(--bg-2);color:var(--text-dim);font-weight:600;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}table.data tr:last-child td{border-bottom:none}table.data tbody tr:hover{background:var(--surface)}.row-actions{display:flex;gap:.4rem;justify-content:flex-end}.appt-cards{display:none}@media (max-width:720px){.appt-table{display:none}.appt-cards{display:flex;flex-direction:column;gap:.8rem}}.appt-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:.9rem 1rem}.appt-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem;margin-bottom:.6rem}.appt-when{font-weight:700;font-size:.92rem}.appt-code{font-size:.72rem;color:var(--text-dim)}.appt-card-row{display:flex;justify-content:space-between;gap:.8rem;padding:.42rem 0;font-size:.86rem;border-top:1px solid var(--line)}.appt-card-row>span{color:var(--text-dim);flex-shrink:0}.appt-card-row>b{text-align:right;font-weight:600;min-width:0}.appt-card-actions{display:flex;gap:.5rem;margin-top:.75rem}.appt-card-actions .btn{flex:1 1}.icon-btn{width:34px;height:34px;border-radius:9px;background:var(--surface-2);border:1px solid var(--line);color:var(--text-muted);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.15s}.icon-btn:hover{color:var(--text);border-color:var(--line-strong)}.icon-btn.danger:hover{color:#fff;background:var(--st-cancel);border-color:transparent}.agenda-day{margin-bottom:1.6rem}.agenda-date{font-family:var(--font-display);font-size:1.15rem;margin-bottom:.7rem;text-transform:capitalize}.agenda-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.9rem;gap:.9rem;align-items:center;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);margin-bottom:.55rem}.agenda-time{font-weight:700;color:var(--gold);white-space:nowrap;text-align:center;min-width:48px;line-height:1.15}.agenda-body{min-width:0}.agenda-body .who{font-weight:600}.agenda-body .what,.agenda-body .who{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agenda-body .what{color:var(--text-muted);font-size:.85rem}.agenda-item .status{flex-shrink:0;white-space:nowrap}.day-strip{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:1.4rem}.day-pill{flex-shrink:0;padding:.6rem .9rem;border-radius:12px;background:var(--surface);border:1px solid var(--line-strong);color:var(--text-muted);cursor:pointer;text-align:center;min-width:64px}.day-pill.active{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;border-color:transparent}.day-pill .dp-dow{font-size:.72rem;text-transform:uppercase}.day-pill .dp-num{font-weight:700;font-size:1.1rem}.filter-bar{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1.4rem;align-items:center}.filter-bar .input,.filter-bar .select{width:auto;min-width:160px}.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.6);display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto}.modal{background:var(--bg-2);border:1px solid var(--line-strong);border-radius:var(--radius);width:100%;max-width:560px;margin:auto;box-shadow:var(--shadow)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;border-bottom:1px solid var(--line)}.modal-head h3{margin:0}.modal-body{padding:1.4rem}.modal-foot{display:flex;justify-content:flex-end;gap:.7rem;padding:1.2rem 1.4rem;border-top:1px solid var(--line)}.modal-close{background:none;border:none;color:var(--text-muted);font-size:1.6rem;cursor:pointer;line-height:1}.confirm-overlay{position:fixed;inset:0;z-index:260;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:1.5rem}.confirm-box{background:var(--bg-2);border:1px solid var(--line-strong);border-radius:var(--radius);max-width:390px;width:100%;padding:1.7rem 1.5rem;text-align:center;box-shadow:var(--shadow)}.confirm-ico{width:54px;height:54px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(224,178,92,.14);color:var(--gold);border:1px solid rgba(224,178,92,.3)}.confirm-box h4{margin:0 0 .5rem;font-family:var(--font-display);font-size:1.25rem}.confirm-box p{color:var(--text-muted);font-size:.9rem;line-height:1.55;margin:0 0 1.4rem}.confirm-actions{display:flex;gap:.7rem;justify-content:center}.confirm-actions .btn{flex:1 1}.fc-topbar{align-items:center;gap:1rem;margin-bottom:1rem}.fc-legend,.fc-topbar{display:flex;flex-wrap:wrap}.fc-legend{gap:.9rem}.fc-legend-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--text-muted)}.fc-legend-item i{width:12px;height:12px;border-radius:3px;display:inline-block}.fc-wrap{padding:1rem;overflow-x:auto}.fc-wrap .fc{--fc-border-color:var(--line);--fc-page-bg-color:transparent;--fc-neutral-bg-color:rgba(255,255,255,0.02);--fc-today-bg-color:rgba(224,178,92,0.07);--fc-now-indicator-color:var(--gold);color:var(--text)}.fc .fc-toolbar{flex-wrap:wrap;gap:.6rem}.fc .fc-toolbar-title{font-family:var(--font-display);font-size:1.15rem;color:var(--text);text-transform:capitalize}.fc .fc-col-header-cell-cushion,.fc .fc-daygrid-day-number,.fc .fc-timegrid-slot-label-cushion{color:var(--text-muted);text-decoration:none}.fc .fc-col-header-cell{background:var(--bg-2)}.fc-theme-standard td,.fc-theme-standard th{border-color:var(--line)}.fc .fc-timegrid-slot{height:3em}.fc .fc-button{background:var(--surface-2);border:1px solid var(--line);color:var(--text-muted);box-shadow:none;text-transform:capitalize;font-size:.85rem;padding:.4rem .8rem}.fc .fc-button:hover{background:var(--surface);color:var(--text);border-color:var(--line-strong)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background:linear-gradient(120deg,var(--gold-soft),var(--gold-deep));color:#16110a;border-color:transparent}.fc .fc-button:focus{box-shadow:none;outline:none}.fc .fc-button:disabled{opacity:.5}.fc-event{border:none!important;border-radius:7px!important;padding:0!important;cursor:pointer;overflow:hidden;box-shadow:0 2px 8px -3px rgba(0,0,0,.5);transition:transform .12s ease,box-shadow .12s ease}.fc-event:hover{transform:translateY(-1px);box-shadow:0 5px 14px -4px rgba(0,0,0,.6)}.fc .fc-timegrid-event{min-height:24px}.fc-ev{display:flex;flex-direction:column;gap:0;padding:2px 6px;overflow:hidden;height:100%;line-height:1.22}.fc-ev-time{font-size:.66rem;font-weight:700;opacity:.78}.fc-ev-title{font-size:.76rem;font-weight:700}.fc-ev-sub,.fc-ev-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-ev-sub{font-size:.68rem;font-weight:500;opacity:.82}.fc-daygrid-event .fc-ev{flex-direction:row;align-items:center;gap:5px}.fc-daygrid-event .fc-ev-sub{display:none}.fc-timegrid-now-indicator-arrow,.fc-timegrid-now-indicator-line{border-color:var(--gold)!important}.fc-timegrid-now-indicator-arrow{color:var(--gold)!important}@media (max-width:600px){.fc .fc-toolbar-title{font-size:1rem}.fc .fc-button{padding:.35rem .6rem;font-size:.78rem}}.check-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:.4rem;gap:.4rem}@media (max-width:520px){.check-list{grid-template-columns:1fr}}.check-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .6rem;background:var(--surface);border:1px solid var(--line);border-radius:9px;cursor:pointer;font-size:.9rem}.check-item input{accent-color:var(--gold)}.wh-day{display:grid;grid-template-columns:100px 1fr 1fr auto;grid-gap:.6rem;gap:.6rem;align-items:center;margin-bottom:.6rem}.wh-day .wh-name{font-weight:600}@media (max-width:560px){.wh-day{grid-template-columns:1fr 1fr}.wh-day .wh-name{grid-column:1/-1}}.toggle{display:inline-flex;gap:.5rem;cursor:pointer}.timepick,.toggle{align-items:center}.timepick{display:flex;gap:.4rem}.timepick .select{width:auto;min-width:64px;padding-right:1.9rem}.timepick-colon{color:var(--text-dim);font-weight:700}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.toast{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--green);color:#0c1a11;padding:.7rem 1.3rem;border-radius:999px;font-weight:600;z-index:300;box-shadow:var(--shadow)}.img-uploader{display:flex;gap:1rem;align-items:flex-start}.img-preview{width:160px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--bg-2);border:1px solid var(--line-strong);display:flex;align-items:center;justify-content:center}.img-preview img{width:100%;height:100%;object-fit:cover}.img-empty{color:var(--text-dim);font-size:.8rem}.img-actions{display:flex;flex-direction:column;gap:.5rem}.gallery-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:.7rem;gap:.7rem}.gallery-admin-item{position:relative;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--line)}.gallery-admin-item img{width:100%;height:100%;object-fit:cover}.gallery-admin-tools{position:absolute;inset:auto 0 0 0;display:flex;justify-content:space-between;background:rgba(0,0,0,.55)}.gallery-admin-tools button{flex:1 1;background:none;border:none;color:#fff;padding:.35rem;cursor:pointer;font-size:1rem}.gallery-admin-tools button.danger:hover{background:var(--st-cancel)}.gallery-add{aspect-ratio:1;border-radius:var(--radius-sm);border:1px dashed var(--line-strong);background:var(--bg-2);color:var(--text-muted);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem}.gallery-add span{font-size:1.6rem;line-height:1}.gallery-add small{font-size:.72rem}.gallery-add:hover{border-color:var(--gold);color:var(--gold)}