.platform-modules{margin:18px 0 22px}.platform-badge,.coming-chip{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#e8f1ff;color:#0648a8;font-size:12px;font-weight:800}.platform-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.platform-module-card{min-height:142px;padding:18px;border:1px solid #dfe6ef;border-radius:18px;background:#fff;text-align:left;display:flex;flex-direction:column;gap:8px;box-shadow:0 8px 24px rgba(28,44,72,.06);transition:.18s ease}.platform-module-card:hover{transform:translateY(-2px);border-color:#9bbce8;box-shadow:0 12px 30px rgba(28,44,72,.1)}.platform-module-card>span{font-size:28px}.platform-module-card strong{font-size:17px;color:#15243a}.platform-module-card small{font-size:13px;line-height:1.45;color:#65748a}.platform-page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.service-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.service-preview-grid article{padding:24px;border:1px solid #dfe6ef;border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(28,44,72,.06)}.service-preview-grid article>span{font-size:34px}.service-preview-grid h2{margin:12px 0 8px}.service-preview-grid p{min-height:48px;color:#65748a;line-height:1.5}.service-preview-grid button{margin-top:14px;width:100%;border:0;border-radius:12px;padding:11px;background:#eef3f8;color:#617087;font-weight:700}.topbar-brand:after{content:"ONE";margin-left:8px;font-size:11px;font-weight:900;letter-spacing:.12em;color:#0648a8;background:#e8f1ff;border-radius:999px;padding:5px 8px}@media(max-width:980px){.platform-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.platform-module-grid,.service-preview-grid{grid-template-columns:1fr}.platform-module-card{min-height:120px}.platform-page-head{flex-direction:column}.topbar-brand:after{display:none}}

/* Dokumentencenter 4.1.2 */
.document-library-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px;align-items:start}
.document-library-sidebar{position:sticky;top:88px;padding:18px;border:1px solid var(--border,#dfe4ea);border-radius:18px;background:var(--surface,#fff)}
.doc-category-list{display:grid;gap:7px}.doc-category-item{width:100%;display:flex;justify-content:space-between;gap:12px;padding:11px 12px;border:0;border-radius:11px;background:transparent;text-align:left;cursor:pointer}.doc-category-item:hover,.doc-category-item.active{background:var(--soft,#eef4ff)}
.doc-category-item b{font-size:12px;min-width:28px;text-align:center;padding:2px 7px;border-radius:999px;background:rgba(0,0,0,.06)}
.doc-smart-filters{display:grid;gap:7px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border,#e5e7eb)}
.doc-smart-filter{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border:0;border-radius:11px;background:transparent;cursor:pointer}.doc-smart-filter.active,.doc-smart-filter:hover{background:var(--soft,#eef4ff)}
.doc-library-toolbar{display:flex;gap:12px;align-items:center}.doc-library-toolbar .search-wrap{flex:1}.doc-library-meta{display:flex;justify-content:space-between;gap:16px;margin:12px 2px 16px;color:var(--muted,#64748b);font-size:13px}
.knowledge-document-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}.knowledge-document-card{border:1px solid var(--border,#e2e8f0);border-radius:16px;background:var(--surface,#fff);overflow:hidden;cursor:pointer;transition:.18s transform,.18s box-shadow}.knowledge-document-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.10)}
.document-card-top{display:flex;justify-content:space-between;padding:14px 14px 0}.file-badge{font-size:11px;font-weight:800;letter-spacing:.05em;padding:7px 8px;border-radius:9px;background:#eaf1ff}.favorite-button{border:0;background:transparent;font-size:20px;color:#aab2bf;cursor:pointer}.favorite-button.active{color:#f59e0b}.document-card-body{padding:12px 14px}.document-card-meta{display:flex;gap:6px;flex-wrap:wrap}.document-card-meta span,.document-status-badge{font-size:11px;padding:4px 7px;border-radius:999px;background:#f1f5f9}.document-card-body h3{margin:10px 0 6px}.document-card-body p{margin:0;color:var(--muted,#64748b);font-size:13px;line-height:1.45}.knowledge-document-card footer{display:flex;justify-content:space-between;gap:8px;padding:11px 14px;border-top:1px solid var(--border,#edf0f3);font-size:12px;color:var(--muted,#64748b)}
.document-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.document-filter-row select{min-width:150px}.document-upload-form{display:grid;gap:14px}.document-upload-form label{display:grid;gap:6px;font-weight:650}.document-upload-form input,.document-upload-form select,.document-upload-form textarea{width:100%;box-sizing:border-box}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.file-drop{padding:18px;border:1px dashed #94a3b8;border-radius:14px;background:#f8fafc}.document-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.document-detail-grid>div{padding:12px;border-radius:12px;background:#f8fafc}.document-detail-grid small{display:block;color:#64748b;margin-bottom:4px}.document-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.document-library-empty{text-align:center;padding:48px 20px;border:1px dashed #cbd5e1;border-radius:16px}
@media(max-width:850px){.document-library-layout{grid-template-columns:1fr}.document-library-sidebar{position:static}.doc-category-list,.doc-smart-filters{display:flex;overflow:auto}.doc-category-item,.doc-smart-filter{min-width:max-content}.doc-library-toolbar{align-items:stretch;flex-direction:column}.form-grid,.document-detail-grid{grid-template-columns:1fr}}


/* Dashboard 4.1.4 – rollenbezogene Live-Arbeitsübersicht */
.dashboard-daily-brief,.dashboard-priority-panel{margin:0 0 18px;padding:20px;border:1px solid var(--ho-border,#dfe5ee);border-radius:22px;background:var(--ho-surface,#fff);box-shadow:var(--ho-shadow-sm,0 1px 3px rgba(16,24,40,.08))}
.dashboard-daily-head{align-items:center}.dashboard-daily-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dashboard-daily-card{display:flex;align-items:center;gap:13px;min-height:104px;padding:15px;border:1px solid var(--ho-border,#dfe5ee);border-radius:16px;background:var(--ho-surface-muted,#f8fafc);text-align:left;transition:.18s ease}
.dashboard-daily-card:hover{transform:translateY(-2px);background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.08)}
.daily-card-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:13px;font-size:20px;font-weight:900}.daily-card-icon.blue{color:#175cd3;background:#eaf2ff}.daily-card-icon.amber{color:#9a6700;background:#fff7df}.daily-card-icon.green{color:#16794a;background:#e9f8f0}.daily-card-icon.red{color:#b42318;background:#fff0ee}
.dashboard-daily-card small,.dashboard-daily-card strong,.dashboard-daily-card em{display:block}.dashboard-daily-card small{color:var(--ho-text-muted,#667085);font-size:12px;font-weight:700}.dashboard-daily-card strong{margin:3px 0 1px;color:var(--ho-text,#172033);font-size:25px;line-height:1}.dashboard-daily-card em{color:var(--ho-text-muted,#667085);font-size:11px;font-style:normal;line-height:1.3}
.dashboard-priority-list{display:grid;gap:9px}.dashboard-priority-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid var(--ho-border,#dfe5ee);border-radius:14px;background:#fff;text-align:left}.dashboard-priority-item:hover{box-shadow:0 7px 18px rgba(16,24,40,.07)}.dashboard-priority-item .priority-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;font-weight:900}.dashboard-priority-item strong,.dashboard-priority-item small{display:block}.dashboard-priority-item small{margin-top:3px;color:var(--ho-text-muted,#667085);font-size:12px}.dashboard-priority-item>b{color:#98a2b3;font-size:22px}.dashboard-priority-item.danger .priority-icon{background:var(--ho-danger-soft,#fff0ee);color:var(--ho-danger,#b42318)}.dashboard-priority-item.warning .priority-icon{background:var(--ho-warning-soft,#fff7df);color:var(--ho-warning,#9a6700)}.dashboard-priority-item.info .priority-icon{background:var(--ho-info-soft,#eff6ff);color:var(--ho-info,#175cd3)}.dashboard-priority-item.success .priority-icon{background:var(--ho-success-soft,#e9f8f0);color:var(--ho-success,#16794a)}
@media(max-width:980px){.dashboard-daily-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.dashboard-daily-brief,.dashboard-priority-panel{padding:15px;border-radius:18px}.dashboard-daily-grid{grid-template-columns:1fr}.dashboard-daily-card{min-height:86px}.dashboard-priority-item{grid-template-columns:38px minmax(0,1fr) auto;padding:10px}}
