:root{--rv-font:Tahoma,Arial,sans-serif;--bg:#06100e;--bg2:#091714;--panel:rgba(10,27,23,.76);--panel2:rgba(13,34,29,.88);--line:rgba(135,224,197,.12);--line2:rgba(135,224,197,.2);--text:#edf9f5;--muted:#8ca9a0;--green:#5ee6b6;--green2:#22b98a;--yellow:#f5c66a;--red:#ff6f84;--cyan:#65d7e8;--shadow:0 28px 80px rgba(0,0,0,.28)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(180deg,#06100e 0%,#071410 45%,#06100e 100%);color:var(--text);font-family:var(--rv-font);overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.018;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}.bg-orb{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.13}.orb-1{width:520px;height:520px;background:#22d7a1;top:-220px;right:-140px}.orb-2{width:430px;height:430px;background:#2d8cff;left:-200px;top:32%}.shell{width:min(1180px,calc(100% - 36px));margin:auto;position:relative;z-index:1}.topbar{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);text-decoration:none}.brand>span:last-child{display:flex;flex-direction:column;line-height:1}.brand b{font-size:18px;letter-spacing:.2px}.brand small{font-size:11px;color:var(--muted);margin-top:5px;letter-spacing:1.7px;text-transform:uppercase}.brand-mark{width:38px;height:38px;border:1px solid var(--line2);background:linear-gradient(145deg,rgba(79,227,181,.16),rgba(255,255,255,.02));border-radius:12px;display:grid;place-content:center;grid-template-columns:repeat(3,4px);gap:3px;box-shadow:inset 0 1px rgba(255,255,255,.05),0 8px 30px rgba(40,218,163,.08)}.brand-mark i{display:block;width:4px;border-radius:4px;background:var(--green)}.brand-mark i:nth-child(1){height:9px;margin-top:8px;opacity:.55}.brand-mark i:nth-child(2){height:17px}.brand-mark i:nth-child(3){height:12px;margin-top:5px;opacity:.78}.nav-links{display:flex;align-items:center;gap:26px}.nav-links a{color:#b7ccc5;text-decoration:none;font-size:13px;transition:.2s}.nav-links a:hover{color:#fff}.live-pill{font-size:12px;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(94,230,182,.06);color:#a7d9c8;display:flex;align-items:center;gap:7px}.live-pill i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(94,230,182,.09)}.hero-panel{min-height:330px;border:1px solid var(--line2);background:radial-gradient(circle at 85% 5%,rgba(68,233,182,.14),transparent 38%),linear-gradient(145deg,rgba(12,35,29,.94),rgba(7,19,17,.82));border-radius:30px;padding:46px 50px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.04);position:relative;overflow:hidden}.hero-panel:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(105,228,190,.06);border-radius:50%;left:16%;top:-130px}.hero-panel.warn{background:radial-gradient(circle at 85% 5%,rgba(245,198,106,.12),transparent 38%),linear-gradient(145deg,rgba(33,31,18,.92),rgba(12,20,17,.85))}.hero-panel.bad{background:radial-gradient(circle at 85% 5%,rgba(255,111,132,.12),transparent 38%),linear-gradient(145deg,rgba(37,18,21,.92),rgba(14,18,17,.85))}.hero-copy{max-width:690px;position:relative;z-index:1}.eyebrow{font-size:12px;color:#9dc7b9;display:flex;align-items:center;gap:9px;margin-bottom:20px}.pulse-dot{width:9px;height:9px;background:var(--green);border-radius:50%;box-shadow:0 0 0 6px rgba(94,230,182,.08);animation:pulse 2s infinite}@keyframes pulse{50%{box-shadow:0 0 0 10px rgba(94,230,182,0)}}.hero-panel h1{font-size:clamp(28px,4vw,46px);line-height:1.35;margin:0 0 18px;letter-spacing:-1px}.hero-panel p{color:#99afa7;max-width:650px;line-height:2;margin:0;font-size:14px}.hero-meta{display:flex;gap:28px;margin-top:28px;color:#6f8d83;font-size:11px}.hero-meta b{color:#b9d3ca;font-weight:500;margin-right:5px}.health-ring{width:180px;height:180px;position:relative;display:grid;place-items:center;flex:0 0 180px;margin-right:32px}.health-ring svg{position:absolute;inset:0;transform:rotate(-90deg)}.health-ring circle{fill:none;stroke-width:7}.ring-bg{stroke:rgba(255,255,255,.06)}.ring-progress{stroke:var(--green);stroke-linecap:round;stroke-dasharray:320.44;stroke-dashoffset:calc(320.44 - (320.44 * var(--progress))/100);filter:drop-shadow(0 0 7px rgba(94,230,182,.35))}.health-ring>div{text-align:center;display:flex;flex-direction:column}.health-ring strong{font-size:37px;line-height:1}.health-ring strong small{font-size:15px;color:var(--green);margin-right:2px}.health-ring span{color:#79978d;font-size:11px;margin-top:8px}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 56px}.kpi{background:rgba(9,25,21,.68);border:1px solid var(--line);border-radius:18px;padding:18px;display:flex;align-items:center;gap:13px;backdrop-filter:blur(14px)}.kpi-icon{width:38px;height:38px;border-radius:11px;background:rgba(94,230,182,.07);display:grid;place-items:center;color:var(--green);font-size:15px}.kpi div{display:flex;flex-direction:column}.kpi small{color:#6f8b82;font-size:10px;margin-bottom:5px}.kpi strong{font-size:20px}.kpi strong em{font-style:normal;font-size:10px;color:#6f8b82;font-weight:500;margin-right:3px}.online-text{color:var(--green)}.section-block{margin-bottom:54px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-title span,.mini-label{font-size:9px;color:#5e8e7d;letter-spacing:2px;text-transform:uppercase}.section-title h2,.panel-head h2{font-size:22px;margin:6px 0 0}.section-title p{color:#617e74;font-size:11px;margin:0}.service-groups{display:grid;gap:14px}.group-card,.panel-card{background:linear-gradient(145deg,rgba(11,30,25,.8),rgba(8,22,19,.74));border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 50px rgba(0,0,0,.13);overflow:hidden}.group-head{padding:19px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.group-head>div{display:flex;align-items:center;gap:11px}.group-logo{width:37px;height:37px;border-radius:10px;display:grid;place-items:center;font-weight:800;background:linear-gradient(145deg,rgba(94,230,182,.15),rgba(32,185,138,.04));border:1px solid rgba(94,230,182,.11);color:var(--green)}.group-head h3{margin:0 0 4px;font-size:14px}.group-head small{color:#5f7b72;font-size:10px}.group-state{font-size:10px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;display:flex;align-items:center;gap:6px;color:#8bc5b1}.group-state i{width:6px;height:6px;background:var(--green);border-radius:50%}.component-row{display:flex;justify-content:space-between;align-items:center;padding:16px 22px;border-bottom:1px solid rgba(135,224,197,.07);transition:.2s}.component-row:last-child{border-bottom:0}.component-row:hover{background:rgba(94,230,182,.025)}.component-main{display:flex;align-items:center;gap:12px}.status-led{width:8px;height:8px;border-radius:50%;background:var(--muted);box-shadow:0 0 0 5px rgba(255,255,255,.02)}.status-led.ok{background:var(--green);box-shadow:0 0 0 5px rgba(94,230,182,.06)}.status-led.warn{background:var(--yellow)}.status-led.bad{background:var(--red)}.component-main b{font-size:12px}.component-main small{display:block;color:#617d74;font-size:9px;margin-top:4px}.component-stats{display:flex;align-items:center;gap:26px}.component-stats>div{min-width:76px;text-align:left}.component-stats small{display:block;color:#587268;font-size:8px;margin-bottom:4px}.component-stats b{font-size:11px;font-weight:600;color:#b5cbc3}.status-chip{font-size:9px;padding:6px 9px;border-radius:999px;border:1px solid transparent;min-width:72px;text-align:center}.status-chip.ok{color:#7debc6;background:rgba(94,230,182,.07);border-color:rgba(94,230,182,.12)}.status-chip.warn{color:#f5c66a;background:rgba(245,198,106,.07);border-color:rgba(245,198,106,.13)}.status-chip.bad{color:#ff8798;background:rgba(255,111,132,.07);border-color:rgba(255,111,132,.13)}.activity-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.panel-card{padding:22px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.panel-head h2{font-size:16px}.count-badge{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.035);border:1px solid var(--line);font-size:10px;color:#7e9b91}.empty-state{min-height:140px;border:1px dashed rgba(135,224,197,.11);border-radius:16px;display:flex;align-items:center;gap:14px;padding:22px;background:rgba(255,255,255,.012)}.empty-icon{width:41px;height:41px;border-radius:50%;display:grid;place-items:center;background:rgba(94,230,182,.08);color:var(--green);border:1px solid rgba(94,230,182,.12)}.muted-icon{color:#789189;background:rgba(255,255,255,.03);border-color:var(--line)}.empty-state b{font-size:12px}.empty-state p{margin:6px 0 0;color:#607b72;font-size:10px}.event-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.event-item:last-child{border-bottom:0}.event-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex:0 0 8px}.event-dot.warn{background:var(--yellow)}.event-dot.bad{background:var(--red)}.event-item b{font-size:12px}.event-item p{font-size:10px;color:#789188;line-height:1.8;margin:6px 0}.event-item small{color:#526b63;font-size:9px}.history-card{margin-bottom:44px}.history-list{display:grid}.history-row{padding:13px 0;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.history-row:last-child{border:0}.history-check{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:rgba(94,230,182,.07);color:var(--green);font-size:11px}.history-row b{font-size:11px}.history-row small{display:block;color:#587268;font-size:9px;margin-top:4px}footer{border-top:1px solid var(--line);min-height:130px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;color:#587268;font-size:10px}.footer-brand{justify-self:start}footer p{margin:0;color:#668078}.admin-shell{width:min(1180px,calc(100% - 34px));margin:auto;padding:32px 0 60px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-top h1{font-size:24px;margin:0}.admin-top p{font-size:11px;color:var(--muted);margin:5px 0 0}.admin-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:16px}.admin-card{background:var(--panel2);border:1px solid var(--line);border-radius:20px;padding:20px;margin-bottom:16px}.admin-card h2{font-size:15px;margin:0 0 16px}.admin-card label{font-size:10px;color:#7f9a91;display:block;margin:10px 0 5px}.admin-card input,.admin-card select,.admin-card textarea,.admin-card button,.admin-top button{width:100%;padding:11px 12px;border-radius:11px;border:1px solid var(--line2);background:#0a1b17;color:var(--text);font-family:inherit;outline:none}.admin-card input:focus,.admin-card select:focus,.admin-card textarea:focus{border-color:rgba(94,230,182,.45);box-shadow:0 0 0 3px rgba(94,230,182,.06)}.admin-card button,.admin-top button{background:linear-gradient(135deg,#24b989,#169b73);border:0;font-weight:700;cursor:pointer}.admin-top form{width:90px}.admin-top button{background:rgba(255,255,255,.04);border:1px solid var(--line)}.admin-row{display:grid;grid-template-columns:1fr 175px 110px;gap:8px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.admin-row:last-child{border-bottom:0}.admin-row b{font-size:11px}.admin-row small{display:block;color:#5f7b72;font-size:8px;margin-top:3px}.notice{padding:10px 12px;border-radius:11px;background:rgba(94,230,182,.07);border:1px solid rgba(94,230,182,.12);font-size:10px;color:#9bd5c2;margin-bottom:12px}.login-box{width:min(440px,calc(100% - 32px));margin:10vh auto}.login-brand{margin-bottom:20px;justify-content:center}.login-card{background:var(--panel2);border:1px solid var(--line);padding:27px;border-radius:22px;box-shadow:var(--shadow)}.login-card h1{font-size:19px;margin:0 0 6px}.login-card p{color:#6e887f;font-size:10px}.login-card input,.login-card button{width:100%;padding:12px;margin-top:10px;border:1px solid var(--line2);border-radius:11px;background:#091b17;color:#fff;font-family:inherit}.login-card button{background:linear-gradient(135deg,#24b989,#169b73);border:0;font-weight:700}@media(max-width:880px){.nav-links a{display:none}.hero-panel{padding:34px 28px}.health-ring{width:145px;height:145px;flex-basis:145px;margin-right:12px}.kpi-grid{grid-template-columns:1fr 1fr}.admin-grid{grid-template-columns:1fr}}@media(max-width:680px){.shell{width:min(100% - 22px,1180px)}.topbar{height:75px}.hero-panel{min-height:auto;border-radius:22px;padding:28px 22px;display:block}.hero-panel h1{font-size:27px}.health-ring{margin:30px auto 0;width:145px;height:145px}.hero-meta{gap:13px;flex-wrap:wrap}.kpi-grid{grid-template-columns:1fr 1fr;margin-bottom:42px}.kpi{padding:14px}.section-title{align-items:flex-start}.section-title p{display:none}.group-head{padding:15px}.component-row{padding:14px 15px;align-items:flex-start}.component-stats{gap:10px;flex-wrap:wrap;justify-content:flex-end}.component-stats>div{min-width:auto}.component-stats>div:nth-child(2){display:none}.activity-grid{grid-template-columns:1fr}.panel-card{padding:17px}footer{grid-template-columns:1fr;text-align:center;padding:30px 0;gap:12px}.footer-brand{justify-self:center}.admin-shell{width:min(100% - 22px,1180px);padding-top:18px}.admin-row{grid-template-columns:1fr}.admin-top{align-items:flex-start}.admin-top form{width:75px}.nav-links{gap:0}.live-pill{font-size:10px}}@media(max-width:420px){.kpi-grid{grid-template-columns:1fr}.component-row{display:block}.component-stats{margin-top:12px;justify-content:space-between}.hero-panel p{font-size:12px}.hero-meta{display:block}.hero-meta span{display:block;margin-top:7px}}
