body{background:#edf1ec;color:#142018;overflow-x:hidden}
.kd-app{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}
.kd-sidebar{position:sticky;top:0;height:100vh;padding:28px 18px;color:#f5f7ef;background:#07110d;display:flex;flex-direction:column;z-index:20}
.kd-sidebar .brand-block{padding:2px 10px 25px;margin-bottom:18px}
.kd-sidebar nav{display:grid;gap:6px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(200,255,61,.35) transparent}
.kd-nav{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:11px;color:#aebbb2;text-decoration:none;font-size:16px;font-weight:400;min-height:48px}
.kd-nav:hover{color:#fff;background:rgba(255,255,255,.06)}
.kd-nav.active{color:#fff;background:rgba(200,255,61,.12)}
.kd-nav.active i{color:var(--lime)}
.kd-nav i{display:inline-grid;width:21px;text-align:center;font-style:normal;font-size:17px}
.kd-nav.soon{opacity:.48}
.kd-nav small{margin-left:auto;font-size:8px;text-transform:uppercase}
.kd-sidebar nav>.kd-nav.active{margin-bottom:12px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.1);border-radius:11px}
.kd-sidebar #moduleNav{display:grid;gap:6px}
.kd-sidebar #moduleNav .kd-nav.admin-module{margin-top:12px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);border-radius:0}
.kd-sidebar .sidebar-bottom{color:#fff}
.personal-settings-button{flex:0 0 auto;width:100%;margin:12px 0 4px;border:1px solid rgba(200,255,61,.32);border-radius:12px;background:rgba(200,255,61,.1);color:#fff;min-height:46px;padding:10px 13px;display:flex;align-items:center;gap:11px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.personal-settings-button:hover{background:rgba(200,255,61,.18);border-color:var(--lime)}.personal-settings-button i{color:var(--lime);font-size:18px;font-style:normal}
.kd-main{min-width:0;padding:34px 42px;background:#edf1ec}
.kd-head{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.kd-head h1{font-size:clamp(28px,3vw,42px);color:#142018}
.kd-head>div>p:last-child{margin:7px 0 0;color:#768179}
.head-tools{margin-left:auto;display:flex;align-items:center;gap:12px}
.notice-wrap{position:relative}.notice-button{position:relative;width:42px;height:42px;border:1px solid #ccd5ce;border-radius:10px;background:#fff;color:#173022;font-size:23px;cursor:pointer}.notice-button em{position:absolute;right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:12px;background:var(--lime);color:#142018;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:900}.notice-panel{position:absolute;right:0;top:50px;width:min(390px,calc(100vw - 28px));max-height:480px;overflow:auto;background:#fff;border:1px solid #d6ddd7;border-radius:13px;box-shadow:0 20px 55px rgba(7,17,13,.2);z-index:50}.notice-panel[hidden],.notice-button em[hidden]{display:none!important}.notice-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:14px 15px;background:#fff;border-bottom:1px solid #e7ebe8}.notice-head button{border:0;background:none;color:#668d0a;font-size:11px;font-weight:800;cursor:pointer}.notice-item{width:100%;border:0;border-bottom:1px solid #e7ebe8;background:#fff;padding:13px 15px;display:grid;grid-template-columns:30px 1fr;gap:10px;text-align:left;cursor:pointer}.notice-item:hover{background:#f5f8ef}.notice-item.unread{background:#f2f8e7}.notice-item i{width:28px;height:28px;border-radius:8px;background:#173022;color:var(--lime);display:grid;place-items:center;font-style:normal}.notice-item b,.notice-item small,.notice-item time{display:block}.notice-item b{font-size:12px}.notice-item small{margin-top:4px;color:#4d5d53;font-size:11px;line-height:1.35}.notice-item time{margin-top:5px;color:#879188;font-size:9px}.notice-empty{padding:35px 18px;text-align:center;color:#7c8880;font-size:12px}
.settings-top-button{width:42px;height:42px;flex:0 0 42px;border:1px solid #173022;border-radius:10px;background:#173022;color:var(--lime);display:grid;place-items:center;font-size:21px;cursor:pointer;box-shadow:0 4px 12px rgba(7,17,13,.14)}.settings-top-button:hover{background:#294536}
.mock-search{display:flex;align-items:center;gap:7px;min-width:230px;padding:10px 12px;border:1px solid #ccd5ce;border-radius:9px;background:#fff;color:#7d8980}
.mock-search input{width:100%;border:0;outline:0;background:transparent}
.date-box{display:grid;text-align:right}
.date-box strong{font-size:22px;color:#173022}
.date-box span{font-size:10px;color:#768179}
.ui-grid{display:grid}
.ui-card{min-width:0;padding:16px 17px;border:1px solid #d6ddd7;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(20,40,26,.045);overflow:hidden}
.ui-card small{display:block;color:#7a867e;font-size:10px;font-weight:800;letter-spacing:.045em}
.ui-card strong{display:block;margin-top:8px;color:#142018;line-height:1}
.ui-card.primary{background:#173022;border-color:#173022}
.ui-card.primary small,.ui-card.primary strong{color:#fff}
.ui-card.primary:after{content:"";display:block;width:42px;height:3px;margin-top:16px;background:var(--lime)}
.ui-card.warn{border-top:3px solid var(--orange)}
.ui-card.good{border-top:3px solid var(--lime-2)}
.ui-card.blue{border-top:3px solid #54bde9}
.dashboard-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.dashboard-kpis .ui-card{min-height:112px}
.dashboard-kpis .ui-card strong{font-size:clamp(24px,2.2vw,34px)}
.ui-split{display:grid}
.ui-panel{min-width:0;padding:17px;border:1px solid #d6ddd7;border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(20,40,26,.045)}
.ui-panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;color:#26362d;font-size:12px;font-weight:850}
.ui-panel-title span{color:#7a867e;font-size:10px;font-weight:650}
.dashboard-split{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin-top:10px}
.dashboard-split>.ui-panel{min-height:245px}
.ui-panel-title a{color:#668d0a;text-decoration:none;font-size:11px}
.dash-task{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #e7ebe8}
.dash-task:first-child{border-top:0}
.task-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#ecf5d7;color:#547714;font-weight:900}
.dash-task b,.dash-task small{display:block}
.dash-task small,.dash-task time{color:#7c8880;font-size:11px}
.quick-row{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #e7ebe8;color:#26362d;text-decoration:none}
.quick-row:first-child{border-top:0}
.quick-row>i{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#ecf5d7;color:#547714;font-style:normal;font-weight:900}
.quick-row>span{color:#849087}
.module-overview{margin-top:10px}
.module-overview>.ui-panel-title{padding-bottom:8px;border-bottom:1px solid #e7ebe8}
.module-list{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.module-tile{position:relative;padding:14px;border:1px solid #d6ddd7;border-radius:10px;background:#fff;color:#26362d;text-decoration:none;display:grid;gap:18px;min-height:104px}
.module-tile:hover{border-color:#98b968;background:#f8faF3}
.module-tile.primary{color:#fff;background:#173022;border-color:#173022}
.module-tile>i{font-style:normal;color:#668d0a;font-size:20px}
.module-tile.primary>i{color:var(--lime)}
.module-tile small{display:block;margin-top:3px;color:#7c8880}
.module-tile em{position:absolute;right:9px;top:9px;font-size:7px;color:#8a958d;font-style:normal;text-transform:uppercase}
.system-line{display:grid;grid-template-columns:minmax(165px,.7fr) minmax(420px,2fr) auto;gap:18px;align-items:center;margin-top:10px;padding:14px 17px;border-radius:12px;background:#0a1811;color:#fff;border:1px solid rgba(200,255,61,.13);box-shadow:0 7px 22px rgba(7,17,13,.12)}
.system-status-title{display:flex;align-items:center;gap:11px}.system-status-title strong,.system-status-title small{display:block}.system-status-title small{margin-top:3px;color:#9eaca3;font-size:10px}.system-pulse{position:relative;width:12px;height:12px;flex:0 0 12px;border-radius:50%;background:#9ee629;box-shadow:0 0 0 5px rgba(158,230,41,.12),0 0 17px rgba(158,230,41,.75)}.system-pulse:after{content:"";position:absolute;inset:-6px;border:1px solid rgba(158,230,41,.38);border-radius:50%;animation:statusPulse 2s ease-out infinite}@keyframes statusPulse{0%{transform:scale(.7);opacity:1}100%{transform:scale(1.45);opacity:0}}
.status-lights{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr));gap:7px}.status-lights>div{display:flex;align-items:center;gap:9px;min-width:0;padding:8px 10px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(255,255,255,.035)}.status-lights>div>i{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#6d776f;box-shadow:0 0 0 3px rgba(109,119,111,.12)}.status-lights>div.ok>i{background:#a8ec32;box-shadow:0 0 0 3px rgba(168,236,50,.12),0 0 12px rgba(168,236,50,.72)}.status-lights>div.warn>i{background:#ffc251;box-shadow:0 0 12px rgba(255,194,81,.65)}.status-lights>div.error>i{background:#ff6c61;box-shadow:0 0 12px rgba(255,108,97,.65)}.status-lights b,.status-lights small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-lights b{font-size:10px}.status-lights small{margin-top:2px;color:#91a098;font-size:8px}.system-line>em{color:var(--lime);font-size:11px;font-weight:900;font-style:normal;letter-spacing:.12em}
.empty-dashboard{min-height:150px;padding:25px;display:grid;place-items:center;text-align:center;color:#7c8880}
.menu-button{display:none}
@media(max-width:1150px){.system-line{grid-template-columns:1fr}.system-line>em{display:none}}
@media(max-width:1000px){.kd-app{grid-template-columns:220px minmax(0,1fr)}
.kd-sidebar{padding:24px 11px}
.kd-main{padding:26px}
.dashboard-kpis{grid-template-columns:repeat(2,1fr)}
.module-list{grid-template-columns:repeat(2,1fr)}
.mock-search{display:none}
}
@media(max-width:720px){.kd-app{display:block}
.kd-sidebar{position:fixed;left:-270px;width:250px;transition:.25s}
.kd-sidebar.open{left:0}
.kd-main{padding:20px 14px}
.menu-button{display:block;color:#173022}
.kd-head{align-items:flex-start}
.head-tools{margin-left:auto}
.date-box span{display:none}
.dashboard-split{grid-template-columns:1fr}
.module-list{grid-template-columns:1fr 1fr}
.system-line{grid-template-columns:1fr}.status-lights{grid-template-columns:1fr 1fr}.system-line>em{display:none}
}
@media(max-width:450px){.dashboard-kpis{grid-template-columns:1fr 1fr}
.module-list{grid-template-columns:1fr}
.date-box{display:none}
}
@media(max-width:430px){.dashboard-kpis{grid-template-columns:1fr}.dashboard-kpis .ui-card{width:100%;min-height:96px}.kd-head{min-width:0}.kd-head>div{min-width:0}.kd-head h1{font-size:27px}.head-tools{flex:0 0 auto}.ui-panel,.ui-card,.module-tile{max-width:100%}}
.module-order-dialog{border:0;padding:0;background:transparent;width:min(620px,calc(100vw - 28px));max-height:calc(100dvh - 28px)}.module-order-dialog::backdrop{background:rgba(2,12,8,.72);backdrop-filter:blur(5px)}.module-order-card{background:#fff;border-radius:28px;padding:28px;display:grid;gap:22px;max-height:calc(100dvh - 28px);overflow:auto}.module-order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.module-order-head h2{margin:2px 0 6px;font-size:30px}.module-order-head p{margin:0;color:#6f7b75}.module-order-head .close{border:0;background:#eef1ee;border-radius:50%;width:42px;height:42px;font-size:25px;cursor:pointer}.personal-module-order{display:grid;gap:8px}.personal-module-order label{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #dbe1dc;border-radius:16px;padding:10px 12px 10px 16px}.personal-module-order label span{display:flex;align-items:center;gap:12px}.personal-module-order label i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eff4ea;color:#5f9800;font-style:normal}.personal-module-order input{width:82px;text-align:center;font-weight:800;font-size:18px}.module-order-card footer{display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:-28px;background:#fff;padding:14px 0 0}
@media(max-width:600px){.module-order-card{padding:20px;border-radius:22px}.module-order-head h2{font-size:25px}.personal-module-order label{padding:9px 10px}.module-order-card footer{bottom:-20px}.module-order-card footer .button{flex:1}}
.pwa-settings-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:15px;padding:16px;border-radius:18px;background:#07110d;color:#fff}.pwa-settings-icon{width:54px;height:54px;border-radius:16px;background:#baff2b;color:#07110d;display:grid;place-items:center;font-size:19px;font-weight:950}.pwa-settings-card>div:nth-child(2){display:grid;gap:3px}.pwa-settings-card strong{font-size:17px}.pwa-settings-card p{margin:0;color:#cdd7d1;font-size:13px;line-height:1.35}.pwa-settings-card small{margin-top:7px;color:#dce5df;line-height:1.4}.pwa-settings-card button{min-height:44px;padding:0 17px;border:0;border-radius:13px;background:#baff2b;color:#07110d;font:inherit;font-weight:900;white-space:nowrap;cursor:pointer}.pwa-settings-card button:disabled{background:#405048;color:#c9d1cc;cursor:default}.module-order-subhead{display:flex;align-items:end;justify-content:space-between;gap:15px;padding-bottom:9px;border-bottom:1px solid #e1e6e2}.module-order-subhead strong{font-size:18px}.module-order-subhead span{color:#748078;font-size:12px}
@media(max-width:600px){.pwa-settings-card{grid-template-columns:46px minmax(0,1fr);gap:12px}.pwa-settings-icon{width:46px;height:46px;border-radius:13px}.pwa-settings-card button{grid-column:1/-1;width:100%}.module-order-subhead{align-items:start;flex-direction:column;gap:3px}}
.safari-install-guide{width:min(560px,calc(100vw - 24px));border:0;padding:0;border-radius:28px;background:transparent;color:#07110d}.safari-install-guide::backdrop{background:#020c08c7;backdrop-filter:blur(8px)}.safari-guide-card{position:relative;padding:28px;border-radius:28px;background:#fff;box-shadow:0 30px 90px #0005}.safari-guide-close{position:absolute;right:18px;top:16px;width:42px;height:42px;border:0;border-radius:50%;background:#edf1ed;color:#07110d;font-size:26px;cursor:pointer}.safari-guide-brand{display:grid;grid-template-columns:76px 1fr;gap:18px;align-items:center;padding-right:38px}.safari-guide-brand>span{width:76px;height:76px;border-radius:22px;background:#baff2b;display:grid;place-items:center;font-size:24px;font-weight:950;letter-spacing:-.05em}.safari-guide-brand small{color:#609600;font-weight:950;letter-spacing:.16em}.safari-guide-brand h2{margin:4px 0 5px;font-size:28px;letter-spacing:-.035em}.safari-guide-brand p{margin:0;color:#69756e;line-height:1.4}.safari-guide-steps{display:grid;gap:10px;margin:26px 0}.safari-guide-steps article{display:flex;align-items:flex-start;gap:14px;padding:15px;border:1px solid #dce4dc;border-radius:16px;background:#f7f9f6}.safari-guide-steps i{flex:0 0 36px;height:36px;border-radius:11px;background:#07110d;color:#baff2b;display:grid;place-items:center;font-style:normal;font-weight:950}.safari-guide-steps strong{display:block;margin:1px 0 4px}.safari-guide-steps p{margin:0;color:#69756e;line-height:1.4;font-size:13px}.safari-guide-done{width:100%;min-height:52px;border:0;border-radius:14px;background:#07110d;color:#fff;font:inherit;font-weight:900;cursor:pointer}@media(max-width:520px){.safari-guide-card{padding:22px 18px;border-radius:23px}.safari-guide-brand{grid-template-columns:58px 1fr;gap:13px}.safari-guide-brand>span{width:58px;height:58px;border-radius:17px;font-size:20px}.safari-guide-brand h2{font-size:22px}.safari-guide-brand p{font-size:13px}.safari-guide-close{right:10px;top:10px}}

.kd-sidebar .sidebar-bottom .user>button.avatar-settings{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--ink);font-weight:900;font-size:15px;cursor:pointer;padding:0}.kd-sidebar .sidebar-bottom .user>button.avatar-settings:hover{filter:brightness(.93)}.kd-sidebar .sidebar-bottom .user>button.avatar-settings:focus-visible{outline:3px solid #35794c;outline-offset:3px}
