:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#080b10;--panel:#111821;--line:#263444;--text:#edf4ff;--muted:#9ba9bb;--accent:#67e8a5;--danger:#ff7373;--admin-bg:#060a11;--admin-panel:#101926d1;--admin-panel-strong:#141f2ff0;--admin-border:#8ca3be2e;--admin-muted:#9aa8ba;--admin-soft:#c8d4e6;--admin-blue:#4f7cff;--admin-cyan:#39b6ff;--admin-green:#61df89;--admin-purple:#a56cff;--admin-orange:#f5ae42;--admin-yellow:#ffc400;--admin-yellow-soft:#ffc40021;--admin-black:#090a09;--admin-graphite:#111210;--admin-stone:#1b1c19}*{box-sizing:border-box}html,body{min-height:100%}body{background:linear-gradient(180deg, #67e8a512, transparent 260px), var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input{font:inherit}.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);background:#111821f0;border-radius:8px;width:min(430px,100%);padding:28px;box-shadow:0 22px 70px #00000061}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:0;margin:0 0 10px;font-size:13px;font-weight:800}h1{letter-spacing:0;margin:0;font-size:32px;line-height:1.05}.muted{color:var(--muted)}.auth-card .muted{margin:10px 0 24px;line-height:1.5}.field{gap:8px;margin-bottom:16px;display:grid}.field label{color:var(--muted);font-size:13px;font-weight:700}.field input{border:1px solid var(--line);width:100%;color:var(--text);background:#080d13;border-radius:6px;outline:none;padding:12px 13px}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #67e8a524}.button{background:var(--accent);color:#06100b;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-weight:850;text-decoration:none;display:inline-flex}.button:hover{background:#85efb8}.button.secondary{border-color:var(--line);color:var(--text);background:0 0}.button.secondary:hover{border-color:var(--accent);background:#67e8a514}.full{width:100%}.error{color:#ffd7d7;background:#ff73731a;border:1px solid #ff737347;border-radius:6px;margin:0 0 16px;padding:10px 12px}.dashboard{min-height:100vh;padding:24px}.dashboard-inner{width:min(1120px,100%);margin:0 auto}.topbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.topbar h1{font-size:28px}.user-row{color:var(--muted);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.intro{max-width:720px;color:var(--muted);margin:26px 0;line-height:1.6}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.module-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;min-height:150px;padding:18px}.module-card h2{letter-spacing:0;margin:0 0 10px;font-size:18px}.module-card p{color:var(--muted);margin:0;line-height:1.5}.status{border:1px solid var(--line);color:var(--muted);border-radius:999px;margin-top:18px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}@media (max-width:820px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.auth-shell,.dashboard{padding:16px}.auth-card{padding:22px}.topbar{flex-direction:column;align-items:flex-start}.user-row{justify-content:flex-start;width:100%}.module-grid{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-sidebar{border-right:1px solid var(--admin-border);background:#040a12c7;flex-direction:column;justify-content:space-between;gap:24px;height:100vh;padding:32px 18px 24px;display:flex;position:sticky;top:0;box-shadow:18px 0 60px #0003}.sidebar-top{min-height:0}.brand{align-items:center;gap:14px;padding:4px 9px 28px;display:flex}.brand-mark{color:#eaf4ff;background:linear-gradient(145deg,#508afffa,#26dbc4e0);border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 15px 35px #2776ff4d}.brand strong,.account-card strong{color:#f4f8ff;line-height:1.1;display:block}.brand small,.account-card small{color:var(--admin-muted);margin-top:5px;display:block}.sidebar-nav{gap:7px;margin:0;padding:0;list-style:none;display:grid}.sidebar-link{color:#c9d4e7;border:1px solid #0000;border-radius:8px;align-items:center;gap:14px;min-height:52px;padding:0 17px;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:flex}.sidebar-account{border-top:1px solid var(--admin-border);gap:22px;padding:25px 6px 0;display:grid}.account-card{align-items:center;gap:13px;min-width:0;display:flex}.account-avatar{color:#dce7ff;background:linear-gradient(145deg,#1f3178,#3657d8);border:1px solid #6f8eff61;border-radius:50%;flex:none;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;font-weight:850;display:inline-flex}.logout-button{border:1px solid var(--admin-border);color:#eaf1fb;cursor:pointer;background:#172233d6;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;font-weight:800;display:inline-flex}.admin-page-stack{gap:18px;max-width:1380px;margin:0 auto;display:grid}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:10px;display:flex}.dashboard-header h1{color:#f8fbff;font-size:34px;line-height:1.05}.dashboard-header p{color:var(--admin-muted);margin:9px 0 0;font-size:16px}.dashboard-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.search-box{border:1px solid var(--admin-border);color:#94a6c2;background:#09101cc2;border-radius:8px;align-items:center;gap:12px;width:min(330px,100%);min-height:48px;padding:0 15px;display:flex}.search-box input{color:#dce6f7;background:0 0;border:0;outline:0;width:100%;min-width:0}.search-box input::placeholder{color:#8d9aae}.header-button{color:#fff;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 17px;font-weight:850;display:inline-flex}.header-button.primary{background:linear-gradient(135deg,#426dff,#2f55dd);box-shadow:0 16px 35px #3056dd42}.header-button.secondary{border-color:var(--admin-border);background:#172233eb}.header-button:disabled,.row-action:disabled,.more-button:disabled{cursor:not-allowed;opacity:.78}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stat-card{border:1px solid var(--admin-border);background:linear-gradient(145deg,#141f2feb,#0a111dd6);border-radius:8px;align-items:center;gap:21px;min-height:128px;padding:22px 24px;display:flex;box-shadow:inset 0 1px #ffffff08}.stat-icon{border-radius:50%;flex:none;justify-content:center;align-items:center;width:58px;height:58px;display:inline-flex}.stat-icon.blue{color:#4bb7ff;background:#368dff2e}.stat-icon.green{color:var(--admin-green);background:#61df892b}.stat-icon.purple{color:#b982ff;background:#a56cff2e}.stat-icon.orange{color:var(--admin-orange);background:#f5ae422b}.stat-card span:last-child{min-width:0}.stat-label{color:var(--admin-muted);margin-bottom:6px;font-size:14px;display:block}.stat-card strong{color:#f7fbff;font-size:27px;line-height:1.1;display:block}.stat-card small{color:#81adff;margin-top:9px;font-size:13px;display:block}.project-section,.placeholder-panel{border:1px solid var(--admin-border);background:linear-gradient(145deg,#0e1724e0,#080e18d6);border-radius:8px;box-shadow:inset 0 1px #ffffff08,0 20px 60px #00000029}.project-section{padding:18px 12px 12px}.section-title{color:#f6f9ff;align-items:center;gap:10px;padding:0 10px 16px;display:flex}.section-title h2{margin:0;font-size:21px;line-height:1.2}.project-table{gap:7px;display:grid}.project-table-head,.project-row{grid-template-columns:minmax(210px,1.1fr) minmax(230px,1.15fr) minmax(95px,.45fr) minmax(112px,.5fr) minmax(155px,.65fr) minmax(390px,1.55fr);align-items:center;gap:12px;display:grid}.project-table-head{color:var(--admin-muted);padding:0 12px 8px;font-size:13px}.project-list{gap:3px;display:grid}.project-row{background:#101927b8;border:1px solid #8ca3be26;border-radius:8px;min-height:72px;padding:10px;transition:background .16s,border-color .16s}.project-name-cell,.project-domain-cell,.project-actions{align-items:center;min-width:0;display:flex}.project-avatar{color:#f8fbff;letter-spacing:0;border:1px solid #ffffff17;border-radius:8px;flex:none;justify-content:center;align-items:center;width:46px;height:46px;font-weight:900;display:inline-flex}.project-avatar.own{background:linear-gradient(145deg,#263fba,#14205e)}.project-avatar.client{background:linear-gradient(145deg,#c7952d,#67500c)}.project-name-cell strong{overflow-wrap:anywhere;color:#f1f6ff;line-height:1.2;display:block}.project-name-cell small{color:#aebcd0;background:#7d92b01f;border:1px solid #8ca3be21;border-radius:6px;max-width:100%;margin-top:6px;padding:4px 7px;font-size:12px;line-height:1;display:inline-flex}.project-domain-cell{color:#cbd7e9;gap:8px;font-size:14px}.project-domain-cell a{text-overflow:ellipsis;white-space:nowrap;text-decoration:none;overflow:hidden}.port-pill,.env-pill,.nc-badge,.status-badge{white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:850;line-height:1;display:inline-flex}.port-pill{color:#8fa2bd;background:#0b121ed6;border:1px solid #8ca3be29;padding:5px 7px}.env-pill{color:#9bb9ff;background:#2952b23b;border:1px solid #477aff3d;min-height:28px;padding:0 10px}.env-pill.staging{color:#d0b3ff;background:#5d328e4d;border-color:#a56cff40}.env-pill.development,.env-pill.unknown{color:#b5c1d0;background:#8ca3be1f;border-color:#8ca3be2e}.status-badge{color:#d7e1ee;background:#8ca3be1f;border:1px solid #8ca3be33;gap:7px;min-height:30px;padding:0 10px}.status-badge span{background:#9ba9bb;border-radius:50%;width:8px;height:8px}.status-badge.online{color:#b8f8cb;background:#61df8921;border-color:#61df8952}.status-badge.online span{background:var(--admin-green)}.status-badge.degraded{color:#ffdca6;background:#f5ae4224;border-color:#f5ae4252}.status-badge.degraded span{background:var(--admin-orange)}.status-badge.down{color:#ffd0d0;background:#ff737324;border-color:#ff737357}.status-badge.down span{background:var(--danger)}.nc-badge{color:#dbe4f0;background:#8ca3be1c;border:1px solid #8ca3be33;min-height:30px;padding:0 10px}.nc-badge.compact{min-height:28px}.connected-pill{color:#c4f8d2;background:#61df891f;border:1px solid #61df8942;border-radius:6px;justify-content:center;align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-weight:850;line-height:1.1;display:inline-flex}.deploy-cell{justify-items:start;gap:5px;display:grid}.deploy-cell small{color:#7f8da1;font-size:11px;line-height:1.25}.project-actions{flex-wrap:wrap;justify-content:flex-end;gap:5px}.row-action,.more-button{color:#e3ebf6;background:#1a2638e6;border:1px solid #8ca3be29;border-radius:7px;justify-content:center;align-items:center;min-height:36px;text-decoration:none;display:inline-flex}.row-action{gap:7px;padding:0 11px;font-size:13px;font-weight:850}.row-action:hover{background:#273751f2;border-color:#679cff5c}.more-button{flex:0 0 34px;width:34px;padding:0}.row-action-message{color:#9fb2cc;width:100%;font-size:12px;line-height:1.35}.empty-state{min-height:92px;color:var(--admin-muted);background:#0a111c9e;border:1px dashed #8ca3be3d;border-radius:8px;align-items:center;gap:13px;padding:18px;display:flex}.empty-state strong,.placeholder-kicker{color:#e0e8f4;background:#8ca3be1f;border:1px solid #8ca3be33;border-radius:7px;justify-content:center;align-items:center;padding:7px 9px;font-size:12px;line-height:1;display:inline-flex}.placeholder-panel{align-content:center;justify-items:start;gap:12px;min-height:280px;padding:34px;display:grid}.placeholder-panel h2{color:#f6f9ff;margin:0;font-size:28px}.placeholder-panel p{max-width:650px;color:var(--admin-muted);margin:0;line-height:1.6}.modal-backdrop{z-index:40;background:#02060cb8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.confirm-modal{background:#101927;border:1px solid #8ca3be3d;border-radius:8px;width:min(520px,100%);padding:24px;box-shadow:0 24px 80px #0000006b}.deploy-modal{width:min(860px,100%);max-height:min(92vh,900px);overflow:auto}.deploy-modal-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.deploy-status{color:#d7e1ee;white-space:nowrap;background:#8ca3be1f;border:1px solid #8ca3be33;border-radius:6px;align-items:center;gap:7px;min-height:30px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.deploy-status span{background:#9ba9bb;border-radius:50%;width:8px;height:8px}.deploy-status.success{color:#b8f8cb;background:#61df8921;border-color:#61df8952}.deploy-status.success span{background:var(--admin-green)}.deploy-status.failed{color:#ffd0d0;background:#ff737324;border-color:#ff737357}.deploy-status.failed span{background:var(--danger)}.deploy-progress-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:18px;display:grid}.deploy-progress{background:#050a11e6;border:1px solid #8ca3be2e;border-radius:999px;height:10px;overflow:hidden}.deploy-progress span{border-radius:inherit;background:linear-gradient(90deg, var(--admin-cyan), var(--admin-green));height:100%;transition:width .22s;display:block}.deploy-current-step,.deploy-note{color:#aebcd0;font-size:13px}.deploy-step-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.deploy-step{color:#dce8f8;background:#0b121ead;border:1px solid #8ca3be24;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:44px;padding:0 11px;font-size:13px;display:grid}.deploy-step small{color:#8fa2bd;font-size:11px}.deploy-step.hotovo{color:#c6f8d4;border-color:#61df893d}.deploy-step.selhalo{color:#ffd0d0;border-color:#ff737357}.spin-icon{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.deploy-console{color:#dce8f8;white-space:pre-wrap;background:#050a11;border:1px solid #8ca3be29;border-radius:8px;max-height:330px;margin:16px 0 0;padding:14px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;overflow:auto}.deploy-error{color:#ffd7d7;background:#ff73731a;border:1px solid #ff737347;border-radius:8px;margin:12px 0 0;padding:10px 12px}.confirm-modal h2{color:#f8fbff;margin:0;font-size:22px;line-height:1.2}.confirm-modal p{color:#b8c5d8;margin:12px 0 0;line-height:1.55}.confirm-actions,.detail-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.confirm-actions{justify-content:flex-end;margin-top:22px}.project-detail-stack{gap:14px;display:grid}.project-detail-hero,.detail-panel{border:1px solid var(--admin-border);background:linear-gradient(145deg,#0e1724e6,#080e18d6);border-radius:8px}.project-detail-hero{justify-content:space-between;gap:20px;padding:24px;display:flex}.project-detail-hero h2,.detail-panel h2{color:#f6f9ff;margin:0;line-height:1.2}.project-detail-hero p{color:#9eb5d7;margin:8px 0 0}.project-detail-meta{color:#aebcd0;gap:8px;min-width:min(420px,100%);font-size:13px;display:grid}.project-detail-meta span{overflow-wrap:anywhere}.detail-actions{border:1px solid var(--admin-border);background:#0a111cb3;border-radius:8px;padding:14px}.detail-actions small{color:#aebcd0}.result-banner{color:#dbe7ff;background:#26407447;border:1px solid #679cff47;border-radius:8px;margin:0;padding:12px 14px}.health-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.health-card{background:#101927bd;border:1px solid #8ca3be2e;border-radius:8px;align-content:start;gap:8px;min-height:122px;padding:16px;display:grid}.health-card.ok{border-color:#61df893d}.health-card.err{border-color:#ff73734d}.health-card.nc{border-style:dashed}.health-label{color:var(--admin-muted);font-size:13px;font-weight:800}.health-card strong{color:#f8fbff;font-size:24px}.health-card small{color:#aebcd0;overflow-wrap:anywhere;line-height:1.4}.detail-panel{gap:14px;padding:18px;display:grid}.detail-panel-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.detail-dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;display:grid}.detail-dl div,.action-log-row{background:#0b121ead;border:1px solid #8ca3be24;border-radius:8px;padding:12px}.detail-dl dt{color:var(--admin-muted);font-size:12px;font-weight:800}.detail-dl dd{color:#edf4ff;white-space:pre-wrap;overflow-wrap:anywhere;margin:6px 0 0}.action-log-list{gap:8px;display:grid}.action-log-row{grid-template-columns:minmax(90px,.7fr) minmax(130px,1fr) minmax(90px,.7fr) minmax(150px,1fr) minmax(70px,.45fr) auto;align-items:center;gap:10px;display:grid}.action-log-row span{color:#cfe0f7}.action-log-row small{color:var(--admin-muted)}.logs-output{color:#dce8f8;white-space:pre-wrap;background:#050a11;border:1px solid #8ca3be24;border-radius:8px;max-height:440px;margin:0;padding:14px;font-size:12px;line-height:1.55;overflow:auto}@media (max-width:1320px){.project-table-head,.project-row{grid-template-columns:minmax(200px,1.1fr) minmax(210px,1fr) minmax(86px,.45fr) minmax(100px,.45fr) minmax(135px,.6fr) minmax(300px,1.25fr)}.row-action{padding:0 9px}}@media (max-width:1180px){.admin-app{grid-template-columns:1fr}.admin-sidebar{height:auto;padding:18px;position:static}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-account{grid-template-columns:minmax(0,1fr) minmax(180px,240px);align-items:center}.stat-grid,.health-grid,.detail-dl{grid-template-columns:repeat(2,minmax(0,1fr))}.project-table-head{display:none}.project-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;padding:14px}.project-actions{grid-column:1/-1;justify-content:flex-start}}@media (max-width:760px){.admin-main{padding:22px 16px 34px}.dashboard-header{flex-direction:column}.dashboard-tools,.search-box,.header-button{width:100%}.header-button{min-height:46px}.sidebar-nav,.stat-grid,.health-grid,.detail-dl,.project-row,.sidebar-account,.project-detail-hero,.action-log-row,.deploy-step-list{grid-template-columns:1fr}.deploy-modal-head,.project-detail-hero{flex-direction:column}.brand strong{font-size:20px}.dashboard-header h1{font-size:30px}.project-domain-cell a{white-space:normal;overflow-wrap:anywhere}.project-actions{grid-template-columns:repeat(2,minmax(0,1fr)) 38px;width:100%;display:grid}.row-action,.more-button{width:100%}}@media (max-width:460px){.project-actions{grid-template-columns:1fr}.more-button{min-width:100%}}body{background:#080908}button,a,input{-webkit-tap-highlight-color:transparent}:focus-visible{outline:2px solid var(--admin-yellow);outline-offset:3px}.admin-app{background:radial-gradient(circle at 76% -10%,#ffc40014,#0000 30rem),linear-gradient(145deg,#080908 0%,#11120f 52%,#080908 100%);grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#070807e0;border-color:#ffffff17;height:100vh;padding:24px 14px 18px;position:sticky;top:0}.brand{gap:11px;padding:3px 8px 22px}.brand-mark,.mobile-brand-mark{color:var(--admin-yellow);background:#ffc40014;box-shadow:inset 0 0 0 1px #ffc40038,0 0 28px #ffc40014}.brand-mark{border-radius:7px;width:39px;height:39px}.brand strong{font-size:17px}.brand small,.account-card small{color:#868a82;font-size:11px}.sidebar-nav{gap:4px}.sidebar-link{color:#a7aaa3;border-radius:7px;gap:11px;min-height:43px;padding:0 12px;font-size:13px}.sidebar-link:hover,.sidebar-link.is-active{color:#fff7d1;background:linear-gradient(135deg,#ffc40024,#ffc4000a);border-color:#ffc40038}.sidebar-link.is-active svg{color:var(--admin-yellow)}.sidebar-account{border-color:#ffffff17;gap:14px;padding:18px 4px 0}.account-avatar,.mobile-account{background:var(--admin-yellow);color:#17150a;box-shadow:none;border-color:#ffc40070}.account-avatar{width:40px;height:40px;font-size:17px}.logout-button{background:#ffffff0a;border-color:#ffffff1a;min-height:42px;font-size:13px}.logout-button:hover{background:#ffc40012;border-color:#ffc4004d}.mobile-admin-header,.mobile-bottom-nav{display:none}.admin-main{min-width:0;padding:30px clamp(20px,3vw,42px) 54px}.admin-page-stack{gap:22px;max-width:1320px}.dashboard-header{align-items:center;margin:0 0 2px}.dashboard-header h1{color:#faf9f4;letter-spacing:-.035em;font-size:clamp(28px,3vw,36px)}.dashboard-header p{color:#92958e;margin-top:7px;font-size:14px}.dashboard-tools{width:auto}.header-button{border-radius:7px;min-height:42px;padding:0 14px;font-size:13px;text-decoration:none}.header-button.primary{color:#151207;background:linear-gradient(#ffd124,#f2b900);border-color:#ffc400a6;box-shadow:0 10px 30px #ffc4001f}.header-button.secondary{color:#e7e6e0;background:#ffffff0b;border-color:#ffffff1f}.header-button.secondary:hover,.row-action:hover,.more-button:hover{background:#ffc40014;border-color:#ffc4006b}.refresh-button{color:var(--admin-yellow)!important;border-color:#ffc40080!important}.stat-grid{gap:11px}.stat-card{background:linear-gradient(140deg,#191a17eb,#0c0d0ce6);border-color:#ffffff1a;border-radius:9px;gap:14px;min-height:104px;padding:16px}.stat-icon{border-radius:9px;width:42px;height:42px}.stat-icon svg{width:21px;height:21px}.stat-icon.amber,.stat-icon.blue,.stat-icon.purple,.stat-icon.orange{color:var(--admin-yellow);background:#ffc4001a}.stat-label{color:#a2a59e;margin-bottom:4px;font-size:12px}.stat-card strong{font-size:22px}.stat-card small{color:#81857d;margin-top:5px;font-size:11px}.project-section{box-shadow:none;background:0 0;border:0;padding:0}.section-title{justify-content:space-between;padding:4px 1px 10px}.section-title>span,.title-with-icon{align-items:center;gap:9px;display:inline-flex}.section-title h2{font-size:18px}.section-title>span svg{color:#f2f1eb}.section-title>a{z-index:3;color:var(--admin-yellow);font-size:12px;font-weight:800;text-decoration:none;position:relative}.project-table,.project-list{gap:6px}.project-table-head{display:none}.project-row{background:linear-gradient(110deg,#181916e6,#0c0d0cdb);border-color:#ffffff1a;border-radius:9px;grid-template-columns:minmax(220px,1.05fr) minmax(210px,1fr) auto 122px auto 22px;align-items:center;gap:13px;min-height:82px;padding:11px 12px;display:grid;position:relative;overflow:hidden}.project-row:hover{background:linear-gradient(110deg,#1d1d19f5,#0f0f0deb);border-color:#ffc40040}.project-card-overlay{z-index:1;position:absolute;inset:0}.project-card-head,.project-domain-cell,.project-compact-meta,.project-traffic-cell,.project-actions,.project-detail-chevron{min-width:0}.project-card-head{justify-content:space-between;align-items:center;gap:9px;display:flex}.project-name-cell{gap:11px}.project-avatar{border-radius:7px;width:43px;height:43px;font-size:14px}.project-avatar.own{background:linear-gradient(145deg,#233d8f,#101b46);box-shadow:inset 0 0 20px #3c8dff38}.project-avatar.client{background:linear-gradient(145deg,#9c7300,#4e3a00);box-shadow:inset 0 0 20px #ffc40033}.project-name-cell strong{font-size:14px}.project-name-cell small{color:#858a81;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;margin-top:4px;padding:0;font-size:10px;display:block;overflow:hidden}.project-domain-cell{z-index:2;color:#aeb1aa;gap:6px;font-size:12px;position:relative}.project-domain-cell a:hover{color:var(--admin-yellow)}.project-compact-meta{align-items:center;gap:5px;display:flex}.port-pill,.env-pill,.connected-pill,.nc-badge,.status-badge{border-radius:999px;font-size:10px}.port-pill{color:var(--admin-yellow);background:#ffc4000f;border-color:#ffc4002e}.env-pill{color:#b4b7b0;background:#ffffff0e;border-color:#ffffff1c;min-height:25px;padding-inline:8px}.connected-pill{color:#9da199;text-overflow:ellipsis;white-space:nowrap;background:#ffffff0d;border-color:#ffffff1c;max-width:102px;min-height:25px;padding-inline:8px;overflow:hidden}.status-badge{gap:5px;min-height:25px;padding-inline:8px}.status-badge span{width:6px;height:6px}.project-traffic-cell{width:112px}.mini-traffic{width:100%;min-width:88px;height:38px;position:relative}.mini-traffic svg{width:100%;height:100%;overflow:visible}.mini-traffic polyline{stroke:#46dc72;stroke-width:2px;filter:drop-shadow(0 0 5px #46dc7247)}.mini-traffic path{fill:none;stroke:#656861;stroke-width:1.5px;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}.mini-traffic span{color:#a6a9a2;background:#22231f;border-radius:999px;padding:2px 5px;font-size:9px;font-weight:850;position:absolute;top:0;right:0}.project-actions{z-index:auto;flex-wrap:nowrap;justify-content:flex-end;gap:5px;display:flex;position:relative}.project-actions>.row-action,.project-actions>.more-button,.project-actions>.row-action-message{z-index:3;position:relative}.row-action,.more-button{background:#ffffff0b;border-color:#ffffff1f;border-radius:7px;min-height:35px;font-size:11px}.row-action{padding:0 10px}.project-actions>.row-action:first-child{color:var(--admin-yellow);border-color:#ffc40073}.project-detail-chevron{color:#8f938b}.row-action-message{color:#d8d9d3;background:#171815;border-radius:5px;width:auto;padding:4px 7px;position:absolute;top:calc(100% + 4px);right:0}.placeholder-panel,.project-detail-hero,.detail-panel,.detail-actions,.analytics-settings-panel{background:linear-gradient(140deg,#171815eb,#0b0c0be6);border-color:#ffffff1a;border-radius:9px}.placeholder-kicker,.prepared-badge{color:var(--admin-yellow);background:#ffc40014;border-color:#ffc40040}.project-detail-stack{gap:11px}.project-detail-hero{padding:18px}.project-detail-identity{align-items:flex-start;gap:13px;display:flex}.project-detail-hero h2{margin-top:8px;font-size:24px}.project-detail-hero p{color:#a4a79f;margin-top:5px;font-size:13px}.project-detail-meta{color:#9da199;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:min(480px,100%);font-size:11px}.project-detail-meta span{background:#ffffff06;border:1px solid #ffffff14;border-radius:6px;padding:7px 8px}.detail-actions{padding:10px}.health-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.health-card{background:#151613c7;border-radius:8px;gap:5px;min-height:92px;padding:12px}.health-card strong{font-size:18px}.health-card small,.health-label{font-size:10px}.detail-panel{gap:11px;padding:15px}.detail-panel-heading h2{font-size:16px}.collapsible-panel>summary{cursor:pointer;list-style:none}.collapsible-panel>summary::-webkit-details-marker{display:none}.collapsible-panel>summary:after{content:"+";width:25px;height:25px;color:var(--admin-yellow);background:#ffffff0e;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.collapsible-panel[open]>summary:after{content:"−"}.collapsible-panel>summary .status-badge,.collapsible-panel>summary .prepared-badge{margin-left:auto}.panel-refresh{justify-self:start}.detail-dl{gap:8px}.detail-dl div,.action-log-row{background:#ffffff06;border-color:#ffffff14;border-radius:7px;padding:10px}.traffic-overview{overflow:hidden}.prepared-badge{text-transform:uppercase;border:1px solid #ffc4003d;border-radius:999px;align-items:center;min-height:25px;padding:0 8px;font-size:9px;font-weight:850;display:inline-flex}.traffic-periods,.ip-kind-switch{background:#0000002e;border:1px solid #ffffff17;border-radius:7px;gap:3px;padding:3px;display:inline-flex}.traffic-periods button,.ip-kind-switch button{color:#8e9289;cursor:pointer;background:0 0;border:0;border-radius:5px;min-height:29px;padding:0 11px;font-size:11px;font-weight:800}.traffic-periods button.is-active,.ip-kind-switch button.is-active{color:var(--admin-yellow);background:#ffc40021}.traffic-empty-state{border-top:1px solid #ffffff14;grid-template-columns:minmax(180px,.7fr) minmax(220px,1fr);align-items:center;gap:22px;min-height:125px;padding-top:13px;display:grid}.traffic-empty-state .mini-traffic{height:82px}.traffic-empty-state strong{font-size:15px}.traffic-empty-state p{color:#8f938a;max-width:480px;margin:5px 0 0;font-size:12px}.modal-backdrop,.action-sheet-backdrop{z-index:70;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;position:fixed;inset:0}.modal-backdrop{place-items:center;display:grid}.confirm-modal{background:#131411;border-color:#ffc40038;border-radius:10px}.deploy-progress{background:#070807;border-color:#ffffff1c}.deploy-progress span{background:linear-gradient(90deg, #e5a900, var(--admin-yellow))}.deploy-status.success,.status-badge.online{color:#75ea93}.deploy-step{background:#ffffff06;border-color:#ffffff14}.deploy-step.probíhá{color:#ffdf72;border-color:#ffc40052}.deploy-console,.logs-output{color:#d7dbd2;background:#070807;border-color:#ffffff17}.action-sheet-backdrop{justify-content:center;align-items:flex-end;padding:18px;display:flex}.quick-actions-sheet,.action-run-sheet{background:linear-gradient(150deg,#181916,#0c0d0b);border:1px solid #ffc4003d;border-radius:14px;width:min(720px,100%);max-height:min(86vh,820px);padding:16px;overflow:auto;box-shadow:0 -24px 80px #00000085}.sheet-grabber{background:#50534c;border-radius:999px;width:42px;height:4px;margin:0 auto 16px}.quick-actions-sheet header,.action-run-sheet-head{align-items:center;gap:11px;display:flex}.quick-actions-sheet header>div,.action-run-sheet-head>div{flex:1}.quick-actions-sheet header small,.action-run-sheet-head small{color:var(--admin-yellow);letter-spacing:.12em;font-size:9px;font-weight:900}.quick-actions-sheet h2,.action-run-sheet h2{margin:3px 0 0;font-size:18px}.sheet-close,.icon-button{color:#c6c8c1;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1c;border-radius:7px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.quick-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:16px;display:grid}.quick-action-grid .row-action{justify-content:flex-start;width:100%;min-height:45px}.sheet-note,.deploy-current-step,.deploy-note{color:#959990}.sheet-note{margin:12px 0 0;font-size:11px}.sheet-detail-link{min-height:43px;color:var(--admin-yellow);border:1px solid #ffc40059;border-radius:7px;justify-content:center;align-items:center;margin-top:10px;font-size:12px;font-weight:850;text-decoration:none;display:flex}.sheet-title-icon{width:56px;height:46px;color:var(--admin-yellow);background:#ffc4001a;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.action-run-sheet .deploy-step-list{margin-top:13px}.action-run-sheet .deploy-console{max-height:300px}.sheet-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:13px;display:flex}.global-run-bar{z-index:55;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#10110ef2;border:1px solid #ffc400ad;border-radius:12px;align-items:stretch;width:min(520px,100vw - 48px);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 18px 64px #00000094,0 0 30px #ffc40014}.global-run-bar.success{border-color:#46dc728a}.global-run-bar.failed{border-color:#ff737394}.global-run-open{color:#f5f3ec;cursor:pointer;text-align:left;background:0 0;border:0;flex:1;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:12px 14px;display:grid}.global-run-icon{width:38px;height:38px;color:var(--admin-yellow);background:#ffc4001f;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.global-run-icon svg{width:21px;height:21px}.global-run-copy{min-width:0}.global-run-copy strong,.global-run-copy small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.global-run-copy strong{font-size:13px}.global-run-copy small{color:#999d94;margin-top:3px;font-size:11px}.global-run-progress{background:#30312d;border-radius:999px;height:3px;margin-top:7px;display:block;overflow:hidden}.global-run-progress span{border-radius:inherit;background:var(--admin-yellow);height:100%;transition:width .22s;display:block}.global-run-open>b{color:#dddcd6;font-size:12px}.global-run-dismiss{color:#92958e;cursor:pointer;background:0 0;border:0;border-left:1px solid #ffffff14;width:42px}.analytics-settings-panel{padding:18px}.analytics-settings-stack{gap:14px;display:grid}.deploy-center-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.deploy-center-card{background:linear-gradient(140deg,#171815eb,#0b0c0be6);border:1px solid #ffffff1a;border-radius:9px;gap:14px;padding:17px;display:grid}.deploy-center-card h2{margin:9px 0 0;font-size:19px}.deploy-center-card p{color:#92968d;margin:5px 0 0;font-size:12px}.deploy-center-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;display:grid}.deploy-center-card dl div{border:1px solid #ffffff14;border-radius:7px;padding:9px}.deploy-center-card dt{color:#858981;text-transform:uppercase;font-size:9px;font-weight:800}.deploy-center-card dd{margin:5px 0 0;font-size:12px}.deploy-center-actions{justify-content:flex-end;gap:8px;display:flex}.deploy-center-error{color:#ff9b9b}@media (max-width:760px){.deploy-center-grid{grid-template-columns:1fr}}.analytics-site-list{gap:7px;margin-top:16px;display:grid}.analytics-site-row{background:#ffffff06;border:1px solid #ffffff14;border-radius:8px;grid-template-columns:minmax(150px,1fr) minmax(190px,1.25fr) auto auto;align-items:center;gap:12px;padding:11px 12px;display:grid}.analytics-site-row strong,.analytics-site-row small{overflow-wrap:anywhere;display:block}.analytics-site-row small{color:#858981;margin-top:4px;font-size:10px}.analytics-ip-grid{grid-template-columns:minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) auto}.detect-ip-button{margin-top:10px}.traffic-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px;display:grid}.traffic-metrics div{background:#ffffff06;border:1px solid #ffffff14;border-radius:7px;gap:4px;padding:10px;display:grid}.traffic-metrics span,.traffic-axis small{color:#8f938b;font-size:10px}.traffic-metrics strong{color:#f2f1eb;font-size:22px}.traffic-chart-live{border-top:1px solid #ffffff14;margin-top:12px;padding-top:12px}.traffic-chart-live .mini-traffic{height:120px}.traffic-axis{justify-content:space-between;gap:4px;display:flex;overflow:hidden}.traffic-axis small{flex:none}.traffic-rankings{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.traffic-rankings>div{border:1px solid #ffffff14;border-radius:7px;padding:11px}.traffic-rankings h3{margin:0 0 8px;font-size:13px}.traffic-rankings p{color:#aeb2a9;justify-content:space-between;gap:10px;margin:5px 0 0;font-size:11px;display:flex}.traffic-rankings p span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:760px){.analytics-site-row{grid-template-columns:minmax(0,1fr)}.analytics-site-row .status-badge,.analytics-site-row .row-action,.analytics-site-row>.muted{justify-self:start}.analytics-site-row .row-action{width:100%}.analytics-ip-grid,.traffic-rankings{grid-template-columns:1fr}.traffic-chart-live .mini-traffic{height:92px}}.settings-panel-head{align-items:flex-start;gap:12px;display:flex}.settings-icon{width:44px;height:44px;color:var(--admin-yellow);background:#ffc4001a;border-radius:8px;flex:none;justify-content:center;align-items:center;display:inline-flex}.settings-panel-head h2{margin:8px 0 0;font-size:20px}.settings-panel-head p{color:#8f938b;margin:4px 0 0;font-size:12px}.settings-info,.cidr-warning{color:#c4b981;background:#ffc4000e;border:1px solid #ffc4002e;border-radius:7px;font-size:12px;line-height:1.5}.settings-info{margin-top:16px;padding:11px 12px}.ip-form-shell{background:#00000029;border:1px solid #ffffff14;border-radius:8px;margin-top:14px;padding:13px}.cidr-warning{margin:9px 0 0;padding:8px 10px}.ip-form-grid{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;align-items:end;gap:9px;margin-top:11px;display:grid}.ip-form-grid label{gap:6px;display:grid}.ip-form-grid label>span{color:#9a9e95;font-size:10px;font-weight:800}.ip-form-grid input{color:#eeede8;background:#0b0c0a;border:1px solid #ffffff1f;border-radius:7px;outline:0;width:100%;min-height:42px;padding:0 11px;font-size:12px}.ip-form-grid input:focus{border-color:var(--admin-yellow);box-shadow:0 0 0 3px #ffc40014}.field-error{color:#ff9b9b;margin:9px 0 0;font-size:11px}.excluded-ip-list{gap:7px;margin-top:14px;display:grid}.ip-empty,.excluded-ip-row{background:#ffffff06;border:1px solid #ffffff14;border-radius:8px;padding:12px}.ip-empty{color:#c6c8c1;gap:4px;font-size:12px;display:grid}.ip-empty span,.excluded-ip-row small{color:#858981;font-size:10px}.excluded-ip-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;display:grid}.excluded-ip-row strong,.excluded-ip-row small{display:block}.excluded-ip-row small{margin-top:4px}.toggle-control{width:35px;height:20px;position:relative}.toggle-control input{opacity:0;position:absolute}.toggle-control span{cursor:pointer;background:#3b3d38;border-radius:999px;position:absolute;inset:0}.toggle-control span:after{content:"";background:#dddcd6;border-radius:50%;width:14px;height:14px;transition:transform .16s;position:absolute;top:3px;left:3px}.toggle-control input:checked+span{background:var(--admin-yellow)}.toggle-control input:checked+span:after{background:#17150a;transform:translate(15px)}.icon-button.danger{color:#f99}@media (max-width:1180px){.admin-app{grid-template-columns:220px minmax(0,1fr)}.admin-sidebar{height:100vh;position:sticky}.sidebar-nav,.sidebar-account{grid-template-columns:1fr}.project-row{grid-template-columns:minmax(210px,1fr) minmax(190px,.9fr) auto 100px auto 18px}.project-compact-meta .connected-pill{display:none}.health-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.admin-app{padding-top:60px;display:block}.admin-sidebar{display:none}.mobile-admin-header{z-index:45;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080908eb;border-bottom:1px solid #ffffff17;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;height:60px;padding:0 16px;display:grid;position:fixed;inset:0 0 auto}.mobile-brand-mark{border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.mobile-admin-header>strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.mobile-admin-header>button{color:#a6aaa1;background:0 0;border:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.mobile-account{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex}.mobile-bottom-nav{left:10px;right:10px;bottom:max(8px, env(safe-area-inset-bottom));z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#141512f2;border:1px solid #ffffff1c;border-radius:13px;grid-template-columns:repeat(5,minmax(0,1fr));height:68px;padding:5px;display:grid;position:fixed;overflow:hidden;box-shadow:0 14px 48px #0000008a}.mobile-bottom-nav a{color:#81857d;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;font-size:9px;font-weight:750;text-decoration:none;display:flex}.mobile-bottom-nav a.is-active{color:var(--admin-yellow);background:linear-gradient(145deg,#ffc40029,#ffc4000d)}.admin-main{padding:20px 16px calc(98px + env(safe-area-inset-bottom))}.global-run-bar{right:12px;bottom:calc(85px + env(safe-area-inset-bottom));width:calc(100vw - 24px)}.project-row{grid-template-columns:minmax(190px,1fr) minmax(170px,.9fr) auto 94px auto 18px}}@media (max-width:760px){.admin-page-stack{gap:16px}.dashboard-header{flex-direction:row;align-items:center;gap:10px}.dashboard-header h1{font-size:25px}.dashboard-header p{margin-top:4px;font-size:12px}.dashboard-tools,.header-button{width:auto}.refresh-button span{display:none}.refresh-button{width:40px!important;padding:0!important}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.stat-card{gap:10px;min-height:88px;padding:11px}.stat-icon{width:34px;height:34px}.stat-icon svg{width:17px;height:17px}.stat-label{font-size:10px}.stat-card strong{font-size:18px}.stat-card small{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.section-title{padding-bottom:8px}.section-title h2{font-size:16px}.section-title>a{font-size:10px}.project-row{grid-template-columns:minmax(0,1fr) 91px;align-items:center;gap:7px 11px;min-height:144px;padding:10px 11px}.project-card-head{grid-column:1/-1;padding-right:24px}.project-name-cell,.project-name-cell>span:last-child{min-width:0}.project-avatar{width:40px;height:40px}.project-name-cell strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.project-domain-cell{grid-column:1;font-size:10px}.project-domain-cell svg{width:13px;height:13px}.project-traffic-cell{grid-area:2/2/span 2;width:91px}.project-compact-meta{grid-column:1;overflow:hidden}.project-compact-meta .connected-pill{max-width:82px;display:inline-flex}.env-pill{display:none}.project-actions{grid-column:1/-1;justify-content:flex-start;width:auto}.project-actions>.row-action{width:auto;min-width:105px}.more-button{width:36px;min-width:36px}.project-detail-chevron{position:absolute;top:20px;right:8px}.project-detail-hero{gap:13px;padding:14px;display:grid}.project-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.detail-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.detail-actions .header-button{gap:5px;width:100%;min-width:0;min-height:43px;padding:0 7px;font-size:10px}.detail-actions small{grid-column:1/-1}.health-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.health-card{min-height:82px;padding:10px}.health-card strong{font-size:16px}.detail-dl{grid-template-columns:repeat(2,minmax(0,1fr))}.action-log-row{grid-template-columns:1fr auto}.traffic-empty-state{grid-template-columns:112px minmax(0,1fr);gap:12px;min-height:108px}.traffic-empty-state .mini-traffic{height:60px}.traffic-empty-state p{font-size:10px}.ip-form-grid{grid-template-columns:1fr}.ip-form-grid .header-button{width:100%}.action-sheet-backdrop{padding:0}.quick-actions-sheet,.action-run-sheet{width:100%;max-height:88dvh;padding:14px 14px calc(14px + env(safe-area-inset-bottom));border-width:1px 1px 0;border-radius:17px 17px 0 0}.deploy-step-list{grid-template-columns:1fr}.global-run-open{gap:9px;padding:10px}.global-run-icon{width:34px;height:34px}}@media (max-width:390px){.admin-main,.mobile-admin-header{padding-inline:12px}.mobile-bottom-nav{left:7px;right:7px}.stat-card{gap:7px;padding:9px}.stat-icon{width:31px;height:31px}.project-row{grid-template-columns:minmax(0,1fr) 82px}.project-traffic-cell{width:82px}.project-compact-meta .connected-pill{display:none}.project-detail-meta,.detail-dl{grid-template-columns:1fr}.detail-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.traffic-empty-state{grid-template-columns:1fr}.traffic-empty-state .mini-traffic{width:100%}.quick-action-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.project-section.inactive .section-title>span svg{color:#e68b8b}.project-section.inactive .project-row{background:linear-gradient(110deg,#2c1717b8,#130e0ec2);border-color:#ff737333}.project-section.inactive .project-row:hover{background:linear-gradient(110deg,#341b1bd1,#181010db);border-color:#ff8b8b61}.project-avatar.inactive{background:linear-gradient(145deg,#803b3b,#3d1c1c);box-shadow:inset 0 0 20px #ff737329}
