:root{color-scheme:light;--bg: #f4f7fb;--surface: #ffffff;--surface-muted: #eef3f9;--text: #152033;--text-muted: #5d6b82;--primary: #2563eb;--primary-dark: #1d4ed8;--border: #d7e0ec;--shadow: 0 18px 40px rgba(21, 32, 51, .08);font-family:Inter,Noto Sans SC,system-ui,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:linear-gradient(180deg,#f8fbff 0%,var(--bg) 100%)}*{box-sizing:border-box}body{margin:0;min-height:100vh}button{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.topbar{display:grid;grid-template-columns:auto minmax(240px,1fr) auto;gap:1rem;align-items:center;padding:1rem 1.5rem;background:#ffffffeb;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:30}.topbar-start{display:flex;align-items:center;gap:.75rem;min-width:0}.mobile-nav-toggle{display:none;padding:.5rem .75rem;font-size:1.1rem;line-height:1}.topbar-search{min-width:0}.topbar-actions{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.eyebrow{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.topbar-subtitle,.muted{color:var(--text-muted)}.brand-logo{display:flex;align-items:center;gap:.9rem}.brand-logo-image{object-fit:contain;border-radius:12px;box-shadow:0 8px 20px #1520331f}.brand-logo-sm .brand-logo-image{width:36px;height:36px}.brand-logo-md .brand-logo-image{width:48px;height:48px}.brand-logo-lg .brand-logo-image{width:64px;height:64px}.brand-name{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.brand-tagline{margin:.15rem 0 0;color:var(--primary);font-size:.85rem;font-weight:600;letter-spacing:.02em}.topbar-subtitle{margin:.2rem 0 0}.topbar-actions{display:flex;align-items:center;gap:1rem}.language-switch{display:inline-flex;padding:.2rem;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.language-switch button{border:0;background:transparent;color:var(--text-muted);padding:.45rem .8rem;border-radius:999px;cursor:pointer}.language-switch button.active{background:var(--primary);color:#fff}.user-chip{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.user-chip-text{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-body{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 73px);position:relative}.sidebar{padding:1.25rem 1rem;border-right:1px solid var(--border);background:#ffffffc7}.sidebar-backdrop{display:none}.sidebar nav{display:grid;gap:.35rem}.nav-link{display:flex;align-items:center;gap:.65rem;padding:.8rem 1rem;border-radius:12px;color:var(--text-muted);font-weight:500;border-left:3px solid transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.nav-link.active{background:#2563eb1a;color:var(--primary-dark);border-left-color:var(--primary);font-weight:600}.nav-link:hover{background:var(--surface-muted);color:var(--text)}.nav-link-icon{width:1.25rem;text-align:center;font-size:.95rem;opacity:.75;flex-shrink:0}.nav-link.active .nav-link-icon{opacity:1}.content{padding:1.75rem 2rem 2.5rem;max-width:1280px;width:100%}.page{animation:page-enter .25s ease}@keyframes page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.nav-section-label{margin:1.15rem 1rem .35rem;padding-top:.65rem;border-top:1px solid var(--border);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.nav-section-label:first-child{margin-top:.25rem;padding-top:0;border-top:none}.role-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1.5rem}.role-legend-item{display:grid;gap:.25rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fffc}.admin-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:16px;background:#ffffffe6}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table th{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--surface-muted)}.admin-table tr:last-child td{border-bottom:none}.table-wrap,.audit-table-desktop{overflow-x:auto;border:1px solid var(--border);border-radius:16px;background:#ffffffe6}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th,.data-table td{padding:.9rem 1rem;text-align:left;border-bottom:1px solid var(--border);vertical-align:middle}.data-table th{font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--surface-muted)}.data-table tr:last-child td{border-bottom:none}.admin-select{min-width:10rem;padding:.45rem .6rem;border:1px solid var(--border);border-radius:8px;background:#fff}.access-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.access-toggle input{width:1rem;height:1rem}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem}.admin-tab{padding:.65rem 1rem;border:1px solid var(--border);border-radius:999px;background:#fffc;color:var(--text-muted);font-weight:600;cursor:pointer}.admin-tab.active{background:var(--surface-muted);color:var(--text)}.department-form{display:grid;grid-template-columns:1fr 1fr auto;gap:.75rem;margin-bottom:1.25rem}.department-form input{padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff}.employee-create-form{margin-bottom:1.25rem;padding:1rem;border:1px solid var(--border);border-radius:16px;background:#ffffffe6}.employee-create-form h2{margin:0 0 .75rem;font-size:1rem}.employee-create-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.employee-create-grid input,.employee-create-grid select,.employee-create-grid button{width:100%}.employee-create-grid input{padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff}.publish-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.publish-channel-list,.publish-settings-grid,.publish-delivery-list{display:grid;gap:.65rem}.publish-channel-option{display:flex;align-items:flex-start;gap:.6rem}.publish-delivery-item{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.publish-status-sent{color:#166534}.publish-status-failed{color:#b91c1c}.integration-connect-block{display:grid;gap:.75rem;padding:1rem;margin-bottom:1rem;border:1px solid var(--border);border-radius:12px;background:#fafbfc}.integration-connect-header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between}.integration-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.82rem;background:#eef2f6;color:#475467}.integration-badge-connected{background:#ecfdf3;color:#027a48}.integration-connect-button{display:inline-flex;width:fit-content;text-decoration:none;justify-content:center}.outlook-connect-card{margin-bottom:1.5rem}.outlook-feature-list{margin:0;padding-left:1.2rem;color:var(--muted, #667085);font-size:.92rem}.success-text{color:#027a48;margin:0}.calendar-event-outlook_event{border-left:3px solid #0078d4}.version-history-panel{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.version-history-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1rem}.version-history-list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.version-history-item{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;padding:.85rem;border:1px solid var(--border);border-radius:10px;background:#fff}.version-history-actions{display:flex;flex-wrap:wrap;gap:.45rem}.version-diff-panel{padding:1rem;border:1px solid var(--border);border-radius:12px;background:#fafbfc}.version-diff-list{display:grid;gap:.85rem}.version-diff-item pre{margin:.35rem 0 0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.92rem}.publish-status-pending{color:#a16207}.file-source-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.file-browser{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1rem}.file-browser-sidebar,.file-browser-main{border:1px solid var(--border);border-radius:16px;background:#ffffffe6;padding:1rem}.file-browser-sidebar h2{margin:0 0 .75rem;font-size:1rem}.file-breadcrumbs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.file-folder-tree{display:grid;gap:.35rem}.file-folder-node{display:block;width:100%;text-align:left;border:1px solid transparent;background:transparent;padding:.45rem .55rem;border-radius:8px;cursor:pointer;color:inherit}.file-folder-node:hover{background:#2563eb14;border-color:var(--border)}.file-folder-card{cursor:pointer;text-align:left;width:100%;font:inherit;color:inherit}.file-folder-card:hover{border-color:#98a2b3}@media(max-width:900px){.department-form,.publish-grid,.file-browser,.version-history-layout,.employee-create-grid{grid-template-columns:1fr}}.page-header h1{margin:0;font-size:2rem}.page-header{margin-bottom:1.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.stat-card,.empty-state,.info-banner,.login-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.stat-card{padding:1.25rem;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.stat-card-link:hover{transform:translateY(-2px);box-shadow:0 22px 44px #1520331a;border-color:#2563eb40}.stat-value{margin:0;font-size:2.4rem;font-weight:700}.stat-label{margin:.35rem 0 0;color:var(--text-muted)}.badge{display:inline-block;margin-top:.85rem;padding:.2rem .55rem;border-radius:999px;background:var(--surface-muted);color:var(--text-muted);font-size:.8rem}.info-banner,.empty-state{margin-top:1.5rem;padding:1.25rem 1.5rem}.empty-state{color:var(--text-muted)}.empty-state-illustrated{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.75rem;min-height:180px}.empty-state-icon{font-size:2rem;line-height:1;opacity:.85}.empty-state-illustrated p{margin:0;max-width:36ch}.loading-state{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;color:var(--text-muted)}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.primary-button,.ghost-button{border-radius:12px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.primary-button:focus-visible,.ghost-button:focus-visible,.nav-link:focus-visible,.form-field input:focus-visible,.toolbar input:focus-visible,.toolbar select:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.primary-button{border:0;background:var(--primary);color:#fff;padding:.9rem 1.2rem;font-weight:600}.primary-button:hover{background:var(--primary-dark)}.ghost-button{border:1px solid var(--border);background:transparent;padding:.55rem .9rem}.login-screen,.center-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 28%),linear-gradient(180deg,#f8fbff 0%,var(--bg) 100%)}.login-card{width:min(480px,100%);padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow)}.login-card-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.login-title{margin:0 0 .5rem;font-size:clamp(1.35rem,4vw,1.75rem);line-height:1.25;word-break:break-word}.login-description{margin:0 0 1.5rem}.login-form{display:grid;gap:1rem;width:100%}.form-field{display:grid;gap:.35rem;font-weight:500;width:100%}.form-field input{width:100%;padding:.75rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff;font:inherit}.login-submit{width:100%}.login-microsoft{width:100%;margin-top:.75rem}.microsoft-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.login-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--text-muted);font-size:.9rem}.login-divider:before,.login-divider:after{content:"";height:1px;background:var(--border)}@media(max-width:900px){.mobile-nav-toggle{display:inline-flex}.app-body{grid-template-columns:1fr}.sidebar{position:fixed;top:73px;left:0;bottom:0;width:min(300px,88vw);z-index:40;transform:translate(-105%);transition:transform .2s ease;box-shadow:var(--shadow);overflow-y:auto}.sidebar.sidebar-open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:73px;right:0;bottom:0;left:0;border:0;background:#0f172a59;z-index:35;cursor:pointer}.sidebar nav{grid-template-columns:1fr}.topbar{grid-template-columns:1fr}.topbar-search{order:3;width:100%}.topbar-actions{width:100%;flex-wrap:wrap;justify-content:flex-end}.search-kbd,.user-chip-text{display:none}.content{padding:1.25rem}}:lang(zh-CN) body{font-family:Noto Sans SC,Inter,system-ui,sans-serif}.row-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.toolbar,.template-row,.form-actions,.list-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.toolbar{margin-bottom:1rem}.toolbar input,.toolbar select,.search-bar input,.editor-form input{border:1px solid var(--border);border-radius:10px;padding:.7rem .9rem;min-width:220px}.link-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.link-badge,.stat-card-link{text-decoration:none;color:inherit}.list-stack{display:grid;gap:.85rem}.list-card{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;transition:border-color .15s ease,box-shadow .15s ease}.list-card:hover{border-color:#2563eb33;box-shadow:0 10px 24px #1520330d}.workflow-badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.02em}.workflow-badge-draft{background:#eef2f6;color:#475467}.workflow-badge-review{background:#eff8ff;color:#175cd3}.workflow-badge-scheduled{background:#f4f3ff;color:#5925dc}.workflow-badge-published{background:#ecfdf3;color:#027a48}.workflow-badge-rejected{background:#fef3f2;color:#b42318}.workflow-badge-expiring{background:#fef0c7;color:#b54708}.invite-notice,.platform-tip{margin-top:1rem;padding:.85rem 1rem;border-radius:12px;background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.invite-notice{margin-bottom:.5rem}.list-card h2{margin:0 0 .25rem;font-size:1.1rem}.list-card h3{margin:0;font-size:1.05rem}.workflow-actions{align-items:flex-end}.workflow-actions input[type=datetime-local],.workflow-actions input[type=text]{min-width:180px}.audit-details{display:block;max-width:420px;overflow-x:auto;font-size:.82rem;white-space:pre-wrap;word-break:break-word}.audit-card-list{display:none;gap:.85rem}.audit-card{padding:1rem 1.2rem;background:var(--surface);border:1px solid var(--border);border-radius:16px}.audit-card-time{font-size:.85rem}.upload-zone{border:2px dashed var(--border);border-radius:18px;padding:2rem;text-align:center;margin-bottom:1rem;background:#ffffffb3}.editor-form label{display:grid;gap:.5rem;margin-bottom:1rem;font-weight:600}.editor-shell{border:1px solid var(--border);border-radius:16px;overflow:hidden;background:#fff}.editor-toolbar{display:flex;gap:.5rem;flex-wrap:wrap;padding:.75rem;border-bottom:1px solid var(--border);background:var(--surface-muted)}.editor-toolbar button.active,.editor-toolbar button:hover{background:#fff}.editor-content{min-height:280px;padding:1rem}.editor-content .ProseMirror{outline:none;min-height:240px}.editor-content .ProseMirror h2{margin-top:1rem}.search-bar{position:relative}.global-search{position:relative;width:100%}.global-search form{display:flex;gap:.65rem;align-items:stretch}.global-search-input-wrap{position:relative;flex:1;display:flex;align-items:center}.global-search-icon{position:absolute;left:.9rem;color:var(--text-muted);pointer-events:none}.global-search input{width:100%;min-height:44px;padding:.7rem .9rem .7rem 2.35rem;border:1px solid var(--border);border-radius:12px;background:#fff;font:inherit}.global-search-compact input{padding-right:4.5rem}.search-kbd{position:absolute;right:.65rem;padding:.15rem .45rem;border-radius:6px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text-muted);font-size:.72rem}.global-search-submit{white-space:nowrap}.global-search-hero{max-width:760px}.global-search-hero form{flex-direction:column}.global-search-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.search-results-panel{position:absolute;left:0;right:0;top:calc(100% + .5rem);background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:.75rem;z-index:50;max-height:min(70vh,420px);overflow:auto}.global-search-hero .search-results-panel{position:static;margin-top:.75rem;max-height:none}.search-panel-status,.search-empty-inline{padding:.75rem 1rem}.search-panel-label{margin:0 0 .5rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.search-panel-footer{display:flex;gap:1rem;flex-wrap:wrap;padding:.5rem .75rem .25rem;border-top:1px solid var(--border);margin-top:.5rem}.search-panel-link{color:var(--primary-dark);font-weight:600;font-size:.92rem}.search-chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.search-chip{border:1px solid var(--border);background:var(--surface-muted);color:var(--text);border-radius:999px;padding:.45rem .8rem;cursor:pointer;font:inherit}.search-chip:hover{border-color:#2563eb59;background:#2563eb14}.search-result-list{display:grid;gap:.5rem}.search-result-card{display:grid;gap:.35rem;width:100%;text-align:left;border:1px solid transparent;background:transparent;padding:.8rem .9rem;border-radius:12px;cursor:pointer}.search-result-card:hover{background:var(--surface-muted);border-color:var(--border)}.search-result-card-head{display:flex;gap:.75rem;align-items:flex-start}.search-result-type-icon{width:1.5rem;text-align:center;flex-shrink:0;opacity:.8}.search-result-card-copy{display:grid;gap:.15rem;flex:1;min-width:0}.search-result-badges{flex-shrink:0}.search-result-snippet{margin:0;padding-left:2.25rem;font-size:.92rem}.search-page-hero{display:grid;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;border:1px solid var(--border);border-radius:20px;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 35%),#ffffffeb}.search-page-hero h1{margin:0}.search-mode-tabs{display:flex;gap:.5rem;flex-wrap:wrap}.search-filter-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.search-filter{border:1px solid var(--border);background:#fff;color:var(--text-muted);border-radius:999px;padding:.45rem .9rem;cursor:pointer;font:inherit}.search-filter.active{background:#2563eb1a;border-color:#2563eb59;color:var(--primary-dark);font-weight:600}.search-ask-form textarea{width:100%;min-height:120px;padding:.9rem 1rem;border:1px solid var(--border);border-radius:14px;font:inherit;resize:vertical}.search-ask-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:.75rem}.search-ai-answer{margin:1rem 0 1.5rem;padding:1.25rem 1.4rem;border:1px solid #bfdbfe;border-radius:16px;background:linear-gradient(180deg,#eff6ff,#fff)}.search-ai-answer-head{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.75rem}.search-ai-answer h2,.search-sources-title{margin:0}.search-ai-mode{display:inline-flex;padding:.2rem .55rem;border-radius:999px;font-size:.76rem;font-weight:700}.search-ai-mode-ai{background:#dbeafe;color:#1d4ed8}.search-ai-mode-keyword{background:#eef2f6;color:#475467}.search-page-suggestions{margin-bottom:1.25rem}.dashboard-search-hero{display:grid;gap:1rem;margin-bottom:1.5rem}.dashboard-search-hero h1{margin:0}.error-text{color:#b42318}.ghost-button.danger{color:#b42318;border-color:#f2c7c2}.header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.compact-grid{margin-bottom:1rem}.compact-grid .stat-value{font-size:1.8rem}.section-block{margin-top:1.5rem}.section-block h2{margin:0 0 .75rem;font-size:1.1rem}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checkbox-row{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:1rem}.list-card-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.status-badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600}.status-valid{background:#dcfae6;color:#067647}.status-expiring{background:#fef0c7;color:#b54708}.status-expired{background:#fee4e2;color:#b42318}.role-chip{color:var(--text-muted);font-size:.85rem}.status-renewal{background:#e0eaff;color:#175cd3}.editor-form textarea,.editor-form select{border:1px solid var(--border);border-radius:10px;padding:.7rem .9rem}@media(max-width:900px){.list-card,.row-header{flex-direction:column;align-items:stretch}.list-card-actions,.workflow-actions{width:100%;justify-content:flex-start}.workflow-actions input[type=datetime-local],.workflow-actions input[type=text]{width:100%;min-width:0}.audit-table-desktop{display:none}.audit-card-list{display:grid}.search-bar form{flex-direction:column}.form-grid{grid-template-columns:1fr}}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:1.25rem;align-items:start}.ai-assist-panel{padding:1.1rem 1.2rem;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#f8fbff,#fff 70%);box-shadow:var(--shadow);position:sticky;top:5.5rem}.ai-assist-head{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start;margin-bottom:.85rem}.ai-assist-head h2{margin:.15rem 0;font-size:1.1rem}.ai-status-pill{display:inline-flex;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.ai-status-on{background:#ecfdf3;color:#027a48}.ai-status-off{background:#fef3f2;color:#b42318}.ai-assist-row{display:grid;gap:.65rem}.ai-assist-field{display:grid;gap:.35rem;font-weight:600}.ai-assist-field select{border:1px solid var(--border);border-radius:10px;padding:.65rem .8rem;font:inherit;background:#fff}.ai-summary-box{margin-top:.85rem;padding:.85rem .95rem;border-radius:12px;background:var(--surface-muted);border:1px solid var(--border)}.ai-summary-box pre{margin:.5rem 0 0;white-space:pre-wrap;font:inherit;color:var(--text)}@media(max-width:980px){.editor-layout{grid-template-columns:1fr}.ai-assist-panel{position:static}}.certificate-children-panel{margin:1.25rem 0;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:14px;background:#ffffffd9}.certificate-children-panel h2{margin:0 0 .75rem;font-size:1rem}.header-actions{display:flex;gap:.65rem;flex-wrap:wrap;align-items:center}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.25rem 0 1.75rem}.home-panel{padding:1rem 1.1rem;border:1px solid var(--border);border-radius:16px;background:#ffffffe6;box-shadow:var(--shadow)}.home-panel-head{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline;margin-bottom:.75rem}.home-panel-head h2{margin:0;font-size:1.05rem}.home-item{display:grid;gap:.2rem;padding:.7rem .75rem;border-radius:12px;border:1px solid transparent;background:var(--surface-muted)}.home-item:hover{border-color:#2563eb40;background:#fff}.publish-calendar{padding:1.1rem 1.2rem;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff 55%)}.publish-calendar-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.9rem}.publish-calendar-head h2{margin:0}.calendar-day-strip{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;margin-bottom:.85rem}.calendar-day-chip{min-width:74px;border:1px solid var(--border);background:#fff;border-radius:12px;padding:.55rem .65rem;display:grid;gap:.2rem;cursor:pointer;font:inherit;text-align:left}.calendar-day-chip.active{border-color:#2563eb73;background:#2563eb14;color:var(--primary-dark)}.calendar-event{display:grid;gap:.25rem;padding:.85rem 1rem;border-radius:14px;border:1px solid var(--border);background:#fff}.calendar-event-scheduled_publish{border-left:4px solid #5925dc}.calendar-event-publication{border-left:4px solid #027a48}.calendar-event-certificate_expiry{border-left:4px solid #b54708}.calendar-event-certificate_reminder{border-left:4px solid #175cd3}@media(max-width:900px){.home-grid{grid-template-columns:1fr}}.office-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f172a73;display:grid;place-items:center;padding:1rem}.office-panel{width:min(1100px,100%);height:min(860px,92vh);background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 24px 60px #0f172a33;display:grid;grid-template-rows:auto auto 1fr;gap:.75rem;padding:1rem 1.1rem 1.1rem}.office-panel-header{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-start;justify-content:space-between}.office-panel-header h2{margin:.15rem 0 0;font-size:1.2rem}.office-panel-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.office-panel-frame{width:100%;height:100%;min-height:420px;border:1px solid var(--border);border-radius:12px;background:#f8fafc}.office-panel-fallback{display:grid;gap:.75rem;place-content:center;text-align:center;border:1px dashed var(--border);border-radius:12px;padding:2rem 1rem;color:#475467}.analytics-header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:flex-end}.analytics-range{display:flex;flex-wrap:wrap;gap:.5rem}.analytics-grid{margin-top:1.5rem}.analytics-span-2{grid-column:1 / -1}.analytics-bar-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.analytics-bar-meta{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;font-size:.92rem}.analytics-bar-track{height:.55rem;border-radius:999px;background:#94a3b840;overflow:hidden}.analytics-bar-track-split{display:flex}.analytics-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#1d4ed8,#0f766e);min-width:0}.analytics-bar-fill-ok{background:#0f766e;border-radius:999px 0 0 999px}.analytics-bar-fill-fail{background:#b91c1c;border-radius:0 999px 999px 0}.analytics-channel-detail{margin:.35rem 0 0;font-size:.82rem}.analytics-mini-kpis{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1rem;font-size:.88rem;color:var(--text-muted)}.analytics-spark{display:flex;align-items:flex-end;gap:.2rem;height:120px;padding:.35rem .15rem 0}.analytics-spark-col{flex:1;min-width:0;height:100%;display:flex;align-items:flex-end}.analytics-spark-bar{width:100%;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#1d4ed8,#0f766e);opacity:.9}@media(max-width:900px){.analytics-span-2{grid-column:auto}.analytics-spark{height:96px}}.sharepoint-import-panel{height:auto;max-height:min(860px,92vh);grid-template-rows:auto auto auto 1fr;overflow:auto}.sharepoint-import-breadcrumbs{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.sharepoint-import-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.sharepoint-import-lists h3{margin:0 0 .5rem;font-size:.95rem}.sharepoint-import-list{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.sharepoint-import-list .primary-button,.sharepoint-import-list .ghost-button{width:100%;justify-content:flex-start;text-align:left}.sharepoint-attach-actions{margin-top:-.35rem}@media(max-width:700px){.sharepoint-import-lists{grid-template-columns:1fr}}.product-image-preview{max-width:280px;max-height:200px;object-fit:cover;border-radius:12px;border:1px solid var(--border)}.shop-shell{--shop-bg: #0b100e;--shop-bg-elevated: #141b18;--shop-surface: #1a2320;--shop-ink: #f3f6f2;--shop-muted: #9aaca2;--shop-accent: #c6f55a;--shop-accent-ink: #10200c;--shop-line: rgba(243, 246, 242, .12);--shop-font-display: "Syne", "Noto Sans SC", sans-serif;--shop-font-body: "Manrope", "Noto Sans SC", sans-serif;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(1200px 600px at 12% -10%,rgba(198,245,90,.16),transparent 55%),radial-gradient(900px 500px at 88% 8%,rgba(56,120,90,.22),transparent 50%),linear-gradient(180deg,#0b100e,#101714 42%,#0d1311);color:var(--shop-ink);font-family:var(--shop-font-body)}.shop-shell .muted,.shop-shell .error-text{color:var(--shop-muted)}.shop-shell .error-text{color:#ff8f8f}.shop-topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.95rem clamp(1rem,3vw,2rem);border-bottom:1px solid var(--shop-line);background:#0b100ec7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shop-hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.shop-turnstile{margin:.75rem 0}.shop-logo{display:inline-flex;align-items:center;gap:.7rem;color:inherit;text-decoration:none}.shop-logo-stacked{flex-direction:column;align-items:flex-start;gap:.85rem}.shop-logo-mark{display:grid;place-items:center;flex:0 0 auto;border-radius:18px;background:#c6f55a14;border:1px solid rgba(198,245,90,.28)}.shop-logo-mark svg{width:100%;height:100%;display:block}.shop-logo-sm .shop-logo-mark{width:2.35rem;height:2.35rem;border-radius:12px}.shop-logo-md .shop-logo-mark{width:3rem;height:3rem}.shop-logo-lg .shop-logo-mark{width:3.6rem;height:3.6rem}.shop-logo-hero .shop-logo-mark{width:clamp(4.2rem,10vw,6.2rem);height:clamp(4.2rem,10vw,6.2rem);border-radius:22px}.shop-logo-text{display:grid;gap:.12rem;line-height:1}.shop-logo-wordmark{display:inline-flex;align-items:baseline;gap:.08em;font-family:var(--shop-font-display);font-weight:800;letter-spacing:-.05em;text-transform:none}.shop-logo-fuck{color:var(--shop-ink)}.shop-logo-co2{color:var(--shop-accent);position:relative}.shop-logo-co2:after{content:"";position:absolute;left:-4%;right:-4%;top:52%;height:.12em;background:var(--shop-accent);transform:rotate(-12deg);border-radius:999px;opacity:.95}.shop-logo-co2 sub{font-size:.55em;font-weight:800}.shop-logo-company{color:var(--shop-muted);font-family:var(--shop-font-body);font-weight:600;letter-spacing:.02em}.shop-logo-sm .shop-logo-wordmark{font-size:1.25rem}.shop-logo-sm .shop-logo-company{font-size:.72rem}.shop-logo-md .shop-logo-wordmark{font-size:1.55rem}.shop-logo-md .shop-logo-company{font-size:.82rem}.shop-logo-lg .shop-logo-wordmark{font-size:2rem}.shop-logo-lg .shop-logo-company{font-size:.9rem}.shop-logo-hero .shop-logo-wordmark{font-size:clamp(2.8rem,9vw,5.6rem);letter-spacing:-.06em}.shop-logo-hero .shop-logo-company{font-size:clamp(.95rem,2vw,1.15rem);margin-top:.35rem}.shop-hero-company,.shop-footer-company{margin:.85rem 0 0;color:var(--shop-muted);font-size:.95rem}.shop-footer-company{margin-top:.35rem}.shop-brand{text-decoration:none;color:inherit;display:inline-flex}.shop-brand{text-decoration:none;color:inherit}.shop-brand-mark{font-family:var(--shop-font-display);font-size:clamp(1.35rem,2.4vw,1.7rem);font-weight:800;letter-spacing:-.04em;text-transform:uppercase}.shop-topbar-actions{display:flex;flex-wrap:wrap;gap:.55rem .85rem;align-items:center;justify-content:flex-end}.shop-nav-link,.shop-nav-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--shop-muted);font:inherit;font-weight:600;font-size:.92rem;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;padding:.25rem 0;transition:color .2s ease}.shop-nav-link:hover,.shop-nav-button:hover,.shop-nav-link-strong{color:var(--shop-ink)}.shop-credit-pill{display:inline-flex;align-items:center;padding:.15rem .45rem;border-radius:999px;background:#c6f55a24;color:var(--shop-accent);font-size:.78rem;font-weight:700}.shop-cart-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;background:var(--shop-accent);color:var(--shop-accent-ink);font-weight:700;font-size:.88rem;text-decoration:none;transition:transform .2s ease,filter .2s ease}.shop-cart-chip span{display:inline-grid;place-items:center;min-width:1.35rem;height:1.35rem;padding:0 .3rem;border-radius:999px;background:#10200c29}.shop-cart-chip:hover{transform:translateY(-1px);filter:brightness(1.05)}.shop-main{width:100%;margin:0;padding:0 0 3rem}.shop-hero-bleed{position:relative;min-height:min(88vh,860px);display:grid;align-items:end;overflow:hidden;isolation:isolate}.shop-hero-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,transparent 20%,rgba(11,16,14,.55) 68%,#0b100e 100%),radial-gradient(circle at 70% 35%,rgba(198,245,90,.22),transparent 42%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23c6f55a' stroke-opacity='0.07'%3E%3Cpath d='M0 80h160M80 0v160'/%3E%3Ccircle cx='80' cy='80' r='36'/%3E%3C/g%3E%3C/svg%3E"),linear-gradient(135deg,#163028,#0b100e 48%,#1a2a18);animation:shop-atmosphere-drift 18s ease-in-out infinite alternate}@keyframes shop-atmosphere-drift{0%{transform:scale(1) translateZ(0)}to{transform:scale(1.05) translate3d(-1.5%,1%,0)}}.shop-hero-inner{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:clamp(4rem,12vh,7rem) 0 3.25rem;animation:shop-hero-rise .9s ease both}@keyframes shop-hero-rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.shop-hero-title{margin:1.1rem 0 .75rem;max-width:18ch;font-family:var(--shop-font-display);font-size:clamp(1.25rem,2.8vw,1.85rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--shop-ink)}.shop-hero-copy{margin:0;max-width:34ch;color:var(--shop-muted);font-size:1.05rem}.shop-hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.6rem}.shop-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid transparent;border-radius:999px;padding:.78rem 1.2rem;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.shop-btn:disabled{opacity:.45;cursor:not-allowed}.shop-btn-primary{background:var(--shop-accent);color:var(--shop-accent-ink)}.shop-btn-primary:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.04)}.shop-btn-ghost{background:transparent;border-color:var(--shop-line);color:var(--shop-ink)}.shop-btn-ghost:hover:not(:disabled){border-color:#c6f55a73;color:var(--shop-accent)}.shop-catalog,.shop-detail,.shop-cart,.shop-checkout,.shop-success,.shop-legal,.shop-auth-landing{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding-top:2rem}.shop-section-head{margin-bottom:1.4rem}.shop-section-head h2{margin:0;font-family:var(--shop-font-display);font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-.03em}.shop-section-head p{margin:.4rem 0 0;color:var(--shop-muted)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.1rem}.shop-card{display:grid;grid-template-rows:210px auto;border:1px solid var(--shop-line);border-radius:18px;overflow:hidden;background:#1a2320e0;color:inherit;text-decoration:none;animation:shop-card-in .55s ease both;transition:transform .22s ease,border-color .22s ease}@keyframes shop-card-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.shop-card:hover{transform:translateY(-4px);border-color:#c6f55a59}.shop-card-static{display:grid}.shop-card-static .shop-card-media{display:block;height:210px}.shop-card-media,.shop-detail-media{background:#22302b;overflow:hidden}.shop-card-media img,.shop-detail-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.shop-card:hover .shop-card-media img{transform:scale(1.04)}.shop-card-placeholder{width:100%;height:100%;min-height:210px;background:radial-gradient(circle at 30% 20%,rgba(198,245,90,.35),transparent 45%),linear-gradient(145deg,#1d3a2e,#101714 60%,#243028)}.shop-card-body{padding:1rem 1rem 1.1rem;display:grid;gap:.4rem}.shop-card-body h2{margin:0;font-family:var(--shop-font-display);font-size:1.2rem;letter-spacing:-.02em}.shop-card-desc{margin:0;color:var(--shop-muted);font-size:.92rem;min-height:2.6em}.shop-card-price{display:flex;align-items:baseline;gap:.45rem}.shop-card-price strong{font-size:1.15rem}.shop-card-price span,.shop-vat-note{color:var(--shop-muted);font-size:.8rem}.shop-card-actions{display:grid;gap:.65rem;margin-top:.35rem}.shop-qty-stepper{display:inline-flex;align-items:center;gap:.2rem;width:fit-content;border:1px solid var(--shop-line);border-radius:999px;padding:.18rem;background:#0b100e73}.shop-qty-stepper input{width:2.8rem;text-align:center;border:none;background:transparent;color:var(--shop-ink);font:inherit;font-weight:700}.shop-qty-btn{min-width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background:#f3f6f20f;color:var(--shop-ink);cursor:pointer}.shop-qty-btn:disabled{opacity:.35;cursor:not-allowed}.shop-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:1.6rem;margin-top:1rem}.shop-detail-media{border-radius:22px;min-height:360px;border:1px solid var(--shop-line)}.shop-detail-brand{margin:0;color:var(--shop-accent);font-family:var(--shop-font-display);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.85rem}.shop-detail h1{margin:.35rem 0 .6rem;font-family:var(--shop-font-display);font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.03em}.shop-price{font-size:1.7rem;font-weight:800;margin:.35rem 0 .25rem}.shop-description{white-space:pre-wrap;margin:.85rem 0 1.25rem;line-height:1.6;color:var(--shop-muted)}.shop-qty-row{display:flex;flex-wrap:wrap;gap:.85rem;align-items:end;margin:1rem 0}.shop-cart-line{display:grid;grid-template-columns:1fr auto auto;gap:1rem;align-items:center;padding:1rem;border:1px solid var(--shop-line);border-radius:16px;background:#1a2320bf;margin-bottom:.75rem}.shop-cart-controls{display:flex;gap:.5rem;align-items:center}.shop-cart-controls input,.shop-qty-row input{width:4.5rem;background:#0b100e80;border:1px solid var(--shop-line);border-radius:10px;color:var(--shop-ink);padding:.4rem .5rem}.shop-cart-summary{margin-top:1.25rem;padding:1.1rem 1.2rem;border:1px solid var(--shop-line);border-radius:18px;background:#1a2320e0;display:grid;gap:.45rem}.shop-payment-methods{border:1px solid var(--shop-line);border-radius:14px;padding:.85rem 1rem}.shop-shell .editor-form label,.shop-shell .editor-form input,.shop-shell .editor-form textarea,.shop-shell .editor-form select{color:var(--shop-ink)}.shop-shell .editor-form input,.shop-shell .editor-form textarea,.shop-shell .editor-form select{background:#0b100e8c;border:1px solid var(--shop-line);border-radius:12px}.shop-auth-landing{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:1.75rem;align-items:start;padding-bottom:2rem}.shop-auth-hero h1{margin:.35rem 0 .75rem;font-family:var(--shop-font-display);font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.08;letter-spacing:-.03em}.shop-auth-benefits{margin:1rem 0 0;padding-left:1.1rem;display:grid;gap:.45rem;color:var(--shop-muted)}.shop-auth-card{padding:1.25rem;border:1px solid var(--shop-line);border-radius:20px;background:#1a2320eb}.shop-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:1rem;padding:.3rem;border-radius:14px;background:#0b100e8c}.shop-auth-tab{text-align:center;padding:.65rem .75rem;border-radius:11px;text-decoration:none;color:var(--shop-muted);font-weight:700}.shop-auth-tab.active{background:#c6f55a29;color:var(--shop-accent)}.shop-cmp{position:fixed;left:0;right:0;bottom:0;z-index:80;padding:1rem;pointer-events:none}.shop-cmp-panel{pointer-events:auto;max-width:920px;margin:0 auto;padding:1.1rem 1.25rem;border:1px solid var(--shop-line);border-radius:18px;background:#141b18f5;color:var(--shop-ink);box-shadow:0 -10px 40px #00000059;display:grid;gap:.9rem}.shop-cmp-copy h2{margin:0 0 .4rem;font-family:var(--shop-font-display);font-size:1.05rem}.shop-cmp-copy p{margin:.25rem 0;color:var(--shop-muted)}.shop-cmp-options{display:grid;gap:.55rem}.shop-cmp-actions{display:flex;flex-wrap:wrap;gap:.55rem}.shop-footer{padding:2rem 1rem 2.4rem;color:var(--shop-muted);font-size:.9rem;border-top:1px solid var(--shop-line)}.shop-footer-inner{width:min(1100px,100%);margin:0 auto;display:grid;gap:.85rem;justify-items:center;text-align:center}.shop-footer-brand{font-family:var(--shop-font-display);color:var(--shop-ink);letter-spacing:-.03em;text-transform:uppercase}.shop-footer-links{display:flex;flex-wrap:wrap;gap:.85rem 1.1rem;justify-content:center}.shop-footer-links a,.shop-footer-consent{color:var(--shop-muted)}.shop-footer-consent{background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;font:inherit}.shop-legal-body{white-space:pre-wrap;font-family:inherit;background:#1a2320e0;border-radius:16px;padding:1.25rem;border:1px solid var(--shop-line);color:var(--shop-muted)}.shop-shell .list-card{background:#1a2320bf;border-color:var(--shop-line)}.shop-shell .empty-state,.shop-shell .loading-state{color:var(--shop-muted)}@media(max-width:860px){.shop-auth-landing,.shop-detail-grid{grid-template-columns:1fr}.shop-topbar-actions{gap:.45rem .65rem}}@media(max-width:700px){.shop-cart-line{grid-template-columns:1fr}.shop-hero-bleed{min-height:min(78vh,720px)}}.shop-shell .language-switch button{color:var(--shop-muted);border-color:var(--shop-line);background:transparent}.shop-shell .language-switch button.active{color:var(--shop-accent-ink);background:var(--shop-accent);border-color:var(--shop-accent)}@media(prefers-reduced-motion:reduce){.shop-hero-atmosphere,.shop-hero-inner,.shop-card,.shop-card-media img{animation:none!important;transition:none!important}}
