:root{--bg:#0b0b0c;--surface:#171717;--surface2:#222;--line:#ffffff17;--muted:#ffffff94;--blue:#00b8f1;--green:#00e676;--red:#ff3d57;--yellow:#ffb300}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:#fff;background:var(--bg);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.app{background:linear-gradient(115deg,#ffffff14 0 15%,transparent 15% 100%),radial-gradient(circle at 20% 0%,#00b8f133,transparent 30%),radial-gradient(circle at 100% 30%,#00b8f11a,transparent 28%),var(--bg);min-height:100vh}.header{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);background:#0c0c0ddb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;display:flex}.logo-img{object-fit:contain;width:48px;height:48px}.brand-title{letter-spacing:.5px;font-weight:950;line-height:1}.brand-sub{color:var(--blue);letter-spacing:1px;text-transform:uppercase;margin-top:2px;font-size:11px}.container{max-width:980px;margin:0 auto;padding:18px 18px 96px}.hero-card{background:linear-gradient(135deg,#00b8f12e,#0000 38%),linear-gradient(160deg,#171717,#111);border:1px solid #00b8f152;border-radius:26px;padding:22px;position:relative;overflow:hidden;box-shadow:0 16px 50px #00000059}.hero-card:before{content:"";border:28px solid #00b8f117;border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -60px -100px auto}.h1{letter-spacing:-.8px;text-transform:uppercase;margin:0 0 8px;font-size:28px;font-weight:950;line-height:1.05}.h2{letter-spacing:-.4px;margin:0 0 12px;font-size:24px;font-weight:900;line-height:1.05}.h3{margin:0 0 8px;font-size:18px;font-weight:850}.muted{color:var(--muted)}.small{font-size:12px}.card{border:1px solid var(--line);background:#171717f5;border-radius:20px;margin-bottom:14px;padding:16px;box-shadow:0 12px 28px #0000002e}.grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.label{color:var(--muted);text-transform:uppercase;letter-spacing:1.4px;margin:0 0 6px;font-size:11px;font-weight:800;display:block}.input{color:#fff;background:#202020;border:1px solid #ffffff1c;border-radius:14px;outline:none;width:100%;margin-bottom:12px;padding:13px 14px}.input:focus{border-color:#00b8f18c;box-shadow:0 0 0 4px #00b8f11a}.btn{cursor:pointer;background:var(--blue);color:#061015;border:0;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:13px 17px;font-weight:900;display:inline-flex}.btn.full{width:100%;padding:15px 18px}.btn.secondary{color:#fff;background:#242424;border:1px solid #ffffff1f}.btn.ghost{color:var(--blue);background:0 0;border:1px solid #00b8f16b}.btn.danger{color:var(--red);background:#ff3d5726;border:1px solid #ff3d5759}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.space{justify-content:space-between}.tabs{z-index:50;padding:8px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e0e0ff2;gap:7px;display:flex;position:fixed;bottom:0;left:0;right:0}.tab{color:#ffffff85;background:0 0;border:0;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:3px;min-width:0;padding:9px 4px;font-size:11px;font-weight:900;display:flex}.tab.active{color:var(--blue);background:#00b8f124}.badge{color:var(--blue);background:#00b8f126;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:900;display:inline-flex}.status-requested{color:var(--yellow);background:#ffb30026}.status-confirmed{color:var(--green);background:#00e67624}.status-completed{color:var(--blue);background:#00b8f126}.slot-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.slot{color:#fff;cursor:pointer;background:#202020;border:1px solid #ffffff1a;border-radius:16px;padding:16px 12px;font-weight:900}.slot.selected{border-color:var(--blue);color:var(--blue);background:#00b8f129}.slot:disabled{opacity:.32;cursor:not-allowed;text-decoration:line-through}.calendar{border:1px solid var(--line);background:#151515;border-radius:20px;margin-bottom:14px;padding:14px}.cal-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cal-grid{grid-template-columns:repeat(7,1fr);gap:7px;display:grid}.cal-week{color:var(--muted);text-align:center;text-transform:uppercase;font-size:11px;font-weight:900}.cal-day{color:#fff;cursor:pointer;background:#202020;border:1px solid #ffffff14;border-radius:14px;min-height:46px;font-weight:900}.cal-day.empty{cursor:default;background:0 0;border:0}.cal-day.selected{border-color:var(--blue);color:var(--blue);background:#00b8f129}.cal-day.disabled{opacity:.25;cursor:not-allowed}.cal-day.hasBooked:after{content:"";background:var(--yellow);border-radius:50%;width:5px;height:5px;margin:3px auto 0;display:block}.kpi{justify-content:space-between;align-items:center;gap:12px;display:flex}.kpi-number{color:var(--blue);font-size:28px;font-weight:950}.auth-wrap{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{width:100%;max-width:440px}.auth-logo{object-fit:contain;width:90px;height:90px;margin:0 auto 12px;display:block}@media (width>=760px){.tabs{border:1px solid var(--line);border-radius:0 0 22px 22px;max-width:980px;margin:0 auto;position:sticky;top:73px;bottom:auto}.tab{flex-direction:row;font-size:12px}.container{padding-top:22px}}
