:root{--bg:#f6f7fb;--bg-accent:#fff4ee;--surface:#ffffff;--surface-2:#fbfcff;--text:#1d2433;--muted:#6d788a;--line:#e8ecf3;--line-strong:#dce4ef;--primary:#ff6b35;--primary-strong:#f25c22;--primary-soft:rgba(255,107,53,.1);--primary-soft-2:rgba(255,107,53,.16);--danger:#e5484d;--ok:#10b981;--warning:#f59e0b;--shadow-sm:0 8px 18px rgba(17,24,39,.06);--shadow-md:0 18px 44px rgba(17,24,39,.1);--radius:16px;--radius-sm:12px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--text);background:radial-gradient(900px 420px at -12% -8%,rgba(255,107,53,.16),transparent 55%),radial-gradient(780px 380px at 108% 8%,rgba(255,107,53,.08),transparent 55%),linear-gradient(180deg,#fafbfe,#f3f5fa);font:14px/1.45 SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}button,input,select,textarea{font:inherit}img{max-width:100%}.app-shell{display:grid;grid-template-columns:274px minmax(0,1fr);height:100%;gap:14px;padding:14px}.sidebar{position:relative;background:linear-gradient(180deg,#fff,#fffdfa);border:1px solid rgba(255,107,53,.1);border-radius:26px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 48px #11182714}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(260px 180px at 90% -5%,rgba(255,107,53,.11),transparent 72%),radial-gradient(220px 160px at -10% 106%,rgba(255,107,53,.06),transparent 75%);pointer-events:none}.brand{position:relative;display:flex;align-items:center;gap:10px;padding:16px 16px 14px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffffffeb,#ffffffbf)}.brand-logo-wrap{width:54px;height:54px;border-radius:14px;background:#fff;border:1px solid rgba(255,107,53,.12);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);padding:5px;flex-shrink:0}.brand-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.brand-meta{min-width:0}.brand-title{font-weight:800;font-size:15px;line-height:1.15;letter-spacing:.1px}.brand-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.side-nav{display:flex;flex-direction:column;gap:4px;padding:12px 10px;position:relative;z-index:1}.nav-item{display:flex;align-items:center;gap:10px;color:var(--text);text-decoration:none;border-radius:14px;padding:10px 12px;transition:.18s ease;border:1px solid transparent;font-weight:600}.nav-item:hover{background:#ffffffe6;border-color:var(--line);transform:translateY(-1px)}.nav-item.active{background:linear-gradient(180deg,#ff6b3521,#ff6b3514);border-color:#ff6b352e;color:var(--primary-strong);box-shadow:0 8px 18px #ff6b3517}.nav-icon{width:18px;height:18px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;background:#94a3b81f;border:1px solid rgba(148,163,184,.14)}.nav-item.active .nav-icon{background:#ff6b3524;border-color:#ff6b3533}.nav-icon:before,.nav-icon:after{content:"";position:absolute}.nav-icon-grid:before{width:10px;height:10px;border-radius:3px;box-shadow:0 0 0 1.5px currentColor inset,6px 0 0 -4.5px transparent;background:radial-gradient(circle at 2px 2px,currentColor 1.6px,transparent 1.8px),radial-gradient(circle at 8px 2px,currentColor 1.6px,transparent 1.8px),radial-gradient(circle at 2px 8px,currentColor 1.6px,transparent 1.8px),radial-gradient(circle at 8px 8px,currentColor 1.6px,transparent 1.8px)}.nav-icon-stethoscope:before{width:10px;height:10px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;top:2px;left:2px}.nav-icon-stethoscope:after{width:4px;height:4px;border-radius:50%;background:currentColor;right:2px;bottom:2px}.nav-icon-image:before{width:11px;height:9px;border:1.8px solid currentColor;border-radius:2px}.nav-icon-image:after{width:6px;height:6px;border-left:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(-45deg);bottom:2px;left:5px}.nav-icon-sparkles:before{width:2px;height:12px;background:currentColor;border-radius:2px}.nav-icon-sparkles:after{width:12px;height:2px;background:currentColor;border-radius:2px}.nav-icon-calendar:before{width:11px;height:9px;border:1.8px solid currentColor;border-radius:2px;top:4px}.nav-icon-calendar:after{width:11px;height:2px;background:currentColor;top:6px}.nav-icon-bell:before{width:10px;height:10px;border:1.8px solid currentColor;border-radius:6px 6px 7px 7px;top:3px}.nav-icon-bell:after{width:4px;height:2px;background:currentColor;border-radius:999px;bottom:2px}.nav-icon-users:before{width:4px;height:4px;border-radius:50%;background:currentColor;left:3px;top:3px;box-shadow:6px 1px 0 0 currentColor}.nav-icon-users:after{width:10px;height:5px;border:1.8px solid currentColor;border-top:none;border-radius:0 0 6px 6px;bottom:3px;left:3px}.nav-icon-chat:before{width:11px;height:8px;border:1.8px solid currentColor;border-radius:5px;top:3px}.nav-icon-chat:after{width:4px;height:4px;border-left:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(-45deg);bottom:2px;left:4px}.side-footer{margin-top:auto;padding:14px 16px 16px;border-top:1px solid var(--line);color:var(--muted);font-size:12px;display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}.side-footer a{color:var(--muted);text-decoration:none}.side-footer-badge{align-self:flex-start;border-radius:999px;background:var(--primary-soft);border:1px solid rgba(255,107,53,.12);color:var(--primary-strong);padding:4px 10px;font-weight:700;font-size:11px}.main{min-width:0;display:flex;flex-direction:column;gap:14px}.topbar{min-height:64px;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:20px;background:#ffffffc7;border:1px solid rgba(255,255,255,.66);box-shadow:var(--shadow-sm);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.auth-shell{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-md);padding:24px;display:flex;flex-direction:column;gap:10px}.auth-title{margin:0;font-size:24px;font-weight:800;line-height:1.2;color:var(--text)}.auth-subtitle{margin:0 0 8px;color:var(--muted);font-size:14px}.auth-label{font-weight:600;font-size:13px;color:var(--text)}.auth-input{height:44px;border:1px solid var(--line-strong);border-radius:12px;padding:0 12px;outline:none;background:#fff}.auth-input:focus{border-color:#ff6b358c;box-shadow:0 0 0 4px #ff6b351f}.auth-error{margin-top:6px;color:var(--danger);font-size:13px}.auth-submit{margin-top:8px;width:100%;justify-content:center}.topbar-chip{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,107,53,.14);background:var(--primary-soft);color:var(--primary-strong);font-weight:700;font-size:12px}.topbar-chip-dot{width:7px;height:7px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 4px #ff6b351f}.search{flex:1;min-width:180px;height:42px;border:1px solid var(--line);border-radius:14px;padding:0 14px;background:linear-gradient(180deg,#fff,#fbfcff);color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}.search::-moz-placeholder{color:#98a2b3}.search::placeholder{color:#98a2b3}.search:focus{border-color:#ff6b3547;box-shadow:0 0 0 4px #ff6b3514}.top-actions{display:flex;gap:8px;align-items:center}.content{min-height:0;width:100%;padding:2px 2px 18px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.page-head .title{font-weight:800;font-size:24px;line-height:1.15;letter-spacing:-.02em;color:var(--text)}.head-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.card{background:linear-gradient(180deg,#fff,#fff 40%,#fcfdff);border:1px solid rgba(15,23,42,.06);border-radius:20px;width:100%;box-shadow:var(--shadow-sm);overflow:hidden}.card.padded{padding:16px}.table{display:flex;flex-direction:column;width:100%}.thead,.trow{display:grid;gap:12px;padding:12px 16px;align-items:center}.thead{font-weight:700;color:#556174;font-size:12px;text-transform:uppercase;letter-spacing:.06em;background:linear-gradient(180deg,#fefefe,#f7f9fc);border-bottom:1px solid var(--line)}.trow{border-top:1px solid rgba(232,236,243,.7);transition:background-color .18s ease}.trow:hover{background:#ff6b3506}.empty{padding:26px 18px;color:var(--muted);text-align:center}.tbl-thumb{width:56px;height:40px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.row-actions{display:flex;gap:8px;align-items:center;justify-content:flex-start;flex-wrap:wrap;width:100%}.row-actions .btn.xs{flex:0 0 auto}.orders-table .table{max-width:none;width:100%}.orders-table .thead,.orders-table .trow{gap:16px;padding:15px 18px}.orders-table .trow:hover{background:#ff6b3505}.form{display:grid;gap:12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.col-2{grid-column:1 / -1}.field label{display:block;margin:0 0 6px;color:var(--muted);font-size:12px;font-weight:700}input,select,textarea{height:40px;width:100%;padding:0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--text);outline:none;transition:border-color .18s ease,box-shadow .18s ease}input:focus,select:focus,textarea:focus{border-color:#ff6b3547;box-shadow:0 0 0 4px #ff6b3512}textarea{min-height:120px;height:auto;padding:10px 12px;resize:vertical}.preview{width:100%;height:180px;border:1px dashed var(--line-strong);border-radius:12px;background:#fafbff;-o-object-fit:cover;object-fit:cover}.pre{background:#121826;color:#e5e7eb;padding:12px;border-radius:12px;overflow:auto}.btn{height:38px;border:none;border-radius:12px;background:#eef2f7;padding:0 13px;cursor:pointer;color:var(--text);font-weight:600;transition:transform .12s ease,filter .12s ease,box-shadow .18s ease,border-color .18s ease;border:1px solid transparent}.btn:hover{filter:brightness(.985)}.btn:active{transform:translateY(1px)}.btn.primary{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff;box-shadow:0 12px 24px #ff6b3538}.btn.ghost{background:#fffc;border:1px solid var(--line)}.btn.danger{background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff}.btn.xs{height:30px;border-radius:10px;padding:0 12px;font-size:12px;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ff6b351a;color:var(--primary-strong);border:1px solid rgba(255,107,53,.14);font-weight:700;font-size:12px}.badge.ok{background:#ecfdf5;color:#059669;border-color:#c7f0df}.badge.muted{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}.badge.warning{background:#fff7ed;color:#b45309;border-color:#fed7aa}.badge.danger{background:#fef2f2;color:#dc2626;border-color:#fecaca}.switch{width:44px;height:26px;border-radius:14px;background:#e5e7eb;position:relative;cursor:pointer;border:1px solid var(--line)}.switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000026}.switch.on{background:#34d399}.switch.on:after{left:calc(100% - 22px)}.select{height:36px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff}.icon-btn{border:1px solid var(--line);background:#f8fafc;border-radius:10px;width:32px;height:32px;cursor:pointer;color:#475569}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182757;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.modal-card{background:linear-gradient(180deg,#fff,#fbfcff);border-radius:20px;border:1px solid rgba(255,255,255,.7);box-shadow:0 30px 80px #02061747;width:100%;max-height:min(88vh,920px);overflow:hidden;display:flex;flex-direction:column}.modal-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:14px 16px;background:#ffffffbf}.modal-title{font-weight:800;font-size:16px}.modal-body{padding:16px;overflow:auto}.modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.admin-panel-block{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm)}.admin-panel-muted{color:var(--muted)}.pill-tabs{display:flex;gap:8px;flex-wrap:wrap;padding:4px;border-radius:14px;background:#f6f8fc;border:1px solid var(--line)}.pill-tab{border:none;background:transparent;color:var(--muted);padding:9px 12px;border-radius:10px;cursor:pointer;font-weight:700}.pill-tab.active{background:#fff;color:var(--primary-strong);border:1px solid rgba(255,107,53,.14);box-shadow:var(--shadow-sm)}@media (max-width: 1100px){.app-shell{grid-template-columns:1fr;padding:10px;gap:10px}.sidebar{width:100%;border-radius:20px}.side-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{flex-wrap:wrap;height:auto}.top-actions{width:100%;justify-content:flex-end}}@media (max-width: 760px){.side-nav,.grid-2{grid-template-columns:1fr}.page-head{flex-direction:column;align-items:stretch}.page-head .title{font-size:20px}.search{min-width:0;width:100%}.topbar-chip{display:none}}
