@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--sidebar-w: 248px;--purple: #20745f;--purple-dark: #195f4e;--green: #21715c;--accent-soft: #dcefe5;--accent-banner: #e4f1e9;--accent-ink: #1c735e;--card-dark: #1e5447;--red: #e0483e;--text-dark: #183d33;--text-muted: #678077;--border: #e5e9e3;--bg: #f8f8f4;--card-bg: #ffffff;--radius-lg: 16px;--radius-md: 12px;--font: "Manrope", "Inter", system-ui, "Segoe UI", Arial, sans-serif}[data-theme=indigo]{--purple:#4f46e5;--purple-dark:#4338ca;--accent-soft:#e5e7ff;--accent-banner:#eef0ff;--accent-ink:#4338ca;--card-dark:#312e81;--bg:#faf9f6;--text-dark:#1e1b2e;--text-muted:#6b6980;--border:#e9e7e0}[data-theme=blue]{--purple:#2563eb;--purple-dark:#1d4ed8;--accent-soft:#dbeafe;--accent-banner:#eaf2ff;--accent-ink:#1d4ed8;--card-dark:#1e3a8a;--bg:#f6f9ff;--text-dark:#0f2547;--text-muted:#5b7089;--border:#e1e8f3}[data-theme=violet]{--purple:#7c3aed;--purple-dark:#6d28d9;--accent-soft:#ede9fe;--accent-banner:#f3effe;--accent-ink:#6d28d9;--card-dark:#4c1d95;--bg:#f8f6fe;--text-dark:#2a1e46;--text-muted:#6d6484;--border:#ebe6f5}[data-theme=terracotta]{--purple:#c1622d;--purple-dark:#a24f22;--accent-soft:#f6e2d3;--accent-banner:#f9ecdf;--accent-ink:#8a4a22;--card-dark:#7a3d1e;--bg:#fbf6ef;--text-dark:#3d2a1c;--text-muted:#8a7563;--border:#ece2d5}[data-theme=graphite]{--purple:#33393f;--purple-dark:#20242a;--accent-soft:#e7f6c8;--accent-banner:#eef3e3;--accent-ink:#3f6212;--card-dark:#23282e;--bg:#f6f7f5;--text-dark:#1b1f24;--text-muted:#6b7280;--border:#e4e6e2}[data-theme=mono]{--purple:#111111;--purple-dark:#000000;--accent-soft:#ffe7e1;--accent-banner:#f5f5f5;--accent-ink:#e2452a;--card-dark:#171717;--bg:#ffffff;--text-dark:#111111;--text-muted:#6b7280;--border:#e6e6e6}*{box-sizing:border-box}body{font-family:var(--font);background:var(--bg);color:var(--text-dark);margin:0;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}.card-shadow{box-shadow:0 3px 15px #1e3d330b}.soft-shadow{box-shadow:0 14px 45px #1e3d3312}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:24px;height:72px;padding:0 28px;background:#f8f8f4e6;-webkit-backdrop-filter:saturate(1.4) blur(14px);backdrop-filter:saturate(1.4) blur(14px);border-bottom:1px solid var(--border)}.topbar__logo{border:none;background:none;cursor:pointer;display:flex;align-items:center;padding:0}.topbar__logo img{max-height:34px;max-width:150px;object-fit:contain}.topbar__search{flex:1;max-width:420px;display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:#fff;border-radius:var(--radius-md);padding:9px 14px;color:var(--text-muted);font-size:14px}.topbar__search input{border:none;background:transparent;outline:none;flex:1;font-size:14px;color:var(--text-dark)}.topbar__search kbd{background:#f2f5f1;color:#7d938a;border-radius:6px;padding:2px 6px;font-size:11px;font-weight:600}.topbar__actions{margin-left:auto;display:flex;align-items:center;gap:8px}.tb-btn{display:flex;align-items:center;gap:8px;height:40px;padding:0 12px;border:none;background:none;border-radius:var(--radius-md);color:#527066;font-size:14px;font-weight:600;cursor:pointer}.tb-btn:hover{background:#eef3ef}.tb-icon{width:40px;padding:0;justify-content:center}.tb-burger{display:none;font-size:20px}.icon-btn{width:40px;height:40px;border-radius:var(--radius-md);border:none;background:none;color:#527066;cursor:pointer;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background:#eef3ef}.tb-user{display:flex;align-items:center;gap:8px;height:40px;padding:2px 10px 2px 4px;border:none;background:none;border-radius:var(--radius-md);cursor:pointer}.tb-user:hover{background:#eef3ef}.tb-avatar{width:32px;height:32px;border-radius:9px;background:var(--accent-soft);color:var(--accent-ink);font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.tb-avatar img{width:100%;height:100%;object-fit:cover}.tb-name{font-size:13.5px;font-weight:600;color:var(--text-dark);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.body{flex:1;display:flex;max-width:1440px;width:100%;margin:0 auto}.nav{width:var(--sidebar-w);flex-shrink:0;position:sticky;top:72px;height:calc(100vh - 72px);padding:24px 14px 20px;display:flex;flex-direction:column;gap:6px;border-right:1px solid var(--border);overflow-y:auto}.nav__section{display:flex;flex-direction:column;gap:2px}.nav__section+.nav__section{margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.nav__title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#8aa097;padding:0 12px 6px}.nav__item{display:flex;align-items:center;gap:12px;height:44px;padding:0 12px;border-radius:12px;color:#587067;font-size:14px;font-weight:600;transition:background .12s,color .12s}.nav__item:hover{background:#edf3ee;color:var(--purple)}.nav__item.active{background:var(--accent-soft);color:var(--accent-ink)}.nav__item svg{flex-shrink:0}.nav__badge{margin-left:auto;min-width:20px;height:20px;padding:0 5px;border-radius:6px;background:#e6ad53;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.nav__promo{margin-top:auto;border-radius:16px;background:var(--card-dark);color:#fff;padding:16px}.nav__promo-ic{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:#ffffff26}.nav__promo-title{margin:14px 0 0;font-size:14px;font-weight:700}.nav__promo-sub{margin:4px 0 0;font-size:12px;line-height:1.4;color:#ffffffbf}.nav__promo-btn{margin-top:12px;border:none;background:none;color:#ffffffe6;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:5px;padding:0}.workspace{min-width:0;flex:1;padding:32px 40px 56px}.content{padding:0;max-width:100%}.dash-greet{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}.dash-greet__date{margin:0 0 6px;font-size:14px;font-weight:600;color:#6b8379}.dash-greet h1{margin:0;font-size:32px;font-weight:800;letter-spacing:-.03em;color:#183d33}.dash-greet__sub{margin:8px 0 0;font-size:14px;color:#678077}.dash-cta{display:flex;align-items:center;gap:8px;height:44px;padding:0 18px;border:none;border-radius:12px;background:var(--purple);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.dash-cta:hover{background:var(--purple-dark)}.dash-grid{display:grid;gap:20px;margin-top:26px;grid-template-columns:1.45fr 1fr}@media (max-width:1100px){.dash-grid{grid-template-columns:1fr}}.dash-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 3px 15px #1e3d330b}.dash-card__head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.dash-card__head h2{margin:0;font-size:18px;font-weight:800;letter-spacing:-.02em}.dash-card__head p{margin:4px 0 0;font-size:13.5px;color:#71867d}.dash-card__link{border:none;background:none;color:var(--accent-ink);font-size:13.5px;font-weight:700;cursor:pointer}.dash-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:640px){.dash-actions{grid-template-columns:repeat(4,1fr)}}.dash-action{text-align:left;border:1px solid #edf0ec;background:#fff;border-radius:12px;padding:14px;cursor:pointer;transition:border-color .12s,background .12s}.dash-action:hover{border-color:#c7ded2;background:#fbfdfb}.dash-action__ic{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px}.dash-action__label{display:block;margin-top:12px;font-size:12.5px;font-weight:700;line-height:1.3;color:#3d5b51}.dash-office{background:var(--card-dark);color:#fff;border-radius:16px;padding:22px}.dash-office__head{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:700;color:#ffffffd9}.dash-office__num{margin-top:18px;display:flex;align-items:flex-end;gap:10px}.dash-office__num b{font-size:46px;font-weight:800;letter-spacing:-.06em;line-height:1}.dash-office__num span{font-size:13.5px;color:#ffffffb3;margin-bottom:5px}.dash-bar{margin-top:18px;height:8px;border-radius:999px;background:#ffffff26;overflow:hidden}.dash-bar>span{display:block;height:100%;border-radius:999px;background:#fff9}.dash-office__cap{margin:12px 0 0;font-size:12px;color:#ffffffa6}.dash-event{display:flex;align-items:center;gap:14px;padding:11px 6px;border-radius:12px}.dash-event:hover{background:#f8faf7}.dash-event__time{width:42px;font-size:12px;font-weight:700;color:#668078}.dash-event__bar{width:4px;align-self:stretch;border-radius:999px}.dash-event__title{font-size:14px;font-weight:700}.dash-event__meta{margin-top:2px;font-size:12px;color:#789087}.dash-feed{display:flex;flex-direction:column;gap:14px}.dash-feed__item{display:flex;gap:12px;cursor:pointer}.dash-feed__ava{flex-shrink:0;width:38px;height:38px;border-radius:12px;background:var(--accent-soft);color:var(--accent-ink);display:flex;align-items:center;justify-content:center;overflow:hidden}.dash-feed__ava img{width:100%;height:100%;object-fit:cover}.dash-feed__txt{min-width:0;font-size:14px;line-height:1.35}.dash-feed__txt b{font-weight:700}.dash-feed__time{margin-top:2px;font-size:12px;color:#8aa097}.dash-empty{font-size:13.5px;color:#8aa097}.page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-head h1{font-size:24px;font-weight:700}.news-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-item{position:relative;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;cursor:pointer}.news-item:hover{border-color:#c7ded2}.news-edit{position:absolute;top:8px;right:8px;z-index:3;width:32px;height:32px;border-radius:8px;border:none;background:#ffffffeb;color:#4a4a4e;cursor:pointer;font-size:15px;box-shadow:0 1px 4px #0000002e}.news-edit:hover{background:#fff;color:var(--purple)}.news-item .cover{height:150px;background:linear-gradient(135deg,#20745f,#2f9e79);background-size:cover;background-position:center}.news-item .body{padding:14px 16px;display:flex;flex-direction:column;gap:6px}.news-item .title{font-weight:700;font-size:15px}.news-item .summary{font-size:13.5px;color:var(--text-muted);line-height:1.4}.news-item .meta{font-size:12px;color:#a0a0a6;margin-top:4px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.tag{background:#e4f1e9;color:var(--purple);border-radius:6px;padding:2px 8px;font-size:11.5px}.pin{color:var(--purple);font-size:11.5px;font-weight:700}.content-page{max-width:820px}.content-page .cover{width:100%;height:280px;object-fit:cover;border-radius:var(--radius-lg);margin-bottom:20px}.content-page h1{font-size:30px;font-weight:800;margin-bottom:8px}.content-page .meta{color:var(--text-muted);font-size:13px;margin-bottom:24px}.markdown-body{font-size:15.5px;line-height:1.7;color:#2a2a2e}.markdown-body h1{font-size:26px;margin:24px 0 12px}.markdown-body h2{font-size:22px;margin:22px 0 10px}.markdown-body h3{font-size:18px;margin:18px 0 8px}.markdown-body p{margin:0 0 14px}.markdown-body ul,.markdown-body ol{margin:0 0 14px 22px}.markdown-body li{margin:4px 0}.markdown-body a{color:var(--purple);text-decoration:underline}.markdown-body blockquote{border-left:3px solid var(--purple);margin:0 0 14px;padding:4px 16px;color:var(--text-muted);background:#f2f8f4;border-radius:0 8px 8px 0}.markdown-body code{background:#f2f2f4;padding:2px 6px;border-radius:5px;font-family:monospace;font-size:14px}.markdown-body pre{background:#1c1c1e;color:#e2e2e6;padding:16px;border-radius:10px;overflow:auto;margin:0 0 14px}.markdown-body pre code{background:none;padding:0;color:inherit}.markdown-body img{max-width:100%;border-radius:10px}.markdown-body table{border-collapse:collapse;width:100%;margin:0 0 14px}.markdown-body th,.markdown-body td{border:1px solid var(--border);padding:8px 12px;text-align:left;font-size:14px}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:20px 0}.rte{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 1px 3px #1018280a}.rte-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#ffffffeb;-webkit-backdrop-filter:saturate(1.4) blur(4px);backdrop-filter:saturate(1.4) blur(4px);z-index:5}.rte-group{display:flex;align-items:center;gap:2px;padding-right:10px;border-right:1px solid var(--border)}.rte-group:last-of-type{border-right:none;padding-right:0}.rte-btn{min-width:34px;height:34px;padding:0 9px;border:none;background:transparent;border-radius:9px;cursor:pointer;font-size:14px;color:#3a3a3c;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s}.rte-btn:hover{background:#eef3ef;color:var(--purple)}.rte-btn.active{background:var(--purple);color:#fff}.rte-btn:disabled{opacity:.5;cursor:default}.rte-modes{margin-left:auto;display:inline-flex;background:#f2f2f4;border-radius:10px;padding:3px}.rte-modes button{border:none;background:transparent;padding:6px 14px;border-radius:8px;cursor:pointer;font-size:13px;color:#5a5a5e;font-weight:500}.rte-modes button.active{background:#fff;color:var(--purple);box-shadow:0 1px 2px #1018281f}.rte-main{position:relative}.rte-body{padding:28px 40px 40px}.rte-body .ProseMirror{outline:none;min-height:260px;font-size:16px;line-height:1.7;color:#2a2a2e}.rte-body .ProseMirror:focus{outline:none}.rte-body .ProseMirror>*+*{margin-top:14px}.rte-body .ProseMirror h1{font-size:28px;font-weight:800;margin-top:24px}.rte-body .ProseMirror h2{font-size:23px;font-weight:700;margin-top:20px}.rte-body .ProseMirror h3{font-size:19px;font-weight:700;margin-top:16px}.rte-body .ProseMirror p.is-editor-empty:first-child:before{content:"Начните вводить текст… «/» или панель сверху для форматирования";color:#b8b8be;float:left;height:0;pointer-events:none}.rte-md{width:100%;min-height:320px;border:none;padding:24px 40px;box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:14px;line-height:1.6;resize:vertical;outline:none;color:#2a2a2e}.drag-handle{width:24px;height:26px;display:flex;align-items:center;justify-content:center;cursor:grab;color:#c4c4ca;border-radius:6px;z-index:20;transition:background .12s,color .12s}.drag-handle:after{content:"⠿";font-size:16px;line-height:1}.drag-handle:hover{background:#eef3ef;color:var(--purple)}.drag-handle:active{cursor:grabbing}.drag-handle.hide{opacity:0;pointer-events:none}@media (max-width: 768px){.rte-body,.rte-md{padding:16px 20px}}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;background:var(--red);color:#fff;border-radius:9px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.notif-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.notif-panel{position:absolute;z-index:50;right:0;top:48px;width:340px;max-height:440px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #00000024;overflow:hidden;display:flex;flex-direction:column}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.notif-readall{border:none;background:none;color:var(--purple);cursor:pointer;font-size:13px}.notif-list{overflow-y:auto}.notif-empty{padding:24px 16px;text-align:center;color:var(--text-muted);font-size:14px}.notif-item{display:block;width:100%;text-align:left;border:none;background:#fff;cursor:pointer;padding:12px 16px;border-bottom:1px solid #f2f2f4;font:inherit}.notif-item:hover{background:#f2f8f4}.notif-item.unread{background:#e4f1e9}.notif-item.unread:hover{background:#ebe0fc}.notif-item__title{font-size:14px;font-weight:600;color:var(--text-dark)}.notif-item__msg{font-size:13px;color:#4a4a4e;margin-top:2px;line-height:1.4}.notif-item__time{font-size:11.5px;color:var(--text-muted);margin-top:4px}.mention{color:var(--purple);background:#e4f1e9;border-radius:6px;padding:0 5px;font-weight:600}.mention-suggest{position:absolute;z-index:20;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001a;overflow:hidden;max-height:220px;overflow-y:auto}.mention-suggest__item{display:block;width:100%;text-align:left;padding:9px 14px;border:none;background:#fff;cursor:pointer;font:inherit;font-size:14px;color:var(--text-dark)}.mention-suggest__item:hover{background:#e4f1e9;color:var(--purple)}.crumbs{font-size:12.5px;color:var(--text-muted);margin-bottom:10px}.roles-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.roles-head h1{font-size:24px;font-weight:700}.roles-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.roles-search{padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;min-width:220px}.banner{background:#d7f5e4;color:#1b7a44;border-radius:8px;padding:10px 14px;margin-bottom:14px;font-size:14px}.banner.error{background:#fde2e0;color:#b42318}.perm-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.perm-group{border:1px solid var(--border);border-radius:10px;padding:12px 14px}.perm-group__title{font-weight:600;font-size:14px;margin-bottom:8px}.perm-item{display:flex;align-items:center;gap:8px;font-size:13.5px;padding:3px 0;color:#3a3a3c}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#10182873;display:flex;align-items:center;justify-content:center;padding:16px}.modal{background:#fff;border-radius:14px;width:100%;max-width:440px;box-shadow:0 20px 48px #00000040;display:flex;flex-direction:column;max-height:calc(100vh - 32px)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);font-size:16px;flex:0 0 auto}.modal-x{border:none;background:none;cursor:pointer;font-size:16px;color:#8a8a8e}.modal-body{padding:20px;font-size:14px;line-height:1.5;color:#2a2a2e;overflow-y:auto}.users-admin{display:grid;grid-template-columns:250px 1fr;gap:22px;align-items:start}.usub{display:flex;flex-direction:column;gap:2px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:8px}.usub button{text-align:left;border:none;background:transparent;border-radius:8px;padding:9px 12px;font-size:13.5px;color:#3a3a3c;cursor:pointer}.usub button:hover{background:#eef3ef;color:var(--purple)}.usub button.active{background:#e4f1e9;color:var(--purple);font-weight:600}.usub-panel{min-width:0}.usub-head{display:flex;align-items:baseline;gap:12px;margin-bottom:14px}.usub-head h2{font-size:18px;font-weight:700}.u-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden}.u-table th{text-align:left;font-size:12.5px;color:#475569;background:#f8fafc;padding:10px 14px;font-weight:600}.u-table td{padding:10px 14px;font-size:14px;border-top:1px solid var(--border)}.chip{font-size:12px;border-radius:20px;padding:2px 10px;font-weight:600}.chip.ok{background:#d7f5e4;color:#1b7a44}.chip.no{background:#fde2e0;color:#b42318}.stat-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px 20px}.stat-val{font-size:30px;font-weight:800;color:var(--text-dark)}.stat-val.ok{color:#16a34a}.stat-val.no{color:#dc2626}.stat-lbl{font-size:13px;color:var(--text-muted);margin-top:4px}.groups-grid{display:grid;grid-template-columns:320px 1fr;gap:20px;align-items:start}@media (max-width: 1000px){.groups-grid{grid-template-columns:1fr}}.report-cols{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media (max-width: 900px){.report-cols{grid-template-columns:1fr}}.report-h{font-size:15px;font-weight:600;margin-bottom:10px}.bars{display:flex;flex-direction:column;gap:8px}.bar-row{display:grid;grid-template-columns:140px 1fr 36px;align-items:center;gap:10px}.bar-label{font-size:13px;color:#3a3a3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bar-track{background:#f2f2f4;border-radius:6px;height:14px;overflow:hidden}.bar-fill{display:block;height:100%;background:var(--purple);border-radius:6px}.bar-count{font-size:13px;font-weight:600;text-align:right;color:#475569}.scaffold{display:flex;flex-direction:column;gap:12px;max-width:360px}.scaffold label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#4a4a4e}.scaffold input,.scaffold select{padding:9px 11px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:14px}@media (max-width: 1000px){.users-admin{grid-template-columns:1fr}}.org-tree{max-width:640px}.org-node.root>.org-row{background:var(--purple);color:#fff;border-color:var(--purple);font-weight:700}.org-node.root>.org-row .org-count{background:#ffffff40;color:#fff}.org-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 16px;margin-bottom:8px}.org-name{font-size:15px}.org-count{background:#e4f1e9;color:var(--purple);border-radius:20px;padding:2px 12px;font-size:13px;font-weight:600;min-width:34px;text-align:center}.org-children{margin-left:22px;padding-left:16px;border-left:2px solid #ececee}.company-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.company-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer;transition:box-shadow .15s,border-color .15s;font:inherit}.company-card:hover{border-color:#c7ded2;box-shadow:0 6px 18px #6a1fd014}.company-card img{width:110px;height:110px;object-fit:contain;border-radius:12px}.company-card__title{font-size:15px;font-weight:600;text-align:center;color:var(--text-dark)}.admin{display:grid;grid-template-columns:320px 1fr;gap:24px;align-items:start}.admin__list{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.admin__list .row{padding:12px 16px;border-bottom:1px solid var(--border);cursor:pointer}.admin__list .row:hover{background:var(--bg)}.admin__list .row.active{background:#e4f1e9}.admin__list .row .t{font-weight:600;font-size:14px}.admin__list .row .s{font-size:12px;color:var(--text-muted);display:flex;gap:8px}.badge{font-size:11px;border-radius:6px;padding:1px 7px}.badge.draft{background:#fdeede;color:#b7791f}.badge.published{background:#d7f5e4;color:#1b7a44}.editor{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 24px}.editor .grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.cf-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.cf-head h2{font-size:19px;font-weight:700}.content-form{display:grid;grid-template-columns:1fr 340px;gap:22px;align-items:start}.cf-left{display:flex;flex-direction:column;gap:16px}.cf-right{display:flex;flex-direction:column;gap:14px;background:#fbfbfc;border:1px solid var(--border);border-radius:12px;padding:16px}.cf-title{font-size:18px!important;font-weight:600}.cf-cover-field{display:flex;flex-direction:column;gap:8px}.cf-lbl{font-size:13px;color:#4a4a4e}.cf-cover{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.req{color:#ef4444}.file-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;padding:8px 12px;font-size:13px;background:#fff;cursor:pointer;color:#374151}.file-btn:hover{background:#eef3ef}.cf-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}@media (max-width: 1200px){.content-form{grid-template-columns:1fr}}.editor label{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#4a4a4e}.editor input,.editor select,.editor textarea{padding:9px 11px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:14px;width:100%}.editor textarea{min-height:220px;font-family:monospace;resize:vertical}.editor .md-split{display:grid;grid-template-columns:1fr 1fr;gap:14px}.editor .md-preview{border:1px solid var(--border);border-radius:8px;padding:12px 14px;min-height:220px;overflow:auto;background:#fafafa}.editor .actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.btn{padding:9px 16px;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;font-size:14px}.btn.primary{background:var(--purple);color:#fff;border-color:var(--purple)}.btn.green{background:var(--green);color:#fff;border-color:var(--green)}.btn.danger{color:var(--red);border-color:#f3c6c2}.hint{color:var(--text-muted);font-size:12.5px}@media (max-width: 1200px){.quick-links{grid-template-columns:repeat(3,1fr)}.content-grid{grid-template-columns:1fr}.news-grid,.news-list,.company-grid{grid-template-columns:repeat(2,1fr)}.admin,.editor .grid,.editor .md-split{grid-template-columns:1fr}}@media (max-width: 768px){.page{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.quick-links{grid-template-columns:repeat(2,1fr)}.hero-banner{flex-direction:column;min-height:auto;padding:24px;align-items:flex-start;gap:16px}.hero-banner__tagline{margin-left:0}.news-grid,.company-grid{grid-template-columns:1fr}.content{padding:16px}.topbar{padding:12px 16px}}@media (max-width: 900px){.topbar{gap:14px;padding:0 16px}.topbar__search,.tb-help,.tb-name{display:none}.tb-burger{display:flex}.nav{position:fixed;left:0;top:72px;bottom:0;z-index:40;width:264px;background:#fff;transform:translate(-108%);transition:transform .2s ease;box-shadow:0 14px 45px #1e3d3324}.nav--open{transform:translate(0)}.workspace{padding:20px 16px 48px}}.tb-profile{position:relative}.tb-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.tb-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:41;min-width:230px;background:#fff;border:1px solid var(--border);border-radius:12px;padding:6px;box-shadow:0 14px 45px #1e3d3324}.tb-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;background:none;border-radius:9px;font-size:14px;font-weight:600;color:var(--text-dark);cursor:pointer;text-align:left}.tb-menu__item:hover{background:#eef3ef;color:var(--purple)}.tb-menu__sep{height:1px;background:var(--border);margin:6px 4px}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (min-width:520px){.theme-grid{grid-template-columns:repeat(3,1fr)}}.theme-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:12px;border:1.5px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;text-align:left}.theme-card:hover{border-color:var(--purple)}.theme-card.active{border-color:var(--purple);box-shadow:0 0 0 3px var(--accent-soft)}.theme-swatch{width:100%;height:44px;border-radius:9px;border:1px solid var(--border);display:flex;align-items:center;padding:0 10px}.theme-swatch>span{width:26px;height:26px;border-radius:50%;box-shadow:0 1px 3px #0003}.theme-name{font-size:13px;font-weight:700;color:var(--text-dark);line-height:1.25}.theme-note{font-size:11px;color:var(--text-muted)}[data-theme=dark]{--purple:#2f9e79;--purple-dark:#26856a;--accent-soft:#16352c;--accent-banner:#14251f;--accent-ink:#6ee7b7;--card-dark:#0b1512;--bg:#0f1a17;--card-bg:#16231f;--text-dark:#e6f0ea;--text-muted:#8fa89d;--border:#2a3a34}[data-theme=dark] .topbar{background:#0f1a17eb}[data-theme=dark] .dash-card,[data-theme=dark] .card,[data-theme=dark] .editor,[data-theme=dark] .modal,[data-theme=dark] .tb-menu,[data-theme=dark] .rte,[data-theme=dark] .notif-panel,[data-theme=dark] .stat-card,[data-theme=dark] .u-table,[data-theme=dark] .news-item,[data-theme=dark] .theme-card,[data-theme=dark] .dash-action,[data-theme=dark] .org-row,[data-theme=dark] .topbar__search{background:var(--card-bg);border-color:var(--border);color:var(--text-dark)}[data-theme=dark] .topbar__search input{color:var(--text-dark)}[data-theme=dark] .topbar__search kbd{background:#20302a;color:#8fa89d}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .btn{background:#1b2a25;color:var(--text-dark);border-color:var(--border)}[data-theme=dark] .btn.primary{background:var(--purple);color:#08120e;border-color:var(--purple)}[data-theme=dark] .tb-btn,[data-theme=dark] .icon-btn{color:#a9c4b8}[data-theme=dark] .tb-btn:hover,[data-theme=dark] .icon-btn:hover,[data-theme=dark] .nav__item:hover,[data-theme=dark] .tb-user:hover,[data-theme=dark] .tb-menu__item:hover,[data-theme=dark] .dash-event:hover{background:#1b2a25}[data-theme=dark] .u-table th{background:#12201b}[data-theme=dark] .notif-item.unread{background:#16352c}[data-theme=dark] .dash-greet h1,[data-theme=dark] .dash-card__head h2,[data-theme=dark] .dash-action__label,[data-theme=dark] .dash-feed__txt{color:var(--text-dark)}[data-theme=dark] .dash-greet__date,[data-theme=dark] .dash-greet__sub,[data-theme=dark] .dash-card__head p,[data-theme=dark] .dash-event__time,[data-theme=dark] .dash-event__meta,[data-theme=dark] .dash-feed__time,[data-theme=dark] .dash-empty,[data-theme=dark] .nav__title{color:var(--text-muted)}
