html{background:#f5f4f1}body,#root{min-height:100vh}:root{--pechtik-black:#111;--pechtik-graphite:#202020;--pechtik-bronze:#b07e4a;--pechtik-bronze-dark:#8f6338;--pechtik-silver:#dadada;--page-bg:#f5f4f1;--surface:#fff;--text:#191919;--muted:#686868;--border:#dedbd5;--danger:#a93838}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;color:var(--text);background:var(--page-bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}.login-page{grid-template-columns:minmax(420px,.92fr) minmax(480px,1.08fr);min-height:100vh;display:grid}.brand-panel{color:#fff;background:radial-gradient(circle at 15% 15%,#b07e4a47,#0000 35%),linear-gradient(145deg,#111 0%,#202020 58%,#121212 100%);padding:clamp(36px,5vw,76px);display:flex;position:relative;overflow:hidden}.brand-panel:after{content:"";border:1px solid #dadada24;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-190px;right:-210px;box-shadow:0 0 0 56px #dadada09,0 0 0 112px #b07e4a09}.brand-content{z-index:1;flex-direction:column;width:min(100%,650px);display:flex;position:relative}.brand-logo{object-fit:contain;object-position:left center;width:min(260px,65%);height:auto}.brand-copy{margin:auto 0;padding:70px 0 50px}.eyebrow{color:var(--pechtik-bronze);letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px;font-size:.78rem;font-weight:800;display:block}.brand-copy h1{letter-spacing:-.055em;max-width:600px;margin:0;font-size:clamp(2.5rem,5vw,5.4rem);line-height:.98}.brand-copy p{color:#ffffffb3;max-width:590px;margin:28px 0 0;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.7}.feature-list{gap:12px;display:grid}.feature{border-top:1px solid #ffffff1c;align-items:center;gap:15px;padding:14px 0;display:flex}.feature-icon{width:43px;height:43px;color:var(--pechtik-bronze);background:#b07e4a1f;border:1px solid #b07e4a3d;border-radius:13px;flex:0 0 43px;place-items:center;display:grid}.feature div{gap:4px;display:grid}.feature strong{font-size:.98rem}.feature span:last-child{color:#ffffff8c;font-size:.86rem}.login-panel{flex-direction:column;justify-content:center;align-items:center;padding:clamp(28px,6vw,90px);display:flex}.login-card{width:min(100%,470px)}.mobile-logo{display:none}.login-heading{margin-bottom:38px}.login-heading h2{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,3.5vw,3rem);line-height:1.05}.login-heading p{color:var(--muted);margin:15px 0 0;line-height:1.6}form{display:grid}label{margin:0 0 9px;font-size:.86rem;font-weight:750}.input-wrap{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:11px;min-height:54px;margin-bottom:22px;padding:0 16px;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.input-wrap:focus-within{border-color:var(--pechtik-bronze);transform:translateY(-1px);box-shadow:0 0 0 4px #b07e4a1f}.input-wrap input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;padding:15px 0}.password-wrap>svg{color:#8a8a8a}.password-toggle{color:#777;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:7px;display:grid}.password-toggle:hover{color:var(--pechtik-bronze-dark);background:#b07e4a14}.error-message{color:var(--danger);background:#fff2f2;border:1px solid #efd0d0;border-radius:11px;margin:-5px 0 18px;padding:12px 14px;font-size:.88rem}.login-button{color:#fff;background:var(--pechtik-black);cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:56px;font-weight:800;transition:background .16s,transform .16s,box-shadow .16s;display:flex;box-shadow:0 15px 30px #11111129}.login-button:hover:not(:disabled){background:var(--pechtik-bronze-dark);transform:translateY(-2px);box-shadow:0 18px 34px #8f633838}.login-button:disabled{opacity:.68;cursor:wait}.support-note{color:#818181;text-align:center;margin:24px 0 0;font-size:.82rem;line-height:1.55}footer{color:#909090;text-align:center;width:min(100%,470px);margin-top:48px;font-size:.78rem}@media (width<=900px){.login-page{grid-template-columns:1fr}.brand-panel{display:none}.login-panel{justify-content:center;min-height:100vh;padding:30px 22px}.mobile-logo{margin-bottom:48px;display:block}.mobile-logo img{width:min(230px,68%);height:auto}}@media (width<=520px){.login-panel{justify-content:flex-start;padding-top:34px}.mobile-logo{margin-bottom:54px}.login-heading{margin-bottom:30px}.input-wrap{min-height:56px}footer{margin-top:36px}}.dashboard-page{background:radial-gradient(circle at 85% 0,#b07e4a14,#0000 30%),#f5f4f1;min-height:100vh}.dashboard-header{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f4f1eb;border-bottom:1px solid #19191914;position:sticky;top:0}.header-inner{align-items:center;gap:38px;width:min(1440px,100% - 48px);min-height:78px;margin:auto;display:flex}.dashboard-logo{width:178px;height:auto}.dashboard-nav{align-items:center;gap:28px;margin-right:auto;display:flex}.dashboard-nav a{color:#5c5c5c;font-size:.9rem;font-weight:700;text-decoration:none}.dashboard-nav a:hover{color:var(--pechtik-bronze-dark)}.header-actions{align-items:center;gap:12px;display:flex}.icon-button,.mobile-menu-button{color:#4e4e4e;border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;place-items:center;width:43px;height:43px;display:grid}.user-badge{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:5px 12px 5px 5px;display:flex}.user-badge>span{color:#fff;background:var(--pechtik-black);border-radius:10px;place-items:center;width:35px;height:35px;font-weight:800;display:grid}.user-badge div{gap:2px;display:grid}.user-badge strong{font-size:.83rem}.user-badge small{color:var(--muted);font-size:.72rem}.logout-button{color:#5d5d5d;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:8px;min-height:43px;padding:0 14px;font-weight:700;display:flex}.logout-button:hover{color:var(--pechtik-bronze-dark);background:#b07e4a14}.mobile-menu-button{display:none}.dashboard-content{width:min(1440px,100% - 48px);margin:auto;padding:76px 0 100px}.welcome-section{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.welcome-section h1{letter-spacing:-.055em;margin:0;font-size:clamp(2.8rem,5vw,5.3rem);line-height:.98}.welcome-section p{max-width:650px;color:var(--muted);margin:22px 0 0;font-size:1.05rem;line-height:1.65}.system-pill,.module-state{color:#476849;align-items:center;gap:8px;font-size:.78rem;font-weight:800;display:inline-flex}.system-pill{background:#edf5ed;border:1px solid #d3e5d4;border-radius:999px;padding:11px 15px}.status-dot{background:#54a45b;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 4px #54a45b1f}.notice-card{color:#5c4329;background:#fbf4eb;border:1px solid #ead6bd;border-radius:16px;gap:15px;margin-top:35px;padding:20px 22px;display:flex}.notice-card p{color:#795f43;margin:5px 0 0;line-height:1.5}.section-heading{margin-top:76px}.section-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,3vw,3.2rem)}.module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:32px;display:grid}.module-card{background:#ffffffe6;border:1px solid #19191917;border-radius:24px;flex-direction:column;min-height:360px;padding:clamp(24px,3vw,36px);transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 18px 55px #1919190e}.module-card:hover{border-color:#b07e4a59;transform:translateY(-5px);box-shadow:0 26px 70px #19191917}.module-card.featured{color:#fff;background:radial-gradient(circle at 100% 0,#b07e4a4d,#0000 35%),linear-gradient(145deg,#191919,#292929)}.module-top{justify-content:space-between;align-items:center;display:flex}.module-icon{width:58px;height:58px;color:var(--pechtik-bronze);background:#b07e4a1c;border:1px solid #b07e4a33;border-radius:17px;place-items:center;display:grid}.module-card.featured .module-icon{background:#b07e4a29;border-color:#b07e4a59}.module-copy{margin:auto 0;padding:42px 0}.module-label{color:var(--pechtik-bronze);letter-spacing:.14em;text-transform:uppercase;font-size:.73rem;font-weight:850}.module-copy h3{letter-spacing:-.04em;margin:12px 0 0;font-size:clamp(1.7rem,2.5vw,2.5rem)}.module-copy p{max-width:540px;color:var(--muted);margin:15px 0 0;line-height:1.65}.module-card.featured .module-copy p{color:#ffffff9e}.module-meta{border-top:1px solid #19191917;justify-content:space-between;align-items:center;gap:18px;padding-top:22px;display:flex}.module-card.featured .module-meta{border-color:#ffffff1f}.module-meta>span{color:var(--muted);font-size:.8rem}.module-card.featured .module-meta>span{color:#ffffff80}.module-meta button{color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-weight:800;display:flex}@media (width<=960px){.dashboard-nav{border:1px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;align-items:stretch;padding:18px;display:none;position:absolute;top:78px;left:24px;right:24px;box-shadow:0 24px 60px #14141421}.dashboard-nav.open{display:flex}.mobile-menu-button{display:grid}.logout-button span,.user-badge div{display:none}.module-grid{grid-template-columns:1fr}}@media (width<=640px){.header-inner,.dashboard-content{width:min(100% - 30px,1440px)}.dashboard-logo{width:145px}.icon-button,.logout-button{display:none}.dashboard-content{padding-top:50px}.welcome-section{flex-direction:column;align-items:flex-start}.welcome-section h1{font-size:2.75rem}.section-heading{margin-top:54px}.module-card{border-radius:20px;min-height:330px}.module-meta{flex-direction:column;align-items:flex-start}}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] body{color:#f3f1ed;background:#0d0f11}.dashboard-page,.dashboard-header,.module-card,.user-badge,.icon-button,.mobile-menu-button,.dashboard-nav{transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s}.theme-toggle svg{transition:transform .18s}.theme-toggle:hover svg{transform:rotate(12deg)}html[data-theme=dark] .dashboard-page{color:#f3f1ed;background:radial-gradient(circle at 82% 2%,#b07e4a29,#0000 30%),radial-gradient(circle at 10% 95%,#b07e4a12,#0000 34%),#0d0f11}html[data-theme=dark] .dashboard-header{background:#0d0f11e6;border-bottom-color:#ffffff17}html[data-theme=dark] .dashboard-nav a{color:#b8b8b8}html[data-theme=dark] .dashboard-nav a:hover{color:#d1a270}html[data-theme=dark] .icon-button,html[data-theme=dark] .mobile-menu-button,html[data-theme=dark] .user-badge{color:#e9e7e3;background:#181b1e;border-color:#ffffff1c}html[data-theme=dark] .icon-button:hover,html[data-theme=dark] .mobile-menu-button:hover{color:#d1a270;background:#202428;border-color:#b07e4a66}html[data-theme=dark] .user-badge>span{color:#171717;background:#d1a270}html[data-theme=dark] .user-badge small,html[data-theme=dark] .welcome-section p,html[data-theme=dark] .module-copy p,html[data-theme=dark] .module-meta>span{color:#979b9f}html[data-theme=dark] .logout-button{color:#b9b9b9}html[data-theme=dark] .logout-button:hover{color:#e2b27d;background:#b07e4a1f}html[data-theme=dark] .welcome-section h1,html[data-theme=dark] .section-heading h2,html[data-theme=dark] .module-copy h3{color:#f5f3ef}html[data-theme=dark] .system-pill{color:#8cd393;background:#2868302e;border-color:#54a45b4d}html[data-theme=dark] .notice-card{color:#efc998;background:#b07e4a1f;border-color:#b07e4a47}html[data-theme=dark] .notice-card p{color:#baa083}html[data-theme=dark] .module-card{color:#f3f1ed;background:linear-gradient(145deg,#1c1f22fa,#15181bfa);border-color:#ffffff17;box-shadow:0 22px 65px #00000047}html[data-theme=dark] .module-card:hover{border-color:#b07e4a7a;box-shadow:0 28px 80px #0006}html[data-theme=dark] .module-card.featured{background:radial-gradient(circle at 100% 0,#b07e4a47,#0000 36%),linear-gradient(145deg,#17191b,#202326)}html[data-theme=dark] .module-meta{border-top-color:#ffffff1a}html[data-theme=dark] .module-meta button{color:#f5f3ef}html[data-theme=dark] .module-icon{color:#d1a270;background:#b07e4a1f;border-color:#b07e4a47}@media (width<=960px){html[data-theme=dark] .dashboard-nav{background:#171a1d;border-color:#ffffff1a;box-shadow:0 24px 65px #00000073}}.theme-switch{color:#7a7a7a;cursor:pointer;background:#eceae6;border:1px solid #d8d5cf;border-radius:999px;flex:0 0 64px;justify-content:space-between;align-items:center;width:64px;height:34px;padding:0 8px;transition:background .18s,border-color .18s,box-shadow .18s;display:flex;position:relative}.theme-switch:hover{border-color:#b07e4a85;box-shadow:0 0 0 4px #b07e4a14}.theme-switch-icon{z-index:2;pointer-events:none;place-items:center;width:16px;height:16px;transition:color .18s,opacity .18s;display:grid;position:relative}.theme-switch-sun{color:#8d6338}.theme-switch-moon{color:#777}.theme-switch-thumb{z-index:1;background:#fff;border-radius:50%;width:26px;height:26px;transition:transform .19s,background .18s;position:absolute;top:3px;left:3px;box-shadow:0 2px 8px #00000029,inset 0 0 0 1px #0000000a}html[data-theme=dark] .theme-switch{color:#d7d7d7;background:#1a1d20;border-color:#ffffff1f}html[data-theme=dark] .theme-switch:hover{border-color:#b07e4a7a;box-shadow:0 0 0 4px #b07e4a1c}html[data-theme=dark] .theme-switch-thumb{background:#d1a270;transform:translate(30px);box-shadow:0 2px 10px #0000005c,inset 0 0 0 1px #ffffff1a}html[data-theme=dark] .theme-switch-sun{color:#7b7f84}html[data-theme=dark] .theme-switch-moon{color:#f4f1ed}@media (width<=640px){.theme-switch{flex-basis:58px;width:58px;height:32px;padding:0 7px}.theme-switch-thumb{width:24px;height:24px}html[data-theme=dark] .theme-switch-thumb{transform:translate(26px)}}.dashboard-monitoring-entry{background:var(--surface);border:1px solid var(--border);border-left:5px solid var(--pechtik-bronze);border-radius:17px;justify-content:space-between;align-items:center;gap:28px;width:min(100% - 40px,1380px);margin:28px auto 50px;padding:28px 30px;display:flex;box-shadow:0 12px 30px #1414140a}.dashboard-monitoring-entry span{color:var(--pechtik-bronze-dark);letter-spacing:.12em;font-size:.72rem;font-weight:850}.dashboard-monitoring-entry h2{margin:7px 0 8px}.dashboard-monitoring-entry p{max-width:760px;color:var(--muted);margin:0;line-height:1.55}.dashboard-monitoring-entry button{color:#fff;background:var(--pechtik-black);cursor:pointer;border:0;border-radius:11px;flex:none;min-height:46px;padding:0 20px;font-size:.76rem;font-weight:850}.dashboard-monitoring-entry button:hover{background:var(--pechtik-bronze-dark)}@media (width<=720px){.dashboard-monitoring-entry{flex-direction:column;align-items:flex-start;width:min(100% - 28px,1380px)}.dashboard-monitoring-entry button{width:100%}}.monitoring-section{width:min(100% - 40px,1440px);margin:44px auto 80px;scroll-margin-top:110px}.monitoring-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:24px;display:flex}.monitoring-heading h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,4vw,3.15rem);line-height:1}.monitoring-heading p{max-width:760px;color:var(--muted);margin:14px 0 0;line-height:1.6}.monitoring-heading-actions{align-items:center;gap:10px;display:flex}.monitor-online-badge,.monitor-offline-badge,.monitor-refresh{border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:.86rem;font-weight:800;display:inline-flex}.monitor-online-badge{color:#1c6b42;background:#e9f7ef;border:1px solid #c6e8d4}.monitor-offline-badge{color:#9b3535;background:#fff0f0;border:1px solid #efcccc}.monitor-refresh{color:var(--text);background:var(--surface);border:1px solid var(--border);cursor:pointer}.monitor-refresh:hover:not(:disabled){border-color:var(--pechtik-bronze)}.monitor-refresh:disabled{opacity:.65;cursor:wait}.monitor-error,.monitor-loading{border-radius:16px;justify-content:center;align-items:center;gap:12px;min-height:86px;margin-bottom:20px;padding:18px;display:flex}.monitor-error{color:#993b3b;background:#fff2f2;border:1px solid #efcece}.monitor-loading{color:var(--muted);background:var(--surface);border:1px solid var(--border)}.monitor-spin{animation:.9s linear infinite monitor-spin}@keyframes monitor-spin{to{transform:rotate(360deg)}}.monitor-status-strip{color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:15px;flex-wrap:wrap;gap:14px 26px;margin-bottom:18px;padding:15px 18px;font-size:.83rem;display:flex}.monitor-status-strip span{align-items:center;gap:7px;display:inline-flex}.monitor-status-strip svg{color:var(--pechtik-bronze)}.monitor-status-strip strong{color:var(--text)}.monitor-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.monitor-metric{background:var(--surface);border:1px solid var(--border);border-radius:19px;gap:17px;min-height:150px;padding:22px;display:flex;box-shadow:0 12px 30px #1414140b}.monitor-metric-icon{width:47px;height:47px;color:var(--pechtik-bronze-dark);background:#b07e4a1c;border-radius:14px;flex:0 0 47px;place-items:center;display:grid}.monitor-metric-success .monitor-metric-icon{color:#20724a;background:#e9f7ef}.monitor-metric-warning .monitor-metric-icon{color:#9a6620;background:#fff3dc}.monitor-metric-copy{flex-direction:column;min-width:0;display:flex}.monitor-metric-copy>span{color:var(--muted);font-size:.82rem;font-weight:700}.monitor-metric-copy strong{letter-spacing:-.04em;margin-top:9px;font-size:clamp(1.65rem,2.4vw,2.25rem);line-height:1}.monitor-metric-copy small{color:var(--muted);margin-top:auto;padding-top:13px;font-size:.76rem;line-height:1.35}.monitor-layout{grid-template-columns:minmax(0,1.8fr) minmax(290px,.7fr);gap:16px;margin-top:16px;display:grid}.monitor-layout-equal{grid-template-columns:repeat(2,minmax(0,1fr))}.monitor-panel{background:var(--surface);border:1px solid var(--border);border-radius:19px;min-width:0;padding:22px;box-shadow:0 12px 30px #1414140a}.monitor-panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.monitor-panel-heading span{color:var(--pechtik-bronze-dark);letter-spacing:.1em;text-transform:uppercase;font-size:.74rem;font-weight:850}.monitor-panel-heading h3{letter-spacing:-.025em;margin:5px 0 0;font-size:1.3rem}.monitor-chart-legend{flex-wrap:wrap;gap:13px;display:flex}.monitor-chart-legend span{color:var(--muted);letter-spacing:0;text-transform:none;align-items:center;gap:7px;font-size:.76rem;font-weight:700;display:inline-flex}.monitor-chart-legend i{border-radius:50%;width:10px;height:10px}.monitor-legend-fve{background:#b07e4a}.monitor-legend-elm{background:#4d718c}.monitor-chart{width:100%;height:auto;overflow:visible}.monitor-chart-grid{stroke:#78787824;stroke-width:1px}.monitor-chart-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.monitor-chart-line-fve{stroke:#b07e4a}.monitor-chart-line-elm{stroke:#4d718c}.monitor-chart-axis{color:var(--muted);justify-content:space-between;gap:12px;font-size:.7rem;display:flex}.monitor-chart-empty{min-height:250px;color:var(--muted);text-align:center;place-items:center;display:grid}.monitor-values-list{display:grid}.monitor-values-list>div{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;min-height:57px;display:flex}.monitor-values-list>div:first-child{border-top:0}.monitor-values-list span{color:var(--muted);font-size:.84rem}.monitor-values-list strong{text-align:right}.monitor-inverter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.monitor-inverter{background:#b07e4a0e;border:1px solid #b07e4a2e;border-radius:15px;gap:16px;padding:17px;display:grid}.monitor-inverter>div{justify-content:space-between;align-items:center;display:flex}.monitor-inverter>div span{color:#27734d;font-size:.72rem;font-weight:800}.monitor-inverter b{letter-spacing:-.03em;font-size:1.45rem}.monitor-inverter small{color:var(--muted);align-items:center;gap:5px;display:flex}.monitor-di-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.monitor-di{border:1px solid var(--border);background:#7878780b;border-radius:12px;align-items:center;gap:11px;min-height:57px;padding:11px 13px;display:flex}.monitor-di>span{border-radius:50%;flex:0 0 10px;width:10px;height:10px}.monitor-di-ok>span{background:#32a56d;box-shadow:0 0 0 4px #32a56d1f}.monitor-di-fault>span{background:#c14a4a;box-shadow:0 0 0 4px #c14a4a1f}.monitor-di div{gap:3px;min-width:0;display:grid}.monitor-di strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.monitor-di small{color:var(--muted);font-size:.7rem}[data-theme=dark] .monitor-online-badge{color:#7ed2a5;background:#2a8e5b2b;border-color:#4bb57b47}[data-theme=dark] .monitor-status-strip,[data-theme=dark] .monitor-metric,[data-theme=dark] .monitor-panel,[data-theme=dark] .monitor-refresh,[data-theme=dark] .monitor-loading{background:#202020}[data-theme=dark] .monitor-inverter{background:#b07e4a14}@media (width<=1100px){.monitor-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monitor-layout,.monitor-layout-equal{grid-template-columns:1fr}}@media (width<=720px){.monitoring-section{width:min(100% - 28px,1440px);margin-top:30px}.monitoring-heading{flex-direction:column;align-items:flex-start}.monitor-metrics-grid{grid-template-columns:1fr}.monitor-inverter-grid,.monitor-di-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monitor-status-strip,.monitor-panel-heading{flex-direction:column}}@media (width<=440px){.monitor-inverter-grid,.monitor-di-grid{grid-template-columns:1fr}.monitoring-heading-actions{width:100%}.monitor-refresh{margin-left:auto}}.monitor-main-tabs{background:var(--surface);border:1px solid var(--border);border-radius:16px;gap:7px;margin:0 0 14px;padding:7px;display:flex;overflow-x:auto}.monitor-main-tabs button{min-height:43px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:11px;flex:1 0 auto;padding:0 20px;font-size:.78rem;font-weight:850}.monitor-main-tabs button:hover{color:var(--text);background:#b07e4a12}.monitor-main-tabs button.active{color:#fff;background:var(--pechtik-black)}.monitor-period-bar{background:var(--surface);border:1px solid var(--border);border-radius:15px;justify-content:space-between;align-items:center;gap:18px;min-height:58px;margin-bottom:16px;padding:9px 13px 9px 18px;display:flex}.monitor-period-bar>div:first-child{align-items:center;gap:9px;font-size:.85rem;font-weight:800;display:flex}.monitor-period-bar svg{color:var(--pechtik-bronze)}.monitor-period-buttons{flex-wrap:wrap;gap:6px;display:flex}.monitor-period-buttons button{min-height:36px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;padding:0 13px;font-size:.72rem;font-weight:850}.monitor-period-buttons button:hover{border-color:var(--border)}.monitor-period-buttons button.active{color:#fff;background:var(--pechtik-bronze-dark);border-color:var(--pechtik-bronze-dark)}.monitor-chart-panel{margin-top:16px}.monitor-chart-wrap{min-height:330px}.monitor-chart{height:275px}.monitor-chart-legend{justify-content:center;margin-top:14px}.monitor-chart-legend i{background:currentColor}.monitor-chart-line.chart-series-1,.monitor-chart-legend .chart-series-1{color:#b07e4a;stroke:#b07e4a}.monitor-chart-line.chart-series-2,.monitor-chart-legend .chart-series-2{color:#427b9b;stroke:#427b9b}.monitor-chart-line.chart-series-3,.monitor-chart-legend .chart-series-3{color:#8a5a9e;stroke:#8a5a9e}.monitor-chart-line.chart-series-4,.monitor-chart-legend .chart-series-4{color:#3f9568;stroke:#3f9568}.monitor-chart-line{vector-effect:non-scaling-stroke}.inverter-online{color:#24754c}.inverter-offline{color:#b33f3f}.monitor-inverter-grid{grid-template-columns:repeat(4,minmax(125px,1fr))}.monitor-inverter small+small{margin-top:-9px}.monitor-inverter-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.monitor-inverter-detail .monitor-chart-wrap{min-height:230px;margin-top:18px}.monitor-inverter-detail .monitor-chart{height:185px}.monitor-object-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.monitor-object-grid .monitor-chart-panel{margin-top:0}.monitor-di-panel{margin-top:16px}.monitor-di-grid{grid-template-columns:repeat(3,minmax(0,1fr))}[data-theme=dark] .monitor-main-tabs,[data-theme=dark] .monitor-period-bar{background:#202020}[data-theme=dark] .monitor-main-tabs button.active{background:var(--pechtik-bronze-dark)}@media (width<=1100px){.monitor-object-grid,.monitor-inverter-detail-grid{grid-template-columns:1fr}.monitor-di-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.monitor-period-bar{flex-direction:column;align-items:flex-start}.monitor-period-buttons{width:100%}.monitor-period-buttons button{flex:1}.monitor-inverter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monitor-di-grid{grid-template-columns:1fr}.monitor-chart{height:220px}}.legacy-monitor-page{background:var(--background);min-height:100vh}.legacy-monitor-header{z-index:100;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;box-shadow:0 3px 16px #0000000d}.legacy-monitor-header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;width:min(100% - 32px,1500px);min-height:72px;margin:0 auto;display:grid}.legacy-monitor-back,.legacy-monitor-actions button{min-height:40px;color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:8px;font-size:.76rem;font-weight:850;display:inline-flex}.legacy-monitor-back{justify-self:start;padding:0 14px}.legacy-monitor-actions{justify-self:end;gap:8px;display:flex}.legacy-monitor-actions button{padding:0 12px}.legacy-monitor-brand{justify-items:center;line-height:1;display:grid}.legacy-monitor-brand strong{letter-spacing:.12em;font-size:1.3rem}.legacy-monitor-brand span{color:var(--pechtik-bronze-dark);letter-spacing:.17em;margin-top:7px;font-size:.65rem;font-weight:850}.legacy-monitor-content{width:100%;padding:1px 0}.legacy-monitor-content .monitoring-section{width:min(100% - 32px,1500px);margin-top:26px}@media (width<=720px){.legacy-monitor-header-inner{grid-template-columns:auto 1fr auto}.legacy-monitor-brand span{display:none}.legacy-monitor-actions button:last-child{justify-content:center;width:42px;padding:0;font-size:0}}.energy-flow-card{min-height:500px;color:var(--text);background:radial-gradient(circle at 50% 48%, #b07e4a0d, transparent 34%), var(--surface);border:1px solid var(--border);border-radius:24px;padding:28px 32px 12px;position:relative;overflow:hidden;box-shadow:0 24px 65px #1414140f}.energy-flow-heading{z-index:2;justify-content:space-between;align-items:flex-start;gap:20px;display:flex;position:relative}.energy-flow-heading span{color:var(--pechtik-bronze-dark);letter-spacing:.14em;font-size:.7rem;font-weight:900}.energy-flow-heading h2{color:var(--text);letter-spacing:-.045em;margin:7px 0 0;font-size:clamp(2rem,3vw,2.6rem)}.energy-flow-live{min-height:38px;color:var(--muted);border:1px solid var(--border);background:#7f7f7f0e;border-radius:999px;align-items:center;gap:9px;padding:0 13px;font-size:.72rem;font-weight:750;display:inline-flex}.energy-flow-live i,.energy-node-status i{background:#49c875;border-radius:50%;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 0 5px #49c8751f}.energy-flow-stage{justify-content:center;align-items:center;height:390px;display:flex}.energy-flow-svg{width:100%;min-width:800px;height:auto;overflow:visible}.energy-flow-track{fill:none;stroke:#7d7d7d2e;stroke-width:9px;stroke-linecap:round}.energy-flow-active-line{fill:none;stroke-width:4px;stroke-linecap:round}.energy-node{height:100%;color:var(--text);text-align:center;flex-direction:column;align-items:center;display:flex}.energy-node-power{height:40px;color:var(--text);letter-spacing:-.05em;justify-content:center;align-items:flex-start;margin:0 0 12px;font-size:1.85rem;font-weight:900;display:flex}.energy-node-circle{width:128px;height:128px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:50%;flex:0 0 128px;place-items:center;display:grid;box-shadow:0 18px 45px #1414141f,0 0 0 11px #7f7f7f09}.energy-node-fve .energy-node-circle{color:#42ad64}.energy-node-object .energy-node-circle{color:var(--pechtik-bronze-dark)}.energy-node-grid .energy-node-circle{color:#4f91ba}.energy-node-battery .energy-node-circle{color:#866ce0}.energy-node-wallbox .energy-node-circle{color:#35a5aa}.energy-node-label{color:var(--text);letter-spacing:.06em;margin-top:15px;font-size:.8rem;font-weight:900}.energy-node-status{color:var(--muted);align-items:center;gap:7px;margin-top:9px;font-size:.68rem;font-weight:750;display:inline-flex}.energy-node-status.offline i{background:#d35454;box-shadow:0 0 0 5px #d354541f}.energy-limit{width:205px;margin-top:17px}.energy-limit-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.energy-limit-heading span{color:var(--muted);letter-spacing:.045em;text-transform:uppercase;font-size:.61rem;font-weight:850}.energy-limit-heading strong{color:#49c875;font-size:.87rem}.energy-limit-track{background:#7d7d7d26;border-radius:999px;height:7px;overflow:hidden}.energy-limit-track span{border-radius:inherit;background:linear-gradient(90deg,#38b75d,#65d882);height:100%;transition:width .6s;display:block}[data-theme=dark] .energy-flow-card{background:radial-gradient(circle at 50% 48%,#b07e4a11,#0000 35%),#1b1d1e;border-color:#ffffff1f}[data-theme=dark] .energy-flow-heading h2,[data-theme=dark] .energy-node-power,[data-theme=dark] .energy-node-label{color:#f5f3ef}[data-theme=dark] .energy-node-circle{background:#202223;border-color:#fff3}[data-theme=dark] .energy-flow-track{stroke:#ffffff16}@media (width<=850px){.energy-flow-card{min-height:auto;padding:22px 18px 10px}.energy-flow-heading{flex-direction:column}.energy-flow-stage{justify-content:flex-start;height:400px;overflow-x:auto}.energy-flow-svg{width:850px}}.energy-node-status{margin-top:7px}.energy-limit{margin-top:11px}@media (width<=850px){.energy-flow-stage{height:435px}}.energy-flow-card{min-height:525px;padding-bottom:16px}.energy-flow-stage{height:420px}.energy-limit{z-index:3;margin-top:11px;position:relative}.energy-limit-heading{margin-bottom:7px}.energy-limit-track{opacity:1;visibility:visible}@media (width<=850px){.energy-flow-stage{height:430px}}.communication-overlay{z-index:450;pointer-events:none;-webkit-backdrop-filter:blur(2px);background:#0a0c0e3d;justify-content:center;align-items:flex-start;padding:108px 18px 90px;display:flex;position:fixed;inset:0}.communication-overlay-card{width:min(100%,820px);color:var(--text);background:color-mix(in srgb, var(--surface) 96%, transparent);pointer-events:auto;border:1px solid #cf525257;border-left:5px solid #cf5252;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:20px 22px;display:grid;box-shadow:0 24px 70px #00000047}.communication-overlay-icon{color:#bf4848;background:#cf52521a;border:1px solid #cf525238;border-radius:15px;place-items:center;width:52px;height:52px;display:grid}.communication-overlay-copy{min-width:0}.communication-overlay-copy>span{color:#bf4848;letter-spacing:.13em;font-size:.66rem;font-weight:900}.communication-overlay-copy h2{color:var(--text);letter-spacing:-.025em;margin:5px 0;font-size:1.25rem}.communication-overlay-copy p{color:var(--muted);margin:0;font-size:.76rem;line-height:1.5}.communication-overlay-sections{flex-wrap:wrap;align-items:center;gap:7px;margin-top:11px;display:flex}.communication-overlay-sections strong{color:var(--muted);font-size:.68rem}.communication-overlay-sections span{color:#b64343;background:#cf525214;border:1px solid #cf525233;border-radius:999px;padding:5px 8px;font-size:.65rem;font-weight:850}.communication-overlay-card button{color:#fff;white-space:nowrap;cursor:pointer;background:#b94b4b;border:1px solid #b94b4b;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 14px;font-size:.72rem;font-weight:850;display:inline-flex}.communication-overlay-card button:disabled{opacity:.6;cursor:wait}.communication-overlay-spin{animation:.8s linear infinite communication-overlay-spin}@keyframes communication-overlay-spin{to{transform:rotate(360deg)}}[data-theme=dark] .communication-overlay{background:#0000006b}[data-theme=dark] .communication-overlay-card{color:#f4f2ee;background:#1c1e1ff7;border-color:#e05c5c61 #e05c5c61 #e05c5c61 #dc6262}[data-theme=dark] .communication-overlay-copy h2{color:#f4f2ee}[data-theme=dark] .communication-overlay-copy p,[data-theme=dark] .communication-overlay-sections strong{color:#aaa7a1}@media (width<=700px){.communication-overlay{padding-top:92px}.communication-overlay-card{grid-template-columns:auto 1fr}.communication-overlay-card button{grid-column:1/-1;width:100%}}.history-overview-card{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:0 22px 58px #1414140e}.history-overview-card:fullscreen{background:var(--background);padding:34px;overflow:auto}.history-overview-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.history-overview-header>div:first-child>span{color:var(--pechtik-bronze-dark);letter-spacing:.14em;font-size:.7rem;font-weight:900}.history-overview-header h2{color:var(--text);letter-spacing:-.045em;margin:7px 0 6px;font-size:clamp(1.75rem,3vw,2.35rem)}.history-overview-header p{max-width:760px;color:var(--muted);margin:0;line-height:1.55}.history-overview-actions{gap:9px;display:flex}.history-overview-actions button,.history-period-buttons button,.history-navigation button{min-height:42px;color:var(--text);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.72rem;font-weight:850;display:inline-flex}.history-overview-actions button:first-child{color:#fff;background:var(--pechtik-bronze-dark);border-color:var(--pechtik-bronze-dark)}.history-overview-actions button:disabled,.history-navigation button:disabled{opacity:.38;cursor:not-allowed}.history-overview-controls{border:1px solid var(--border);background:#7f7f7f0b;border-radius:17px;justify-items:center;gap:12px;margin-top:24px;padding:18px;display:grid}.history-overview-controls>strong{color:var(--pechtik-bronze-dark);background:#b07e4a17;border:1px solid #b07e4a3b;border-radius:11px;padding:8px 13px;font-size:1.15rem}.history-period-buttons,.history-navigation{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.history-period-buttons button.active{color:#fff;background:var(--pechtik-bronze-dark);border-color:var(--pechtik-bronze-dark)}.history-chart-shell{background:color-mix(in srgb, var(--background) 94%, var(--surface) 6%);border:1px solid var(--border);border-radius:18px;height:520px;margin-top:18px;padding:18px 12px 8px;position:relative}.history-chart-message{height:100%;color:var(--muted);place-items:center;font-weight:750;display:grid}.history-chart-message.error{color:#b44d4d}.history-overview-footer{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.history-overview-footer span{color:var(--muted);border:1px solid var(--border);background:#7f7f7f0b;border-radius:10px;padding:8px 11px;font-size:.67rem;font-weight:750}.history-overview-card .recharts-cartesian-grid line{stroke:color-mix(in srgb, var(--text) 10%, transparent)}.history-overview-card .recharts-text{fill:var(--muted);font-size:12px}.history-overview-card .recharts-legend-item-text{color:var(--muted)!important}.history-overview-card .recharts-default-tooltip{border-radius:12px;box-shadow:0 14px 36px #00000029;color:var(--text)!important;background:var(--surface)!important;border:1px solid var(--border)!important}[data-theme=dark] .history-overview-card{background:#1b1d1e;border-color:#ffffff1f}[data-theme=dark] .history-overview-card:fullscreen{background:#101213}[data-theme=dark] .history-overview-header h2{color:#f4f2ee}[data-theme=dark] .history-overview-header p,[data-theme=dark] .history-overview-footer span{color:#aaa7a1}[data-theme=dark] .history-overview-actions button,[data-theme=dark] .history-period-buttons button,[data-theme=dark] .history-navigation button{color:#f3f1ed;background:#202223;border-color:#ffffff1f}[data-theme=dark] .history-overview-controls{background:#ffffff06;border-color:#ffffff1a}[data-theme=dark] .history-chart-shell{background:#0d141d;border-color:#ffffff1a}@media (width<=850px){.history-overview-card{padding:22px 18px}.history-overview-header{flex-direction:column}.history-overview-actions{width:100%}.history-overview-actions button{flex:1}.history-chart-shell{height:430px}}.history-chart-shell{height:500px}.history-overview-footer{grid-template-columns:repeat(4,max-content);justify-content:start;align-items:center;gap:9px;padding-bottom:2px;display:grid;overflow-x:auto}.history-overview-footer span{white-space:nowrap;align-items:center;min-height:35px;display:inline-flex}.history-overview-card .recharts-dot{opacity:1}@media (width<=850px){.history-overview-footer{grid-template-columns:repeat(4,max-content)}}.history-overview-footer span{text-align:center;white-space:normal;justify-content:center;align-items:center;min-width:0;min-height:38px;padding:8px 10px;display:flex}@media (width<=900px){.history-overview-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.history-overview-footer{grid-template-columns:1fr}}.history-overview-footer{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:9px;padding-bottom:0;display:grid;overflow:visible!important}.history-overview-footer span{text-align:center;justify-content:center;align-items:center;min-width:0;min-height:39px;padding:8px 10px;display:flex;white-space:normal!important}@media (width<=950px){.history-overview-footer{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.history-overview-footer{grid-template-columns:1fr}}.monitor-status-bar{z-index:500;min-height:58px;color:var(--text);background:color-mix(in srgb, var(--background) 97%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);align-items:center;gap:10px;padding:9px 12px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto;box-shadow:0 -10px 28px #0000001f}.monitor-status-chip{min-height:39px;color:var(--muted);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-radius:12px;flex:none;align-items:center;gap:5px;padding:0 13px;font-size:.72rem;font-weight:800;display:inline-flex}.monitor-status-chip strong{color:inherit}.monitor-status-chip.online{color:#39bd5c;background:#248e411a;border-color:#36be595c}.monitor-status-chip.offline{color:#dc6464;background:#be3c3c1a;border-color:#dc505059}[data-theme=dark] .monitor-status-bar{background:#0b0e10f7;border-top-color:#ffffff1c}[data-theme=dark] .monitor-status-chip{border-color:#ffffff1a}@media (width<=700px){.monitor-status-bar{min-height:56px;padding:8px}}.energy-summary-card{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:0 22px 58px #1414140e}.energy-summary-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.energy-summary-header span{color:var(--pechtik-bronze-dark);letter-spacing:.14em;font-size:.7rem;font-weight:900}.energy-summary-header h2{color:var(--text);letter-spacing:-.045em;margin:7px 0 6px;font-size:clamp(1.75rem,3vw,2.35rem)}.energy-summary-header p{max-width:760px;color:var(--muted);margin:0;line-height:1.55}.energy-summary-loading{color:var(--muted);border:1px solid var(--border);background:#7d7d7d0f;border-radius:999px;padding:9px 13px;font-size:.72rem;font-weight:750}.energy-summary-table{gap:11px;display:grid}.energy-summary-table-head,.energy-summary-row{grid-template-columns:minmax(125px,.7fr) repeat(4,minmax(165px,1fr));gap:11px;display:grid}.energy-summary-table-head{padding:0 4px}.energy-summary-table-head strong{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.73rem;font-weight:900}.energy-summary-period{flex-direction:column;justify-content:center;align-items:flex-start;padding:14px 8px;display:flex}.energy-summary-period>strong{color:var(--text);text-transform:uppercase;font-size:.9rem}.energy-summary-period>span{color:var(--pechtik-bronze-dark);background:#b07e4a17;border:1px solid #b07e4a36;border-radius:999px;margin-top:7px;padding:5px 8px;font-size:.63rem;font-weight:850}.energy-summary-period small{color:var(--muted);margin-top:7px;font-size:.62rem}.energy-summary-row article{border:1px solid var(--border);background:linear-gradient(145deg,#7f7f7f0e,#7f7f7f05);border-radius:17px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:112px;padding:17px 18px;display:flex}.energy-summary-metric-title{color:var(--muted);align-items:center;gap:7px;font-size:.72rem;font-weight:800;display:flex}.energy-summary-metric-title.production{color:#b67a2c}.energy-summary-metric-title.consumption{color:#5c78a4}.energy-summary-metric-title.import{color:#ba6744}.energy-summary-row article>strong{color:var(--text);letter-spacing:-.045em;margin-top:13px;font-size:clamp(1.35rem,2vw,1.75rem)}.energy-summary-self{background:linear-gradient(145deg,#b07e4a24,#b07e4a0b)!important;border-color:#b07e4a52!important}.energy-summary-self>strong{color:var(--pechtik-bronze-dark)!important}.energy-summary-progress{background:#7f7f7f24;border-radius:999px;width:100%;height:5px;margin-top:14px;overflow:hidden}.energy-summary-progress span{background:linear-gradient(90deg, var(--pechtik-bronze-dark), #d5a160);border-radius:inherit;height:100%;transition:width .6s;display:block}[data-theme=dark] .energy-summary-card{background:#1b1d1e;border-color:#ffffff1f}[data-theme=dark] .energy-summary-row article{background:linear-gradient(145deg,#ffffff0b,#ffffff04);border-color:#ffffff1a}[data-theme=dark] .energy-summary-header h2,[data-theme=dark] .energy-summary-period>strong,[data-theme=dark] .energy-summary-row article>strong{color:#f4f2ee}[data-theme=dark] .energy-summary-header p,[data-theme=dark] .energy-summary-table-head strong,[data-theme=dark] .energy-summary-metric-title,[data-theme=dark] .energy-summary-period small{color:#aaa7a1}@media (width<=1050px){.energy-summary-table{overflow-x:auto}.energy-summary-table-head,.energy-summary-row{min-width:980px}}@media (width<=650px){.energy-summary-card{padding:22px 18px}}.energy-summary-period small{color:var(--muted);font-weight:700}.energy-summary-period>span{color:#754719;background:#f2dfc7;border-color:#75471957;align-items:center;min-height:28px;padding:6px 10px;font-size:.69rem;font-weight:900;line-height:1;display:inline-flex}[data-theme=dark] .energy-summary-period>span{color:#f2b76e;background:#b07e4a29;border-color:#dc9d586b}.modern-monitor-page{background:radial-gradient(circle at 82% 0%, #b07e4a12, transparent 26%), var(--background);min-height:100vh;padding-bottom:56px}.modern-monitor-header{grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;width:min(100% - 36px,1480px);min-height:82px;margin:0 auto;display:grid}.modern-monitor-back,.modern-monitor-actions button,.modern-monitor-tabs button{min-height:42px;color:var(--text);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:800;display:inline-flex}.modern-monitor-back{justify-self:start;padding:0 15px}.modern-monitor-title{text-align:center}.modern-monitor-title span{color:var(--pechtik-bronze-dark);letter-spacing:.15em;font-size:.68rem;font-weight:900}.modern-monitor-title h1{color:var(--text);letter-spacing:-.035em;margin:5px 0 0;font-size:1.45rem}.modern-monitor-actions{justify-self:end;align-items:center;gap:8px;display:flex}.modern-monitor-actions>button{width:42px;padding:0}.modern-status{border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 13px;font-size:.75rem;font-weight:850;display:inline-flex}.modern-status.online{color:#28734d;background:#46c26f1a;border:1px solid #46c26f3d}.modern-status.offline{color:#ac4444;background:#d04d4d1a;border:1px solid #d04d4d38}.modern-theme-switch{min-width:104px;gap:8px!important;width:auto!important;padding:0 10px!important}.modern-theme-switch>svg{color:var(--muted)}.modern-theme-switch-track{border:1px solid var(--border);background:#7d7d7d2e;border-radius:999px;flex:0 0 38px;width:38px;height:20px;position:relative}.modern-theme-switch-track i{background:var(--pechtik-bronze-dark);border-radius:50%;width:14px;height:14px;transition:transform .22s;position:absolute;top:2px;left:2px;box-shadow:0 2px 6px #0000003d}[data-theme=dark] .modern-theme-switch-track i{transform:translate(18px)}.modern-monitor-tabs{justify-content:center;gap:10px;width:min(100% - 36px,1480px);margin:2px auto 18px;display:flex}.modern-monitor-tabs button{text-transform:uppercase;letter-spacing:.035em;padding:0 18px;font-size:.72rem}.modern-monitor-tabs button.active{color:#fff;background:var(--pechtik-bronze-dark);border-color:var(--pechtik-bronze-dark)}.modern-monitor-content{gap:18px;width:min(100% - 36px,1480px);margin:0 auto;display:grid}.modern-monitor-error{color:#a33f3f;background:#d2484814;border:1px solid #d2484833;border-radius:13px;align-items:center;gap:10px;padding:14px 17px;display:flex}.modern-spin{animation:.8s linear infinite modern-spin}@keyframes modern-spin{to{transform:rotate(360deg)}}[data-theme=dark] .modern-monitor-page{background:radial-gradient(circle at 82% 0,#b07e4a0f,#0000 26%),#101213}[data-theme=dark] .modern-monitor-back,[data-theme=dark] .modern-monitor-actions button,[data-theme=dark] .modern-monitor-tabs button{color:#f3f1ed;background:#1e2021;border-color:#ffffff1f}[data-theme=dark] .modern-monitor-tabs button.active{background:#a96f39;border-color:#a96f39}@media (width<=900px){.modern-monitor-header{grid-template-columns:auto 1fr auto}.modern-monitor-title span{display:none}.modern-monitor-tabs{justify-content:flex-start;padding-bottom:4px;overflow-x:auto}}@media (width<=650px){.modern-monitor-header,.modern-monitor-content,.modern-monitor-tabs{width:min(100% - 24px,1480px)}.modern-monitor-back{width:42px;padding:0;font-size:0}.modern-status{display:none}.modern-theme-switch{min-width:88px}}@media (width<=1100px){.modern-monitor-page{padding-bottom:155px}}@media (width<=650px){.modern-monitor-page{padding-bottom:165px}}.modern-monitor-page{padding-bottom:78px}@media (width<=1100px){.modern-monitor-page{padding-bottom:76px}}@media (width<=650px){.modern-monitor-page{padding-bottom:74px}}[data-theme=dark] .modern-monitor-title h1{color:#f5f3ef!important;opacity:1!important}.modern-monitor-title h1{opacity:1!important}[data-theme=light] .modern-monitor-title h1{color:#17191a!important}[data-theme=dark] .modern-monitor-title h1{text-shadow:none;color:#f5f3ef!important;opacity:1!important}
