:root{--bg:#f7f6fa;--panel:#fff;--ink:#1c1924;--muted:#817b89;--line:#ebe8ef;--purple:#6c31ee;--purple2:#5520d2;--soft:#f1ebff;--green:#16835d;--greenbg:#e9f8f1;--amber:#b96d10;--amberbg:#fff3dc;--blue:#3473df;--bluebg:#eaf1ff;--shadow:0 1px 2px rgba(32,22,52,.03),0 7px 22px rgba(32,22,52,.04)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.45 "Segoe UI",Arial,sans-serif}.sprite{position:absolute;width:0;height:0}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}button,input{font:inherit}button{cursor:pointer}
.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:#fff;border-right:1px solid var(--line);padding:26px 18px 18px;display:flex;flex-direction:column;z-index:30}.brand{font-size:27px;letter-spacing:-1.6px;padding:0 11px 27px}.brand>strong{color:var(--purple);font-weight:800}.brand em{font-style:normal;font-size:9px;letter-spacing:.8px;color:var(--purple);background:var(--soft);padding:4px 6px;border-radius:5px;margin-left:8px;vertical-align:middle}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav p{font-size:9px;letter-spacing:1.3px;font-weight:800;color:#aaa4b0;margin:4px 12px 8px}.sidebar nav p:nth-of-type(2){margin-top:22px}.nav-item{height:44px;border:0;background:transparent;border-radius:10px;padding:0 12px;display:flex;align-items:center;gap:12px;color:#696370;text-align:left;font-weight:600}.nav-item:hover{background:#f8f6fa}.nav-item.active{background:var(--soft);color:var(--purple)}.nav-item b{margin-left:auto;background:#f0edf3;border-radius:8px;padding:2px 7px;font-size:9px}.server-state{margin-top:auto;border:1px solid var(--line);border-radius:12px;padding:13px;display:flex;gap:11px;align-items:center}.server-state i{width:8px;height:8px;border-radius:50%;background:#c5c0c9;box-shadow:0 0 0 4px #f1eff2}.server-state i.online{background:#1ba777;box-shadow:0 0 0 4px #ddf6ed}.server-state div{display:flex;flex-direction:column}.server-state strong{font-size:11px}.server-state span{font-size:9px;color:var(--muted);margin-top:2px}.admin{border-top:1px solid var(--line);margin-top:12px;padding:15px 5px 0;display:flex;align-items:center;gap:10px}.admin>span{width:36px;height:36px;border-radius:10px;background:linear-gradient(145deg,#9670ff,#5b2ad8);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.admin div{display:flex;flex-direction:column;flex:1}.admin strong{font-size:11px}.admin small{font-size:9px;color:var(--muted)}.admin button{border:0;background:none;color:#9c96a0;padding:4px}.admin button svg{width:17px}
main{margin-left:244px;min-height:100vh}.topbar{height:72px;background:rgba(255,255,255,.9);backdrop-filter:blur(15px);border-bottom:1px solid var(--line);padding:0 34px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.crumb{display:flex;gap:10px;font-size:12px}.crumb span{color:var(--muted)}.crumb b{color:#c5c0ca}.top-actions{display:flex;gap:10px}.search{height:40px;width:270px;border:1px solid var(--line);border-radius:10px;display:flex;gap:9px;align-items:center;padding:0 12px;background:#faf9fb;color:#a49eaa}.search:focus-within{border-color:#b5a0f3;box-shadow:0 0 0 3px #eee8ff}.search svg{width:17px}.search input{border:0;outline:0;background:none;width:100%;font-size:11px;color:var(--ink)}.icon-btn{width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;color:#68616d}.icon-btn:hover{background:#f8f6fa;color:var(--purple)}.mobile-menu{display:none;border:0;background:none;font-size:20px}.content{padding:31px 34px 45px;max-width:1550px;margin:auto}.welcome{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px}.welcome p,.drawer header p{font-size:9px;letter-spacing:1.25px;font-weight:800;color:#9e98a4;margin:0 0 9px}.welcome h1{font-size:27px;letter-spacing:-.7px;margin:0 0 5px}.welcome>div>span{font-size:12px;color:var(--muted)}.live{font-size:9px;letter-spacing:1px;font-weight:800;color:var(--green);background:var(--greenbg);border-radius:8px;padding:7px 10px;display:flex;align-items:center;gap:7px}.live i{width:6px;height:6px;border-radius:50%;background:#20a979;animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 5px rgba(32,169,121,.13)}}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.metrics article{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:17px;display:flex;gap:12px;align-items:flex-start}.metric-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto}.metric-icon.purple{background:var(--soft);color:var(--purple)}.metric-icon.blue{background:var(--bluebg);color:var(--blue)}.metric-icon.amber{background:var(--amberbg);color:var(--amber)}.metric-icon.green{background:var(--greenbg);color:var(--green)}.metrics article>div{display:flex;flex-direction:column}.metrics small{font-size:10px;color:var(--muted)}.metrics strong{font-size:25px;line-height:1.25}.metrics em{font-style:normal;font-size:9px;color:#aaa4af}.panel{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px}.grid-main{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:16px;margin-bottom:16px}.panel-head{padding:20px 21px 15px;display:flex;justify-content:space-between;align-items:flex-start}.panel-head h2{font-size:15px;margin:0 0 4px}.panel-head p{font-size:10px;color:var(--muted);margin:0}.revision{font-size:9px;color:var(--muted)}.counter{min-width:25px;text-align:center;background:var(--soft);color:var(--purple);border-radius:8px;padding:4px 7px;font-size:9px;font-weight:800}
.funnel{padding:8px 21px 24px}.funnel-row{display:grid;grid-template-columns:112px 1fr 30px;align-items:center;gap:10px;margin:15px 0}.funnel-row label{font-size:10px;color:#625c68}.bar{height:10px;background:#f0edf2;border-radius:6px;overflow:hidden}.bar i{height:100%;display:block;border-radius:6px;background:linear-gradient(90deg,#8b5af7,var(--purple));min-width:3px}.funnel-row:nth-child(2) .bar i{background:#5588eb}.funnel-row:nth-child(3) .bar i{background:#e4a132}.funnel-row:nth-child(4) .bar i{background:#31a67c}.funnel-row:nth-child(5) .bar i{background:#d36d6d}.funnel-row b{text-align:right;font-size:11px}.proof-list{padding:0 16px 16px;max-height:266px;overflow:auto}.proof-card{display:grid;grid-template-columns:60px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:11px;padding:9px;margin-bottom:9px;background:#fff}.proof-card:hover{border-color:#d3c5f6}.proof-thumb{width:60px;height:52px;border-radius:8px;background:linear-gradient(145deg,#ded8e9,#b4a3d4);overflow:hidden;position:relative}.proof-thumb img{width:100%;height:100%;object-fit:cover}.proof-card strong{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proof-card p{font-size:9px;color:var(--muted);margin:3px 0}.proof-card small{font-size:8px;color:#a9a3ad}.proof-card button{border:0;background:var(--soft);color:var(--purple);width:29px;height:29px;border-radius:8px;display:grid;place-items:center}.proof-card button svg{width:13px}.mini-empty{padding:32px;text-align:center;color:var(--muted);font-size:10px}
.families-panel{overflow:hidden;margin-bottom:16px}.family-head{align-items:center}.filters{background:#f5f3f7;border-radius:9px;padding:3px;display:flex}.filters button{border:0;background:none;border-radius:7px;padding:6px 9px;font-size:9px;color:var(--muted)}.filters button.active{background:#fff;color:var(--ink);box-shadow:0 1px 4px rgba(30,22,42,.1);font-weight:700}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:820px}th{background:#faf9fb;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:8px;letter-spacing:.7px;color:#aaa4ae;text-align:left;padding:10px 21px}td{height:66px;border-bottom:1px solid #f0edf2;padding:10px 21px;font-size:10px;color:#6c6671}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfbfd}.family-cell{display:flex;align-items:center;gap:10px}.family-avatar{width:35px;height:35px;border-radius:10px;background:#e9ddff;color:#6d39d7;display:grid;place-items:center;font-weight:800}.family-cell strong{font-size:10px;color:var(--ink);display:block}.family-cell small{font-size:8px;color:#9f99a3}.children{display:flex}.child{width:26px;height:26px;border-radius:50%;border:2px solid #fff;background:#dceafa;color:#426b87;display:grid;place-items:center;margin-left:-5px;font-size:8px;font-weight:800}.child:first-child{margin:0}.progress{display:flex;align-items:center;gap:8px}.progress div{width:90px;height:5px;border-radius:4px;background:#edeaf0;overflow:hidden}.progress i{display:block;height:100%;background:var(--purple)}.status{display:inline-block;font-size:8px;font-weight:700;padding:5px 8px;border-radius:7px}.status.success{color:var(--green);background:var(--greenbg)}.status.warning{color:var(--amber);background:var(--amberbg)}.status.inactive{color:#9a4b55;background:#feecef}.status.muted{color:#77717d;background:#f0edf3}.user-member .status{white-space:nowrap}.row-open{border:0;background:none;color:#9f98a3;width:29px;height:29px}.row-open:hover{background:var(--soft);color:var(--purple);border-radius:8px}.empty{display:none;padding:40px;text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:5px}.empty svg{width:24px}.empty strong{font-size:11px}.empty span{font-size:9px}
.server-panel{margin-bottom:10px}.server-grid{display:grid;grid-template-columns:1.1fr 1fr 1.2fr;gap:22px;padding:2px 21px 22px}.server-grid h3{font-size:10px;text-transform:uppercase;letter-spacing:.7px;color:#8f8995;margin:0 0 10px}.facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fact{background:#f8f6fa;border-radius:9px;padding:10px}.fact span{display:block;font-size:8px;color:var(--muted)}.fact strong{display:block;font-size:11px;margin-top:4px;overflow:hidden;text-overflow:ellipsis}.client,.packet{border-bottom:1px solid var(--line);padding:7px 0;font-size:9px;display:flex;justify-content:space-between;gap:8px}.client:last-child,.packet:last-child{border:0}.client span,.packet span{color:var(--muted)}
.backdrop{position:fixed;inset:0;background:rgba(24,19,31,.28);z-index:49;opacity:0;pointer-events:none;transition:.2s}.backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;bottom:0;width:430px;background:#fff;z-index:50;box-shadow:-16px 0 45px rgba(32,22,46,.14);padding:27px;overflow:auto;transform:translateX(100%);transition:.26s}.drawer.open{transform:none}.drawer header{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}.drawer header h2{font-size:21px;margin:0}.drawer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.drawer-stat{background:#f7f5fa;border-radius:10px;padding:12px}.drawer-stat span{display:block;font-size:8px;color:var(--muted)}.drawer-stat strong{font-size:17px}.drawer h3{font-size:11px;margin:24px 0 10px}.member,.task{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:10px;margin-bottom:8px}.member>div,.task>div{flex:1}.member strong,.task strong{display:block;font-size:10px}.member small,.task small{font-size:8px;color:var(--muted)}.task-icon{width:29px;height:29px;border-radius:8px;background:var(--soft);color:var(--purple);display:grid;place-items:center}.task-icon svg{width:14px}.task button{border:0;background:var(--soft);color:var(--purple);border-radius:7px;padding:6px 8px;font-size:8px}
.modal-backdrop{position:fixed;inset:0;background:rgba(20,16,27,.65);z-index:70;display:grid;place-items:center;padding:20px;opacity:0;pointer-events:none;transition:.2s}.modal-backdrop.open{opacity:1;pointer-events:auto}.photo-modal{width:min(850px,100%);background:#fff;border-radius:17px;overflow:hidden;display:grid;grid-template-columns:1.2fr .8fr;position:relative}.modal-close{position:absolute;right:13px;top:13px;width:34px;height:34px;border:0;border-radius:50%;background:#f2eff4;display:grid;place-items:center;z-index:2}.modal-close svg{width:15px}.photo-stage{height:480px;background:#28232e;display:grid;place-items:center;position:relative}.photo-stage img{max-width:100%;max-height:100%;object-fit:contain}.photo-stage div{position:absolute;color:#ddd3e6;font-size:10px}.photo-info{padding:55px 25px 24px;display:flex;flex-direction:column}.photo-info h2{font-size:21px;margin:17px 0 5px}.photo-info>p{font-size:10px;color:var(--muted);margin:0}.photo-info dl{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin:20px 0}.photo-info dl div{display:flex;justify-content:space-between;margin:6px 0}.photo-info dt{font-size:9px;color:var(--muted)}.photo-info dd{font-size:9px;margin:0;font-weight:600}.photo-info label{font-size:9px;color:var(--muted)}.photo-info input{display:block;width:100%;height:39px;border:1px solid var(--line);border-radius:8px;padding:0 10px;margin-top:6px;outline:0}.modal-actions{display:flex;gap:8px;margin-top:auto;padding-top:20px}.primary,.secondary{height:41px;border-radius:9px;padding:0 15px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px}.primary{border:0;background:var(--purple);color:#fff}.primary:hover{background:var(--purple2)}.secondary{border:1px solid var(--line);background:#fff;color:#625c68}.modal-actions button{flex:1}
.auth{position:fixed;inset:0;background:linear-gradient(140deg,#f5f1ff,#faf9fc 48%,#eee8ff);z-index:100;display:grid;place-items:center;padding:20px}.auth.hidden{display:none}.auth form{width:min(390px,100%);background:#fff;border:1px solid #e7e1ef;border-radius:20px;box-shadow:0 22px 65px rgba(60,37,105,.14);padding:36px}.auth-brand{font-size:29px;letter-spacing:-1.6px}.auth-brand strong{color:var(--purple)}.auth h1{font-size:23px;margin:22px 0 7px}.auth p{font-size:11px;color:var(--muted);margin:0 0 22px}.auth label{font-size:9px;font-weight:700;letter-spacing:.5px;color:#7c7582}.auth input{display:block;width:100%;height:43px;border:1px solid var(--line);border-radius:9px;margin:7px 0 14px;padding:0 12px;outline:0}.auth input:focus{border-color:#a68bef;box-shadow:0 0 0 3px #efe9ff}.auth .primary{width:100%}.auth small{display:block;text-align:center;color:var(--muted);font-size:9px;margin-top:15px}.auth-error{min-height:18px;color:#bd4747;font-size:9px}.toast{position:fixed;right:25px;bottom:24px;background:#24202a;color:#fff;border-radius:10px;padding:12px 16px;font-size:10px;z-index:120;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:none}
@media(max-width:1100px){.metrics{grid-template-columns:1fr 1fr}.grid-main{grid-template-columns:1fr}.server-grid{grid-template-columns:1fr 1fr}.server-grid>div:last-child{grid-column:1/-1}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none;box-shadow:12px 0 35px rgba(0,0,0,.14)}main{margin-left:0}.topbar{height:64px;padding:0 15px}.mobile-menu{display:block}.crumb{display:none}.search{width:min(62vw,270px)}.content{padding:22px 14px 38px}.welcome h1{font-size:22px}.metrics{gap:9px}.metrics article{padding:13px}.grid-main{gap:10px}.family-head{align-items:flex-start}.filters{display:none}.server-grid{grid-template-columns:1fr}.server-grid>div:last-child{grid-column:auto}.drawer{width:min(93vw,430px)}.photo-modal{grid-template-columns:1fr;max-height:93vh;overflow:auto}.photo-stage{height:300px}.photo-info{padding:23px}}
@media(max-width:470px){.metrics{grid-template-columns:1fr}.welcome .live{display:none}.photo-stage{height:230px}.drawer-stats{grid-template-columns:1fr 1fr}}
