@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{--bg:#f4f4ef;--surface:#fff;--surface-soft:#f8f8f4;--text:#18231e;--hint:#7b837e;--hint-strong:#5b655f;--border:#e5e8e4;--border-strong:#d7ddd8;--primary:#1f4b3b;--primary-hover:#173c2f;--primary-soft:#e8f2ed;--primary-text:#fff;--mint:#73cfa4;--mint-soft:#e7f7ef;--coral:#ef725f;--coral-soft:#fff0ed;--danger:#c84e46;--danger-soft:#fff0ee;--success:#2f8b61;--success-soft:#e8f6ef;--warning:#b47a2d;--warning-soft:#fff5df;--shadow-sm:0 1px 2px #18231e0a, 0 8px 24px #18231e0a;--shadow-md:0 24px 70px #18231e1c;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at 100% 0%, #73cfa414, transparent 26rem), var(--bg);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:inherit}button,input,select{font:inherit}button,a,input,select{transition:border-color .16s,background .16s,color .16s,box-shadow .16s,transform .16s}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #73cfa459}.layout{min-height:100vh;display:flex}.sidebar{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border-right:1px solid #d7ddd8cc;flex-direction:column;width:252px;padding:26px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand-lockup,.auth-brand{align-items:center;gap:11px;display:flex}.brand-lockup{padding:0 9px}.brand-lockup>div,.auth-brand>div{flex-direction:column;display:flex}.brand-lockup strong,.auth-brand strong{letter-spacing:-.03em;font-size:17px;line-height:1.1}.brand-lockup small,.auth-brand small{color:var(--hint);letter-spacing:.16em;margin-top:3px;font-size:9px;font-weight:700}.brand-mark,.auth-card-mark{background:var(--primary);place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 7px 18px #1f4b3b33}.brand-mark{border-radius:12px;width:39px;height:39px}.brand-mark:before,.auth-card-mark:before{content:"";border:2px solid #fff;border-radius:999px;width:10px;height:15px;transform:rotate(40deg)}.brand-mark span,.auth-card-mark span{background:var(--mint);border-radius:50%;width:5px;height:5px;position:absolute;transform:translate(5px,5px)}.nav-caption{color:#9ba19d;letter-spacing:.1em;text-transform:uppercase;margin:38px 12px 11px;font-size:10px;font-weight:700}.sidebar-nav{flex-direction:column;gap:4px;display:flex}.sidebar-nav a{color:var(--hint-strong);border-radius:11px;grid-template-columns:21px 1fr 16px;align-items:center;gap:12px;padding:11px 12px;font-size:13px;font-weight:600;text-decoration:none;display:grid}.sidebar-nav a:hover{background:var(--surface-soft);color:var(--text)}.sidebar-nav a.active{background:var(--primary);color:var(--primary-text);box-shadow:0 10px 24px #1f4b3b2e}.sidebar-nav svg{width:18px;height:18px}.nav-chevron{opacity:0;width:14px!important;height:14px!important}.sidebar-nav a.active .nav-chevron{opacity:.7}.sidebar-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:18px}.company-chip{align-items:center;gap:10px;padding:9px;display:flex}.company-chip>div{flex-direction:column;min-width:0;display:flex}.company-chip strong{text-overflow:ellipsis;text-transform:capitalize;font-size:12px;overflow:hidden}.company-chip small{color:var(--hint);margin-top:2px;font-size:10px}.company-avatar{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:10px;flex:0 0 34px;place-items:center;font-size:12px;font-weight:700;display:grid}.logout{width:100%;color:var(--hint);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;margin-top:5px;padding:9px 11px;font-size:12px;font-weight:600;display:flex}.logout:hover{background:var(--danger-soft);color:var(--danger)}.logout svg{width:17px}.main{width:calc(100% - 252px);min-width:0;margin-left:252px}.topbar{height:66px;color:var(--hint-strong);border-bottom:1px solid #d7ddd8c7;justify-content:flex-end;align-items:center;gap:22px;padding:0 38px;font-size:11px;font-weight:600;display:flex}.topbar-status,.topbar-date{align-items:center;gap:8px;display:flex}.topbar-date svg{width:16px}.status-dot{background:var(--mint);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #73cfa424}.page-shell{width:min(1180px,100% - 64px);margin:0 auto;padding:38px 0 60px}.page-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.page-header h1,h1{color:var(--text);letter-spacing:-.045em;margin:0;font-size:27px;line-height:1.18}.page-header p{max-width:620px;color:var(--hint);margin:7px 0 0;font-size:13px;line-height:1.65}h2{letter-spacing:-.02em;margin:0 0 16px;font-size:15px}.card{box-shadow:var(--shadow-sm);background:#ffffffe0;border:1px solid #e1e5e1e6;border-radius:16px;margin-bottom:17px;padding:20px}.card>h2:first-child{margin-top:0!important}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:17px;display:flex}.card .toolbar:last-child,.card>.toolbar:first-child{margin-bottom:0}input,select{border:1px solid var(--border-strong);background:var(--surface);min-height:40px;color:var(--text);border-radius:10px;outline:none;padding:9px 12px;font-size:12px}input:hover,select:hover{border-color:#bdc7c0}input:focus,select:focus{border-color:var(--mint);box-shadow:0 0 0 3px #73cfa424}input::placeholder{color:#a5aaa7}input:disabled{background:var(--surface-soft);color:var(--hint)}button{background:var(--primary);min-height:40px;color:var(--primary-text);cursor:pointer;border:0;border-radius:10px;padding:9px 15px;font-size:12px;font-weight:700;box-shadow:0 6px 15px #1f4b3b1f}button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button.secondary{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);box-shadow:none}button.secondary:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}button.danger{background:var(--danger)}button.ghost{min-height:32px;color:var(--primary);box-shadow:none;background:0 0;padding:6px 9px}button.ghost:hover:not(:disabled){background:var(--primary-soft)}button:disabled{opacity:.48;cursor:default}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:middle;padding:13px 12px}th{color:#909793;letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700}tbody tr{transition:background .15s}tbody tr:hover{background:#e8f2ed61}tbody tr:last-child td{border-bottom:0}.badge{border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.badge:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}.badge.confirmed{color:#39759b;background:#e8f1f8}.badge.done{background:var(--success-soft);color:var(--success)}.badge.cancelled{color:#747b77;background:#f0f1ef}.badge.no_show{background:var(--danger-soft);color:var(--danger)}.badge.active{background:var(--success-soft);color:var(--success)}.badge.inactive{color:#747b77;background:#f0f1ef}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.stat{background:var(--surface);border:1px solid var(--border);min-height:126px;box-shadow:var(--shadow-sm);text-align:left;border-radius:15px;padding:18px;position:relative;overflow:hidden}.stat:after{content:"";background:var(--primary-soft);border-radius:50%;width:70px;height:70px;position:absolute;top:-18px;right:-18px}.stat .value{letter-spacing:-.05em;margin-top:15px;font-size:28px;font-weight:700}.stat .label{color:var(--hint);font-size:11px;font-weight:600}.stat .delta{color:var(--success);margin-top:6px;font-size:10px;font-weight:600}.stat:nth-child(3):after{background:var(--warning-soft)}.stat:nth-child(4):after{background:var(--danger-soft)}.dashboard-grid{grid-template-columns:minmax(0,1fr) 288px;align-items:start;gap:17px;display:grid}.day-summary{background:var(--primary);color:#fff;border-radius:16px;min-height:210px;padding:23px;position:relative;overflow:hidden;box-shadow:0 18px 40px #1f4b3b2e}.day-summary:after{content:"";border:1px solid #ffffff26;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-58px;right:-48px;box-shadow:0 0 0 35px #ffffff09,0 0 0 70px #ffffff06}.day-summary-label{color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.day-summary-value{letter-spacing:-.06em;margin:10px 0 4px;font-size:42px;font-weight:600}.day-summary p{color:#ffffffa6;max-width:190px;margin:0;font-size:11px;line-height:1.6}.time-cell{font-variant-numeric:tabular-nums;font-weight:700}.customer-id{color:var(--hint-strong);font-variant-numeric:tabular-nums}.error-banner{background:var(--danger-soft);color:var(--danger);border:1px solid #f3cfca;border-radius:10px;margin-bottom:15px;padding:11px 13px;font-size:11px;line-height:1.5}.hint{color:var(--hint);font-size:11px;line-height:1.6}.form-row{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.form-row label{color:var(--hint-strong);font-size:11px;font-weight:700}.week-grid{grid-template-columns:90px repeat(2,minmax(100px,1fr)) auto;align-items:center;gap:8px;margin-bottom:8px;display:grid}.analytics-bars{flex-direction:column;gap:14px;display:flex}.analytics-bar-head{justify-content:space-between;gap:12px;margin-bottom:6px;font-size:11px;font-weight:600;display:flex}.analytics-bar-track{background:var(--primary-soft);border-radius:999px;height:7px;overflow:hidden}.analytics-bar-fill{border-radius:inherit;background:linear-gradient(90deg, var(--primary), var(--mint));height:100%}.auth-page{background:#f7f7f4;grid-template-columns:minmax(390px,.92fr) minmax(480px,1.08fr);min-height:100vh;display:grid}.auth-story{color:#fff;background:radial-gradient(circle at 85% 16%,#73cfa42e,#0000 22rem),linear-gradient(145deg,#122d24,#1f4b3b);flex-direction:column;min-height:100vh;padding:43px 52px;display:flex;position:relative;overflow:hidden}.auth-story:before,.auth-story:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:360px;height:360px;position:absolute}.auth-story:before{bottom:8%;right:-190px;box-shadow:0 0 0 50px #ffffff06,0 0 0 100px #ffffff05}.auth-story:after{top:-290px;left:-110px}.auth-brand{z-index:1;position:relative}.brand-mark-light{box-shadow:none;background:#ffffff1c;border:1px solid #ffffff21}.auth-brand small{color:#ffffff7a}.auth-story-copy{z-index:1;max-width:510px;margin:auto 0;position:relative}.auth-kicker{color:#78d5aa;letter-spacing:.12em;font-size:10px;font-weight:700}.auth-story-copy h1{color:#fff;letter-spacing:-.055em;margin:18px 0 22px;font-size:clamp(34px,4vw,57px);font-weight:600;line-height:1.07}.auth-story-copy p{color:#ffffff94;max-width:460px;margin:0;font-size:14px;line-height:1.75}.auth-timeline{z-index:1;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-bottom:46px;display:grid;position:relative}.auth-time{color:#ffffff7a;font-variant-numeric:tabular-nums;font-size:10px}.auth-line{background:#ffffff2e;height:1px;position:relative}.auth-line i{background:#78d5aa;border:2px solid #1f4b3b;border-radius:50%;width:9px;height:9px;position:absolute;top:50%;left:43%;transform:translate(-50%,-50%);box-shadow:0 0 0 5px #78d5aa1f}.auth-copyright{z-index:1;color:#ffffff59;font-size:9px;position:absolute;bottom:20px;left:52px}.auth-main{place-items:center;min-height:100vh;padding:48px;display:grid}.auth-card{width:min(100%,410px);box-shadow:var(--shadow-md);background:#fffffff0;border:1px solid #dee2dee6;border-radius:22px;padding:36px}.auth-card-mark{border-radius:14px;width:47px;height:47px;margin-bottom:27px}.auth-card h2{letter-spacing:-.045em;margin:13px 0 9px;font-size:28px;line-height:1.18}.auth-lead{color:var(--hint);margin:0 0 23px;font-size:12px;line-height:1.65}.telegram-widget-wrap{place-items:center;min-height:58px;padding:5px 0 16px;display:grid}.auth-security{background:var(--primary-soft);color:var(--primary);border-radius:10px;align-items:flex-start;gap:8px;margin-top:5px;padding:12px;font-size:10px;line-height:1.5;display:flex}.auth-security span{background:var(--primary);color:#fff;border-radius:50%;flex:0 0 16px;place-items:center;width:16px;height:16px;font-size:9px;display:grid}.auth-help{color:#a0a5a2;text-align:center;margin:21px 0 0;font-size:9px;line-height:1.5}.auth-card .form-row{margin-bottom:15px}.auth-card input{width:100%;min-height:47px}.auth-submit{border-radius:11px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:48px;margin-top:7px;display:flex}.auth-submit span{font-size:16px}code{background:var(--primary-soft);color:var(--primary);border-radius:5px;padding:2px 5px;font-size:.9em}.system-page{min-height:100vh}.system-topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;justify-content:space-between;align-items:center;min-height:74px;padding:15px max(24px,50% - 590px);display:flex}.system-shell{width:min(1180px,100% - 48px);margin:0 auto;padding:38px 0 60px}.system-grid{grid-template-columns:minmax(290px,.72fr) minmax(0,1.28fr);align-items:start;gap:18px;display:grid}.system-grid .card:first-child{position:sticky;top:18px}@media (width<=1020px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.day-summary{min-height:180px}.auth-story{padding:38px}.system-grid{grid-template-columns:1fr}.system-grid .card:first-child{position:static}}@media (width<=860px){.layout{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--border);width:100%;height:auto;padding:13px 18px;position:sticky}.brand-lockup{padding:0}.brand-mark{width:34px;height:34px}.nav-caption,.sidebar-footer{display:none}.sidebar-nav{scrollbar-width:none;flex-direction:row;margin-top:12px;overflow-x:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav a{flex:none;padding:8px 11px;display:flex}.sidebar-nav .nav-chevron{display:none}.main{width:100%;margin-left:0}.topbar{display:none}.page-shell{width:min(100% - 32px,760px);padding-top:26px}.auth-page{grid-template-columns:1fr}.auth-story{min-height:280px;padding:30px}.auth-story-copy{margin:48px 0 30px}.auth-story-copy h1{margin:12px 0;font-size:34px}.auth-story-copy p,.auth-timeline,.auth-copyright{display:none}.auth-main{place-items:start center;min-height:auto;margin-top:-28px;padding:0 18px 40px}.auth-card{z-index:2;position:relative}}@media (width<=620px){.page-header{flex-direction:column;align-items:stretch}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat{min-height:110px;padding:14px}.stat .value{font-size:24px}.card{padding:15px}.toolbar{align-items:stretch}.toolbar input,.toolbar select,.toolbar button{flex:140px}.week-grid{grid-template-columns:1fr 1fr auto}.week-grid>span{display:none}.auth-card{padding:28px 23px}.auth-story{min-height:245px;padding:24px}.auth-story-copy{margin:34px 0 20px}}
