:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-elevation-0:#fff;--theme-elevation-50:#fafbfc;--theme-elevation-100:#f2f4f7;--theme-elevation-150:#eaedf2;--theme-elevation-200:#e1e5ec;--theme-elevation-250:#d5dae3;--theme-elevation-300:#c3cad6;--theme-elevation-350:#b1b9c7;--theme-elevation-400:#9aa3b3;--theme-elevation-450:#8b94a5;--theme-elevation-500:#7a8495;--theme-elevation-550:#6b7484;--theme-elevation-600:#5b6473;--theme-elevation-650:#4e5765;--theme-elevation-700:#414954;--theme-elevation-750:#363d47;--theme-elevation-800:#2b323b;--theme-elevation-850:#222832;--theme-elevation-900:#1a1f27;--theme-elevation-950:#12161c;--theme-elevation-1000:#0b0e12;--theme-bg:#f5f6f8;--theme-text:#1a1f27;--theme-input-bg:#fff;--brand:#0f766e;--brand-fill:#0f766e;--brand-hover:#0c6058;--brand-strong:#0a544e;--brand-soft:#0f766e24;--brand-contrast:#fff;--brand-2:#b45309;--brand-2-soft:#b453091f;--brand-shadow-1:#1018280f;--brand-shadow-2:#1018281a;--line-brand:color-mix(in srgb, var(--brand) 28%, var(--theme-elevation-150));--line-brand-strong:color-mix(in srgb, var(--brand) 48%, var(--theme-elevation-200));--btn-2-bg:var(--theme-elevation-150);--btn-2-bg-hover:var(--theme-elevation-200);--btn-2-border:var(--theme-elevation-250);--btn-2-text:var(--theme-elevation-700);--theme-success-500:#15803d;--theme-success-600:#126d34;--theme-success-700:#0f5a2b;--theme-success-soft:#15803d1f;--theme-warning-500:#b45309;--theme-warning-soft:#b453091f;--theme-error-500:#b42318;--theme-error-600:#97180f;--theme-error-soft:#b423181a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-elevation-0:#1c2027;--theme-elevation-50:#212630;--theme-elevation-100:#262c36;--theme-elevation-150:#2e3540;--theme-elevation-200:#363e4a;--theme-elevation-250:#414a57;--theme-elevation-300:#4e5765;--theme-elevation-350:#5b6473;--theme-elevation-400:#6b7484;--theme-elevation-450:#7a8495;--theme-elevation-500:#8b94a5;--theme-elevation-550:#9aa3b3;--theme-elevation-600:#aab2c0;--theme-elevation-650:#bac1cc;--theme-elevation-700:#c9cfd8;--theme-elevation-750:#d7dbe3;--theme-elevation-800:#e3e7ed;--theme-elevation-850:#edf0f4;--theme-elevation-900:#f4f6f9;--theme-elevation-950:#fafbfc;--theme-elevation-1000:#fff;--theme-bg:#14171c;--theme-text:#e8ebf0;--theme-input-bg:#1c2027;--brand:#2f9d92;--brand-fill:#16776f;--brand-hover:#135f59;--brand-strong:#5ec4b8;--brand-soft:#2f9d9238;--brand-contrast:#fff;--brand-2:#e0a94a;--brand-2-soft:#e0a94a38;--brand-shadow-1:#00000052;--brand-shadow-2:#00000080;--theme-success-500:#4ade80;--theme-success-600:#6ee7a0;--theme-success-700:#86efac;--theme-success-soft:#4ade8033;--theme-warning-500:#fbbf24;--theme-warning-soft:#fbbf2433;--theme-error-500:#f87171;--theme-error-600:#fca5a5;--theme-error-soft:#f871712e}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--theme-elevation-0:#1c2027;--theme-elevation-50:#212630;--theme-elevation-100:#262c36;--theme-elevation-150:#2e3540;--theme-elevation-200:#363e4a;--theme-elevation-250:#414a57;--theme-elevation-300:#4e5765;--theme-elevation-350:#5b6473;--theme-elevation-400:#6b7484;--theme-elevation-450:#7a8495;--theme-elevation-500:#8b94a5;--theme-elevation-550:#9aa3b3;--theme-elevation-600:#aab2c0;--theme-elevation-650:#bac1cc;--theme-elevation-700:#c9cfd8;--theme-elevation-750:#d7dbe3;--theme-elevation-800:#e3e7ed;--theme-elevation-850:#edf0f4;--theme-elevation-900:#f4f6f9;--theme-elevation-950:#fafbfc;--theme-elevation-1000:#fff;--theme-bg:#14171c;--theme-text:#e8ebf0;--theme-input-bg:#1c2027;--brand:#2f9d92;--brand-fill:#16776f;--brand-hover:#135f59;--brand-strong:#5ec4b8;--brand-soft:#2f9d9238;--brand-contrast:#fff;--brand-2:#e0a94a;--brand-2-soft:#e0a94a38;--brand-shadow-1:#00000052;--brand-shadow-2:#00000080;--theme-success-500:#4ade80;--theme-success-600:#6ee7a0;--theme-success-700:#86efac;--theme-success-soft:#4ade8033;--theme-warning-500:#fbbf24;--theme-warning-soft:#fbbf2433;--theme-error-500:#f87171;--theme-error-600:#fca5a5;--theme-error-soft:#f871712e}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--theme-text,#2b2521);background:var(--theme-bg,#ece5db);-webkit-font-smoothing:antialiased;font-family:ui-sans-serif,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px}a{color:inherit}button{font:inherit}::selection{background:var(--brand-soft);color:var(--brand-strong)}*{scrollbar-color:var(--line-brand-strong) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line-brand-strong);background-clip:content-box;border:2px solid #0000;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--brand) 45%, var(--theme-elevation-300));background-clip:content-box}.pn-app{min-height:100vh;display:flex}.pn-main{flex-direction:column;flex:1;min-width:0;display:flex}.pn-content{width:100%;max-width:980px;padding:26px 30px 48px}.pn-side{background:var(--theme-elevation-0);border-right:1px solid var(--theme-elevation-150);flex-direction:column;flex-shrink:0;width:256px;height:100vh;padding:18px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.pn-brand{border-bottom:1px solid var(--theme-elevation-150);align-items:center;gap:11px;margin-bottom:8px;padding:4px 8px 16px;text-decoration:none;display:flex}.pn-brand-tile{background:var(--brand-fill);width:38px;height:38px;color:var(--brand-contrast);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:800;line-height:1;display:flex}.pn-brand-img{object-fit:contain;max-width:178px;max-height:40px;display:block}.pn-brand-name{letter-spacing:.01em;font-size:15px;font-weight:750;line-height:1.15}.pn-brand-sub{color:var(--theme-elevation-500);margin-top:2px;font-size:11px}.pn-nav-section{letter-spacing:.09em;text-transform:uppercase;color:var(--theme-elevation-450);padding:14px 11px 5px;font-size:10.5px;font-weight:700}.pn-catsw{background:var(--theme-elevation-100);cursor:pointer;border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;margin:14px 0 6px;padding:8px 10px;transition:background .12s,border-color .12s;display:flex;position:relative}.pn-catsw:hover{background:var(--theme-elevation-150);border-color:var(--theme-elevation-200)}.pn-catsw:focus-within{border-color:var(--brand-fill);background:var(--theme-elevation-50)}.pn-catsw-ico{color:var(--brand-strong);flex:none;display:inline-flex}.pn-catsw-text{letter-spacing:-.01em;min-width:0;color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13.5px;font-weight:650;overflow:hidden}.pn-catsw-caret{color:var(--theme-elevation-500);flex:none;display:inline-flex}.pn-catsw-native{opacity:0;cursor:pointer;width:100%;height:100%;font:inherit;border:0;padding:0;position:absolute;inset:0}.pn-nav-link{color:var(--theme-elevation-800);border-radius:9px;align-items:center;gap:11px;padding:9px 11px;font-size:13.5px;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex;position:relative}.pn-nav-link:hover{background:var(--theme-elevation-100)}.pn-nav-link .pn-ico{color:color-mix(in srgb, var(--brand) 55%, var(--theme-elevation-450));flex-shrink:0;display:inline-flex}.pn-nav-link.is-active{background:var(--brand-fill);color:var(--brand-contrast);font-weight:650}.pn-nav-link.is-active .pn-ico{color:inherit}.pn-side-spacer{flex:1}.pn-theme{background:var(--theme-elevation-100);border-radius:9px;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:10px;padding:3px;display:grid}.pn-theme-btn{cursor:pointer;color:var(--theme-elevation-550);background:0 0;border:0;border-radius:7px;flex-direction:column;align-items:center;gap:3px;padding:7px 2px;font-size:10px;font-weight:600;line-height:1;transition:background .14s,color .14s;display:flex}.pn-theme-btn:hover{color:var(--theme-text)}.pn-theme-btn.is-on{background:var(--theme-elevation-0);color:var(--brand-strong);box-shadow:0 1px 2px var(--brand-shadow-1)}.pn-theme-ico{display:inline-flex}.pn-side-bottom{border-top:1px solid var(--theme-elevation-150);margin-top:8px;padding-top:12px}.pn-top{border-bottom:1px solid var(--theme-elevation-150);background:color-mix(in srgb, var(--theme-elevation-0) 78%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20;justify-content:space-between;align-items:center;gap:12px;padding:14px 30px;display:flex;position:sticky;top:0}.pn-top-tenant{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);box-shadow:0 1px 2px var(--brand-shadow-1,#0000000f);border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.pn-top-dot{background:var(--brand);border-radius:50%;width:9px;height:9px}.pn-top-user{color:var(--theme-elevation-500);font-size:12.5px}.pn-publish{align-items:center;gap:10px;display:inline-flex}.pn-publish-btn{padding:7px 14px;font-size:12.5px}.pn-publish-dot{background:var(--theme-warning-500);border-radius:50%;flex:none;width:8px;height:8px}.pn-publish-flash{font-size:12px;font-weight:500}.pn-publish-flash.is-ok{color:var(--theme-success-500)}.pn-publish-flash.is-error{color:var(--theme-error-500)}@media (max-width:620px){.pn-publish-flash{display:none}}.pn-h1{letter-spacing:-.01em;color:var(--brand-strong);align-items:center;gap:10px;margin:0 0 4px;font-size:21px;font-weight:700;display:flex}.pn-h1:before{content:"";background:var(--brand);border-radius:3px;flex-shrink:0;align-self:stretch;width:4px;min-height:20px}.pn-h1-sub{color:var(--theme-elevation-500);margin:0 0 20px;font-size:13px}.pn-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:9px 16px;font-size:13px;font-weight:650;text-decoration:none;display:inline-flex}.pn-btn-primary{background:var(--brand-fill);color:var(--brand-contrast)}.pn-btn-primary[disabled]{opacity:.6;cursor:default}.pn-btn-ghost{background:var(--btn-2-bg);color:var(--btn-2-text);border-color:var(--btn-2-border)}.pn-btn-ghost:hover{background:var(--btn-2-bg-hover);color:var(--theme-text)}.pn-card{border:1px solid var(--theme-elevation-250);background:var(--theme-elevation-0);box-shadow:0 1px 2px var(--brand-shadow-1,#0000000d), 0 12px 28px var(--brand-shadow-1,#0000000b);border-radius:12px;padding:20px 22px}.pn-login{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.pn-login-card{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);width:100%;max-width:400px;box-shadow:0 2px 4px var(--brand-shadow-1,#0000000f), 0 18px 44px var(--brand-shadow-2,#0000001a);border-radius:14px;padding:30px 32px 26px}.pn-login-brand{align-items:center;gap:12px;margin-bottom:22px;display:flex}.pn-login-brand .pn-brand-tile{border-radius:12px;width:44px;height:44px;font-size:20px}.pn-login-brand img{object-fit:contain;max-width:220px;max-height:52px}.pn-login-name{font-size:17px;font-weight:750;line-height:1.15}.pn-login-sub{color:var(--theme-elevation-500);margin-top:2px;font-size:12px}.pn-field{margin-bottom:14px}.pn-field>label{margin-bottom:6px;font-size:12.5px;font-weight:650;display:block}.pn-inp{width:100%;font:inherit;border:1px solid var(--theme-elevation-250);background:var(--theme-elevation-0);color:var(--theme-text);border-radius:8px;padding:10px 12px;font-size:14px}.pn-inp:focus{outline:2px solid var(--brand);border-color:#0000}.pn-login-btn{justify-content:center;width:100%;margin-top:4px;padding:11px 16px}.pn-login-err{color:var(--theme-error-500);background:var(--theme-error-soft);border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:500}.pn-modal-scrim{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0b0e1280;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.pn-modal{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-200);width:100%;max-width:880px;max-height:88vh;box-shadow:0 12px 48px var(--brand-shadow-2);border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.pn-modal.is-sm{max-width:480px}.pn-modal.is-sm .pn-modal-head{padding:16px 20px 12px}.pn-modal.is-sm .pn-modal-title{font-size:16px}.pn-modal.is-sm .pn-modal-body{padding:18px 20px}.pn-modal.is-sm .pn-modal-foot{padding:12px 20px}.pn-modal-head{border-bottom:1px solid var(--theme-elevation-150);align-items:flex-start;gap:14px;padding:18px 22px 14px;display:flex}.pn-modal-titles{flex:1;min-width:0}.pn-modal-kicker{letter-spacing:.07em;text-transform:uppercase;color:var(--theme-elevation-500);margin-bottom:3px;font-size:10.5px;font-weight:700}.pn-modal-title{letter-spacing:-.01em;font-size:17px;font-weight:700}.pn-modal-x{cursor:pointer;color:var(--theme-elevation-500);background:0 0;border:0;border-radius:7px;flex-shrink:0;padding:2px 6px;font-size:22px;line-height:1}.pn-modal-x:hover{background:var(--theme-elevation-100);color:var(--theme-text)}.pn-modal-body{flex:1;padding:20px 22px;overflow-y:auto}.pn-modal-body.is-cols{grid-template-columns:1fr 1fr;align-content:start;gap:0 26px;display:grid}.pn-modal-block{min-width:0}.pn-modal-block.is-span{grid-column:1/-1}.pn-modal-foot{border-top:1px solid var(--theme-elevation-150);background:var(--theme-elevation-50);align-items:center;gap:10px;padding:14px 22px;display:flex}.pn-modal-spacer{flex:1}@media (max-width:760px){.pn-modal-scrim{align-items:stretch;padding:0}.pn-modal{border:0;border-radius:0;max-width:none;max-height:none}.pn-modal-body.is-cols{grid-template-columns:1fr}}.pn-form-stack{flex-direction:column;gap:16px;display:flex}.pn-form-stack .pn-field{margin-bottom:0}.pn-form-stack label.pn-label-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.pn-form-hint{color:var(--theme-elevation-450);margin-top:6px;font-size:11.5px}.pn-form-bad .pn-inp{border-color:var(--theme-error-500)}.pn-form-alert{color:var(--theme-error-500);margin-top:6px;font-size:12px}.pn-form-err{color:var(--theme-error-500);background:var(--theme-error-soft);border:1px solid var(--theme-error-500);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:500;display:flex}.pn-form-stack label.pn-check{cursor:pointer;align-items:flex-start;gap:10px;margin:0;font-size:14px;font-weight:500;display:flex}.pn-check input{width:16px;height:16px;accent-color:var(--brand-fill);cursor:pointer;flex:none;margin:1px 0 0}.pn-check .pn-form-hint{font-weight:400;display:block}.pn-lang-inline{background:var(--theme-elevation-100);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.pn-lang-inline button{font:inherit;cursor:pointer;color:var(--theme-elevation-600);background:0 0;border:0;border-radius:6px;padding:5px 11px;font-size:12px;font-weight:600}.pn-lang-inline button.on{background:var(--theme-elevation-0);color:var(--theme-text);box-shadow:0 1px 2px #0000001f}.pn-btn-danger{background:var(--theme-error-soft);color:var(--theme-error-500);border-color:var(--theme-error-500)}.pn-btn-danger:hover{background:var(--theme-error-soft)}.pn-alerts{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.pn-alert{font:inherit;cursor:pointer;background:var(--theme-elevation-0);color:var(--theme-text);border:1px solid var(--theme-elevation-200);box-shadow:0 1px 2px var(--brand-shadow-1,#0000000d);border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:12.5px;font-weight:550;text-decoration:none;display:inline-flex}.pn-alert:hover{border-color:var(--theme-elevation-350);box-shadow:0 3px 8px var(--brand-shadow-1,#00000014)}.pn-alert-dot{border-radius:50%;flex:none;width:7px;height:7px}.pn-alert.is-error{border-color:var(--theme-error-500);background:var(--theme-error-soft);color:var(--theme-error-500);font-weight:650}.pn-alert.is-error:hover{border-color:var(--theme-error-500)}.pn-alert.is-error .pn-alert-dot{background:var(--theme-error-500)}.pn-alert.is-warn .pn-alert-dot{background:var(--theme-warning-500)}.pn-alert.is-info{color:var(--theme-elevation-600)}.pn-alert.is-info .pn-alert-dot{box-shadow:inset 0 0 0 2px var(--theme-elevation-400);background:0 0}.pn-filter{margin-bottom:16px}.pn-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.pn-search{flex:1;min-width:220px;position:relative}.pn-search-ico{color:var(--theme-elevation-400);pointer-events:none;font-size:16px;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.pn-search-inp{padding-left:32px}.pn-search-inp::-webkit-search-cancel-button{appearance:none}.pn-filter-sel{width:auto;min-width:150px}.pn-filter-more.is-open{border-color:var(--brand-fill);color:var(--brand-strong)}.pn-filter-more-panel{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-200);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px 24px;margin-top:12px;padding:16px 18px;display:grid}.pn-filter-fam-label{letter-spacing:.07em;text-transform:uppercase;color:var(--theme-elevation-500);margin-bottom:8px;font-size:10.5px;font-weight:700}.pn-filter-opts{flex-wrap:wrap;gap:7px;display:flex}.pn-filter-opt{font:inherit;cursor:pointer;background:var(--theme-elevation-0);color:var(--theme-elevation-700);border:1px solid var(--theme-elevation-250);border-radius:999px;padding:5px 11px;font-size:12.5px;font-weight:550}.pn-filter-opt:hover{border-color:var(--theme-elevation-400);color:var(--theme-text)}.pn-filter-opt.is-on{background:var(--brand-fill);border-color:var(--brand-fill);color:var(--brand-contrast)}.pn-filter-foot{align-items:center;gap:12px;margin-top:12px;display:flex}.pn-filter-count{color:var(--theme-elevation-600);font-size:12.5px;font-weight:600}.pn-filter-clear{padding:5px 12px;font-size:12.5px}@media (max-width:620px){.pn-search{min-width:100%}.pn-filter-sel{flex:1}}.pn-state{text-align:center;max-width:480px;margin:10vh auto 0}.pn-state h1{margin:0 0 8px;font-size:19px;font-weight:700}.pn-state p{color:var(--theme-elevation-500);margin:0 0 18px;font-size:13.5px;line-height:1.6}.pn-shortcuts{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.pn-shortcut{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);box-shadow:0 1px 2px var(--brand-shadow-1,#0000000d);border-radius:12px;align-items:center;gap:12px;padding:16px 18px;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex}.pn-shortcut:hover{border-color:var(--theme-elevation-250);box-shadow:0 4px 10px var(--brand-shadow-1,#00000014);transform:translateY(-1px)}.pn-shortcut .pn-ico{color:var(--brand-strong);display:inline-flex}.pn-shortcut-label{font-size:14px;font-weight:650}.pn-shortcut-sub{color:var(--theme-elevation-500);margin-top:1px;font-size:11.5px}.pn-burger{border:1px solid var(--theme-elevation-200);background:var(--theme-elevation-0);cursor:pointer;color:var(--theme-text);border-radius:8px;padding:7px 10px;display:none}@media (max-width:860px){.pn-side{z-index:50;height:100vh;transition:transform .18s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 40px #0000002e}.pn-side.is-open{transform:translate(0)}.pn-burger{display:inline-flex}.pn-content{padding:20px 16px 40px}.pn-top{padding:12px 16px}.pn-overlay{z-index:40;background:#00000047;position:fixed;inset:0}}.sk-bar{background:var(--theme-elevation-200);border-radius:4px;animation:1.25s ease-in-out infinite sk-pulse;display:inline-block}@keyframes sk-pulse{0%,to{opacity:.45}50%{opacity:.85}}@media (prefers-reduced-motion:reduce){.sk-bar{animation:none}}.sk-list{flex-direction:column;gap:2px;display:flex}.sk-row{border-bottom:1px solid var(--theme-elevation-150);align-items:center;gap:12px;padding:14px 16px;display:flex}.sk-grow{flex:auto}.sk-cards{flex-direction:column;gap:16px;display:flex}.sk-card{border:1px solid var(--theme-elevation-150);border-radius:10px;flex-direction:column;gap:10px;padding:16px;display:flex}.fb-body{color:var(--theme-text);margin:0;font-size:14px;line-height:1.5}.fb-toasts{z-index:60;flex-direction:column;gap:8px;width:min(440px,100vw - 32px);display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.fb-toast{background:var(--theme-elevation-0);color:var(--theme-text);border:1px solid var(--theme-elevation-150);border-radius:10px;align-items:flex-start;gap:10px;padding:12px 12px 12px 14px;font-size:13.5px;line-height:1.45;animation:.16s ease-out fb-in;display:flex;box-shadow:0 8px 24px #00000029}@keyframes fb-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fb-toast{animation:none}}.fb-toast.is-ok{border-left:3px solid var(--theme-success-500,#16a34a)}.fb-toast.is-error{border-left:3px solid var(--theme-error-500)}.fb-toast.is-info{border-left:3px solid var(--theme-elevation-400)}.fb-toast-text{flex:auto}.fb-toast-x{cursor:pointer;color:var(--theme-elevation-500);background:0 0;border:0;flex:none;padding:0 2px;font-size:13px;line-height:1.2}.fb-toast-x:hover{color:var(--theme-text)}.hm-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.hm-top-main{min-width:0}.hm-top .hm-site{margin-top:6px}.hm-site,.hm-cat-link{color:var(--brand-strong);white-space:nowrap;font-size:13px;text-decoration:none}.hm-site:hover,.hm-cat-link:hover{text-decoration:underline}.hm-sec{margin-bottom:28px}.hm-h2{letter-spacing:.06em;text-transform:uppercase;color:var(--theme-elevation-500);margin:0 0 10px;font-size:11.5px;font-weight:700}.hm-pub{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin:4px 0 28px;padding:15px 18px;display:flex}.hm-pub.is-pending{background:var(--theme-warning-soft);border-color:#0000}.hm-pub-main{flex:240px;min-width:0}.hm-pub-t{font-size:14.5px;font-weight:620}.hm-pub.is-pending .hm-pub-t{color:var(--theme-warning-500)}.hm-pub-s{color:var(--theme-elevation-500);margin-top:2px;font-size:12.5px}.hm-pub.is-pending .hm-pub-s{color:var(--theme-warning-500);opacity:.85}.hm-cats{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.hm-cat{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px;flex-direction:column;padding:14px 16px;display:flex}.hm-cat-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.hm-cat-name{font-size:15px;font-weight:650}.hm-cat-counts{color:var(--theme-elevation-500);white-space:nowrap;font-size:11.5px}.hm-cat-body{flex-direction:column;gap:5px;min-height:20px;margin:10px 0 12px;display:flex}.hm-cat-alert{align-items:center;gap:7px;font-size:12.5px;display:flex}.hm-cat-alert-t{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.hm-cat-more{color:var(--theme-elevation-500);padding-left:14px;font-size:12px}.hm-cat-ok{color:var(--theme-success-500);font-size:12.5px}.hm-cat-empty{color:var(--theme-elevation-450);font-size:12.5px}.hm-cat-actions{align-items:center;gap:12px;margin-top:auto;display:flex}.hm-dot{border-radius:50%;flex:none;width:7px;height:7px}.hm-dot.is-error{background:var(--theme-error-500)}.hm-dot.is-warn{background:var(--theme-warning-500)}.hm-dot.is-info{background:var(--theme-elevation-400)}.hm-note{color:var(--theme-elevation-600);margin-bottom:16px;padding:14px 16px;font-size:13.5px}.sm-alerts{flex-direction:column;gap:7px;display:flex}.sm-alert{color:var(--theme-text);background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:10px;align-items:center;gap:11px;padding:11px 13px;text-decoration:none;transition:border-color .15s,transform .12s;display:flex}.sm-alert:hover{border-color:var(--theme-elevation-300);transform:translate(2px)}.sm-lvl{letter-spacing:.02em;border-radius:20px;flex:none;padding:2px 8px;font-size:10.5px;font-weight:700}.sm-lvl.is-error{background:var(--theme-error-soft);color:var(--theme-error-500)}.sm-lvl.is-warn{background:var(--theme-warning-soft);color:var(--theme-warning-500)}.sm-lvl.is-info{background:var(--theme-elevation-150);color:var(--theme-elevation-600)}.sm-alert-t{flex:auto;min-width:0;font-size:13.5px}.sm-go{color:var(--theme-elevation-400);flex:none}.sm-cols{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0 24px;display:grid}.sm-stats{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:9px;display:grid}.sm-stat{background:var(--theme-elevation-50);border-radius:10px;padding:10px 12px}.sm-stat-l{color:var(--theme-elevation-500);font-size:11.5px}.sm-stat-v{font-variant-numeric:tabular-nums;font-size:19px;font-weight:650}.sm-recent{flex-direction:column;display:flex}.sm-recent-row{color:var(--theme-text);border-bottom:1px solid var(--theme-elevation-100);justify-content:space-between;align-items:center;gap:10px;padding:8px 2px;font-size:13px;text-decoration:none;display:flex}.sm-recent-row:last-child{border-bottom:0}.sm-recent-row:hover .sm-recent-n{color:var(--brand-strong)}.sm-recent-n{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sm-recent-t{color:var(--theme-elevation-450);flex:none;font-size:11.5px}
