:root{color-scheme:light;--bg: #eef3f8;--bg-accent: linear-gradient(180deg, #f6f9fc 0%, #edf2f7 100%);--panel: #ffffff;--panel-soft: #f8fbfd;--panel-elevated: rgba(255, 255, 255, .92);--panel-overlay: rgba(255, 255, 255, .74);--sidebar: rgba(255, 255, 255, .86);--sidebar-soft: rgba(241, 245, 249, .95);--sidebar-text: #0f172a;--sidebar-muted: #64748b;--sidebar-icon: #2563eb;--sidebar-hover: rgba(37, 99, 235, .08);--sidebar-active: linear-gradient(180deg, rgba(37, 99, 235, .14), rgba(37, 99, 235, .2));--text: #0f172a;--muted: #64748b;--heading: #0b1220;--primary: #0f62fe;--primary-strong: #084cd6;--primary-soft: rgba(15, 98, 254, .1);--border: #dbe4ee;--border-strong: #c7d4e2;--success: #16a34a;--warning: #d97706;--danger: #dc2626;--success-soft: rgba(22, 163, 74, .1);--warning-soft: rgba(217, 119, 6, .1);--danger-soft: rgba(220, 38, 38, .08);--neutral-soft: rgba(100, 116, 139, .14);--status-open: #b91c1c;--status-progress: #b45309;--status-done: #15803d;--status-rejected: #475569;--shadow: 0 24px 60px rgba(15, 23, 42, .08);--shadow-soft: 0 10px 30px rgba(15, 23, 42, .06);--radius: 20px;--surface: #f3f6fa;--surface-panel: #ffffff;--surface-card: #f8fbfd;--surface-muted: #f1f5f9;--text-muted: #64748b;--text-strong: #0f172a;--border-soft: rgba(199, 212, 226, .72);--accent-600: #2563eb;--accent-700: #1d4ed8}html[data-theme=dark]{color-scheme:dark;--bg: #141414;--bg-accent: radial-gradient(circle at top left, rgba(59, 130, 246, .08), transparent 24%), linear-gradient(180deg, #171717 0%, #141414 46%, #111111 100%);--panel: #1c1c1c;--panel-soft: #232323;--panel-elevated: rgba(28, 28, 28, .96);--panel-overlay: rgba(23, 23, 23, .92);--sidebar: #1a1a1a;--sidebar-soft: #161616;--sidebar-text: #f5f5f5;--sidebar-muted: #a1a1aa;--sidebar-icon: #d4d4d8;--sidebar-hover: rgba(255, 255, 255, .05);--sidebar-active: linear-gradient(180deg, rgba(59, 130, 246, .34), rgba(37, 99, 235, .28));--text: #f4f4f5;--muted: #a1a1aa;--heading: #fafafa;--primary: #3b82f6;--primary-strong: #2563eb;--primary-soft: rgba(59, 130, 246, .18);--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--success: #4ade80;--warning: #fbbf24;--danger: #fb7185;--success-soft: rgba(74, 222, 128, .14);--warning-soft: rgba(251, 191, 36, .14);--danger-soft: rgba(251, 113, 133, .16);--neutral-soft: rgba(255, 255, 255, .06);--status-open: #fda4af;--status-progress: #fcd34d;--status-done: #86efac;--status-rejected: #d4d4d8;--shadow: 0 24px 70px rgba(0, 0, 0, .4);--shadow-soft: 0 10px 28px rgba(0, 0, 0, .32);--surface: #202020;--surface-panel: #1c1c1c;--surface-card: #232323;--surface-muted: #252525;--text-muted: #a1a1aa;--text-strong: #fafafa;--border-soft: rgba(255, 255, 255, .1);--accent-600: #60a5fa;--accent-700: #3b82f6}*{box-sizing:border-box}html,body,#root{min-height:100%}html{font-size:14px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;font-family:Segoe UI,Aptos,Inter,system-ui,sans-serif;background:var(--bg-accent);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body:has(.crm-customer-picker-modal){overflow:hidden}#root{width:100%;overflow-x:clip}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.4),transparent 55%);mask-image:linear-gradient(180deg,rgba(0,0,0,.4),transparent 55%)}.app-version-badge{position:fixed;right:14px;bottom:10px;z-index:9999;padding:5px 9px;border:1px solid var(--border);border-radius:999px;background:#ffffffd1;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.04em;line-height:1;box-shadow:0 8px 22px #0f172a14;pointer-events:none}html[data-theme=dark] .app-version-badge{background:#1c1c1cdb}a,button,input,select,textarea{font:inherit}a{color:inherit}button,input,select,textarea{transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease,transform .16s ease}.shell{min-height:100vh;display:grid;grid-template-columns:92px 1fr;transition:grid-template-columns .22s ease}.shell--sidebar-open{grid-template-columns:236px 1fr}.sidebar{padding:10px 0 10px 10px}.sidebar__panel{position:sticky;top:10px;display:grid;gap:10px;min-height:calc(100vh - 20px);min-width:0;padding:10px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent 36%),linear-gradient(180deg,var(--sidebar) 0%,var(--sidebar-soft) 100%);color:var(--sidebar-text);box-shadow:var(--shadow);overflow:hidden}.sidebar__top,.sidebar__actions{display:grid;gap:8px}.sidebar--collapsed .sidebar__panel{padding-inline:12px;justify-items:center}.sidebar__toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#ffffff0f;color:var(--sidebar-text);cursor:pointer;justify-self:center}.sidebar__toggle:hover{background:var(--sidebar-hover)}.brand,.page-intro,.stack,.incident-form,.incident-list,.insight-grid,.header-inline,.label-with-info{display:grid;gap:10px}.header-inline,.label-with-info{display:inline-flex;align-items:center;gap:8px}.sidebar__panel>*,.nav,.nav__link,.sidebar__card,.brand{min-width:0}.brand__eyebrow,.topbar__eyebrow,.section-label,.meta-label,.sidebar__card-label{margin:0;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.brand__eyebrow,.sidebar__card-label{color:var(--sidebar-muted)}.topbar__eyebrow,.section-label,.meta-label{color:var(--muted)}.brand__title{display:block;max-width:100%;font-size:clamp(1.25rem,1.55vw,1.7rem);line-height:.98;font-weight:750;letter-spacing:-.04em;text-decoration:none;color:var(--sidebar-text);overflow-wrap:anywhere;word-break:break-word}.brand--collapsed{display:none}.brand__text,.muted,.page-intro p,.stat-card__hint,.sidebar__card span,.placeholder-card p,.empty-state p,.table-caption,.field-hint{margin:0;line-height:1.6}.brand__text,.sidebar__card span{color:var(--sidebar-muted);max-width:100%;overflow-wrap:anywhere}.muted,.page-intro p,.stat-card__hint,.placeholder-card p,.empty-state p,.table-caption,.field-hint{color:var(--muted)}.nav{display:grid;gap:6px}.sidebar--collapsed .nav{justify-items:center}.nav__link{display:flex;align-items:center;gap:10px;min-height:40px;padding:6px 8px;border:1px solid transparent;border-radius:14px;text-decoration:none;color:var(--sidebar-muted)}.sidebar--collapsed .nav__link{width:40px;min-width:40px;justify-content:center;padding:0}.nav__link span:last-child{min-width:0;overflow-wrap:anywhere}.nav__link:hover{background:var(--sidebar-hover);border-color:#94a3b82e;color:var(--sidebar-text)}.nav__link.active{background:var(--sidebar-active);border-color:#60a5fa57;color:var(--sidebar-text);box-shadow:inset 0 1px #ffffff14}.nav__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px;width:26px;height:26px;border-radius:9px;background:#94a3b81a;color:var(--sidebar-icon)}.sidebar--collapsed .nav__icon{flex:0 0 auto;margin:0}.nav__label{white-space:nowrap}.app-icon{width:18px;height:18px}.sidebar__card{display:grid;gap:10px;padding:12px;border-radius:14px;background:#94a3b814;border:1px solid rgba(148,163,184,.16)}.sidebar__card strong{color:var(--sidebar-text);line-height:1.45;max-width:100%;overflow-wrap:anywhere}.theme-toggle,.btn,.btn-secondary,.pager button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:36px;padding:0 12px;border-radius:10px;border:1px solid transparent;cursor:pointer}.sidebar__logout{width:100%}.sidebar--collapsed .sidebar__logout,.sidebar--collapsed .theme-toggle{width:40px;min-width:40px;padding-inline:0;justify-self:center}.theme-toggle{width:100%;margin-top:auto;background:#94a3b81a;color:var(--sidebar-text);border-color:#94a3b838}.theme-toggle:hover,.btn:hover,.btn-secondary:hover,.pager button:hover:not(:disabled){transform:translateY(-1px)}.theme-toggle__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:8px;background:#94a3b824;color:var(--sidebar-icon);font-size:.7rem;font-weight:800}.main{padding:10px 10px 10px 6px;min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px 0}.topbar__title,.page-hero__title{margin:4px 0 0;color:var(--heading);font-weight:780;letter-spacing:-.05em}.topbar__title{font-size:clamp(1.45rem,2vw,1.9rem);line-height:1}.page-hero__title{font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.02}.topbar__status{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;border-radius:999px;background:var(--panel-overlay);border:1px solid var(--border);box-shadow:var(--shadow-soft)}.status-dot,.severity-dot{border-radius:999px}.status-dot{width:10px;height:10px;background:var(--success);box-shadow:0 0 0 6px #16a34a1f}.content{padding:8px;min-width:0}.page{display:grid;gap:10px;min-width:0}.page-hero,.card,.placeholder-card,.empty-state{position:relative;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel-elevated);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page-hero:after,.card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px #ffffffbf}html[data-theme=dark] .page-hero:after,html[data-theme=dark] .card:after{box-shadow:inset 0 1px #ffffff0a}.page-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:12px;padding:14px;align-items:stretch}.page-hero--tight{grid-template-columns:minmax(0,1fr) auto;align-items:start}.hero-badges,.badge-row,.incident-card__meta,.incident-card__footer{display:flex;flex-wrap:wrap;gap:10px}.hero-badge,.chip,.status-pill{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0 9px;border-radius:999px;background:var(--panel-soft);border:1px solid var(--border);font-size:.94rem}.department-overview-toggle{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--text);font-size:.9rem;font-weight:700;cursor:pointer}.department-overview-toggle input{width:14px;height:14px;margin:0}.department-overview-toggle:has(input:checked){border-color:#f59e0b6b;background:#fffbeb;color:#92400e}.department-overview-toggle:has(input:disabled){cursor:not-allowed;opacity:.58}.department-overview-setting{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--panel-soft);cursor:pointer}.department-overview-setting input{width:16px;height:16px;margin:0}.department-overview-setting span{display:grid;gap:2px}.department-overview-setting small{color:var(--muted);font-size:.82rem;font-weight:700}.hero-panel{display:grid;gap:10px;padding:13px;border-radius:14px;color:#eff6ff;background:linear-gradient(135deg,#0f62fe,#0b4fd4 48%,#0b2545);box-shadow:inset 0 1px #ffffff1a}.hero-panel--compact{min-width:200px;padding:16px}.hero-panel *{color:inherit}.hero-panel__grid,.stats-grid,.placeholder-grid,.feature-grid,.metrics-grid,.form-grid,.form-grid--wide,.incident-layout{display:grid;gap:10px}.hero-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel__item,.stat-card,.metric-card,.insight-item,.incident-card{display:grid;gap:8px;padding:12px;border-radius:12px;border:1px solid var(--border);background:var(--panel);min-width:0}.hero-panel__item{background:#ffffff1f;border-color:#ffffff1f}.hero-panel__value,.stat-card__value,.metric-card__value{font-size:1.5rem;font-weight:800;letter-spacing:-.04em}.stats-grid,.placeholder-grid,.feature-grid,.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.placeholder-card,.empty-state{padding:12px}.section-header,.table-toolbar,.incident-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.section-header h2,.placeholder-card h3,.hero-panel h3,.empty-state h3,.incident-card h3,.table-toolbar h2{margin:0;color:var(--heading);font-weight:760;letter-spacing:-.03em;overflow-wrap:anywhere}.page-intro,.incident-card__head,.incident-card__footer,.hero-panel,.hero-panel__item,.stat-card,.metric-card,.placeholder-card,.empty-state,.sidebar__card,.topbar>div,.topbar__status{min-width:0}.page-intro>p,.page-intro>h2,.page-intro>h3,.placeholder-card p,.placeholder-card h3,.hero-panel span,.hero-panel h3,.metric-card span,.stat-card strong,.stat-card p,.incident-card p,.incident-card h3,.sidebar__card strong,.sidebar__card span{max-width:100%;overflow-wrap:anywhere;word-break:normal}.btn{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff;box-shadow:0 10px 22px #0f62fe3d}.btn-secondary,.pager button{background:var(--panel-soft);color:var(--text);border-color:var(--border)}.btn-secondary--danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 34%,var(--border));background:var(--danger-soft)}.btn-secondary--danger:hover:not(:disabled){border-color:var(--danger)}.btn:disabled,.btn-secondary:disabled,.pager button:disabled{opacity:.5;cursor:not-allowed;transform:none}.incident-layout{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:start}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid--wide{grid-template-columns:repeat(4,minmax(0,1fr))}.field{display:grid;gap:8px}.field--full{grid-column:1 / -1}.field label{font-size:.92rem;font-weight:700;color:var(--heading)}.info-hint{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.info-hint__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:1px solid var(--border-strong);background:var(--panel-soft);color:var(--muted);font-size:.76rem;font-weight:700;cursor:help}.info-hint__tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);width:min(260px,72vw);padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#0f172af5;color:#f8fafc;font-size:.84rem;line-height:1.5;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease;z-index:20}.info-hint:hover .info-hint__tooltip,.info-hint:focus-within .info-hint__tooltip{opacity:1;transform:translate(-50%) translateY(0)}.compact-form{gap:10px}.btn-secondary.is-active{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff;border-color:transparent;box-shadow:0 10px 22px #0f62fe2e}.user-directory-card{padding:0;overflow:hidden}.user-directory-card__header,.user-directory-summary,.user-directory-toolbar,.user-directory-footer{padding:18px 24px}.user-directory-card__header,.user-directory-summary,.user-directory-toolbar,.user-directory-footer,.user-table th,.user-table td{border-bottom:1px solid var(--border)}.user-directory-card__header,.user-directory-toolbar,.user-directory-footer,.user-directory-card__actions,.user-directory-summary,.user-summary-roles,.user-directory-toolbar__stats,.user-directory-footer__controls,.user-pagination{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-directory-card__header,.user-directory-toolbar,.user-directory-footer{justify-content:space-between}.user-directory-summary{align-items:stretch;gap:10px}.user-summary-tile{display:inline-flex;min-width:116px;min-height:58px;flex-direction:column;justify-content:center;gap:4px;border:1px solid var(--border);border-radius:8px;background:var(--panel-soft);color:var(--muted);padding:9px 13px;text-align:left}button.user-summary-tile{cursor:pointer}.user-summary-tile.is-active{border-color:#2563eb59;background:#2563eb14;color:var(--primary-strong)}.user-summary-tile span,.user-summary-roles button{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.user-summary-tile strong{color:var(--heading);font-size:1.35rem}.user-summary-roles{flex:1 1 360px;justify-content:flex-end;gap:8px}.user-summary-roles button{min-height:34px;border:1px solid var(--border);border-radius:999px;background:var(--panel);color:var(--muted);cursor:pointer;padding:0 12px}.user-summary-roles button.is-active{border-color:#2563eb59;background:#2563eb1a;color:var(--primary-strong)}.user-directory-card__actions{justify-content:flex-end}.user-directory-toolbar{gap:12px}.user-directory-toolbar__stats{flex:0 0 auto}.user-directory-toolbar__filters{display:grid;grid-template-columns:minmax(320px,1.4fr) repeat(3,minmax(170px,.6fr));gap:12px;flex:1 1 100%}.user-stat-pill{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:var(--panel-soft);color:var(--muted)}.user-stat-pill strong{color:var(--heading)}.user-search-field{display:flex;align-items:center;gap:12px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--border);background:var(--panel)}.user-search-field input,.user-directory-toolbar__filters select,.user-directory-footer__controls select{border:0;background:transparent;color:var(--text)}.user-search-field input{width:100%;outline:none}.user-search-field span{color:var(--muted);font-size:1.1rem}.user-directory-toolbar__filters select,.user-directory-footer__controls select{min-height:42px;padding:0 16px;border-radius:14px;border:1px solid var(--border);background:var(--panel);outline:none}.user-table-wrap{overflow-x:auto}.user-table{width:100%;border-collapse:collapse;min-width:1360px}.user-table th,.user-table td{padding:12px 18px;text-align:left;vertical-align:middle}.user-table th{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:800;background:#ffffff73}.user-table tbody tr{transition:background-color .16s ease}.user-table tbody tr:hover{background:#2563eb0a}.user-table tbody tr:last-child td{border-bottom:0}.user-table__person{display:flex;align-items:center;gap:14px;min-width:220px}.user-table__person-copy{display:grid;gap:4px}.user-table__person-copy strong{color:var(--heading)}.user-table__person-copy span{color:var(--muted);font-size:.92rem}.user-table__contact,.user-table__department{display:grid;gap:4px;min-width:180px}.user-table__contact a,.user-table__department strong{color:var(--heading);font-weight:700;text-decoration:none}.user-table__contact span,.user-table__department span{color:var(--muted);font-size:.86rem}.user-avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;overflow:hidden;color:#fff;font-weight:800;font-size:.9rem;flex:0 0 auto}.user-avatar img{width:100%;height:100%;display:block;object-fit:cover}.user-avatar--blue{background:linear-gradient(135deg,#59a9ff,#2d6cdf)}.user-avatar--sky{background:linear-gradient(135deg,#7cd4ff,#39a0ed)}.user-avatar--mint{background:linear-gradient(135deg,#72d6b0,#2fa36b)}.user-avatar--violet{background:linear-gradient(135deg,#cf9cff,#8b5cf6)}.user-avatar--orange{background:linear-gradient(135deg,#ffc37a,#f97316)}.user-avatar--pink{background:linear-gradient(135deg,#ff9dca,#ec4899)}.user-role-chips{display:flex;gap:8px;flex-wrap:wrap}.user-access-chips{display:flex;flex-wrap:wrap;gap:6px;max-width:220px}.user-access-chips span{display:inline-flex;align-items:center;min-height:26px;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--muted);padding:0 9px;font-size:.78rem;font-weight:700;white-space:nowrap}.chip--muted{color:var(--muted)}.user-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.88rem;font-weight:700}.user-status-badge.is-active{background:#22c55e24;color:#1b7a43}.user-status-badge.is-archived{background:#94a3b82e;color:#526174}.user-table__actions{width:280px}.user-table__actions-head{text-align:center}.user-directory-footer{border-bottom:0}.user-directory-footer__controls{justify-content:flex-end}.user-pagination__item{display:inline-flex;align-items:center;gap:12px}.user-pagination__ellipsis{color:var(--muted)}.user-empty-state{margin:20px}.user-table__row{cursor:pointer}.user-row-actions .btn-secondary{min-height:32px;padding:0 10px;white-space:nowrap}.user-row-actions__danger{color:#dc2626}.user-workspace-tabs{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-workspace-tab,.user-workspace-tabs__new,.user-profile-section-tabs button{border:1px solid var(--border);background:var(--panel);color:var(--text)}.user-workspace-tab,.user-workspace-tabs__new{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 18px;border-radius:16px 16px 0 0;cursor:pointer}.user-workspace-tab.is-active{border-bottom-color:transparent;box-shadow:inset 0 -3px 0 var(--primary);color:var(--heading);font-weight:700}.user-workspace-tab__close{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;color:var(--muted)}.user-workspace-tabs__new{border-radius:16px}.user-workspace{gap:18px}.user-workspace-tabs{display:none}.user-simple-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated);box-shadow:var(--shadow-soft)}.user-simple-nav div{display:grid;gap:2px;text-align:right}.user-simple-nav span{color:var(--muted);font-size:.82rem;font-weight:700;text-transform:uppercase}.user-simple-nav strong{color:var(--heading)}.user-row-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:nowrap}.user-row-actions .btn-secondary{min-height:32px;padding-inline:9px;border-radius:999px;font-size:.86rem;white-space:nowrap}.user-row-actions__danger{color:var(--danger)}.user-profile-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.42fr);gap:18px;align-items:start}.user-profile-overview__main,.user-profile-overview__side{min-width:0}.user-profile-overview__side{display:grid;gap:18px}.user-overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.user-overview-metrics div,.user-overview-sections button{border:1px solid var(--border);border-radius:14px;background:var(--panel-soft)}.user-overview-metrics div{display:grid;gap:4px;padding:14px 16px}.user-overview-metrics span,.user-overview-sections span,.user-overview-sections small{color:var(--muted)}.user-overview-metrics strong,.user-overview-sections strong{color:var(--heading)}.user-overview-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.user-overview-sections button{display:grid;gap:4px;min-height:96px;padding:16px;text-align:left;cursor:pointer}.user-overview-sections button:hover{border-color:#2563eb4d;box-shadow:0 10px 24px #2563eb14}.user-profile-shell{padding:0;overflow:hidden}.user-profile-hero{display:flex;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid var(--border)}.user-profile-hero__identity,.user-profile-hero__meta,.user-profile-hero__actions,.user-profile-panel__header,.user-contact-card__header,.user-access-list__row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.user-profile-hero__identity{align-items:flex-start;flex:1 1 auto}.user-profile-avatar{width:88px;height:88px;border-radius:28px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:800;flex:0 0 auto}.user-profile-avatar img{width:100%;height:100%;object-fit:cover}.user-profile-avatar span{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.user-profile-hero__copy{display:grid;gap:10px}.user-profile-hero__copy h2,.user-profile-panel h3{margin:0;color:var(--heading)}.user-profile-hero__copy p,.user-note-card p,.user-history-item p{margin:0;color:var(--muted)}.user-profile-hero__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-profile-hero__meta{color:var(--muted)}.user-profile-hero__meta span{display:inline-flex;align-items:center;gap:8px;min-height:30px}.user-profile-hero__actions{justify-content:flex-end;align-items:flex-start}.user-profile-section-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:0 24px 18px}.user-profile-section-tabs button{min-height:40px;padding:0 14px;border-radius:999px;cursor:pointer}.user-profile-section-tabs button.is-active{background:var(--primary-soft);color:var(--primary-strong);border-color:#2563eb38;box-shadow:inset 0 -2px 0 var(--primary)}.user-profile-grid{display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) .9fr;align-items:start}.user-profile-panel{display:grid;gap:16px}.user-profile-panel--wide{grid-column:span 2}.user-profile-side-stack{display:grid;gap:18px}.user-profile-panel__header{justify-content:space-between}.user-profile-kv,.user-competence-list,.user-access-list,.user-history-list{display:grid;gap:12px}.user-profile-kv__row,.user-competence-row{display:grid;grid-template-columns:minmax(140px,.8fr) minmax(0,1fr);gap:12px;align-items:center}.user-profile-kv__row span,.user-competence-row span,.user-contact-card span{color:var(--muted)}.user-profile-kv__row strong,.user-contact-card strong,.user-access-list__row strong,.user-history-item strong{color:var(--heading)}.user-contact-cards{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.user-contact-card,.user-note-card,.user-history-item{display:grid;gap:8px;padding:16px;border-radius:16px;border:1px solid var(--border);background:var(--panel-soft)}.user-contact-card__header{justify-content:space-between}.user-competence-row__bar{position:relative;height:10px;border-radius:999px;background:#94a3b82e;overflow:hidden}.user-competence-row__bar div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#3b82f6,#22c55e)}.user-access-list__row{justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.user-access-list__row:last-child{border-bottom:0}.user-access-list__row strong{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#22c55e24;color:#1b7a43;font-size:.84rem}.user-note-card{background:linear-gradient(180deg,#fff8dbf2,#fffffff2)}.user-history-item span{color:var(--primary-strong);font-weight:700}html[data-theme=dark] .user-table th{background:#0f172a73}html[data-theme=dark] .user-search-field,html[data-theme=dark] .user-directory-toolbar__filters select,html[data-theme=dark] .user-directory-footer__controls select,html[data-theme=dark] .user-workspace-tab,html[data-theme=dark] .user-workspace-tabs__new,html[data-theme=dark] .user-profile-section-tabs button{background:var(--panel);border-color:var(--border)}@media (max-width: 1260px){.user-profile-overview{grid-template-columns:minmax(0,1fr)}.user-overview-metrics,.user-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-profile-side-stack,.user-profile-panel--wide{grid-column:auto}}@media (max-width: 980px){.user-directory-toolbar__filters,.user-directory-summary,.user-profile-grid,.user-overview-sections,.user-contact-cards{grid-template-columns:minmax(0,1fr)}.user-directory-summary{display:grid}.user-summary-roles{justify-content:flex-start}.user-profile-hero{flex-direction:column}.user-profile-hero__actions{justify-content:flex-start}}@media (max-width: 720px){.user-simple-nav{align-items:stretch;flex-direction:column}.user-simple-nav div{text-align:left}.user-overview-metrics,.user-profile-kv__row,.user-competence-row{grid-template-columns:minmax(0,1fr)}.user-workspace-tab,.user-workspace-tabs__new{border-radius:14px}}.card-headline{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-headline h2,.card-headline h3{margin:0}.card-headline__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.btn-linklike{text-decoration:none}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:var(--panel-soft);color:var(--muted)}.btn-icon svg{width:18px;height:18px;fill:currentColor}.btn-icon--small{width:36px;height:36px;border-radius:12px}.crm-layout,.crm-overview-grid,.crm-summary-grid,.crm-filters,.crm-tabs,.crm-pane,.crm-customer-list{display:grid;gap:16px}.crm-layout{grid-template-columns:minmax(340px,.84fr) minmax(0,1.16fr);align-items:start}.crm-layout--workspace{grid-template-columns:minmax(0,1fr)}.crm-desktop-page{gap:0}.crm-workspace-tabs{display:flex;align-items:flex-end;gap:8px;min-width:0;margin:-8px -8px 14px;padding:8px 40px 0;overflow-x:auto;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--panel) 82%,transparent)}.crm-workspace-tab,.crm-workspace-tabs__new{display:inline-flex;align-items:center;flex:0 0 auto;min-height:46px;border:1px solid var(--border);border-bottom-color:transparent;border-radius:12px 12px 0 0;background:var(--panel-soft);color:var(--muted)}.crm-workspace-tab{max-width:min(300px,46vw)}.crm-workspace-tab.is-active{background:var(--panel);color:var(--heading);box-shadow:inset 0 -3px 0 var(--primary)}.crm-workspace-tab__main,.crm-workspace-tab__close,.crm-workspace-tabs__new{border:0;background:transparent;color:inherit;cursor:pointer}.crm-workspace-tab__main{display:inline-flex;align-items:center;gap:10px;min-width:0;min-height:44px;padding:0 10px 0 12px}.crm-workspace-tab__icon{display:inline-grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:8px;background:var(--primary-soft);color:var(--primary-strong);font-size:.72rem;font-weight:800}.crm-workspace-tab__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.crm-workspace-tab__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.crm-workspace-tab__close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;margin-right:7px;border-radius:9px;color:var(--muted);font-weight:800}.crm-workspace-tab__close:hover{background:var(--neutral-soft);color:var(--heading)}.crm-workspace-tabs__new{justify-content:center;width:42px;min-width:42px;margin-left:2px;border-bottom-color:var(--border);border-radius:12px;font-size:1.4rem;line-height:1}.crm-hero-actions{display:grid;justify-items:end;gap:14px;align-content:center}.crm-hero-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:14px;border:1px solid var(--border);background:var(--panel-soft);color:var(--muted);font-weight:600}.crm-sidebar,.crm-detail{display:grid;gap:16px;min-width:0}.crm-customer-list{max-height:420px;overflow:auto}.crm-register-card{gap:18px;min-width:0}.crm-customer-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.crm-customer-kpi{min-width:0;display:grid;gap:6px;min-height:112px;border:1px solid var(--border);border-radius:14px;padding:16px;background:var(--panel-soft);color:var(--text);text-align:left;cursor:pointer}.crm-customer-kpi:hover{border-color:#2563eb52;background:color-mix(in srgb,var(--primary-soft) 18%,var(--panel) 82%);box-shadow:0 12px 26px #0f172a12}.crm-customer-kpi span,.crm-customer-kpi small{overflow:hidden;color:var(--muted);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.crm-customer-kpi strong{color:var(--heading);font-size:1.45rem;font-weight:700}.crm-register-toolbar{display:flex;align-items:center;gap:12px;justify-content:space-between;flex-wrap:wrap}.crm-desktop-page .crm-register-card{padding:0;border-radius:16px;overflow:visible}.crm-desktop-page .crm-customer-list{max-height:none;overflow:visible;gap:6px;padding:0}.crm-desktop-page .crm-register-toolbar{padding:22px 0 28px;align-items:flex-start}.crm-register-toolbar__actions{display:flex;align-items:center;gap:12px;margin-left:auto}.crm-searchbox{display:flex;align-items:center;gap:10px;min-height:46px;flex:1 1 280px;padding:0 14px;border-radius:14px;border:1px solid var(--border);background:var(--panel-soft)}.crm-searchbox--wide{max-width:520px;min-height:54px;background:var(--panel)}.crm-searchbox svg{width:18px;height:18px;fill:var(--muted);flex:0 0 auto}.crm-searchbox input{width:100%;border:0;background:transparent;color:var(--text);font:inherit}.crm-searchbox input:focus{outline:none}.crm-filter-menu{position:relative;z-index:10}.crm-filter-menu summary{display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 18px;border-radius:12px;border:1px solid var(--border);background:var(--panel);color:var(--heading);font-weight:700;cursor:pointer;list-style:none}.crm-filter-menu summary::-webkit-details-marker{display:none}.crm-filter-menu summary svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linejoin:round}.crm-filter-menu__panel{position:absolute;top:calc(100% + 10px);right:0;width:min(760px,calc(100vw - 420px));display:grid;gap:16px;padding:18px;border-radius:16px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow)}.crm-filter-strip{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:0 0 4px;border-bottom:1px solid var(--border)}.crm-filter-menu__panel .crm-filter-strip{padding-bottom:12px}.crm-filter-menu__panel .crm-filters{grid-template-columns:repeat(4,minmax(130px,1fr))}.crm-filter-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--muted);font:inherit;font-weight:600}.crm-filter-pill--active{background:var(--primary-soft);color:var(--primary-strong);border-color:#2563eb2e}.crm-filter-pill--soft{background:var(--panel-soft);border-color:var(--border)}.collection-view--grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch}.collection-view--list{grid-template-columns:1fr}.view-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.view-toggle__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:var(--muted);font:inherit;padding:8px 12px;border-radius:999px;cursor:pointer;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.view-toggle__button--active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 10px 24px #2563eb2e}.form-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.responsibility-grid{display:grid;gap:14px}.responsibility-card{display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#fff,var(--panel-soft))}.crm-view-toggle{min-height:54px;border-radius:12px;background:var(--panel)}.crm-view-toggle .view-toggle__button{min-width:42px;min-height:42px;padding:0;font-size:1.15rem;line-height:1}.crm-view-toggle .view-toggle__button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.responsibility-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.responsibility-card__header strong{color:var(--heading)}.responsibility-card__header span{color:var(--text-muted);font-size:.85rem;text-align:right}.responsibility-users{display:grid;gap:8px}.responsibility-users .crm-checkbox{min-height:42px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.inline-panel{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;margin-bottom:8px;border:1px solid var(--border);border-radius:16px;background:var(--panel-soft)}.inline-panel__copy{display:grid;gap:4px}.inline-panel__copy strong{color:var(--heading)}.inline-panel__copy span{color:var(--text-muted);font-size:.95rem}.user-settings-copy{align-items:flex-end}.user-settings-copy__controls{display:flex;align-items:flex-end;gap:10px;min-width:min(420px,100%)}.user-settings-copy__controls .field{flex:1;min-width:240px}.user-settings-details{grid-column:1 / -1;display:grid;gap:0;border:1px solid var(--border);border-radius:16px;background:var(--panel-soft);overflow:hidden}.user-settings-details summary{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:.85rem 1rem;cursor:pointer;color:var(--heading);font-weight:800}.user-settings-details summary::marker{color:var(--primary-strong)}.user-settings-details summary span,.user-settings-details summary small{display:block}.user-settings-details summary small{color:var(--muted);font-size:.82rem;font-weight:700}.user-settings-details__body{display:grid;gap:1rem;padding:1rem;border-top:1px solid var(--border);background:var(--panel)}@media (max-width: 720px){.user-settings-copy,.user-settings-copy__controls{align-items:stretch;flex-direction:column}.user-settings-copy__controls .field{min-width:0}}.crm-customer-item{display:grid;gap:10px;width:100%;padding:16px;border-radius:16px;border:1px solid var(--border);background:var(--panel);color:var(--text);text-align:left;cursor:pointer}.crm-customer-item:hover{border-color:var(--border-strong);transform:translateY(-1px)}.crm-customer-item--active{border-color:#2563eb61;box-shadow:inset 4px 0 #2563eb,0 0 0 1px #2563eb29}.crm-customer-item__title{font-weight:700;color:var(--heading)}.crm-customer-item__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.crm-customer-item--grid{min-height:140px;align-content:space-between}.crm-customer-item--grid .crm-customer-item__meta{align-items:flex-start;flex-direction:column}.incident-list.collection-view--grid .incident-card{height:100%}.crm-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:18px;background:var(--panel)}.crm-table{min-width:720px}.crm-table__row{display:grid;grid-template-columns:minmax(170px,1.15fr) minmax(180px,1.2fr) minmax(150px,1fr) minmax(130px,.8fr) minmax(110px,.65fr) minmax(130px,.8fr);align-items:center;gap:16px}.crm-table__row--header{padding:16px 18px;border-bottom:1px solid var(--border);background:var(--panel-soft);color:var(--muted);font-size:.88rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.crm-table__row--button{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-bottom:1px solid var(--border);background:transparent;padding:18px;text-align:left;color:inherit;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease}.crm-table__row--button:last-child{border-bottom:0}.crm-table__row--button:hover{background:var(--panel-soft)}.crm-table__row--active{background:var(--primary-soft);box-shadow:inset 3px 0 #2563eb}.crm-table__cell{min-width:0}.crm-table__cell--strong{font-weight:700;color:var(--heading)}.crm-split--issues{grid-template-columns:minmax(0,1fr) minmax(300px,360px);align-items:start;gap:18px}.crm-issues-pane{gap:16px;min-width:0}.crm-issues-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.crm-issues-toolbar__filters{display:grid;grid-template-columns:minmax(220px,1fr) minmax(150px,180px) auto;align-items:center;gap:10px;min-width:0}.crm-searchbox--compact{min-width:min(100%,320px);flex:1 1 240px}.crm-issues-toolbar__filters .crm-searchbox--compact{min-width:0;width:100%;flex:none}.crm-issues-toolbar__filters select{min-width:0;width:100%}.crm-issues-toolbar__filters .btn{white-space:nowrap}.crm-issues-pane .empty-state{padding:18px 20px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,var(--surface) 0%,var(--panel-soft) 100%);box-shadow:none}.crm-issues-pane .empty-state h3{margin-bottom:4px}.crm-issue-table-wrap{border-radius:20px}.crm-issue-table{min-width:1040px}.crm-issue-table--customer{min-width:0}.crm-issue-table__row{grid-template-columns:minmax(108px,.68fr) minmax(240px,1.4fr) minmax(150px,.9fr) minmax(128px,.74fr) minmax(160px,1fr) minmax(120px,.74fr) minmax(128px,.82fr) minmax(92px,.46fr)}.crm-issue-table__row--customer{grid-template-columns:minmax(76px,92px) minmax(240px,1fr) minmax(110px,130px) minmax(130px,.65fr) minmax(100px,120px) minmax(108px,124px);gap:12px}.crm-issue-table__row--item{padding:18px;border-bottom:1px solid var(--border)}.crm-issue-table__row--item:last-child{border-bottom:0}.crm-issue-table__cell--title{display:grid;gap:6px}.crm-issue-table__cell--title strong{color:var(--heading);white-space:normal}.crm-issue-table__cell--actions{display:flex;justify-content:flex-end}.crm-issue-table__cell--actions .btn-secondary{white-space:nowrap}.crm-issue-composer{position:sticky;top:32px;gap:14px;min-width:0;padding:22px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow-soft)}.crm-issue-composer h3{margin:0}.crm-issue-composer>.muted{max-width:62ch;margin-bottom:4px}.crm-issue-composer textarea{min-height:122px}.crm-issue-composer .form-grid{gap:12px}.crm-issue-composer>.btn[type=submit]{width:100%;justify-content:center;margin-top:2px}.crm-pane--tight{gap:14px}.crm-issue-overview-card{gap:18px;min-width:0}.crm-issue-overview-toolbar{display:grid;grid-template-columns:minmax(320px,1fr) 220px;gap:12px;align-items:center}.crm-issue-table-wrap--clean{border-radius:20px}.crm-issue-table--clean{min-width:0}.crm-issue-table__row--clean{grid-template-columns:minmax(220px,1.55fr) minmax(170px,1.1fr) minmax(84px,.62fr) minmax(86px,.62fr) minmax(130px,.9fr) minmax(92px,.62fr) minmax(92px,.62fr) minmax(72px,.45fr);gap:12px}.crm-issue-overview-card .crm-issue-table-wrap--clean{border:0;border-radius:0;overflow:visible}.crm-issue-overview-card .crm-issue-table--clean{display:grid;gap:12px;min-width:0}.crm-issue-overview-card .crm-issue-table__row--header{display:none}.crm-issue-overview-card .crm-issue-table__row--clean{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(190px,.9fr) auto auto;grid-template-areas:"title customer status actions" "title owner severity due" "title updated severity due";gap:8px 18px;align-items:center;padding:16px 18px;border:1px solid var(--border);border-radius:14px;background:var(--panel)}.crm-issue-overview-card .crm-issue-table__row--clean:hover{border-color:#2563eb47;box-shadow:0 12px 28px #0f172a12}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell{min-width:0}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(1){grid-area:title}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(2){grid-area:customer}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(3){grid-area:status}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(4){grid-area:severity}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(5){grid-area:owner;color:var(--muted)}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(6){grid-area:due;color:var(--muted)}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(7){grid-area:updated;color:var(--muted);font-size:.88rem}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(7):before{content:"Oppdatert "}.crm-issue-overview-card .crm-issue-table__row--clean .crm-table__cell:nth-child(8){grid-area:actions}.crm-report-page{gap:22px}.crm-report-page .page-hero--tight{background:linear-gradient(135deg,rgba(15,98,254,.1),transparent 42%),linear-gradient(180deg,var(--panel-elevated),var(--panel))}.crm-report-filters{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr)) minmax(260px,1.4fr);gap:16px;align-items:end;border-radius:18px}.crm-report-filters .field{margin:0}.crm-report-filters input,.crm-report-filters select{min-height:44px}.crm-report-customer-select{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px}.crm-report-customer-select label{grid-column:1 / -1}.crm-report-customer-select select{min-height:92px}.crm-report-customer-picker-field{min-width:0}.crm-report-customer-picker-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.crm-report-customer-picker-summary{display:inline-flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:0 14px;border:1px solid color-mix(in srgb,var(--primary) 20%,var(--border) 80%);border-radius:10px;background:color-mix(in srgb,var(--primary-soft) 34%,var(--panel) 66%);color:var(--primary-strong);font:inherit;font-weight:800;text-align:left;cursor:pointer}.crm-report-customer-picker-summary svg{width:20px;height:20px;flex:0 0 auto}.crm-report-customer-picker-summary span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-customer-picker-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;align-items:center;justify-items:center;padding:28px;overflow:hidden;overscroll-behavior:contain}.crm-customer-picker-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.crm-customer-picker-modal__sheet{position:relative;z-index:1;display:grid;gap:16px;width:min(1040px,calc(100vw - 56px));max-height:min(760px,calc(100vh - 72px));padding:20px;border-radius:20px;overflow:hidden;overscroll-behavior:contain}.crm-customer-picker-modal__header,.crm-customer-picker-modal__header-actions,.crm-customer-picker-tools,.crm-customer-picker-list__head,.crm-customer-picker-footer,.crm-customer-picker-actions,.crm-customer-picker-selection{display:flex;align-items:center}.crm-customer-picker-modal__header{justify-content:space-between;gap:16px}.crm-customer-picker-modal__header-actions{flex:0 0 auto;gap:10px}.crm-customer-picker-modal__header-actions .btn{min-width:92px}.crm-customer-picker-modal__header h3{margin:0;color:var(--heading)}.crm-customer-picker-tools{gap:10px}.crm-customer-picker-tools select{flex:0 0 190px;min-height:44px}.crm-customer-picker-search{display:flex;align-items:center;gap:10px;flex:1 1 auto;min-height:44px;padding:0 14px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-customer-picker-search svg{width:18px;height:18px;color:var(--muted);flex:0 0 auto}.crm-customer-picker-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit}.crm-customer-picker-chips{display:flex;gap:8px;flex-wrap:wrap}.crm-customer-picker-chips button{min-height:34px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--muted);font-weight:800;cursor:pointer}.crm-customer-picker-chips button.is-active{border-color:color-mix(in srgb,var(--primary) 32%,var(--border) 68%);background:var(--primary-soft);color:var(--primary-strong)}.crm-customer-picker-list{min-height:0;max-height:min(430px,calc(100vh - 390px));overflow:auto;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.crm-customer-picker-list__head{position:sticky;top:0;z-index:1;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--panel) 94%,var(--primary-soft) 6%)}.crm-customer-picker-list__head>div{display:inline-flex;align-items:center;gap:12px;color:var(--muted);font-size:.86rem}.crm-customer-picker-list__head button{border:0;background:transparent;color:var(--primary-strong);font:inherit;font-weight:800;cursor:pointer}.crm-customer-picker-list__head button:disabled{color:var(--muted);cursor:not-allowed}.crm-customer-picker-check{display:inline-flex;align-items:center;gap:10px;color:var(--heading);font-weight:800}.crm-customer-picker-check input,.crm-customer-picker-row input{width:18px;height:18px;accent-color:var(--primary)}.crm-customer-picker-row{display:grid;grid-template-columns:22px 40px minmax(260px,1fr) minmax(120px,auto) minmax(120px,auto);align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid var(--border);cursor:pointer}.crm-customer-picker-row:last-child{border-bottom:0}.crm-customer-picker-row:hover{background:var(--panel-soft)}.crm-customer-picker-row__avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:13px;background:#0f172a;color:#fff;font-size:.78rem;font-weight:900}.crm-customer-picker-row__identity{display:grid;gap:3px;min-width:0}.crm-customer-picker-row__identity strong,.crm-customer-picker-row__identity small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-customer-picker-row__identity strong{color:var(--heading)}.crm-customer-picker-row__identity small{color:var(--muted)}.crm-customer-picker-row__tag,.crm-customer-picker-row__status{justify-self:start;padding:5px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:.78rem;font-weight:800}.crm-customer-picker-row__status{background:color-mix(in srgb,#16a34a 12%,var(--panel) 88%);color:#15803d}.crm-customer-picker-empty{margin:16px;box-shadow:none}.crm-customer-picker-footer{position:sticky;bottom:0;z-index:2;justify-content:space-between;gap:16px;padding:14px 0 0;border-top:1px solid var(--border);background:var(--panel-elevated)}.crm-customer-picker-selection{flex:1 1 auto;gap:8px;min-width:0;overflow:hidden}.crm-customer-picker-selection>span{color:var(--muted);font-size:.9rem}.crm-customer-picker-selection button{display:inline-flex;align-items:center;gap:8px;max-width:220px;min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--panel-soft);color:var(--text);font:inherit;font-size:.86rem;cursor:pointer}.crm-customer-picker-selection button{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-customer-picker-selection button span{color:var(--muted);font-weight:800}.crm-customer-picker-actions{flex:0 0 auto;gap:10px}.crm-report-cover{position:relative;overflow:hidden;display:grid;gap:24px;border-radius:22px;padding:28px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(22,163,74,.08) 48%,transparent),var(--panel)}.crm-report-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-top:5px solid #2563eb;pointer-events:none}.crm-report-cover__brand,.crm-report-cover__main,.crm-report-cover__facts,.crm-report-cover__facts div{display:flex;align-items:center}.crm-report-cover__brand{justify-content:space-between;gap:18px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem}.crm-report-cover__brand img{width:min(220px,52vw);max-height:54px;object-fit:contain;object-position:left center}.crm-report-cover__main{justify-content:space-between;gap:28px;align-items:end}.crm-report-cover__main h3{margin:6px 0 8px;color:var(--heading);font-size:clamp(1.8rem,3vw,3rem);line-height:1.05}.crm-report-cover__main p{max-width:720px;margin:0;color:var(--muted)}.crm-report-cover__facts{flex:0 0 min(420px,100%);display:grid;gap:10px;margin:0}.crm-report-cover__facts div{justify-content:space-between;gap:18px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--panel) 82%,transparent)}.crm-report-cover__facts dt,.crm-report-cover__facts dd{margin:0}.crm-report-cover__facts dt{color:var(--muted);font-size:.82rem;font-weight:700}.crm-report-cover__facts dd{color:var(--heading);font-weight:800;text-align:right}.crm-report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.crm-report-metric{position:relative;overflow:hidden;display:grid;grid-template-rows:auto minmax(42px,auto) auto;align-content:start;gap:7px;min-height:126px;padding:16px;border-radius:16px;background:var(--panel)}.crm-report-metric:after{content:"";position:absolute;inset:0 auto 0 0;width:4px;height:auto;border-radius:16px 0 0 16px;background:#2563eb;opacity:.9}.crm-report-metric:nth-child(2):after,.crm-report-metric:nth-child(3):after{background:#16a34a}.crm-report-metric:nth-child(4):after,.crm-report-metric:nth-child(5):after{background:#dc2626}.crm-report-metric:nth-child(6):after{background:#7c3aed}.crm-report-metric:nth-child(7):after,.crm-report-metric:nth-child(8):after,.crm-report-metric:nth-child(9):after{background:#0891b2}.crm-report-metric span,.crm-report-metric small{color:var(--muted)}.crm-report-metric span{display:block;font-size:.82rem;font-weight:800;line-height:1.25;letter-spacing:.04em;text-transform:uppercase}.crm-report-metric strong{display:block;color:var(--heading);font-size:clamp(2rem,3vw,2.65rem);line-height:1;letter-spacing:-.05em}.crm-report-metric small{display:block;max-width:22ch;font-size:.88rem;line-height:1.45}.crm-report-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.crm-report-insight{display:grid;grid-template-rows:auto minmax(28px,auto) auto;align-content:start;gap:8px;min-height:118px;padding:16px;border-radius:16px;background:var(--panel)}.crm-report-insight span,.crm-report-insight small{color:var(--muted)}.crm-report-insight span{font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.crm-report-insight strong{display:block;color:var(--heading);font-size:1.08rem;line-height:1.25}.crm-report-course-rankings{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.crm-report-course-ranking{display:grid;align-content:start;gap:8px;min-height:122px;padding:16px;border-radius:16px;background:var(--panel);border-left:5px solid var(--primary)}.crm-report-course-ranking[data-tone=success]{border-left-color:var(--success)}.crm-report-course-ranking[data-tone=warning]{border-left-color:#f59e0b}.crm-report-course-ranking[data-tone=danger]{border-left-color:var(--danger)}.crm-report-course-ranking span,.crm-report-course-ranking small{color:var(--muted)}.crm-report-course-ranking span{font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.crm-report-course-ranking strong{display:block;color:var(--heading);font-size:1.08rem;line-height:1.25}.crm-report-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.78fr);gap:16px;align-items:stretch}.crm-report-panel{gap:18px;border-radius:20px}.crm-report-chart{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(110px,1fr);gap:18px;min-height:250px;overflow-x:auto;align-items:end;padding:28px 18px 14px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(to top,rgba(148,163,184,.18) 1px,transparent 1px) 0 28px / 100% 42px,linear-gradient(180deg,var(--panel-soft),color-mix(in srgb,var(--panel-soft) 62%,var(--panel) 38%))}.crm-report-chart__group{display:grid;gap:12px;min-width:110px;text-align:center;color:var(--muted);font-size:.84rem}.crm-report-chart__group>strong{color:var(--muted);font-size:.86rem;font-weight:800}.crm-report-chart__bars{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;height:176px;align-items:end;padding:0 12px}.crm-report-chart__bars span{position:relative;display:block;min-height:3px;border-radius:10px 10px 3px 3px;box-shadow:0 10px 18px #0f172a1a}.crm-report-chart__bars span em{position:absolute;left:50%;bottom:calc(100% + 7px);transform:translate(-50%);color:var(--heading);font-style:normal;font-size:.76rem;font-weight:800;opacity:0}.crm-report-chart__bars span:hover em,.crm-report-chart__bars span:focus-visible em{opacity:1}.crm-report-chart__bars span:nth-child(1){background:#2563eb}.crm-report-chart__bars span:nth-child(2){background:#16a34a}.crm-report-chart__bars span:nth-child(3){background:#dc2626}.crm-report-chart__bars span:nth-child(4){background:#0891b2}.crm-report-legend{display:flex;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.9rem}.crm-report-legend span{display:inline-flex;align-items:center;gap:7px}.crm-report-legend span:before{content:"";width:10px;height:10px;border-radius:999px;background:#2563eb}.crm-report-legend span[data-tone=green]:before{background:#16a34a}.crm-report-legend span[data-tone=red]:before{background:#dc2626}.crm-report-legend span[data-tone=purple]:before{background:#0891b2}.crm-report-breakdown{display:grid;gap:18px}.crm-report-breakdown h4{margin:0 0 10px;color:var(--heading)}.crm-report-breakdown p{display:flex;justify-content:space-between;gap:12px;margin:0;padding:11px 12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-report-breakdown p:last-child{border-bottom:1px solid var(--border)}.crm-report-table-card{gap:18px;border-radius:20px}.crm-report-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:16px}.crm-report-table{width:100%;min-width:1500px;border-collapse:collapse}.crm-report-table th,.crm-report-table td{padding:14px 16px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.crm-report-table th{background:color-mix(in srgb,var(--panel-soft) 82%,#2563eb 18%);color:var(--muted);font-size:.8rem;text-transform:uppercase}.crm-report-table th button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;text-transform:inherit;cursor:pointer}.crm-report-table th svg{width:14px;height:14px}.crm-report-table td a,.crm-report-table td a strong,.crm-report-table td a span{display:grid;gap:4px;color:inherit;text-decoration:none}.crm-report-table td a span{color:var(--muted);font-size:.86rem}.crm-report-table td>span{display:block;margin-top:2px;color:var(--muted);font-size:.82rem;font-weight:700}.crm-report-table tr:last-child td{border-bottom:0}.crm-report-table tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--panel-soft) 54%,transparent)}.crm-report-table__attention{color:#dc2626;font-weight:800}@media (max-width: 1180px){.crm-report-filters,.crm-report-summary,.crm-report-layout,.crm-report-insights{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-report-cover__main{align-items:start;flex-direction:column}}@media (max-width: 720px){.crm-report-filters,.crm-report-summary,.crm-report-layout,.crm-report-insights,.crm-report-customer-select{grid-template-columns:1fr}.crm-report-customer-picker-control,.crm-customer-picker-tools,.crm-customer-picker-footer,.crm-customer-picker-modal__header-actions{grid-template-columns:1fr;display:grid}.crm-customer-picker-modal{padding:12px}.crm-customer-picker-modal__sheet{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:14px}.crm-customer-picker-tools select{flex-basis:auto;width:100%}.crm-customer-picker-row{grid-template-columns:22px 38px minmax(0,1fr)}.crm-customer-picker-row__tag,.crm-customer-picker-row__status{display:none}.crm-customer-picker-actions{justify-content:stretch}.crm-customer-picker-modal__header-actions{width:100%}.crm-customer-picker-modal__header-actions .btn-icon{position:absolute;top:12px;right:12px;width:40px}.crm-customer-picker-actions .btn,.crm-customer-picker-actions .btn-secondary,.crm-customer-picker-modal__header-actions .btn,.crm-customer-picker-modal__header-actions .btn-secondary{width:100%}}@media print{@page{size:A4 landscape;margin:12mm}.crm-module-nav,.crm-report-filters,.crm-customer-picker-modal,.crm-hero-actions .card-headline__actions,.app-sidebar,.app-topbar,.dashboard-sidebar,.dashboard-topbar,.sidebar,.crm-report-table th button svg{display:none!important}body{background:#fff!important}.shell,.main,.content{display:block!important;width:100%!important;min-height:0!important;padding:0!important}.crm-report-page{gap:10mm;color:#111827;background:#fff!important;padding:0!important}.crm-desktop-page .page-hero--tight,.crm-report-cover,.crm-report-metric,.crm-report-insight,.crm-report-panel,.crm-report-table-card{box-shadow:none!important;border:1px solid #d1d5db!important;background:#fff!important;break-inside:avoid}.crm-desktop-page .page-hero--tight{margin:0 0 8mm!important;padding:0 0 6mm!important;border:0!important;border-bottom:2px solid #111827!important}.crm-desktop-page .page-hero--tight .page-intro p{color:#4b5563!important}.page-hero__title{color:#111827!important;font-size:24pt!important}.crm-hero-pill{border-color:#d1d5db!important;background:#f9fafb!important;color:#111827!important}.crm-report-cover{min-height:112mm;padding:10mm!important;border-top:6px solid #2563eb!important}.crm-report-cover:before,.crm-report-metric:after,.page-hero:after,.card:after{display:none!important}.crm-report-cover__brand img{width:58mm}.crm-report-cover__main h3{font-size:30pt}.crm-report-cover__facts div{border-color:#d1d5db;background:#f9fafb}.crm-report-summary{grid-template-columns:repeat(6,1fr);gap:4mm}.crm-report-metric,.crm-report-insight{min-height:auto;padding:5mm!important}.crm-report-metric strong{font-size:22pt}.crm-report-insights,.crm-report-layout{grid-template-columns:repeat(3,1fr);gap:4mm}.crm-report-layout{grid-template-columns:1.4fr .8fr}.crm-report-chart{min-height:58mm}.crm-report-chart__bars{height:42mm;border:1px solid #e5e7eb}.crm-report-breakdown p{border-color:#e5e7eb;background:#f9fafb}.crm-report-table-wrap{overflow:visible;border-color:#d1d5db}.crm-report-table{min-width:0;font-size:8pt}.crm-report-table th,.crm-report-table td{padding:3.2mm 2.4mm;border-color:#e5e7eb}.crm-report-table th{background:#f3f4f6!important;color:#374151!important}.crm-report-table td a,.crm-report-table td a strong,.crm-report-table td a span{color:#111827!important}.crm-report-table td a span{color:#4b5563!important}.crm-report-table tbody tr:nth-child(2n) td{background:#f9fafb!important}}.btn-icon--danger{color:#dc2626;border-color:#ef444433;background:#fef2f2e6}.btn-icon--danger:hover{background:#fee2e2f2;border-color:#ef44444d}.crm-list-card{display:grid;grid-template-columns:minmax(340px,1.35fr) minmax(210px,.72fr) minmax(240px,.82fr) 32px;align-items:center;gap:24px;width:100%;min-height:94px;padding:18px 22px;border-radius:14px;border:1px solid var(--border);background:var(--panel);text-align:left;color:var(--text)}.crm-list-card--active{border-color:#2563eb47;box-shadow:inset 4px 0 #2563eb,0 12px 28px #94a3b824;background:color-mix(in srgb,var(--primary-soft) 28%,var(--panel) 72%)}.crm-list-card__identity,.crm-list-card__owner,.crm-list-card__dates{display:flex;align-items:center;gap:14px;min-width:0}.crm-list-card__name{display:grid;gap:4px;min-width:0}.crm-list-card__chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:max-content}.crm-list-card__title{font-size:1.03rem;font-weight:700;color:var(--heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-list-card__avatar{width:56px;height:56px;border-radius:13px;background:#0f172a;color:#fff;flex:0 0 auto}.crm-list-card__owner svg,.crm-list-card__dates svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:var(--muted);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.crm-list-card__owner span,.crm-list-card__dates span{display:grid;gap:3px;min-width:0}.crm-list-card__owner strong,.crm-list-card__dates strong{color:var(--heading);font-size:.95rem;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-list-card__owner small,.crm-list-card__dates small{color:var(--muted);font-size:.88rem;white-space:nowrap}.crm-dot{width:10px;height:10px;border-radius:999px;background:#3b82f6b3}.crm-dot--soft{background:#94a3b859}.crm-list-card__menu{justify-self:end;font-size:1.5rem;line-height:1;color:var(--muted)}.crm-register-footer{display:flex;align-items:center;justify-content:space-between;padding:22px;color:var(--muted);font-weight:600}.crm-workbench{display:grid;gap:16px;padding:22px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(135deg,#eff6fff0,#fffffffa 46%),var(--panel)}.crm-workbench__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.crm-workbench__header h2{margin:4px 0 0;color:var(--heading);font-size:1.18rem}.crm-workbench__signals{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.crm-workbench__signals span{display:inline-flex;align-items:baseline;gap:6px;min-height:34px;padding:0 11px;border:1px solid rgba(148,163,184,.26);border-radius:999px;background:#ffffffc7;color:var(--muted);font-size:.82rem;font-weight:800}.crm-workbench__signals strong{color:var(--heading);font-size:1rem}.crm-segment-bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.crm-segment{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:0 14px;border:1px solid rgba(148,163,184,.3);border-radius:13px;background:#ffffffd1;color:var(--text);font:inherit;font-weight:850;cursor:pointer}.crm-segment:hover,.crm-segment--active{border-color:#2563eb6b;background:#eff6ff;color:#1d4ed8;box-shadow:0 10px 22px #2563eb17}.crm-segment strong{display:inline-grid;place-items:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;background:#2563eb1a;color:inherit;font-size:.82rem}.crm-list-card{grid-template-columns:minmax(330px,1.35fr) minmax(190px,.68fr) minmax(210px,.72fr) minmax(150px,.5fr) 28px;min-height:76px;padding:14px 18px;gap:18px}.crm-list-header{display:grid;grid-template-columns:minmax(330px,1.35fr) minmax(190px,.68fr) minmax(210px,.72fr) minmax(150px,.5fr) 28px;align-items:center;gap:18px;padding:0 18px 7px;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.crm-list-card:hover{border-color:#2563eb3d;background:#fbfdff}.crm-list-card__next{display:grid;gap:4px;min-width:0}.crm-list-card__next span{color:var(--muted);font-size:.76rem;font-weight:850;text-transform:uppercase}.crm-list-card__next strong{overflow:hidden;color:var(--heading);font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.crm-report-focus{display:grid;gap:18px;padding:20px;border-color:#0f172a1a;background:linear-gradient(135deg,#f8fafcfa,#eff6ffeb 48%,#f0fdfae6),var(--panel)}.crm-report-focus__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.48fr);align-items:start;gap:20px}.crm-report-focus__header h3{margin:4px 0 6px;color:var(--heading);font-size:clamp(1.45rem,2vw,2.1rem);line-height:1.08}.crm-report-focus__scope{display:grid;grid-template-columns:1fr;gap:8px;margin:0}.crm-report-focus__scope div{display:grid;gap:3px;padding:11px 13px;border:1px solid rgba(148,163,184,.24);border-radius:12px;background:#ffffffc7}.crm-report-focus__scope dt,.crm-report-focus__scope dd{margin:0}.crm-report-focus__scope dt{color:var(--muted);font-size:.72rem;font-weight:900;text-transform:uppercase}.crm-report-focus__scope dd{overflow:hidden;color:var(--heading);font-weight:850;text-overflow:ellipsis;white-space:nowrap}.crm-report-views{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.crm-report-view{display:grid;gap:7px;min-height:132px;padding:18px;border:1px solid var(--border);border-radius:16px;background:#ffffffdb;color:var(--text);text-align:left;cursor:pointer}.crm-report-view:hover,.crm-report-view--active{border-color:#2563eb6b;background:linear-gradient(135deg,#dbeafef5,#fffffffa),var(--panel);box-shadow:0 18px 34px #2563eb24;transform:translateY(-1px)}.crm-report-view span,.crm-report-view small{overflow:hidden;color:var(--muted);text-overflow:ellipsis}.crm-report-view span{font-size:.78rem;font-weight:900;text-transform:uppercase}.crm-report-view strong{color:var(--heading);font-size:1.8rem;line-height:1.1}.crm-report-view small{font-size:.86rem;line-height:1.35}.crm-report-table-wrap{max-height:640px}.crm-report-table th{position:sticky;top:0;z-index:2}.crm-report-table th,.crm-report-table td{padding-block:11px}.crm-report-page .crm-report-cover{gap:10px;padding:14px 18px;border-radius:16px}.crm-report-page .crm-report-cover__brand{display:none}.crm-report-page .crm-report-cover__brand img{width:min(170px,42vw);max-height:42px}.crm-report-page .crm-report-cover__main{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.56fr);align-items:center;gap:16px}.crm-report-page .crm-report-cover__main h3{margin:2px 0 0;font-size:clamp(1.22rem,1.7vw,1.65rem)}.crm-report-page .crm-report-cover__main p{display:none}.crm-report-page .crm-report-cover__main .section-label{display:block;font-size:.92rem}.crm-report-page .crm-report-cover__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.crm-report-page .crm-report-cover__facts div{padding:9px 12px}@media (max-width: 1180px){.crm-segment-bar,.crm-report-views{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-list-card,.crm-list-header{grid-template-columns:minmax(280px,1fr) minmax(190px,.7fr) 32px}.crm-list-header span:nth-child(3),.crm-list-header span:nth-child(4){display:none}.crm-list-card__dates,.crm-list-card__next{display:none}.crm-filter-menu__panel{width:min(680px,calc(100vw - 80px))}}@media (max-width: 840px){.crm-workbench__header,.crm-workbench__signals,.crm-report-focus__header{display:grid;grid-template-columns:1fr;justify-content:stretch}.crm-segment-bar,.crm-report-views{grid-template-columns:1fr}.crm-report-focus{padding:16px}.crm-desktop-page .page-hero--tight,.crm-desktop-page .crm-module-nav,.crm-workspace-tabs{margin-left:0;margin-right:0;padding-left:18px;padding-right:18px}.crm-workspace-tab{max-width:72vw}.crm-register-toolbar,.crm-register-toolbar__actions{align-items:stretch;flex-direction:column;width:100%}.crm-searchbox--wide{max-width:none}.crm-filter-menu__panel{position:static;width:100%;margin-top:10px}.crm-filter-menu__panel .crm-filters{grid-template-columns:1fr}.crm-list-card{grid-template-columns:1fr 32px}.crm-list-card__owner{display:none}}.crm-customer-header{display:grid;gap:20px}.crm-detail-card{overflow:hidden}.crm-customer-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}.crm-customer-hero__lead{display:flex;align-items:flex-start;gap:14px}.crm-customer-hero__close{margin-top:2px;border-radius:14px}.crm-customer-hero__copy{gap:10px}.crm-customer-hero__title-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-badge--success{background:#22c55e24;color:#15803d;border-color:#22c55e2e}.crm-customer-hero__actions{align-items:center;flex-wrap:wrap}.crm-customer-fact-card{border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffffeb,#f8fafcf5);overflow:hidden}.crm-customer-fact-card summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:0 18px;color:var(--muted);font-weight:800;cursor:pointer}.crm-customer-fact-card summary::marker{color:var(--primary)}.crm-customer-fact-card summary strong{color:var(--heading);font-size:.92rem}.crm-customer-fact-card[open] summary{border-bottom:1px solid var(--border)}.crm-customer-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 26px;padding:18px}.crm-customer-fact{display:grid;gap:8px}.crm-customer-fact>span{font-size:.94rem;color:var(--muted)}.crm-customer-fact>strong{color:var(--heading);font-size:1.05rem}.crm-inline-link{color:var(--primary-strong);text-decoration:none}.crm-inline-link:hover{text-decoration:underline}.crm-customer-fact--owner{padding-left:26px;border-left:1px solid var(--border)}.crm-customer-owner{display:flex;align-items:center;gap:12px}.crm-customer-owner p{margin:2px 0 0;color:var(--muted)}.crm-summary-grid,.crm-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-tabs{display:flex;gap:10px;flex-wrap:wrap}.crm-detail-card>.crm-tabs{margin-top:14px;margin-bottom:18px;padding-top:2px}.crm-detail-card>.crm-tabs+.crm-pane{margin-top:0}.crm-module-nav{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.crm-module-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid var(--border);background:var(--panel-soft);color:var(--muted);text-decoration:none;font-weight:600}.crm-module-nav__link.active{color:var(--heading);border-color:#2563eb57;background:var(--primary-soft)}.crm-tab{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid var(--border);background:var(--panel-soft);color:var(--muted);cursor:pointer}.crm-tab--active{color:var(--heading);border-color:#2563eb57;background:var(--primary-soft)}.crm-tab__icon{width:17px;height:17px;flex:0 0 auto}.crm-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:start;gap:16px}.crm-split>.incident-list{align-content:start}.survey-page .crm-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr)}.survey-page .crm-layout.crm-layout--workspace{grid-template-columns:minmax(0,1fr);width:min(100%,1240px);margin-inline:auto}.survey-hero-panel{grid-template-columns:repeat(4,minmax(82px,1fr));min-width:min(580px,50vw);align-content:center}.survey-hero-metric{display:grid;gap:5px;padding:10px 12px;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.13)}.survey-hero-metric span,.survey-detail-metrics span,.survey-workflow-step small,.survey-recipient-block__head span,.survey-list-item__description,.public-survey-card__meta span{color:var(--muted);font-size:.82rem;font-weight:700}.survey-hero-metric span,.survey-hero-metric strong{color:inherit}.survey-hero-metric strong{font-size:1.55rem;line-height:1}.survey-list-item__description{display:-webkit-box;margin-top:-2px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45;text-align:left}.survey-detail-metrics,.survey-workflow-card{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:16px}.survey-detail-metrics div,.survey-workflow-step{min-width:0;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.survey-detail-metrics div{display:grid;gap:5px;padding:12px}.survey-detail-metrics strong{color:var(--heading);font-size:1.35rem;line-height:1}.survey-workflow-card{margin-top:0}.survey-setup-card{display:grid;gap:16px;width:100%}.survey-setup-card .survey-edit-form{width:min(100%,980px)}.survey-setup-card .form-grid{grid-template-columns:minmax(260px,1.15fr) minmax(220px,.85fr)}.survey-setup-stepper{align-items:stretch}.survey-setup-stepper>div.survey-workflow-step{display:none}.survey-workflow-step{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center;padding:12px}button.survey-workflow-step{width:100%;cursor:pointer;color:inherit;text-align:left;font:inherit}button.survey-workflow-step:disabled{cursor:not-allowed;opacity:.62}.survey-workflow-step.is-active{border-color:#2563eb57;background:#2563eb14}.survey-workflow-step>span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid var(--border);background:var(--panel);color:var(--muted);font-weight:800}.survey-workflow-step div{display:grid;gap:3px;min-width:0}.survey-workflow-step strong,.survey-workflow-step small{overflow-wrap:anywhere}.survey-workflow-step.is-complete{border-color:#16a34a47;background:var(--success-soft)}.survey-workflow-step.is-complete>span{border-color:#16a34a52;background:var(--success);color:#fff}.survey-setup-stage{grid-template-columns:minmax(0,1fr)}.survey-setup-hidden{display:none}.survey-publish-card,.survey-setup-footer{display:grid;gap:16px}.survey-setup-footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.survey-setup-footer__summary,.survey-setup-footer__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.survey-setup-footer__summary span{color:var(--muted)}.survey-edit-form{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.survey-edit-form__footer,.survey-edit-form__actions,.survey-question-actions,.survey-question-edit-form__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.survey-edit-form__footer{justify-content:space-between}.survey-edit-form__actions,.survey-question-actions{justify-content:flex-end}.survey-question-actions .btn-secondary,.survey-question-edit-form__actions .btn,.survey-question-edit-form__actions .btn-secondary{min-height:34px}.survey-question-edit-form__actions{justify-content:flex-end}.survey-dashboard-grid{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.survey-dashboard-card{display:grid;gap:6px}.survey-dashboard-card span,.survey-result-summary span,.survey-question-result__head span,.survey-response-entry small,.survey-response-entry em,.survey-response-entry__answers span{color:var(--muted);font-size:.82rem;font-weight:800}.survey-dashboard-card strong,.survey-result-summary strong{color:var(--heading);font-size:1.55rem;line-height:1}.survey-dashboard-card small{color:var(--muted);font-weight:700;line-height:1.4}.survey-results-card{display:grid;gap:18px}.survey-result-summary{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.survey-result-summary div{display:grid;gap:6px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.survey-question-results{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.survey-question-result{display:grid;gap:12px;min-width:0;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--panel-soft)}.survey-question-result__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.survey-question-result__head div{min-width:0}.survey-question-result__head h3{margin:4px 0 0;color:var(--heading);font-size:1rem;line-height:1.35;overflow-wrap:anywhere}.survey-question-result__head>strong{display:inline-grid;place-items:center;min-width:46px;height:40px;padding:0 10px;border-radius:12px;background:var(--panel);border:1px solid var(--border);color:var(--primary-strong);font-size:1.05rem}.survey-result-bars,.survey-text-answer-list,.survey-response-log,.survey-response-entry__answers{display:grid;gap:8px}.survey-result-bar{display:grid;grid-template-columns:46px minmax(0,1fr) 36px;align-items:center;gap:8px}.survey-result-bar>span,.survey-result-bar>strong{color:var(--heading);font-weight:800}.survey-result-bar div{height:10px;overflow:hidden;border-radius:999px;background:var(--neutral-soft)}.survey-result-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--success))}.survey-text-answer-list blockquote{margin:0;padding:10px 12px;border-left:3px solid var(--primary);border-radius:10px;background:var(--panel);color:var(--text);line-height:1.5;overflow-wrap:anywhere}.survey-response-entry{border:1px solid var(--border);border-radius:14px;background:var(--panel-soft);overflow:hidden}.survey-response-entry summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px;cursor:pointer;list-style:none}.survey-response-entry summary::-webkit-details-marker{display:none}.survey-response-entry summary span{display:grid;gap:3px;min-width:0}.survey-response-entry summary strong{color:var(--heading);overflow-wrap:anywhere}.survey-response-entry em{flex:0 0 auto;font-style:normal}.survey-response-entry__answers{padding:0 12px 12px}.survey-response-entry__answers div{display:grid;gap:4px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--panel)}.survey-response-entry__answers strong{color:var(--heading);line-height:1.45;overflow-wrap:anywhere}.survey-dispatch-form{margin-top:12px}.survey-answer-card,.survey-response-form{display:grid;gap:14px}.survey-recipient-picker{display:grid;gap:8px;max-height:180px;overflow:auto;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.survey-recipient-block{display:grid;gap:8px}.survey-recipient-block__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.survey-recipient-picker__item{justify-content:flex-start;min-height:38px;padding:0 6px}.survey-link-list{display:grid;gap:10px;margin-top:14px}.survey-link-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.survey-link-row>div:first-child{display:grid;gap:3px;min-width:0}.survey-link-row span{color:var(--muted);overflow-wrap:anywhere}.survey-link-row__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.survey-section-divider{margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.public-survey-page{min-height:100vh;display:grid;place-items:start center;padding:44px 18px;background:var(--bg-accent)}.public-survey-shell{width:min(760px,100%)}.public-survey-card{display:grid;gap:18px}.public-survey-card__header{display:grid;gap:14px}.public-survey-card h1{margin:0;color:var(--heading);font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1}.public-survey-card__meta{display:flex;flex-wrap:wrap;gap:8px}.public-survey-card__meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:var(--panel-soft)}.public-survey-question{padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft);margin:0;min-inline-size:0}.public-survey-question small{color:var(--muted)}.survey-question-field{display:grid;gap:10px}.survey-question-label{width:100%;padding:0;color:var(--heading);font-size:.96rem;font-weight:760;line-height:1.45;overflow-wrap:anywhere}.survey-answer-options{display:grid;gap:8px}.survey-answer-options--scale{grid-template-columns:repeat(5,minmax(0,1fr))}.survey-answer-options--binary{grid-template-columns:repeat(2,minmax(0,1fr))}.survey-answer-option{position:relative;display:block;min-width:0;cursor:pointer}.survey-answer-option input{position:absolute;opacity:0;pointer-events:none}.survey-answer-option span{display:grid;place-items:center;gap:3px;min-height:52px;padding:8px;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:var(--text);text-align:center;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease,transform .16s ease}.survey-answer-option strong{color:var(--heading);font-size:1rem;line-height:1}.survey-answer-option small{font-size:.7rem;line-height:1.2}.survey-answer-option:hover span,.survey-answer-option input:focus-visible+span{border-color:#2563eb61;box-shadow:0 0 0 3px #2563eb1a}.survey-answer-option input:checked+span{border-color:#2563eb85;background:var(--primary-soft);box-shadow:inset 0 0 0 1px #2563eb29}@media (max-width: 720px){.survey-link-row{align-items:stretch;flex-direction:column}.survey-link-row__actions{justify-content:flex-start}.survey-hero-panel,.survey-detail-metrics,.survey-workflow-card,.survey-dashboard-grid,.survey-result-summary,.survey-question-results{grid-template-columns:1fr}.survey-answer-options--scale{grid-template-columns:repeat(3,minmax(0,1fr))}.survey-answer-options--binary{grid-template-columns:1fr}}.crm-latest-activity-card{display:grid;gap:18px}.crm-avatar{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#bfdbfe,#60a5fa);color:#0f172a;font-weight:800}.crm-avatar.has-image{background:#dbeafe}.crm-avatar img{width:100%;height:100%;object-fit:cover;display:block}.crm-avatar--small{width:32px;height:32px;font-size:.82rem}.crm-latest-activity-entry{display:flex;align-items:flex-start;gap:14px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#eff3ffdb,#f8fafcf5);border:1px solid var(--border)}.crm-latest-activity-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-weight:700}.crm-note-preview-panel{display:grid;gap:16px}.crm-customer-dashboard{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,.78fr);align-items:start;gap:18px}.crm-customer-dashboard__main,.crm-customer-dashboard__side{display:grid;gap:18px}.crm-customer-dashboard__side{align-content:start}.crm-customer-signal-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.crm-customer-signal-card{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:104px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:var(--text);text-align:left;cursor:pointer}.crm-customer-signal-card:hover{border-color:#2563eb57;box-shadow:0 12px 26px #0f172a14;transform:translateY(-1px)}.crm-customer-signal-card>span{display:grid;gap:4px;min-width:0}.crm-customer-signal-card small,.crm-customer-signal-card em{color:var(--muted);font-size:.82rem;font-style:normal;font-weight:700}.crm-customer-signal-card strong{color:var(--heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-feed-header,.crm-feed-toolbar,.crm-feed-entry,.crm-feed-entry__main,.crm-feed-entry__author,.crm-feed-entry__badges,.crm-feed-entry__actions,.crm-feed-composer{display:flex;align-items:center;gap:12px}.crm-feed-header{justify-content:space-between;align-items:flex-start}.crm-feed-header h3{margin:0 0 4px;color:var(--heading)}.crm-feed-toolbar{align-items:stretch;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-feed-toolbar select{min-width:150px}.crm-feed-toolbar .crm-searchbox{min-height:42px;background:var(--panel)}.crm-feed-future-toggle{min-height:42px;align-self:stretch;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--panel);white-space:nowrap}.crm-feed-list{display:grid;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--panel)}.crm-feed-entry{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:76px;padding:14px 16px;border-bottom:1px solid var(--border)}.crm-feed-entry--clickable{cursor:pointer}.crm-feed-entry--clickable:hover,.crm-feed-entry--clickable:focus-visible{background:color-mix(in srgb,var(--primary-soft) 22%,var(--panel) 78%)}.crm-feed-entry--clickable:focus-visible{outline:2px solid rgba(37,99,235,.34);outline-offset:-2px}.crm-feed-entry:last-child{border-bottom:0}.crm-feed-entry:before{content:"";position:absolute;left:38px;top:58px;bottom:-18px;width:2px;background:#cbd5e1b8}.crm-feed-entry:last-child:before{display:none}.crm-feed-entry__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;color:#2563eb;background:#dbeafe;box-shadow:inset 0 0 0 1px #2563eb1f}.crm-feed-entry__icon svg{width:19px;height:19px}.crm-feed-entry__icon[data-type=TELEFON]{color:#15803d;background:#dcfce7}.crm-feed-entry__icon[data-type=EPOST],.crm-feed-entry__icon[data-feed-type=MELDING]{color:#2563eb;background:#dbeafe}.crm-feed-entry__icon[data-type=MOTE]{color:#7c3aed;background:#ede9fe}.crm-feed-entry__icon[data-type=OPPFOLGING],.crm-feed-entry__icon[data-type=OPPGAVE]{color:#7c3aed;background:#f3e8ff}.crm-feed-entry__icon[data-type=AVVIK]{color:#ea580c;background:#ffedd5}.crm-feed-entry__icon[data-feed-type=NOTAT]{color:#475569;background:#f1f5f9}.crm-feed-entry__main{align-items:flex-start;min-width:0}.crm-feed-entry__author{flex:0 0 210px;min-width:0;align-items:flex-start}.crm-feed-entry__author>span{display:grid;gap:2px;min-width:0}.crm-feed-entry__author strong,.crm-feed-entry__copy strong{color:var(--heading)}.crm-feed-entry__author small{color:var(--muted);font-size:.82rem;font-weight:700}.crm-feed-entry__copy{display:grid;gap:4px;min-width:0;flex:1}.crm-feed-entry__copy p{margin:0;color:var(--text);line-height:1.45}.crm-feed-entry__reply-context{display:grid;gap:4px;margin-top:8px;padding:9px 12px;border-left:3px solid var(--primary);border-radius:0 10px 10px 0;background:color-mix(in srgb,var(--primary-soft) 58%,var(--panel) 42%)}.crm-feed-entry__reply-context span{color:var(--primary-strong);font-size:.78rem;font-weight:900}.crm-feed-entry__reply-context p{margin:0;color:var(--muted);font-size:.88rem;font-weight:700}.crm-feed-entry__badges{justify-content:flex-start;flex-wrap:wrap;margin-top:6px}.crm-feed-entry__badges .chip{min-height:24px;padding-inline:8px;font-size:.78rem;font-weight:800}.crm-feed-entry__type{color:var(--primary-strong);background:var(--primary-soft);border-color:#2563eb29}.crm-feed-entry__status[data-tone=success]{color:#15803d;background:#dcfce7;border-color:#22c55e33}.crm-feed-entry__status[data-tone=warning]{color:#b45309;background:#fef3c7;border-color:#f59e0b38}.crm-feed-entry__status[data-tone=danger],.crm-feed-entry__due{color:#dc2626;background:#fee2e2;border-color:#ef44442e}.crm-feed-entry__actions{justify-content:flex-end}.crm-feed-composer{display:grid;grid-template-columns:32px minmax(0,1fr) auto auto auto;padding:12px;border:1px solid var(--border);border-radius:14px;background:var(--panel)}.crm-feed-composer input{width:100%;min-height:42px;border:1px solid var(--border);border-radius:12px;padding:0 14px;color:var(--text);background:var(--panel-soft)}.crm-overview-timeline{display:grid;gap:0}.crm-overview-activity{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:14px;padding:18px 0;border-bottom:1px solid var(--border);position:relative}.crm-overview-activity:last-child{border-bottom:0;padding-bottom:0}.crm-overview-activity:first-child{padding-top:0}.crm-overview-activity__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#3b82f61f,#bfdbfe94);color:#2563eb;position:relative;z-index:1;box-shadow:inset 0 0 0 1px #bfdbfeb3}.crm-overview-activity__icon svg,.crm-activity-card__icon svg{width:18px;height:18px;flex:0 0 auto}.crm-overview-activity__line{position:absolute;left:20px;top:44px;bottom:-20px;width:2px;background:linear-gradient(180deg,#bfdbfee6,#e2e8f033)}.crm-overview-activity:last-child .crm-overview-activity__line{display:none}.crm-overview-activity__icon[data-type=TELEFON]{background:linear-gradient(135deg,#22c55e1f,#bbf7d094);color:#15803d}.crm-overview-activity__icon[data-type=EPOST]{background:linear-gradient(135deg,#60a5fa24,#bfdbfea3);color:#2563eb}.crm-overview-activity__icon[data-type=MOTE]{background:linear-gradient(135deg,#a855f71f,#ddd6fe94);color:#7c3aed}.crm-overview-activity__icon[data-type=BESOK]{background:linear-gradient(135deg,#f59e0b24,#fef08a94);color:#d97706}.crm-overview-activity__icon[data-type=OPPFOLGING],.crm-overview-activity__icon[data-type=OPPGAVE]{background:linear-gradient(135deg,#3b82f61f,#bfdbfe94);color:#2563eb}.crm-overview-activity__icon[data-type=UTRYKNING]{background:linear-gradient(135deg,#dc26261f,#fecaca94);color:#dc2626}.crm-overview-activity__icon[data-type=AVVIK]{background:linear-gradient(135deg,#ef44441f,#fee2e2b8);color:#b91c1c}.crm-overview-activity__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.crm-overview-activity__head span{color:var(--muted);white-space:nowrap}.crm-overview-activity__content p{margin:0 0 8px}.crm-customer-overview-events{border-top:1px solid var(--border);display:grid;gap:12px;margin-top:18px;padding-top:18px}.crm-customer-event-mini-list,.crm-customer-event-list,.crm-customer-event-followup-list{display:grid;gap:12px}.crm-customer-event-mini,.crm-customer-event-card,.crm-customer-event-followup,.crm-customer-linked-followups{border:1px solid var(--border);border-radius:16px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.crm-customer-event-mini{align-items:center;color:var(--heading);cursor:pointer;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;padding:12px;text-align:left}.crm-customer-event-mini:hover,.crm-customer-event-card:hover,.crm-customer-event-followup:hover{border-color:#2563eb61;box-shadow:0 14px 30px #0f172a14;transform:translateY(-1px)}.crm-customer-event-mini__icon{align-items:center;background:#2563eb14;border-radius:14px;color:#2563eb;display:inline-flex;height:42px;justify-content:center;width:42px}.crm-customer-event-mini__icon .crm-tab__icon{height:20px;width:20px}.crm-customer-event-mini strong,.crm-customer-event-card strong,.crm-customer-event-followup strong{display:block;color:var(--heading)}.crm-customer-event-mini small,.crm-customer-event-card small,.crm-customer-event-followup small{color:var(--muted);display:block;margin-top:3px}.crm-customer-event-followup{align-items:center;color:var(--heading);cursor:pointer;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;padding:12px 14px;text-align:left}.crm-customer-linked-followups{display:grid;gap:14px;padding:16px}.crm-customer-event-card{display:grid;gap:12px;padding:14px}.crm-customer-event-card__main{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:grid;gap:14px;grid-template-columns:auto minmax(0,1fr);padding:0;text-align:left}.crm-customer-event-card__meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px;padding-left:58px}.crm-side-card{display:grid;align-content:start;gap:12px;padding:16px}.crm-event-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.crm-event-metric-card{display:grid;gap:4px;padding:18px 20px}.crm-event-metric-card strong{font-size:1.8rem;color:var(--heading)}.crm-event-metric-card span{font-weight:700;color:var(--heading)}.crm-event-metric-card small{color:var(--muted)}.crm-event-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:12px 16px}.crm-event-toolbar__tabs,.crm-event-toolbar__filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.crm-event-toolbar__tabs button{min-height:38px;padding:0 12px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.crm-event-toolbar__tabs button.is-active{color:var(--primary-strong);border-bottom-color:var(--primary)}.crm-event-toolbar__filters select{min-width:160px;min-height:40px}.crm-event-list-card{display:grid;gap:12px;width:100%;padding:18px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);text-align:left;cursor:pointer}.crm-event-list-card.is-active{border-color:color-mix(in srgb,var(--primary) 35%,var(--border) 65%);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary-soft) 60%,transparent 40%)}.crm-event-list-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.crm-event-list-card__head span{margin-top:6px;color:var(--muted);font-size:.92rem}.crm-event-list-card__meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:var(--muted);font-size:.9rem}.crm-event-shell{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);gap:18px}.crm-event-detail-card{display:grid;gap:18px}.crm-event-detail-card__header,.crm-event-detail-card__title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-event-detail-card__title-row h3{margin:0}.crm-event-detail-tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-bottom:2px;border-bottom:1px solid var(--border)}.crm-event-detail-tabs button{min-height:36px;padding:0 4px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.crm-event-detail-tabs button.is-active{color:var(--primary-strong);border-bottom-color:var(--primary)}.crm-event-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.crm-event-company-chip{display:grid;justify-items:center;gap:8px;width:110px;min-height:92px;padding:12px 10px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);text-align:center}.crm-event-company-chip span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--panel-soft);color:var(--primary-strong);font-weight:800}.crm-event-company-chip strong{font-size:.8rem;line-height:1.3}.crm-event-insights{display:grid;gap:18px}.crm-event-action-list{display:grid;gap:10px}@media (max-width: 1100px){.crm-event-metrics,.crm-event-two-column,.crm-event-shell{grid-template-columns:1fr}.crm-event-toolbar{align-items:stretch;flex-direction:column}}@media (max-width: 720px){.crm-event-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.crm-event-page{gap:12px;color:#101828}.crm-event-page .card,.crm-event-page .empty-state{border-color:#d9e2ee;border-radius:10px;background:#fff;box-shadow:0 10px 26px #0f172a0a;-webkit-backdrop-filter:none;backdrop-filter:none}.crm-event-page .card:after{display:none}.crm-event-topbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:center;gap:18px;min-height:54px;padding:6px 6px 2px}.crm-event-topbar__title,.crm-event-topbar__actions{display:flex;align-items:center;gap:12px}.crm-event-topbar__title h2{margin:0;color:#101828;font-size:1.58rem;letter-spacing:-.04em}.crm-event-search{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;padding:0 16px;border:1px solid #d8e2ef;border-radius:14px;background:#fff;color:#12213f;box-shadow:0 1px 2px #0f172a08}.crm-event-search svg,.crm-event-new-button svg,.crm-event-view-toggle svg,.crm-event-detail-meta svg,.crm-event-list-card__meta svg,.crm-event-action-list svg{width:18px;height:18px}.crm-event-search input{width:100%;border:0;outline:0;background:transparent;color:#172033;font:inherit}.crm-event-search input::placeholder{color:#66768d}.crm-event-search button{min-height:30px;padding:0 10px;border:1px solid #d8e2ef;border-radius:999px;background:#f8fbff;color:#315cff;font-weight:800;cursor:pointer}.crm-event-topbar__actions{justify-content:flex-end}.crm-event-new-button{min-height:42px;border-radius:8px;padding-inline:16px}.crm-event-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0}.crm-event-metric-card{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:14px;min-height:96px;padding:18px 22px}.crm-event-metric-card__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:11px;color:#315cff;background:#eff4ff}.crm-event-metric-card__icon[data-kind=users]{color:#315cff;background:#f1f3ff}.crm-event-metric-card__icon[data-kind=building]{color:#1d4ed8;background:#edf6ff}.crm-event-metric-card__icon[data-kind=check]{color:#15803d;background:#eefcf3}.crm-event-metric-card__icon svg{width:24px;height:24px}.crm-event-metric-card div,.crm-event-metric-card span,.crm-event-metric-card small{min-width:0}.crm-event-metric-card strong{display:block;color:#101828;font-size:1.55rem;line-height:1;letter-spacing:-.04em}.crm-event-metric-card span:not(.crm-event-metric-card__icon){display:block;margin-top:4px;color:#172033;font-weight:760}.crm-event-metric-card small{display:block;margin-top:4px;color:#66768d;font-size:.86rem}.crm-event-toolbar{display:grid;gap:14px;padding:16px;border:1px solid #dbe4ee;border-radius:18px;background:linear-gradient(135deg,#315cff0d,#ffffffeb 42%),#fff;box-shadow:0 12px 32px #0f172a0d}.crm-event-toolbar__tabs,.crm-event-toolbar__filters,.crm-event-toolbar__header,.crm-event-toolbar__main,.crm-event-toolbar__actions,.crm-event-view-toggle{display:flex;align-items:center;gap:8px}.crm-event-toolbar__header{justify-content:space-between;gap:16px}.crm-event-toolbar__header>div:first-child{display:grid;gap:3px}.crm-event-toolbar__header span{color:#66768d;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.crm-event-toolbar__header strong{color:#101828;font-size:1.05rem;letter-spacing:-.02em}.crm-event-toolbar__actions{justify-content:flex-end}.crm-event-filter-count{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#edf2ff;color:#315cff!important;font-size:.78rem!important;letter-spacing:0!important;text-transform:none!important}.crm-event-toolbar__main{display:grid;grid-template-columns:minmax(0,1fr) auto}.crm-event-toolbar__tabs{height:auto;padding:4px;border:1px solid #d8e2ef;border-radius:999px;background:#f8fbff;width:fit-content}.crm-event-toolbar__tabs button{min-height:34px;min-width:112px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:#66768d;font-weight:760;cursor:pointer}.crm-event-toolbar__tabs button.is-active{color:#fff;background:#315cff;box-shadow:0 10px 22px #315cff38}.crm-event-toolbar__filters{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));align-items:end}.crm-event-toolbar__filters label{display:grid;gap:6px}.crm-event-toolbar__filters label>span{color:#66768d;font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.crm-event-toolbar__filters select,.crm-event-toolbar__filters input{width:100%;min-width:0;min-height:40px;border-color:#d8e2ef;border-radius:11px;background:#fff;color:#172033}.crm-event-view-toggle{justify-self:end;gap:0;overflow:hidden;border:1px solid #cbd7e6;border-radius:8px}.crm-event-view-toggle button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:34px;border:0;background:#fff;color:#42526b;cursor:pointer}.crm-event-view-toggle button+button{border-left:1px solid #dbe4ee}.crm-event-view-toggle button.is-active{background:#f4f7fb;color:#172033}.crm-event-workspace{display:grid;grid-template-columns:clamp(360px,28vw,520px) minmax(0,1fr);gap:16px;align-items:start}.crm-event-list-panel,.crm-event-content-panel,.crm-event-shell,.crm-event-main-stack{min-width:0}.crm-event-list-shell{display:grid;gap:12px}.crm-event-list{display:grid;gap:10px}.crm-event-list--rows .crm-event-list-card{min-height:74px;grid-template-columns:42px minmax(0,1fr);padding:12px 14px}.crm-event-list--rows .crm-event-list-card__body{grid-template-columns:minmax(0,1fr) auto;align-items:center}.crm-event-list--rows .crm-event-list-card__head{grid-template-columns:minmax(0,1fr) auto 22px}.crm-event-list--rows .crm-event-list-card__meta{justify-content:flex-end;padding-right:34px}.crm-event-list--rows .crm-event-list-card__avatar{bottom:14px}.crm-event-list-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;width:100%;min-height:108px;padding:16px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;text-align:left;cursor:pointer;box-shadow:0 6px 18px #0f172a08}.crm-event-list-card.is-active{border-color:#315cff;box-shadow:0 0 0 1px #315cff1a,0 10px 24px #315cff14}.crm-event-list-card__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;color:#315cff;background:#edf2ff}.crm-event-list-card__icon[data-type=FORUM]{color:#15803d;background:#eefcf3}.crm-event-list-card__icon[data-type=KURS]{color:#b77900;background:#fff7d7}.crm-event-list-card__icon svg{width:23px;height:23px}.crm-event-list-card__body{display:grid;gap:14px;min-width:0}.crm-event-list-card__head{display:grid;grid-template-columns:minmax(0,1fr) auto 26px;align-items:start;gap:10px}.crm-event-list-card__head strong,.crm-event-list-card__head span{display:block}.crm-event-list-card__head strong{color:#101828;font-size:1rem;letter-spacing:-.02em}.crm-event-list-card__head div>span{margin-top:6px;color:#42526b;font-size:.88rem}.crm-event-kebab{color:#12213f;font-weight:900;letter-spacing:1px;line-height:1.1;text-align:right}.crm-event-list-card__meta{display:flex;align-items:center;gap:16px;padding-right:34px;color:#34445c;font-size:.84rem;font-weight:650;flex-wrap:wrap}.crm-event-list-card__meta span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.crm-event-list-card__meta svg{color:#52637a}.crm-event-list-card__avatar{position:absolute;right:16px;bottom:18px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#c7cfdf;color:#fff;font-size:.72rem;font-weight:800}.crm-event-list-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:12px 14px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#66768d;font-size:.86rem}.crm-event-pagination{display:flex;align-items:center;gap:8px}.crm-event-pagination button{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border:0;border-radius:6px;background:transparent;color:#34445c;cursor:pointer}.crm-event-pagination button.is-active{background:#315cff;color:#fff;box-shadow:0 8px 16px #315cff33}.crm-event-pagination button:disabled{opacity:.48;cursor:not-allowed}.crm-event-shell{display:grid;grid-template-columns:minmax(0,1fr) clamp(280px,18vw,340px);gap:16px;align-items:start}.crm-event-shell--participants{grid-template-columns:minmax(0,1fr)}.crm-event-shell--participants .crm-event-insights{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-event-main-stack,.crm-event-insights{display:grid;gap:10px}.crm-event-detail-card{display:block;overflow:hidden;padding:0}.crm-event-detail-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 22px 12px}.crm-event-detail-card__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crm-event-detail-card__title-row h3{margin:0;color:#101828;font-size:1.38rem;letter-spacing:-.04em}.crm-event-detail-meta{display:flex;align-items:center;gap:18px;margin-top:16px;color:#34445c;font-size:.86rem;flex-wrap:wrap}.crm-event-detail-meta span{display:inline-flex;align-items:center;gap:8px}.crm-event-owner-pill strong{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#7c3aed;color:#fff;font-size:.68rem}.crm-event-detail-actions{position:relative;display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.crm-event-detail-menu{width:34px;height:34px;border:1px solid #e1e8f0;border-radius:8px;background:#f8fbff;color:#172033;font-weight:900;cursor:pointer}.crm-event-action-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:5;display:grid;min-width:190px;padding:8px;border:1px solid #d8e2ef;border-radius:10px;background:#fff;box-shadow:0 18px 40px #0f172a24}.crm-event-action-menu button{width:100%;padding:9px 10px;border:0;border-radius:7px;background:transparent;color:#172033;text-align:left;font-weight:720;cursor:pointer}.crm-event-action-menu button:hover{background:#f4f7fb}.crm-event-attachments-panel{display:grid;gap:14px;padding:18px 22px 22px}.crm-event-document-list{display:grid;gap:8px}.crm-event-document-row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px;padding:10px 12px;border:1px solid #dbe4ee;border-radius:12px;background:#fff}.crm-event-document-row__meta{display:grid;gap:3px;min-width:0}.crm-event-document-row__meta strong{overflow:hidden;color:#101828;text-overflow:ellipsis;white-space:nowrap}.crm-event-document-row__meta span{color:#66768d;font-size:.82rem}.crm-event-document-row__actions{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-end}.crm-event-page .crm-table__row:not(.crm-table__row--header){padding:12px 18px;border-bottom:1px solid #eef2f7}.crm-event-page .crm-table__row:last-child{border-bottom:0}.crm-event-person-count-input,.crm-event-status-select{width:100%;min-height:34px;border:1px solid #d8e2ef;border-radius:8px;background:#fff;color:#172033;font:inherit;font-size:.84rem}.crm-event-person-count-input{max-width:96px;padding:0 10px}.crm-event-status-select{padding:0 9px}.crm-event-person-count-input:disabled,.crm-event-status-select:disabled{opacity:.64;cursor:not-allowed}.crm-event-detail-tabs{display:flex;align-items:center;gap:24px;padding:0 22px;border-top:1px solid #eef2f7;border-bottom:1px solid #e2e8f0}.crm-event-detail-tabs button{min-height:46px;padding:0;border:0;border-bottom:3px solid transparent;background:transparent;color:#66768d;font-weight:760;cursor:pointer}.crm-event-detail-tabs button.is-active{color:#0f62fe;border-bottom-color:#315cff}.crm-event-detail-card>.crm-event-two-column{padding:24px 28px 26px}.crm-event-participants-panel{display:grid;gap:14px;padding:18px;overflow:hidden}.crm-event-participants-add-form{display:grid;align-items:end;gap:12px;grid-template-columns:minmax(180px,1.2fr) 120px minmax(150px,.9fr) minmax(150px,.9fr) minmax(220px,1.5fr) auto;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-event-participants-add-form__names{align-self:stretch}.crm-event-participants-add-form__names textarea{min-height:44px;resize:vertical}.crm-event-participants-add-form__actions{display:flex;justify-content:flex-end}.crm-event-office-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.crm-event-office-summary button{display:grid;gap:4px;min-height:74px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text);text-align:left;cursor:pointer}.crm-event-office-summary span{color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.crm-event-office-summary strong{color:var(--heading);font-size:1.35rem}.crm-event-office-summary small{color:var(--muted);font-size:.82rem;font-weight:750}.crm-event-office-summary__attendance{border-color:#2563eb47!important;background:linear-gradient(180deg,#eff6fff5,#f8fbfff5)!important}.crm-event-office-summary__attendance strong{color:var(--primary)}.crm-event-participants-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(170px,.45fr) minmax(170px,.45fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:14px;background:#fff}.crm-event-participants-toolbar>span{color:var(--muted);font-size:.82rem;font-weight:800;text-align:right;white-space:nowrap}.crm-event-participants-search{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px solid var(--border);border-radius:11px;background:var(--panel)}.crm-event-participants-search svg{width:17px;height:17px;color:var(--muted)}.crm-event-participants-search input,.crm-event-participants-toolbar select{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text)}.crm-event-participants-toolbar select{min-height:40px;padding:0 10px;border:1px solid var(--border);border-radius:11px;background:var(--panel)}@media (max-width: 1500px){.crm-event-participants-add-form,.crm-event-participants-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-event-participants-toolbar>span{text-align:left}}@media (max-width: 980px){.crm-event-workspace,.crm-event-shell,.crm-event-shell--participants .crm-event-insights,.crm-event-participants-add-form,.crm-event-participants-toolbar{grid-template-columns:1fr}}.crm-event-participants-empty{display:grid;gap:4px;padding:18px;border:1px dashed var(--border);border-radius:12px;background:var(--panel);color:var(--muted)}.crm-event-participants-empty strong{color:var(--heading)}.crm-table--event-participants .crm-table__row{grid-template-columns:minmax(170px,1.25fr) minmax(140px,.85fr) minmax(150px,1fr) minmax(115px,.72fr) minmax(120px,.74fr) minmax(130px,.78fr) minmax(105px,.62fr) minmax(130px,.78fr) minmax(118px,.7fr)}.crm-table--event-participants{width:100%;min-width:1120px;overflow-x:auto;padding-bottom:4px}@media (min-width: 1680px){.crm-table--event-participants{min-width:0}}.crm-event-participant-name-cell,.crm-event-participant-actions{display:grid;gap:6px;align-content:center}.crm-event-participant-actions{justify-items:start}.crm-event-participant-name-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:fit-content;padding:0;border:0;background:transparent;color:var(--text);font:inherit;font-weight:850;text-align:left;cursor:pointer}.crm-event-participant-name-button:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.crm-event-participant-name-button:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:3px;border-radius:6px}.crm-event-office-cell{display:grid;gap:6px;align-content:center}.crm-event-participant-detail-modal{width:min(1080px,calc(100vw - 56px));max-height:min(820px,calc(100vh - 72px));align-content:start;overflow-y:auto}.crm-event-participant-detail-form{display:grid;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);gap:18px;min-height:0;overflow:visible;padding-right:4px}.crm-event-participant-detail-summary{position:sticky;top:0;display:grid;align-content:start;gap:14px;padding:18px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 42%),var(--panel-soft)}.crm-event-participant-avatar{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#ede9fe);color:#1d4ed8;font-weight:900}.crm-event-participant-detail-summary>div{display:grid;gap:4px}.crm-event-participant-detail-summary strong{color:var(--heading);font-size:1rem}.crm-event-participant-detail-summary dl{display:grid;gap:10px;margin:0}.crm-event-participant-detail-summary dl div{display:grid;gap:3px;padding-top:10px;border-top:1px solid var(--border)}.crm-event-participant-detail-summary dt{color:var(--muted);font-size:.72rem;font-weight:850;text-transform:uppercase}.crm-event-participant-detail-summary dd{margin:0;color:var(--heading);font-weight:800}.crm-event-participant-detail-fields{display:grid;gap:14px;min-width:0}.crm-event-participant-detail-section{display:grid;gap:14px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff}.crm-event-participant-detail-section h4,.crm-event-participant-detail-section p{margin:0}.crm-event-participant-detail-section h4{color:var(--heading);font-size:1rem}.crm-event-participant-detail-section p{color:var(--muted);font-size:.86rem}.crm-event-office-input,.crm-event-office-select{width:100%;min-width:0;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:9px;background:var(--panel);color:var(--text);font:inherit}.crm-event-office-input:disabled,.crm-event-office-select:disabled{opacity:.65;cursor:not-allowed}.crm-event-office-pill,.crm-event-office-followup{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:0 8px;border-radius:999px;font-size:.76rem;font-weight:850}.crm-inline-status-select{font:inherit;line-height:1;white-space:nowrap;cursor:pointer;min-height:24px;width:fit-content;max-width:150px;padding:0 8px;border-radius:999px;font-size:.76rem;font-weight:850;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.crm-inline-status-select--participant{border:1px solid var(--border);background:var(--panel);color:var(--text)}.crm-inline-status-select:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a14}.crm-inline-status-select:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.crm-inline-status-select:disabled{cursor:not-allowed;opacity:.65}.crm-event-office-pill--booked,.crm-event-office-pill--invoiced,.crm-event-office-followup--ok{border:1px solid #bbf7d0;background:#ecfdf3;color:#15803d}.crm-event-office-pill--needs-hotel,.crm-event-office-pill--to-invoice,.crm-event-office-followup--warning{border:1px solid #fed7aa;background:#fff7ed;color:#b45309}.crm-event-office-followup--danger{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.crm-event-office-pill--not-needed,.crm-event-office-pill--none{border:1px solid var(--border);background:var(--panel-soft);color:var(--muted)}.crm-event-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:46px}.crm-event-overview-block{display:grid;align-content:start;gap:12px}.crm-event-overview-block h3{margin:0 0 2px;color:#101828;font-size:.98rem}.crm-event-overview-block p{margin:0;color:#172033;line-height:1.6}.crm-event-info-grid{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px 18px;align-items:start}.crm-event-info-grid span{color:#42526b;font-weight:760}.crm-event-info-grid strong{color:#172033;font-weight:650}.crm-event-info-grid ul{margin:0;padding-left:17px;color:#172033;line-height:1.58}.crm-event-agenda-summary{display:grid;gap:10px;min-width:0}.crm-event-linked-file{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-event-linked-file--wide{margin-top:12px}.crm-event-linked-file div{display:grid;gap:3px;min-width:0}.crm-event-linked-file strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-event-linked-file span{font-size:.82rem}.crm-event-file-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;min-height:36px;padding:0 13px;border:1px solid rgba(37,99,235,.28);border-radius:12px;background:linear-gradient(180deg,#eff6fff5,#dbeafedb);color:var(--primary);font:inherit;font-size:.9rem;font-weight:850;cursor:pointer;box-shadow:0 8px 18px #2563eb14;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.crm-event-file-action-button svg{width:17px;height:17px;flex:0 0 auto}.crm-event-file-action-button:not(:disabled):hover{transform:translateY(-1px);border-color:#2563eb75;box-shadow:0 12px 24px #2563eb24}.crm-event-file-action-button:focus-visible{outline:3px solid rgba(37,99,235,.24);outline-offset:2px}.crm-event-file-action-button:disabled{cursor:not-allowed;opacity:.65;box-shadow:none}.crm-event-minutes-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.crm-event-minutes-head h3,.crm-event-minutes-head p{margin:0}.crm-event-minutes-body{display:grid;gap:8px}.crm-event-sub-card{padding:18px}.crm-event-sub-card .card-headline h3 span{margin-left:6px;color:#66768d;font-weight:650}.crm-event-company-strip{display:flex;align-items:stretch;gap:10px;overflow-x:auto;padding:4px 0 2px}.crm-event-company-chip{display:grid;justify-items:center;align-content:start;gap:8px;flex:0 0 76px;min-height:88px;padding:10px 6px;border:1px solid #dbe4ee;border-radius:18px;background:#fff;color:#101828;text-align:center;cursor:pointer}.crm-event-company-chip span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid #cbd7e6;background:#f8fbff;color:#10213f;font-size:.74rem;font-weight:900}.crm-event-company-chip strong{color:#172033;font-size:.72rem;line-height:1.18}.crm-event-company-more{display:inline-flex;align-items:center;justify-content:center;min-width:42px;color:#52637a;font-weight:800}.crm-event-attachment-list{display:grid;gap:2px;margin-top:6px}.crm-event-attachment-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:12px;width:100%;min-height:40px;padding:6px 4px;border:0;border-radius:8px;background:transparent;color:#172033;text-align:left}.crm-event-attachment-row:hover{background:#f8fbff}.crm-event-attachment-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:650}.crm-event-attachment-row>span:last-child{color:#66768d}.crm-event-attachment-row__actions{display:inline-flex;align-items:center;gap:10px}.crm-danger-link{color:var(--danger)}.crm-event-file-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:28px;border:1px solid #dbe4ee;border-radius:6px;color:#f97316;font-size:.54rem;font-weight:900}.crm-event-insights .crm-side-card{gap:14px;padding:18px}.crm-event-insights .card-headline h3{font-size:1rem}.crm-event-quick-stats{display:grid;gap:12px}.crm-event-quick-stats div{display:grid;grid-template-columns:26px 42px minmax(0,1fr);align-items:center;gap:8px}.crm-event-quick-stats svg{width:18px;height:18px;color:#42526b}.crm-event-quick-stats strong{color:#101828;font-size:1.08rem}.crm-event-quick-stats span{color:#42526b}.crm-event-action-list{display:grid;gap:8px}.crm-event-action-list .btn-secondary{justify-content:flex-start;min-height:34px;border-color:#b9c7d9;border-radius:6px;background:#fff;color:#172033;font-weight:700}.crm-event-action-list .btn-secondary svg{color:#315cff}.crm-event-followup-list{display:grid;gap:16px}.crm-event-followup-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:start}.crm-event-followup-row strong,.crm-event-followup-row span{display:block}.crm-event-followup-row strong{color:#172033;font-size:.88rem;line-height:1.35}.crm-event-followup-row div>span,.crm-event-followup-row time{color:#66768d;font-size:.78rem}.crm-event-followup-row time{grid-column:2;grid-row:1;align-self:end;white-space:nowrap}.crm-event-followup-status{justify-self:end;grid-column:2;grid-row:2;padding:3px 8px;border:1px solid rgba(217,119,6,.42);border-radius:6px;background:#fff7ed;color:#b45309;font-size:.76rem;font-weight:800}.crm-event-followup-row__edit{grid-column:1 / -1;justify-self:start;padding:0}.crm-event-followup-editor{display:grid;gap:18px;padding:18px 22px 22px}.crm-event-followup-form{display:grid;gap:14px;padding:16px;border:1px solid #dbe4ee;border-radius:14px;background:#f8fbff}.crm-event-followup-customer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px}.crm-event-followup-customer{display:flex;align-items:center;gap:8px;min-height:38px;padding:8px 10px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;color:#172033;font-weight:700}.crm-event-followup-customer input{width:auto}.crm-event-followup-editor__list{display:grid;gap:10px}.crm-event-followup-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:14px;border:1px solid #dbe4ee;border-radius:14px;background:#fff}.crm-event-followup-card strong,.crm-event-followup-card span{display:block}.crm-event-followup-card strong{color:#101828}.crm-event-followup-card span,.crm-event-followup-card p{color:#66768d}.crm-event-followup-card p{margin:6px 0 0}.crm-event-followup-card__actions{display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.crm-event-edit-modal{display:flex;flex-direction:column;align-self:center;width:min(1240px,calc(100vw - 32px));max-height:min(860px,calc(100vh - 40px))}.crm-event-edit-form{flex:1 1 auto;min-height:0;overflow:auto;max-height:none;padding-right:18px;padding-bottom:10px;scrollbar-gutter:stable;box-sizing:border-box}.crm-event-edit-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;position:sticky;bottom:0;margin-top:4px;z-index:2;padding-top:14px;padding-right:2px;padding-bottom:2px;background:linear-gradient(180deg,#ffffffb8,#fff 42%)}.crm-event-agenda-pdf{display:grid;gap:10px;padding:14px;border:1px solid #dbe4ee;border-radius:12px;background:#f8fbff}.crm-event-agenda-pdf__header,.crm-event-agenda-pdf__preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-event-agenda-pdf__header label{display:block;margin:0;color:#101828;font-weight:800}.crm-event-agenda-pdf__header span,.crm-event-agenda-pdf__empty{color:#66768d;font-size:.86rem}.crm-event-agenda-pdf__header .btn-secondary{cursor:pointer}.crm-event-agenda-pdf__header input{display:none}.crm-event-agenda-pdf__preview{overflow:hidden;border:1px solid #cbd7e6;border-radius:12px;background:#fff}.crm-event-agenda-pdf__preview-head{min-height:42px;padding:8px 12px;border-bottom:1px solid #e2e8f0}.crm-event-agenda-pdf__preview-head strong{overflow:hidden;color:#172033;text-overflow:ellipsis;white-space:nowrap}.crm-event-agenda-pdf__preview iframe{display:block;width:100%;height:420px;border:0;background:#f1f5f9}.crm-event-agenda-pdf__empty{margin:0}.crm-event-participant-empty{display:grid;gap:4px;padding:14px;border:1px dashed #cbd7e6;border-radius:12px;background:#f8fbff;color:#66768d}.crm-event-participant-empty strong{color:#172033}.crm-event-participant-editor{display:grid;border:1px solid #dbe4ee;border-radius:12px;background:#fff}.crm-event-participant-editor--grouped{overflow:visible}.crm-event-participant-editor__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #eef2f7;background:#f8fbff}.crm-event-participant-editor__toolbar strong{color:#172033}.crm-event-participant-editor__toolbar-actions,.crm-event-participant-group__actions{display:inline-flex;align-items:center;gap:10px}.crm-event-participant-groups{display:grid;gap:14px;padding:14px}.crm-event-participant-group{display:grid;gap:12px;padding:14px;border:1px solid #dbe4ee;border-radius:14px;background:#f8fbff}.crm-event-participant-group__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-event-participant-group__header strong,.crm-event-participant-card__headline strong{color:#172033}.crm-event-participant-group__header span{display:block;margin-top:4px;color:#66768d;font-size:.84rem}.crm-event-participant-group__rows{display:grid;gap:10px}.crm-event-participant-inline-meta{display:block;margin-top:4px;color:#66768d;font-size:.84rem}.crm-event-participant-card{display:grid;gap:12px;padding:12px;border:1px solid #dbe4ee;border-radius:12px;background:#fff}.crm-event-participant-card__headline{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-event-participant-card__fields{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.crm-event-participant-card input,.crm-event-participant-card select{width:100%;min-height:36px;border:1px solid #d8e2ef;border-radius:8px;background:#fff;color:#172033;font:inherit}.crm-event-participant-card input{padding:0 10px}.crm-event-participant-card select{padding:0 8px}.crm-event-page .status-pill{min-height:24px;padding:0 9px;border-radius:6px;font-size:.78rem;font-weight:760}.crm-event-page .status-pill[data-tone=OPEN]{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.crm-event-page .status-pill[data-tone=DONE]{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.crm-event-page .status-pill[data-tone=PENDING]{border-color:#fed7aa;background:#fff7ed;color:#b45309}html[data-theme=dark] .crm-event-page{color:var(--text)}html[data-theme=dark] .crm-event-page .card,html[data-theme=dark] .crm-event-page .empty-state,html[data-theme=dark] .crm-event-toolbar,html[data-theme=dark] .crm-event-list-card,html[data-theme=dark] .crm-event-list-footer,html[data-theme=dark] .crm-event-document-row,html[data-theme=dark] .crm-event-company-chip,html[data-theme=dark] .crm-event-followup-card,html[data-theme=dark] .crm-event-participant-editor,html[data-theme=dark] .crm-event-participant-card{border-color:var(--border);background:var(--panel);box-shadow:var(--shadow-soft)}html[data-theme=dark] .crm-event-toolbar,html[data-theme=dark] .crm-event-participant-editor__toolbar,html[data-theme=dark] .crm-event-participants-toolbar,html[data-theme=dark] .crm-event-participants-search,html[data-theme=dark] .crm-event-office-summary button,html[data-theme=dark] .crm-event-participant-detail-summary,html[data-theme=dark] .crm-event-followup-form,html[data-theme=dark] .crm-event-agenda-pdf,html[data-theme=dark] .crm-event-participant-empty,html[data-theme=dark] .crm-event-participant-group{border-color:var(--border);background:var(--panel-soft)}html[data-theme=dark] .crm-event-search,html[data-theme=dark] .crm-event-search button,html[data-theme=dark] .crm-event-view-toggle,html[data-theme=dark] .crm-event-view-toggle button,html[data-theme=dark] .crm-event-detail-menu,html[data-theme=dark] .crm-event-participant-detail-section,html[data-theme=dark] .crm-event-action-menu,html[data-theme=dark] .crm-event-action-list .btn-secondary,html[data-theme=dark] .crm-event-followup-customer,html[data-theme=dark] .crm-event-linked-file,html[data-theme=dark] .crm-event-agenda-pdf__preview{border-color:var(--border);background:var(--panel);color:var(--text)}html[data-theme=dark] .crm-event-toolbar__filters select,html[data-theme=dark] .crm-event-toolbar__filters input,html[data-theme=dark] .crm-event-participants-toolbar select,html[data-theme=dark] .crm-event-participants-search input,html[data-theme=dark] .crm-event-office-input,html[data-theme=dark] .crm-event-office-select,html[data-theme=dark] .crm-event-person-count-input,html[data-theme=dark] .crm-event-status-select,html[data-theme=dark] .crm-event-participant-card input,html[data-theme=dark] .crm-event-participant-card select,html[data-theme=dark] .crm-event-page input,html[data-theme=dark] .crm-event-page select,html[data-theme=dark] .crm-event-page textarea{border-color:var(--border);background:#171717;color:var(--text)}html[data-theme=dark] .crm-event-page input::placeholder,html[data-theme=dark] .crm-event-page textarea::placeholder,html[data-theme=dark] .crm-event-search input::placeholder{color:var(--muted)}html[data-theme=dark] .crm-event-topbar__title h2,html[data-theme=dark] .crm-event-toolbar__header strong,html[data-theme=dark] .crm-event-office-summary strong,html[data-theme=dark] .crm-event-metric-card strong,html[data-theme=dark] .crm-event-metric-card span:not(.crm-event-metric-card__icon),html[data-theme=dark] .crm-event-list-card__head strong,html[data-theme=dark] .crm-event-detail-card__title-row h3,html[data-theme=dark] .crm-event-document-row__meta strong,html[data-theme=dark] .crm-event-overview-block h3,html[data-theme=dark] .crm-event-overview-block p,html[data-theme=dark] .crm-event-info-grid strong,html[data-theme=dark] .crm-event-info-grid ul,html[data-theme=dark] .crm-event-linked-file strong,html[data-theme=dark] .crm-event-company-chip,html[data-theme=dark] .crm-event-company-chip strong,html[data-theme=dark] .crm-event-quick-stats strong,html[data-theme=dark] .crm-event-followup-row strong,html[data-theme=dark] .crm-event-followup-card strong,html[data-theme=dark] .crm-event-agenda-pdf__header label,html[data-theme=dark] .crm-event-agenda-pdf__preview-head strong,html[data-theme=dark] .crm-event-participant-empty strong,html[data-theme=dark] .crm-event-participant-editor__toolbar strong,html[data-theme=dark] .crm-event-participant-group__header strong,html[data-theme=dark] .crm-event-participant-card__headline strong,html[data-theme=dark] .crm-event-participant-detail-section h4,html[data-theme=dark] .crm-event-participant-detail-summary strong,html[data-theme=dark] .crm-event-participant-detail-summary dd,html[data-theme=dark] .crm-event-action-menu button,html[data-theme=dark] .crm-event-kebab{color:var(--heading)}html[data-theme=dark] .crm-event-metric-card small,html[data-theme=dark] .crm-event-toolbar__header span,html[data-theme=dark] .crm-event-toolbar__filters label>span,html[data-theme=dark] .crm-event-office-summary span,html[data-theme=dark] .crm-event-toolbar__tabs button,html[data-theme=dark] .crm-event-list-card__head div>span,html[data-theme=dark] .crm-event-list-card__meta,html[data-theme=dark] .crm-event-list-card__meta svg,html[data-theme=dark] .crm-event-list-footer,html[data-theme=dark] .crm-event-pagination button,html[data-theme=dark] .crm-event-detail-meta,html[data-theme=dark] .crm-event-detail-tabs button,html[data-theme=dark] .crm-event-document-row__meta span,html[data-theme=dark] .crm-event-info-grid span,html[data-theme=dark] .crm-event-sub-card .card-headline h3 span,html[data-theme=dark] .crm-event-company-more,html[data-theme=dark] .crm-event-attachment-row>span:last-child,html[data-theme=dark] .crm-event-quick-stats svg,html[data-theme=dark] .crm-event-quick-stats span,html[data-theme=dark] .crm-event-followup-row div>span,html[data-theme=dark] .crm-event-followup-row time,html[data-theme=dark] .crm-event-followup-card span,html[data-theme=dark] .crm-event-followup-card p,html[data-theme=dark] .crm-event-agenda-pdf__header span,html[data-theme=dark] .crm-event-agenda-pdf__empty,html[data-theme=dark] .crm-event-participant-empty,html[data-theme=dark] .crm-event-participant-group__header span,html[data-theme=dark] .crm-event-participant-detail-section p,html[data-theme=dark] .crm-event-participant-detail-summary dt,html[data-theme=dark] .crm-event-participant-inline-meta{color:var(--muted)}html[data-theme=dark] .crm-event-toolbar__tabs button.is-active,html[data-theme=dark] .crm-event-detail-tabs button.is-active{color:var(--primary);border-bottom-color:var(--primary)}html[data-theme=dark] .crm-event-toolbar__tabs button.is-active{color:#fff;background:var(--primary);border-bottom-color:transparent}html[data-theme=dark] .crm-event-filter-count{background:color-mix(in srgb,var(--primary) 18%,var(--panel) 82%);color:#bfdbfe!important}html[data-theme=dark] .crm-event-list-card.is-active{border-color:color-mix(in srgb,var(--primary) 70%,var(--border) 30%);background:color-mix(in srgb,var(--primary-soft) 24%,var(--panel) 76%);box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 32%,transparent),var(--shadow-soft)}html[data-theme=dark] .crm-event-list-card__icon{color:#93c5fd;background:#3b82f629}html[data-theme=dark] .crm-event-list-card__icon[data-type=FORUM],html[data-theme=dark] .crm-event-metric-card__icon[data-kind=check]{color:#86efac;background:#22c55e24}html[data-theme=dark] .crm-event-list-card__icon[data-type=KURS]{color:#fde68a;background:#f59e0b29}html[data-theme=dark] .crm-event-metric-card__icon,html[data-theme=dark] .crm-event-metric-card__icon[data-kind=users],html[data-theme=dark] .crm-event-metric-card__icon[data-kind=building]{color:#93c5fd;background:#3b82f629}html[data-theme=dark] .crm-event-company-chip span{border-color:var(--border);background:var(--panel-soft);color:var(--heading)}html[data-theme=dark] .crm-event-attachment-row{color:var(--text)}html[data-theme=dark] .crm-event-attachment-row:hover,html[data-theme=dark] .crm-event-action-menu button:hover,html[data-theme=dark] .crm-event-view-toggle button.is-active{background:var(--panel-soft);color:var(--heading)}html[data-theme=dark] .crm-event-file-action-button{border-color:color-mix(in srgb,var(--primary) 45%,var(--border) 55%);background:color-mix(in srgb,var(--primary-soft) 34%,var(--panel) 66%);color:#bfdbfe;box-shadow:none}html[data-theme=dark] .crm-event-office-summary__attendance{border-color:color-mix(in srgb,var(--primary) 46%,var(--border) 54%)!important;background:color-mix(in srgb,var(--primary-soft) 26%,var(--panel) 74%)!important}html[data-theme=dark] .crm-event-office-summary__attendance strong{color:#bfdbfe}html[data-theme=dark] .crm-event-file-icon{border-color:var(--border);color:#fdba74}html[data-theme=dark] .crm-event-edit-actions{background:linear-gradient(180deg,rgba(28,28,28,.68),var(--panel) 42%)}html[data-theme=dark] .crm-event-agenda-pdf__preview-head,html[data-theme=dark] .crm-event-detail-tabs,html[data-theme=dark] .crm-event-page .crm-table__row:not(.crm-table__row--header),html[data-theme=dark] .crm-event-participant-editor__toolbar{border-color:var(--border)}html[data-theme=dark] .crm-event-page .status-pill[data-tone=OPEN]{border-color:#60a5fa57;background:#3b82f624;color:#93c5fd}html[data-theme=dark] .crm-event-page .status-pill[data-tone=DONE]{border-color:#4ade8057;background:#22c55e24;color:#86efac}html[data-theme=dark] .crm-event-page .status-pill[data-tone=PENDING],html[data-theme=dark] .crm-event-followup-status{border-color:#fbbf2457;background:#f59e0b24;color:#fde68a}@media (max-width: 1380px){.crm-event-workspace{grid-template-columns:minmax(360px,.86fr) minmax(0,1.54fr)}.crm-event-shell{grid-template-columns:minmax(430px,1fr) minmax(250px,.46fr)}}@media (max-width: 1180px){.crm-event-topbar,.crm-event-toolbar,.crm-event-workspace,.crm-event-shell,.crm-event-two-column{grid-template-columns:1fr}.crm-event-topbar__actions,.crm-event-view-toggle{justify-self:start}.crm-event-toolbar__main,.crm-event-toolbar__filters,.crm-event-office-summary,.crm-event-participants-toolbar{grid-template-columns:1fr}.crm-event-toolbar__header,.crm-event-toolbar__actions{align-items:flex-start;flex-direction:column}.crm-event-participants-toolbar>span{text-align:left}.crm-event-edit-modal,.crm-event-participant-detail-modal{width:min(100%,calc(100vw - 32px))}.crm-event-participant-detail-form{grid-template-columns:1fr}.crm-event-participant-detail-summary{position:static}.field-grid{grid-template-columns:1fr}.crm-event-participant-editor__toolbar,.crm-event-participant-group__header{align-items:flex-start;flex-direction:column}.crm-event-participant-editor__toolbar-actions,.crm-event-participant-group__actions{width:100%;justify-content:stretch}.crm-event-minutes-head{align-items:stretch;flex-direction:column}.crm-event-file-action-button{width:100%}.crm-event-participant-card__fields{grid-template-columns:1fr}}.module-settings-card{gap:22px}.module-settings-list{display:grid;gap:18px}.module-settings-company{display:grid;gap:16px;padding:18px;border:1px solid var(--border);border-radius:14px;background:var(--panel-soft)}.module-settings-company__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.module-settings-company__header h3{margin:4px 0 0;color:var(--heading)}.module-toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.module-toggle{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:86px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:var(--text);font:inherit;text-align:left;cursor:pointer}.module-toggle:disabled{cursor:progress;opacity:.72}.module-toggle__switch{position:relative;width:42px;height:24px;border-radius:999px;background:#cbd5e1}.module-toggle__switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #0f172a2e;transition:transform .16s ease}.module-toggle strong,.module-toggle small,.module-toggle em{display:block}.module-toggle strong{color:var(--heading)}.module-toggle small{margin-top:3px;color:var(--muted);line-height:1.35}.module-toggle em{color:var(--muted);font-size:.78rem;font-style:normal;font-weight:900;text-transform:uppercase}.module-toggle--enabled{border-color:#22c55e52;background:color-mix(in srgb,var(--panel) 88%,#dcfce7 12%)}.module-toggle--enabled .module-toggle__switch{background:#16a34a}.module-toggle--enabled .module-toggle__switch:after{transform:translate(18px)}.module-toggle--enabled em{color:#15803d}.module-toggle--disabled{border-style:dashed}@media (max-width: 720px){.module-settings-company__header{display:grid}.module-toggle{grid-template-columns:46px minmax(0,1fr)}.module-toggle em{grid-column:2}}.crm-side-card__action{width:100%;min-height:42px}.crm-side-summary{display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:14px;background:#f8fafcb8}.crm-side-summary strong{color:var(--heading);line-height:1.25}.crm-side-summary p{margin:0;color:var(--muted);line-height:1.45}.crm-side-summary .chip{justify-self:start}.crm-side-summary .btn-secondary{justify-self:start;width:auto;min-height:38px;padding-inline:14px}.crm-side-summary--empty{border-style:dashed}.crm-side-summary--issue{border-color:#f59e0b47;background:#fffbebc7}.crm-issue-module-bridge{align-content:start;gap:14px;padding:18px;position:sticky;top:18px}.crm-issue-module-bridge__icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:#f59e0b24;color:#b45309}.crm-issue-module-bridge__icon .crm-tab__icon{width:22px;height:22px}.crm-issue-module-bridge h3{margin:2px 0 6px}.crm-issue-module-bridge .muted{line-height:1.55}.crm-issue-module-bridge .btn{width:100%;min-height:42px;justify-content:center}.crm-overview-attachments{display:grid;gap:12px}.crm-overview-attachment{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.crm-overview-attachment__badge{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#2563eb1a;color:var(--primary);font-size:.76rem;font-weight:800}.crm-overview-attachment__content{display:grid;gap:4px}.crm-overview-attachment__content span{color:var(--muted);font-size:.94rem}.crm-note-preview-list{display:grid;gap:12px}.crm-note-preview{display:grid;gap:8px;padding:16px 18px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#f8fafcf5,#fffffff5)}.crm-note-preview__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.crm-note-preview p{margin:0;color:var(--text);line-height:1.6}.crm-contact-card{display:grid;gap:18px;padding:18px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:0 12px 28px #94a3b81f}.crm-contact-card__head,.crm-contact-card__identity,.crm-contact-card__actions{display:flex;align-items:flex-start;gap:12px}.crm-contact-card__head{justify-content:space-between;flex-wrap:wrap}.crm-contact-card__identity h3,.crm-contact-card__identity p{margin:0}.crm-contact-card__identity h3{color:var(--heading);font-size:1.12rem;letter-spacing:0}.crm-contact-card__identity p{margin-top:4px;color:var(--muted)}.crm-contact-card__actions{align-items:center;justify-content:flex-end;flex-wrap:wrap}.crm-contact-card__details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.crm-contact-card__details div{display:grid;gap:6px;min-height:72px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--panel-soft)}.crm-contact-card__details span{color:var(--muted);font-size:.86rem}.crm-contact-card__details strong,.crm-contact-card__details a{color:var(--heading);font-weight:800;overflow-wrap:anywhere}.crm-message-workspace{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:start}.crm-message-board,.crm-message-composer{display:grid;gap:16px}.crm-message-board__header,.crm-message-toolbar,.crm-message-stats,.crm-message-filters,.crm-message-card,.crm-message-card__topline,.crm-message-card__actions{display:flex;align-items:center;gap:12px}.crm-message-board__header{justify-content:space-between;align-items:flex-start}.crm-message-board__header h3,.crm-message-composer h3{margin:0 0 4px;color:var(--heading)}.crm-message-stats{justify-content:flex-end;flex-wrap:wrap}.crm-message-stats span{display:grid;gap:2px;min-width:76px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft);text-align:center}.crm-message-stats strong{color:var(--heading);font-size:1.25rem;line-height:1}.crm-message-stats small{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.crm-message-toolbar{align-items:stretch;justify-content:space-between;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-message-toolbar .crm-searchbox{min-height:42px;background:var(--panel)}.crm-message-filters{flex-wrap:wrap;justify-content:flex-end}.crm-message-filters button{min-height:38px;padding:0 12px;border:1px solid var(--border);border-radius:10px;background:var(--panel);color:var(--muted);font-weight:800;cursor:pointer}.crm-message-filters button.is-active{border-color:#2563eb3d;background:var(--primary-soft);color:var(--primary-strong)}.crm-message-list{display:grid;gap:10px}.crm-message-banner{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border:1px solid rgba(37,99,235,.22);border-radius:14px;background:color-mix(in srgb,var(--primary-soft) 42%,var(--panel) 58%)}.crm-message-banner strong{color:var(--primary-strong)}.crm-message-banner span{color:var(--text-muted);font-size:.92rem;font-weight:700}.crm-message-banner button{min-height:34px;padding:0 12px;border:1px solid rgba(37,99,235,.24);border-radius:999px;background:var(--panel-elevated);color:var(--primary-strong);font:inherit;font-weight:800;cursor:pointer}.crm-message-new-divider{display:grid;grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);align-items:center;gap:12px;margin:8px 0}.crm-message-new-divider span{height:2px;border-radius:999px;background:linear-gradient(90deg,#2563eb1f,#2563ebb3)}.crm-message-new-divider span:last-child{background:linear-gradient(90deg,#2563ebb3,#2563eb1f)}.crm-message-new-divider strong{display:inline-flex;align-items:center;min-height:28px;padding:0 14px;border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 72%,var(--panel) 28%);color:var(--primary-strong);font-size:.84rem;font-weight:900}.crm-message-card{align-items:flex-start;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--panel);box-shadow:0 10px 24px #0f172a0a}.crm-message-card--unread{border-color:#2563eb57;background:color-mix(in srgb,var(--primary-soft) 22%,var(--panel) 78%);box-shadow:inset 4px 0 0 var(--primary),0 12px 28px #2563eb14}.crm-message-card__avatar{flex:0 0 auto}.crm-message-card__body{display:grid;gap:10px;min-width:0;flex:1}.crm-message-card__topline{justify-content:space-between;align-items:flex-start}.crm-message-card__topline>div{display:grid;gap:2px;min-width:0}.crm-message-card__topline strong{color:var(--heading)}.crm-message-self-badge{display:inline-flex;align-items:center;margin-left:8px;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 68%,var(--panel) 32%);color:var(--primary-strong);font-size:.73rem;font-style:normal;font-weight:900;letter-spacing:.01em}.crm-message-card__topline span{color:var(--muted);font-size:.84rem;font-weight:700}.crm-message-status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;border:1px solid var(--border);background:var(--panel-soft);white-space:nowrap;font-size:.78rem!important}.crm-message-status[data-tone=warning]{border-color:#f59e0b3d;background:#fef3c7;color:#b45309}.crm-message-status[data-tone=success]{border-color:#22c55e38;background:#dcfce7;color:#15803d}.crm-message-card p{margin:0;color:var(--text);line-height:1.55}.crm-inline-mention{display:inline-flex;align-items:center;max-width:100%;min-height:26px;margin:0 2px;padding:1px 9px;border:1px solid #93c5fd;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.92em;font-weight:900;line-height:1.35;overflow:hidden;text-overflow:ellipsis;vertical-align:baseline;white-space:nowrap}html[data-theme=dark] .crm-inline-mention{border-color:#60a5fa94;background:#2563eb47;color:#bfdbfe}.crm-message-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,220px));gap:10px}.crm-message-attachment{display:grid;gap:8px;padding:10px;border:1px solid var(--border);border-radius:14px;background:var(--panel-soft)}.crm-message-attachment__preview,.crm-message-attachment__file{all:unset;display:flex;align-items:center;justify-content:center;min-height:120px;border-radius:12px;background:color-mix(in srgb,var(--surface) 82%,var(--primary-soft) 18%);cursor:pointer;overflow:hidden}.crm-message-attachment__preview img{width:100%;height:140px;object-fit:cover}.crm-message-attachment__file strong{color:var(--primary);font-size:1rem;letter-spacing:.08em}.crm-message-attachment__meta{display:grid;gap:2px;min-width:0}.crm-message-attachment__meta strong{overflow:hidden;color:var(--heading);text-overflow:ellipsis;white-space:nowrap}.crm-message-attachment__meta span{color:var(--muted);font-size:.8rem;font-weight:700}.crm-message-attachment__actions{display:flex;gap:10px;flex-wrap:wrap}.crm-message-reactions{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:30px;padding:0 10px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 70%,var(--panel) 30%);color:var(--primary-strong)}.crm-message-reactions span,.crm-message-reactions small{font-size:.78rem;font-weight:800}.crm-message-reactions strong{font-size:.9rem;line-height:1}.crm-message-reactions small{max-width:min(360px,60vw);overflow:hidden;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.crm-message-card__actions{justify-content:flex-start;flex-wrap:wrap}.crm-message-reply-list{display:grid;gap:8px;padding-left:16px;border-left:2px solid color-mix(in srgb,var(--primary-soft) 70%,var(--border) 30%)}.crm-message-reply{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:color-mix(in srgb,var(--panel-soft) 72%,var(--panel) 28%)}.crm-message-reply--unread{border-color:#2563eb47;background:color-mix(in srgb,var(--primary-soft) 24%,var(--panel) 76%);box-shadow:inset 3px 0 0 var(--primary)}.crm-message-reply>div:last-child{display:grid;gap:7px;min-width:0}.crm-message-reply__topline{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.crm-message-reply__topline strong{color:var(--heading);font-size:.9rem}.crm-message-reply__topline span{color:var(--muted);font-size:.78rem;font-weight:700}.crm-message-new-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 76%,var(--panel) 24%);color:var(--primary-strong);font-size:.72rem;font-style:normal;font-weight:900}.crm-message-reply p{font-size:.92rem}.crm-message-reply__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.crm-message-reply-form{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-message-reply-form textarea{min-height:44px;padding:10px 12px;border-radius:10px;resize:vertical}.crm-message-reply-form>.crm-mention-suggestions{position:static;grid-column:2;max-height:220px}.crm-message-attachment-picker{grid-column:2;display:inline-flex;align-items:center;width:fit-content;gap:8px;min-height:36px;padding:0 12px;border:1px dashed color-mix(in srgb,var(--primary) 40%,var(--border) 60%);border-radius:999px;background:color-mix(in srgb,var(--primary-soft) 24%,var(--panel) 76%);color:var(--primary-strong);cursor:pointer;font-size:.82rem;font-weight:800}.crm-message-attachment-picker input{display:none}.crm-message-reply-form>div:last-child{grid-column:2;display:flex;gap:8px;flex-wrap:wrap}.crm-message-reply-form__error{grid-column:2;margin:-2px 0 0;color:#b91c1c!important;font-size:.84rem;font-weight:800}.crm-message-reply-form .btn,.crm-message-reply-form .btn-secondary{min-height:34px;padding-inline:12px;border-radius:10px}.crm-message-action-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--muted);font-size:.84rem;font-weight:800;cursor:pointer}.crm-message-action-button svg{width:16px;height:16px;flex:0 0 auto}.crm-message-action-button span{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--panel);color:inherit;font-size:.72rem}.crm-message-action-button:hover:not(:disabled),.crm-message-action-button.is-active{border-color:#2563eb3d;background:var(--primary-soft);color:var(--primary-strong)}.crm-message-action-button--danger{border-color:#dc262629;color:#b91c1c}.crm-message-action-button--danger:hover:not(:disabled){border-color:#dc262647;background:#fee2e2;color:#991b1b}.crm-message-action-button:disabled{cursor:not-allowed;opacity:.72}.crm-message-thumb-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;min-width:36px;min-height:34px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--muted);cursor:pointer}.crm-message-thumb-button svg{width:17px;height:17px;flex:0 0 auto}.crm-message-thumb-button span{color:inherit;font-size:.78rem;font-weight:900;line-height:1}.crm-message-thumb-button:hover:not(:disabled),.crm-message-thumb-button.is-active{border-color:#2563eb47;background:var(--primary-soft);color:var(--primary-strong)}.crm-message-thumb-button:disabled{cursor:not-allowed;opacity:.72}.crm-message-composer{position:sticky;top:12px;gap:14px;padding:16px;border-radius:14px}.crm-message-composer__header{padding-bottom:6px;border-bottom:1px solid var(--border)}.crm-message-composer .field{gap:7px}.crm-message-composer .field label{font-size:.86rem}.crm-message-composer textarea{min-height:118px;max-height:220px;padding:12px 13px;border-radius:12px;line-height:1.5}.crm-message-composer textarea::placeholder{color:color-mix(in srgb,var(--muted) 76%,transparent)}.crm-message-composer select{min-height:46px;padding:0 42px 0 13px;border-radius:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,var(--muted) 50%) right 18px center / 7px 7px no-repeat,linear-gradient(135deg,var(--muted) 50%,transparent 50%) right 13px center / 7px 7px no-repeat,var(--panel)}.crm-message-composer .btn{min-height:46px;border-radius:12px;font-weight:800}.crm-message-composer__counter{justify-self:end;margin-top:-3px;color:var(--muted);font-size:.78rem;font-weight:800}.crm-mention-composer{position:relative;display:grid;gap:8px}.crm-mention-suggestions{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;display:grid;gap:4px;max-height:260px;overflow:auto;padding:8px;border:1px solid var(--border);border-radius:12px;background:var(--panel);box-shadow:var(--shadow)}.crm-mention-suggestions button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:46px;padding:6px 8px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.crm-mention-suggestions button:hover,.crm-mention-suggestions button:focus-visible{border-color:#2563eb42;background:var(--primary-soft)}.crm-mention-suggestions span{display:grid;gap:2px;min-width:0}.crm-mention-suggestions strong,.crm-mention-suggestions small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-mention-suggestions strong{color:var(--heading);font-size:.9rem}.crm-mention-suggestions small,.crm-mention-suggestions p{margin:0;color:var(--text-muted);font-size:.8rem;font-weight:700}.crm-message-assignment{display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-message-assignment--active{border-color:#2563eb4d;background:color-mix(in srgb,var(--primary-soft) 36%,var(--panel) 64%)}.crm-message-assignment__toggle{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:10px;cursor:pointer}.crm-message-assignment__toggle input{width:18px;height:18px;margin-top:2px;accent-color:var(--primary)}.crm-message-assignment__toggle span{display:grid;gap:2px}.crm-message-assignment__toggle strong{color:var(--heading);font-size:.9rem}.crm-message-assignment__toggle small{color:var(--text-muted);font-size:.82rem;font-weight:700;line-height:1.35}.crm-message-mentions{display:flex;flex-wrap:wrap;gap:6px}.crm-message-mentions span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(37,99,235,.24);border-radius:999px;background:var(--panel);color:var(--primary-strong);font-size:.8rem;font-weight:900}.crm-message-channel-note{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:34px;padding:0 10px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:.84rem;font-weight:800}.crm-message-channel-note .crm-tab__icon{width:15px;height:15px}.crm-message-recipient-mode{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:4px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-message-recipient-mode button{min-height:38px;padding:0 8px;border:0;border-radius:9px;background:transparent;color:var(--muted);font-size:.84rem;font-weight:800;cursor:pointer}.crm-message-recipient-mode button.is-active{background:var(--panel);color:var(--primary-strong);box-shadow:0 6px 16px #0f172a14}.crm-note-card{display:grid;gap:12px}.crm-note-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.crm-note-card__meta-summary{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.crm-note-card__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:2px}.crm-note-card__action-button{min-width:112px;font-weight:700}.crm-note-card__receipts{display:grid;gap:6px;padding-top:2px}.crm-note-card__receipt{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.45}.crm-activity-feed{gap:16px}.crm-activity-filterbar{display:grid;grid-template-columns:minmax(150px,1fr) minmax(160px,1fr) minmax(150px,1fr) minmax(220px,1.6fr) auto;gap:12px;align-items:end;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--panel);box-shadow:var(--shadow-soft)}.crm-activity-filterbar__field,.crm-activity-custom-dates label{display:grid;gap:5px}.crm-activity-filterbar__field span,.crm-activity-custom-dates span{color:var(--text-muted);font-size:.76rem;font-weight:800}.crm-activity-filterbar__field select,.crm-activity-custom-dates input,.crm-activity-filterbar__search{min-height:44px;border:1px solid var(--border);border-radius:10px;background:var(--panel-elevated);color:var(--text)}.crm-activity-filterbar__field select,.crm-activity-custom-dates input{width:100%;padding:0 12px;font:inherit;font-weight:700}.crm-activity-filterbar__search{display:flex;align-items:center;gap:10px;padding:0 12px}.crm-activity-filterbar__search svg{width:18px;height:18px;color:var(--text-muted);fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.crm-activity-filterbar__search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-weight:700}.crm-activity-custom-dates{display:grid;grid-template-columns:repeat(2,minmax(160px,220px));gap:12px;padding:0 2px}.crm-activity-day-group{display:grid;gap:8px}.crm-activity-day-group__label{justify-self:start;border:1px solid var(--border);border-radius:8px;padding:5px 10px;background:var(--panel-soft);color:var(--text-muted);font-size:.82rem;font-weight:800}.crm-activity-day-group__items{display:grid;gap:0}.crm-activity-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding:0 0 0 6px}.crm-activity-card__line{position:absolute;left:18px;top:48px;bottom:-18px;width:2px;background:linear-gradient(180deg,#bfdbfecc,#e2e8f04d)}.crm-activity-card:last-child .crm-activity-card__line{display:none}.crm-activity-card__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;color:#fff;box-shadow:0 10px 24px #2563eb29}.crm-activity-card__icon[data-type=TELEFON]{background:linear-gradient(135deg,#22c55e,#16a34a)}.crm-activity-card__icon[data-type=BESOK]{background:linear-gradient(135deg,#f59e0b,#d97706)}.crm-activity-card__icon[data-type=MOTE]{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.crm-activity-card__icon[data-type=EPOST],.crm-activity-card__icon[data-type=OPPFOLGING],.crm-activity-card__icon[data-type=OPPGAVE]{background:linear-gradient(135deg,#3b82f6,#2563eb)}.crm-activity-card__icon[data-type=UTRYKNING]{background:linear-gradient(135deg,#ef4444,#dc2626)}.crm-activity-card__icon[data-type=AVVIK]{background:linear-gradient(135deg,#f97316,#dc2626)}.crm-activity-card__content{display:grid;grid-template-columns:104px minmax(0,1fr) auto;gap:16px;align-items:start;min-height:82px;padding:16px;border-radius:10px;border:1px solid var(--border);background:var(--panel-elevated);box-shadow:0 14px 28px #0f172a0d}.crm-activity-card__time{display:grid;gap:3px;color:var(--heading);font-weight:900}.crm-activity-card__time small{color:var(--text-muted);font-size:.78rem;font-weight:800}.crm-activity-card__summary{display:grid;grid-column:2;grid-row:1;gap:5px;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.crm-activity-card__summary:hover .crm-activity-card__title{color:var(--primary)}.crm-activity-card__title{color:var(--heading);font-weight:700;line-height:1.35}.crm-activity-card__type{justify-self:start;border-radius:999px;padding:4px 8px;background:#2563eb1a;color:var(--primary);font-size:.76rem;font-weight:900}.crm-activity-card__details{display:-webkit-box;overflow:hidden;color:var(--text);line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.crm-activity-card__meta{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;color:var(--text-muted);font-size:.85rem;font-weight:800}.crm-activity-card__attachments{grid-column:2 / -1;grid-row:2;grid-template-columns:repeat(auto-fit,minmax(150px,210px));margin-top:2px}.crm-activity-card__attachments .crm-message-attachment__preview,.crm-activity-card__attachments .crm-message-attachment__file{min-height:104px}.crm-activity-card__attachments .crm-message-attachment__preview img{height:116px}.crm-activity-card__actions{display:flex;grid-column:3;grid-row:1;align-items:center;gap:8px;margin-left:auto}.crm-activity-card__reply-alert{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.82rem;font-weight:900;white-space:nowrap}.crm-activity-menu-wrap{position:relative}.crm-activity-menu{position:absolute;right:0;top:calc(100% + 10px);z-index:4;display:grid;min-width:210px;padding:8px;border-radius:16px;border:1px solid var(--border);background:var(--panel-elevated);box-shadow:var(--shadow-soft)}.crm-activity-menu button{display:flex;align-items:center;justify-content:flex-start;min-height:44px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:var(--text);font:inherit;text-align:left}.crm-activity-menu__primary{color:#dc2626;background:#ef444414!important}.crm-activity-detail-modal{align-self:center;width:min(780px,calc(100vw - 56px));overflow:auto}.crm-activity-detail-modal__meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.crm-activity-detail-modal__meta span,.crm-activity-detail-modal__body,.crm-activity-detail-modal__attachments,.crm-activity-detail-modal__comments{border:1px solid var(--border);border-radius:14px;background:#f8fafcb8}.crm-activity-detail-modal__meta span{display:grid;gap:4px;padding:12px;color:var(--text-muted);line-height:1.35}.crm-activity-detail-modal__meta strong{color:var(--heading);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.crm-activity-detail-modal__body,.crm-activity-detail-modal__attachments,.crm-activity-detail-modal__comments{display:grid;gap:10px;padding:16px}.crm-activity-detail-modal__body h4,.crm-activity-detail-modal__attachments h4,.crm-activity-detail-modal__comments h4{margin:0;color:var(--heading)}.crm-activity-detail-modal__body p{margin:0;white-space:pre-wrap;line-height:1.55}.crm-activity-detail-modal__actions{display:flex;justify-content:flex-end;gap:10px}.crm-activity-detail-modal__comments-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.crm-activity-detail-modal__comments-header p{margin:4px 0 0}.crm-activity-detail-modal__comments-header>span{display:inline-flex;min-width:28px;height:28px;align-items:center;justify-content:center;border-radius:999px;background:#e0ecff;color:#0b57d0;font-weight:800}.crm-activity-comment-list{gap:10px}.crm-activity-comment{background:#fff}.crm-activity-comment-form{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;padding-top:12px;border-top:1px solid var(--border)}.crm-activity-comment-form textarea{width:100%;min-height:92px;resize:vertical;border:1px solid var(--border);border-radius:14px;padding:12px 14px;font:inherit}.crm-activity-comment-form__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.crm-activity-attachments{display:grid;gap:8px;margin-top:2px}.crm-activity-attachment{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.crm-activity-attachment>button:first-child{all:unset;display:grid;min-width:0;flex:1;gap:2px;cursor:pointer}.crm-activity-attachment span{overflow:hidden;color:var(--heading);font-weight:800;text-overflow:ellipsis;white-space:nowrap}.crm-activity-attachment small{color:var(--text-muted);font-size:.78rem;font-weight:700}.crm-activity-composer{position:sticky;top:18px;align-self:start;gap:18px;min-width:0;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--panel);box-shadow:0 16px 36px #0f172a14}.crm-activity-composer__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-activity-composer h3{margin:0;color:var(--heading);font-size:1.2rem;font-weight:800;letter-spacing:0}.crm-activity-type-grid{display:grid;grid-template-columns:repeat(7,minmax(68px,1fr));gap:10px;padding-bottom:14px;border-bottom:1px solid var(--border)}.crm-activity-type-tile{display:grid;justify-items:center;align-content:center;gap:8px;min-height:86px;padding:10px 8px;border:1px solid transparent;border-radius:12px;background:color-mix(in srgb,var(--panel-soft) 70%,var(--panel) 30%);color:var(--muted);font-weight:800;cursor:pointer}.crm-activity-type-tile.is-selected{border-color:var(--primary);background:color-mix(in srgb,var(--primary-soft) 76%,var(--panel) 24%);color:var(--heading);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 30%,transparent)}.crm-activity-type-tile__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--panel);color:var(--primary)}.crm-activity-type-tile__icon[data-type=TELEFON]{color:#16a34a;background:#ecfdf5}.crm-activity-type-tile__icon[data-type=MOTE],.crm-activity-type-tile__icon[data-type=OPPGAVE]{color:#7c3aed;background:#f5f3ff}.crm-activity-type-tile__icon[data-type=EPOST],.crm-activity-type-tile__icon[data-type=OPPFOLGING],.crm-activity-type-tile__icon[data-type=BESOK]{color:var(--primary);background:var(--primary-soft)}.crm-activity-type-tile__icon[data-type=UTRYKNING]{color:var(--muted);background:var(--panel-soft)}.crm-activity-date-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(112px,.48fr) minmax(150px,.52fr);gap:12px;align-items:end}.crm-activity-range-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(112px,.48fr) minmax(150px,.52fr);gap:12px;align-items:end;margin-top:12px}.crm-activity-date-field{display:grid;gap:6px}.crm-activity-date-field span{color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:0}.crm-activity-date-field input{width:100%}.crm-activity-range-toggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:60px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:color-mix(in srgb,var(--panel-soft) 72%,var(--panel) 28%);color:var(--heading);font-weight:800;white-space:nowrap;cursor:pointer}.crm-activity-range-spacer{display:block}.crm-activity-range-toggle input{width:16px;height:16px;accent-color:var(--primary)}.crm-activity-composer__grid{gap:12px}.crm-activity-composer .field{gap:10px}.crm-activity-composer .field label{font-size:.84rem;font-weight:800;letter-spacing:0;color:var(--heading)}.crm-activity-composer input,.crm-activity-composer select,.crm-activity-composer textarea{min-height:60px;border-radius:8px;border-color:color-mix(in srgb,var(--border) 82%,#cbd5e1 18%);background:color-mix(in srgb,var(--panel) 92%,var(--surface) 8%);box-shadow:none}.crm-activity-composer__title input{min-height:72px}.crm-activity-composer__details textarea{min-height:174px;line-height:1.55}.crm-field-counter{justify-self:end;margin-top:-4px;color:var(--muted);font-size:.82rem;font-weight:800}.crm-activity-upload-dropzone{display:flex;align-items:center;justify-content:center;gap:14px;min-height:86px;padding:14px;border:1.5px dashed color-mix(in srgb,var(--primary) 36%,var(--border) 64%);border-radius:8px;background:color-mix(in srgb,var(--primary-soft) 26%,var(--panel) 74%);color:var(--text);text-align:center;cursor:pointer}.crm-activity-upload-dropzone input{display:none}.crm-activity-upload-dropzone__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--muted)}.crm-activity-upload-dropzone svg,.crm-activity-type-tile svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.crm-activity-upload-dropzone span:last-child{display:grid;gap:2px}.crm-activity-upload-dropzone strong{color:var(--primary)}.crm-activity-upload-dropzone small{color:var(--muted);font-size:.82rem;font-weight:700}.crm-activity-composer .crm-checkbox{margin-top:4px;padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:var(--panel-soft)}.crm-activity-composer .form-actions{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:10px;margin-top:4px;padding:12px 0 0;border-top:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,0),var(--panel) 36%)}.crm-activity-composer .form-actions .btn{min-height:50px;flex:1;border-radius:8px}html[data-theme=dark] .crm-activity-card__content{border-color:var(--border);background:linear-gradient(180deg,#1f1f1f,#1a1a1a);box-shadow:0 12px 30px #00000038}html[data-theme=dark] .crm-activity-filterbar,html[data-theme=dark] .crm-activity-filterbar__field select,html[data-theme=dark] .crm-activity-filterbar__search,html[data-theme=dark] .crm-activity-custom-dates input,html[data-theme=dark] .crm-activity-day-group__label{border-color:var(--border);background:#1f1f1fd1}html[data-theme=dark] .crm-activity-card__line{background:linear-gradient(180deg,#60a5fa73,#ffffff14)}html[data-theme=dark] .crm-activity-card__title,html[data-theme=dark] .crm-activity-card__meta span{color:var(--heading)}html[data-theme=dark] .crm-activity-card__actions .muted,html[data-theme=dark] .crm-activity-card__meta .muted,html[data-theme=dark] .crm-activity-card__summary .muted{color:var(--muted)}html[data-theme=dark] .crm-activity-card__reply-alert{border-color:#fb923c66;background:#fb923c29;color:#fdba74}html[data-theme=dark] .crm-activity-detail-modal__meta span,html[data-theme=dark] .crm-activity-detail-modal__body,html[data-theme=dark] .crm-activity-detail-modal__attachments,html[data-theme=dark] .crm-activity-detail-modal__comments{border-color:var(--border);background:#1f1f1fd1}html[data-theme=dark] .crm-activity-comment,html[data-theme=dark] .crm-activity-comment-form textarea{border-color:var(--border);background:#121212d1;color:var(--text)}html[data-theme=dark] .crm-activity-detail-modal__comments-header>span{background:#3b82f62e;color:#bfdbfe}html[data-theme=dark] .crm-side-summary{border-color:var(--border);background:#1f1f1fd1}html[data-theme=dark] .crm-side-summary--empty{background:#121212b8}html[data-theme=dark] .crm-side-summary--issue{border-color:#fbbf243d;background:#78350f2e}html[data-theme=dark] .crm-issue-module-bridge__icon{background:#fbbf2429;color:#fde68a}html[data-theme=dark] .crm-activity-composer{border-color:var(--border);background:var(--panel);box-shadow:0 16px 40px #00000047}html[data-theme=dark] .crm-activity-type-tile{border-color:#ffffff0a;background:#202020;color:var(--muted)}html[data-theme=dark] .crm-activity-type-tile.is-selected{border-color:var(--primary);background:#3b82f633;color:var(--heading)}html[data-theme=dark] .crm-activity-type-tile__icon{background:#3b82f629;color:#93c5fd}html[data-theme=dark] .crm-activity-type-tile__icon[data-type=TELEFON]{background:#22c55e24;color:#86efac}html[data-theme=dark] .crm-activity-type-tile__icon[data-type=MOTE],html[data-theme=dark] .crm-activity-type-tile__icon[data-type=OPPGAVE]{background:#8b5cf629;color:#c4b5fd}html[data-theme=dark] .crm-activity-type-tile__icon[data-type=UTRYKNING]{background:#ffffff0f;color:var(--muted)}html[data-theme=dark] .crm-activity-composer input,html[data-theme=dark] .crm-activity-composer select,html[data-theme=dark] .crm-activity-composer textarea{border-color:var(--border-strong);background:#171717;color:var(--text)}html[data-theme=dark] .crm-activity-composer input::placeholder,html[data-theme=dark] .crm-activity-composer textarea::placeholder{color:#a1a1aac2}html[data-theme=dark] .crm-activity-range-toggle{border-color:var(--border-strong);background:#171717;color:var(--heading)}html[data-theme=dark] .crm-activity-upload-dropzone{border-color:#60a5fa57;background:#3b82f614;color:var(--text)}html[data-theme=dark] .crm-activity-composer .crm-checkbox,html[data-theme=dark] .crm-activity-attachment{border-color:var(--border);background:var(--panel-soft)}html[data-theme=dark] .crm-activity-composer .form-actions{border-color:var(--border);background:linear-gradient(180deg,rgba(28,28,28,0),var(--panel) 36%)}.crm-selected-files{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}.crm-inline-subform{display:grid;gap:14px;margin-top:14px;padding:16px;border:1px solid rgba(148,163,184,.28);border-radius:18px;background:color-mix(in srgb,var(--surface) 84%,var(--primary-soft) 16%)}.crm-selected-files span{display:inline-flex;align-items:center;max-width:100%;padding:6px 9px;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--text-muted);font-size:.82rem;font-weight:700}.crm-attachment-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.crm-attachment-strip__item{display:grid;gap:8px;padding:10px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#f8fafcf5,#fffffff5);text-align:left;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.crm-attachment-strip__item:hover{transform:translateY(-1px);border-color:#3b82f647;box-shadow:0 12px 24px #0f172a14}.crm-attachment-strip__image,.crm-attachment-strip__file{width:100%;aspect-ratio:4 / 3;border-radius:12px;border:1px solid var(--border);background:var(--panel-soft)}.crm-attachment-strip__image{object-fit:cover}.crm-attachment-strip__file,.crm-attachment-browser__file,.crm-attachment-viewer__file-card{display:flex;align-items:center;justify-content:center;color:var(--primary-strong);font-weight:800;letter-spacing:.08em}.crm-attachment-strip__meta,.crm-attachment-browser__meta{display:grid;gap:4px}.crm-attachment-strip__meta strong,.crm-attachment-browser__meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-attachment-workbench{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:20px}.crm-attachment-workbench__sidebar,.crm-attachment-workbench__preview{display:grid;gap:16px}.crm-attachment-browser{display:grid;gap:12px;max-height:720px;overflow:auto;padding-right:4px}.crm-attachment-browser__item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:center;padding:12px;border-radius:16px;border:1px solid var(--border);background:var(--panel);text-align:left;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.crm-attachment-browser__item:hover,.crm-attachment-browser__item--active{border-color:#3b82f657;box-shadow:0 12px 28px #2563eb1f;transform:translateY(-1px)}.crm-attachment-browser__thumb,.crm-attachment-browser__file{width:96px;height:76px;border-radius:12px;border:1px solid var(--border);background:var(--panel-soft)}.crm-attachment-browser__thumb{object-fit:cover}.crm-attachment-actions{display:flex;flex-wrap:wrap;gap:10px}.crm-attachment-viewer{min-height:280px;padding:16px;border-radius:20px;border:1px solid var(--border);background:linear-gradient(180deg,#f8fafcf5,#fffffffa)}.crm-attachment-viewer__image{width:100%;max-height:460px;object-fit:contain;border-radius:16px}.crm-attachment-viewer__file-card{min-height:240px;border-radius:16px;border:1px dashed var(--border);background:var(--panel-soft);flex-direction:column;gap:10px;padding:24px}.crm-attachment-upload{border-top:1px solid var(--border);padding-top:16px}.crm-checkbox{display:inline-flex;align-items:center;gap:10px;color:var(--text)}.crm-checkbox input{width:auto}.user-access-settings{align-items:stretch;gap:12px}.user-access-toggle{position:relative;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;min-height:82px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,var(--panel),var(--surface));color:var(--text);cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.user-access-toggle:hover{border-color:#2563eb4d;transform:translateY(-1px)}.user-access-toggle:focus-within{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb1f}.user-access-toggle input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.user-access-toggle__switch{position:relative;width:44px;height:26px;border:1px solid #cbd5e1;border-radius:999px;background:#e2e8f0;transition:border-color .16s ease,background .16s ease}.user-access-toggle__switch:after{content:"";position:absolute;top:50%;left:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #0f172a2e;transform:translateY(-50%);transition:transform .16s ease}.user-access-toggle__copy{display:grid;gap:4px;min-width:0}.user-access-toggle__copy strong{color:var(--heading);font-size:.96rem}.user-access-toggle__copy small{color:var(--muted);font-size:.84rem;line-height:1.4}.user-access-toggle.is-selected{border-color:#2563eb6b;background:linear-gradient(180deg,#2563eb14,#2563eb05);box-shadow:var(--shadow-soft)}.user-access-toggle.is-selected .user-access-toggle__switch{border-color:#2563eb;background:#2563eb}.user-access-toggle.is-selected .user-access-toggle__switch:after{transform:translate(18px,-50%)}.user-permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.user-permission-card{display:grid;gap:8px;padding:16px;text-align:left;border-radius:16px;border:1px solid var(--border);background:var(--panel);color:var(--text);cursor:pointer;box-shadow:var(--shadow-soft)}.user-permission-card:hover{border-color:#2563eb52;transform:translateY(-1px)}.user-permission-card.is-selected{border-color:#2563eb7a;background:linear-gradient(180deg,#2563eb14,#2563eb05)}.user-permission-card.is-implied .user-permission-card__toggle{background:#2563eb24;color:var(--primary-strong)}.user-permission-card strong{color:var(--heading);font-size:.98rem}.user-permission-card span,.user-permission-card small{color:var(--muted);line-height:1.5}.user-permission-card small{font-size:.84rem}.user-permission-card__toggle{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:var(--panel-soft);border:1px solid var(--border);color:var(--muted);font-size:.8rem;font-weight:700}input,select,textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:var(--text)}textarea{min-height:124px;resize:vertical}select,input,textarea,button{max-width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.incident-card__footer{align-items:center}.incident-card__actions{display:flex;justify-content:flex-end;gap:10px}.btn-linkish{padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-weight:700;text-align:left}.btn-linkish:hover{text-decoration:underline}.status-pill[data-tone=OPEN]{background:var(--danger-soft);color:var(--status-open)}.status-pill[data-tone=PROGRESS]{background:var(--warning-soft);color:var(--status-progress)}.status-pill[data-tone=DONE]{background:var(--success-soft);color:var(--status-done)}.status-pill[data-tone=REJECTED]{background:var(--neutral-soft);color:var(--status-rejected)}.status-pill[data-tone=NEW]{background:#6366f124;color:#4f46e5}.status-pill[data-tone=UNDER_REVIEW]{background:#fbbf2429;color:#b45309}.status-pill[data-tone=ACTION_DEFINED],.status-pill[data-tone=IN_PROGRESS]{background:#3b82f624;color:#2563eb}.status-pill[data-tone=PENDING_VERIFICATION]{background:#8b5cf624;color:#7c3aed}.status-pill[data-tone=CLOSED]{background:#22c55e24;color:#15803d}.status-pill[data-tone=PLANNED]{background:#94a3b829;color:#475569}.severity-dot{width:9px;height:9px}.severity-dot[data-level=LAV]{background:var(--success)}.severity-dot[data-level=MIDDELS]{background:var(--warning)}.severity-dot[data-level=HOY]{background:#f97316}.severity-dot[data-level=KRITISK]{background:var(--danger)}.empty-state{display:grid;gap:10px}.pager{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:8px}.placeholder-list{padding-left:18px;margin:0;color:var(--muted)}.placeholder-list li+li{margin-top:8px}.alert{padding:14px 16px;border-radius:14px;border:1px solid rgba(220,38,38,.18);background:var(--danger-soft);color:var(--status-open)}.notice{padding:14px 16px;border-radius:14px;border:1px solid rgba(22,163,74,.22);background:var(--success-soft);color:var(--success);font-weight:800}.notice--info{border-color:#2563eb38;background:#2563eb17;color:#1d4ed8}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.auth-panel{width:min(520px,100%);display:grid;gap:18px;padding:28px;border-radius:24px;border:1px solid var(--border);background:var(--panel-elevated);box-shadow:var(--shadow)}.auth-hero{display:grid;gap:12px}.auth-logo{width:min(260px,78%);max-height:72px;object-fit:contain;object-position:left center}.auth-hero h1{margin:0;color:var(--heading);font-size:clamp(2rem,5vw,2.8rem);line-height:1;letter-spacing:-.05em}.auth-hero p{margin:0;color:var(--muted);line-height:1.7}@media (max-width: 1180px){.shell,.page-hero,.incident-layout,.crm-layout,.crm-split,.crm-message-workspace{grid-template-columns:1fr}.sidebar__panel{position:static;min-height:auto}.crm-issue-composer,.crm-issue-module-bridge{position:static}.stats-grid,.placeholder-grid,.feature-grid,.metrics-grid,.form-grid--wide,.crm-customer-kpis,.crm-summary-grid,.crm-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-customer-dashboard,.crm-customer-facts,.crm-customer-signal-grid{grid-template-columns:1fr}.crm-feed-entry{grid-template-columns:42px minmax(0,1fr)}.crm-feed-entry__actions{grid-column:2;justify-content:flex-start}.crm-feed-entry__main{flex-direction:column}.crm-feed-entry__author{flex-basis:auto;width:100%}.crm-message-composer,.crm-activity-composer{position:static}.crm-activity-composer h3{margin-bottom:4px}.crm-activity-composer .form-actions{position:static;background:transparent}.crm-customer-fact--owner{padding-left:0;border-left:0}.topbar__status{align-self:flex-start}.crm-issues-toolbar{grid-template-columns:1fr;align-items:stretch}.crm-issues-toolbar__filters{grid-template-columns:minmax(220px,1fr) minmax(170px,.45fr) auto}.crm-issue-composer{box-shadow:none}}@media (max-width: 760px){.shell,.shell--sidebar-open,.shell--sidebar-collapsed{grid-template-columns:1fr}.sidebar,.main,.content{padding:16px}.topbar,.content{padding-left:0;padding-right:0}.crm-issues-toolbar__filters{grid-template-columns:1fr}.crm-issues-toolbar__filters .btn{width:100%;justify-content:center}.topbar,.section-header,.table-toolbar,.pager,.incident-card__head{flex-direction:column;align-items:stretch}.stats-grid,.placeholder-grid,.feature-grid,.metrics-grid,.form-grid,.form-grid--wide,.hero-panel__grid,.crm-customer-kpis,.crm-summary-grid,.crm-overview-grid{grid-template-columns:1fr}.crm-customer-hero,.crm-overview-activity__head{align-items:flex-start}.crm-activity-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-activity-date-grid,.crm-activity-range-grid{grid-template-columns:1fr}.crm-activity-range-toggle{justify-content:flex-start}.crm-activity-range-spacer{display:none}.crm-activity-filterbar,.crm-activity-custom-dates,.crm-activity-card__content{grid-template-columns:1fr}.crm-activity-card__summary,.crm-activity-card__attachments,.crm-activity-card__actions{grid-column:1;grid-row:auto}.crm-activity-card__time{grid-template-columns:auto auto;justify-content:start;align-items:baseline;gap:8px}.crm-activity-card__head,.crm-activity-card__actions,.crm-activity-detail-modal__actions{align-items:stretch;flex-direction:column}.crm-activity-card__actions{width:100%;margin-left:0}.crm-activity-detail-modal{width:min(100%,calc(100vw - 32px))}.crm-activity-detail-modal__meta{grid-template-columns:1fr}.crm-customer-hero__lead,.crm-customer-hero__actions,.crm-overview-activity__head,.crm-feed-header,.crm-feed-toolbar,.crm-message-board__header,.crm-message-toolbar{flex-direction:column}.crm-feed-toolbar,.crm-feed-composer,.crm-message-toolbar{align-items:stretch}.crm-message-stats,.crm-message-filters{justify-content:flex-start}.crm-message-card,.crm-message-card__topline{align-items:flex-start}.crm-message-card__topline{flex-direction:column}.crm-feed-composer{grid-template-columns:32px minmax(0,1fr)}.crm-feed-composer .btn-secondary{grid-column:1 / -1}.sidebar__panel,.page-hero,.card,.placeholder-card,.empty-state{padding:18px}.brand__title{font-size:2rem}.topbar__status{width:100%;justify-content:center}}.crm-report-print-brief{display:none}@media print{@page{size:A4 landscape;margin:10mm}html,body,#root{width:auto!important;min-width:0!important;background:#fff!important;color:#111827!important}body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.app-shell,.shell,.main,.content,main{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}.app-sidebar,.app-topbar,.dashboard-sidebar,.dashboard-topbar,.sidebar,.crm-module-nav,.crm-report-focus,.crm-report-filters,.crm-customer-picker-modal,.crm-hero-actions .card-headline__actions,.crm-report-table th button svg{display:none!important}.crm-report-page{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;color:#111827!important;background:#fff!important}.crm-report-page .card,.crm-report-page .crm-report-metric,.crm-report-page .crm-report-insight,.crm-report-page .crm-report-course-ranking,.crm-report-page .crm-report-panel,.crm-report-page .crm-report-table-card{box-shadow:none!important;background:#fff!important;border-color:#d1d5db!important}.crm-desktop-page .page-hero--tight{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8mm;margin:0 0 8mm!important;padding:0 0 5mm!important;border:0!important;border-bottom:2px solid #111827!important;background:#fff!important;box-shadow:none!important}.crm-desktop-page .page-hero--tight .section-label,.crm-desktop-page .page-hero--tight p,.crm-report-page .muted{color:#4b5563!important}.crm-report-page .page-hero__title{color:#111827!important;font-size:22pt!important;line-height:1.05!important}.crm-report-page .crm-hero-pill{display:inline-flex!important;border:1px solid #d1d5db!important;background:#f9fafb!important;color:#111827!important}.crm-report-cover{display:grid!important;min-height:72mm!important;margin:0 0 8mm!important;padding:8mm!important;border:1px solid #d1d5db!important;border-top:5px solid #2563eb!important;border-radius:0!important;background:#fff!important;break-after:avoid;break-inside:avoid}.crm-report-cover:before,.crm-report-metric:after,.page-hero:after,.card:after{display:none!important}.crm-report-page .crm-report-cover__brand{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:9mm!important;color:#4b5563!important}.crm-report-page .crm-report-cover__brand img{display:block!important;width:54mm!important;max-height:18mm!important}.crm-report-page .crm-report-cover__main{display:grid!important;grid-template-columns:minmax(0,1fr) 92mm!important;align-items:end!important;gap:10mm!important}.crm-report-page .crm-report-cover__main .section-label,.crm-report-page .crm-report-cover__main p{display:block!important}.crm-report-page .crm-report-cover__main h3{margin:2mm 0 4mm!important;color:#111827!important;font-size:28pt!important;line-height:1.04!important}.crm-report-page .crm-report-cover__facts{display:grid!important;grid-template-columns:1fr!important;gap:3mm!important}.crm-report-page .crm-report-cover__facts div{display:flex!important;justify-content:space-between!important;gap:6mm!important;padding:3mm 4mm!important;border:1px solid #d1d5db!important;border-radius:0!important;background:#f9fafb!important}.crm-report-print-brief{display:grid!important;gap:5mm!important;margin:0 0 7mm!important;padding:6mm!important;border:1px solid #d1d5db!important;border-radius:0!important;background:#fff!important;break-inside:avoid}.crm-report-print-brief h3{margin:1mm 0 0!important;color:#111827!important;font-size:17pt!important}.crm-report-print-brief__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4mm!important}.crm-report-print-brief__grid article{display:grid!important;gap:1.5mm!important;padding:4mm!important;border:1px solid #d1d5db!important;background:#f9fafb!important;break-inside:avoid}.crm-report-print-brief__grid span,.crm-report-print-brief__grid small,.crm-report-metric span,.crm-report-metric small,.crm-report-insight span,.crm-report-insight small,.crm-report-course-ranking span,.crm-report-course-ranking small{color:#4b5563!important}.crm-report-print-brief__grid span,.crm-report-metric span,.crm-report-insight span,.crm-report-course-ranking span{font-size:7.5pt!important;font-weight:800!important;letter-spacing:0!important;text-transform:uppercase!important}.crm-report-print-brief__grid strong{color:#111827!important;font-size:10pt!important;line-height:1.2!important}.crm-report-summary{display:grid!important;grid-template-columns:repeat(9,minmax(0,1fr))!important;gap:2.4mm!important;margin:0 0 7mm!important;break-inside:avoid}.crm-report-metric{min-height:0!important;padding:3mm!important;border-radius:0!important}.crm-report-metric strong{color:#111827!important;font-size:16pt!important;letter-spacing:0!important}.crm-report-insights,.crm-report-course-rankings,.crm-report-layout{display:grid!important;gap:3mm!important;margin:0 0 7mm!important;break-inside:avoid}.crm-report-insights,.crm-report-course-rankings{grid-template-columns:repeat(4,minmax(0,1fr))!important}.crm-report-layout{grid-template-columns:1.35fr .9fr!important}.crm-report-insight,.crm-report-course-ranking{min-height:0!important;padding:3.5mm!important;border-radius:0!important}.crm-report-insight strong,.crm-report-course-ranking strong{color:#111827!important;font-size:10pt!important}.crm-report-panel{padding:5mm!important;border-radius:0!important}.crm-report-chart{min-height:48mm!important;padding:8mm 4mm 4mm!important;overflow:visible!important;border-color:#d1d5db!important;border-radius:0!important;background:#f9fafb!important}.crm-report-chart__bars{height:34mm!important;padding:0 2mm!important}.crm-report-chart__bars span{box-shadow:none!important}.crm-report-breakdown p{padding:2mm 2.5mm!important;border-color:#e5e7eb!important;border-radius:0!important;background:#f9fafb!important}.crm-report-table-card{padding:5mm!important;border-radius:0!important;break-before:page}.crm-report-table-wrap{max-height:none!important;overflow:visible!important;border:1px solid #d1d5db!important;border-radius:0!important}.crm-report-table{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important;font-size:7.5pt!important}.crm-report-table th,.crm-report-table td{padding:2mm 1.7mm!important;border:1px solid #e5e7eb!important;color:#111827!important;vertical-align:top!important}.crm-report-table th{position:static!important;background:#eef2ff!important;color:#1f2937!important;font-size:7pt!important;font-weight:800!important;text-transform:uppercase!important}.crm-report-table th button{display:inline!important;padding:0!important;color:inherit!important;font:inherit!important;text-align:left!important}.crm-report-table td a,.crm-report-table td a strong,.crm-report-table td a span,.crm-report-table td>span{color:#111827!important;text-decoration:none!important}.crm-report-table td a span,.crm-report-table td>span{color:#4b5563!important;font-size:6.8pt!important}.crm-report-table tbody tr:nth-child(2n) td{background:#f9fafb!important}.crm-report-table tr{break-inside:avoid}.crm-report-table th:nth-child(1),.crm-report-table td:nth-child(1){width:29%!important}.crm-report-table th:nth-child(2),.crm-report-table td:nth-child(2){width:10%!important}.crm-report-page--followup .crm-report-table th:nth-child(6),.crm-report-page--followup .crm-report-table td:nth-child(6),.crm-report-page--followup .crm-report-table th:nth-child(7),.crm-report-page--followup .crm-report-table td:nth-child(7),.crm-report-page--followup .crm-report-table th:nth-child(8),.crm-report-page--followup .crm-report-table td:nth-child(8),.crm-report-page--followup .crm-report-table th:nth-child(9),.crm-report-page--followup .crm-report-table td:nth-child(9),.crm-report-page--followup .crm-report-table th:nth-child(10),.crm-report-page--followup .crm-report-table td:nth-child(10),.crm-report-page--risk .crm-report-table th:nth-child(3),.crm-report-page--risk .crm-report-table td:nth-child(3),.crm-report-page--risk .crm-report-table th:nth-child(4),.crm-report-page--risk .crm-report-table td:nth-child(4),.crm-report-page--risk .crm-report-table th:nth-child(6),.crm-report-page--risk .crm-report-table td:nth-child(6),.crm-report-page--risk .crm-report-table th:nth-child(7),.crm-report-page--risk .crm-report-table td:nth-child(7),.crm-report-page--risk .crm-report-table th:nth-child(8),.crm-report-page--risk .crm-report-table td:nth-child(8),.crm-report-page--risk .crm-report-table th:nth-child(9),.crm-report-page--risk .crm-report-table td:nth-child(9),.crm-report-page--risk .crm-report-table th:nth-child(12),.crm-report-page--risk .crm-report-table td:nth-child(12),.crm-report-page--risk .crm-report-table th:nth-child(13),.crm-report-page--risk .crm-report-table td:nth-child(13),.crm-report-page--events .crm-report-table th:nth-child(3),.crm-report-page--events .crm-report-table td:nth-child(3),.crm-report-page--events .crm-report-table th:nth-child(4),.crm-report-page--events .crm-report-table td:nth-child(4),.crm-report-page--events .crm-report-table th:nth-child(5),.crm-report-page--events .crm-report-table td:nth-child(5),.crm-report-page--events .crm-report-table th:nth-child(10),.crm-report-page--events .crm-report-table td:nth-child(10),.crm-report-page--events .crm-report-table th:nth-child(11),.crm-report-page--events .crm-report-table td:nth-child(11),.crm-report-page--events .crm-report-table th:nth-child(12),.crm-report-page--events .crm-report-table td:nth-child(12),.crm-report-page--events .crm-report-table th:nth-child(13),.crm-report-page--events .crm-report-table td:nth-child(13),.crm-report-page--coverage .crm-report-table th:nth-child(5),.crm-report-page--coverage .crm-report-table td:nth-child(5),.crm-report-page--coverage .crm-report-table th:nth-child(6),.crm-report-page--coverage .crm-report-table td:nth-child(6),.crm-report-page--coverage .crm-report-table th:nth-child(7),.crm-report-page--coverage .crm-report-table td:nth-child(7),.crm-report-page--coverage .crm-report-table th:nth-child(8),.crm-report-page--coverage .crm-report-table td:nth-child(8),.crm-report-page--coverage .crm-report-table th:nth-child(9),.crm-report-page--coverage .crm-report-table td:nth-child(9),.crm-report-page--coverage .crm-report-table th:nth-child(10),.crm-report-page--coverage .crm-report-table td:nth-child(10),.crm-report-page--coverage .crm-report-table th:nth-child(11),.crm-report-page--coverage .crm-report-table td:nth-child(11){display:none!important}}.dashboard-shell{min-height:100vh;background:#eef2f7}.dashboard-shell.shell--sidebar-open{grid-template-columns:320px 1fr}.dashboard-shell.shell--sidebar-collapsed{grid-template-columns:96px 1fr}.dashboard-sidebar{padding:0}.dashboard-sidebar__panel{min-height:100vh;max-height:100vh;display:grid;grid-template-rows:minmax(0,1fr) auto;border-radius:0;padding:18px 16px 22px;gap:22px;top:0;background:linear-gradient(180deg,#274b79,#20436d 45%,#18395f);box-shadow:inset -1px 0 #ffffff14}.dashboard-sidebar__body{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:4px}.dashboard-sidebar__body{scrollbar-width:thin;scrollbar-color:transparent transparent}.dashboard-sidebar__body::-webkit-scrollbar{width:6px}.dashboard-sidebar__body::-webkit-scrollbar-track{background:transparent}.dashboard-sidebar__body::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}.dashboard-sidebar__body:hover{scrollbar-color:rgba(255,255,255,.14) transparent}.dashboard-sidebar__body:hover::-webkit-scrollbar-thumb{background:#ffffff24}.sidebar--collapsed .dashboard-sidebar__panel{padding:16px 10px 18px;gap:18px}.sidebar--collapsed .dashboard-sidebar__body{justify-items:center}.dashboard-brand{display:flex;align-items:center;justify-content:flex-start;padding:2px 4px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar--collapsed .dashboard-brand{width:100%;justify-content:center;padding:0 0 12px}.dashboard-profile-pill__avatar,.dashboard-user-card__avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;flex-shrink:0;overflow:hidden}.dashboard-profile-pill__avatar img,.dashboard-user-card__avatar img{width:100%;height:100%;object-fit:cover}.dashboard-profile-pill__avatar span,.dashboard-user-card__avatar span{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.dashboard-brand__logo{display:block;width:min(100%,230px);max-width:100%;height:auto;max-height:52px;object-fit:contain;object-position:left center}.sidebar--collapsed .dashboard-brand__logo{max-width:48px;max-height:48px;object-position:center}.dashboard-nav{gap:20px;margin-top:14px}.dashboard-nav-section{display:grid;gap:12px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.dashboard-nav-section:first-child{padding-top:0;border-top:0}.dashboard-nav-section__toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px 0 14px;border:0;background:transparent;color:#ffffffe0;cursor:pointer;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:800}.dashboard-nav-section__toggle:hover{color:#fff}.dashboard-nav-section__chevron{width:18px;height:18px;transition:transform .16s ease}.dashboard-nav-section__toggle.is-open .dashboard-nav-section__chevron{transform:rotate(180deg)}.dashboard-nav-section__items{display:grid;gap:8px}.dashboard-nav__group{display:grid;gap:6px}.sidebar--collapsed .dashboard-nav{width:100%;justify-items:center;gap:12px;margin-top:10px}.sidebar--collapsed .dashboard-nav-section{width:100%;gap:10px;padding-top:12px}.sidebar--collapsed .dashboard-nav__group{width:auto;justify-items:center}.dashboard-nav__link{min-height:48px;padding:0 16px;border-radius:8px;color:#ffffffe0}.sidebar--collapsed .dashboard-nav__link{width:56px;min-width:56px;min-height:56px;height:56px;padding:0;border-radius:18px;justify-content:center}.dashboard-nav__link:hover{background:#ffffff14;border-color:transparent}.dashboard-nav__link.active{background:linear-gradient(180deg,#3672d9,#2b63c2);color:#fff;border-color:#ffffff1f;box-shadow:0 10px 24px #0a234c38}.dashboard-nav__icon{background:transparent;color:currentColor;width:28px;height:28px}.sidebar--collapsed .dashboard-nav__icon{width:24px;height:24px;margin:0}.dashboard-subnav{display:grid;gap:4px;padding:0 0 0 18px}.dashboard-subnav__link{display:flex;align-items:center;min-height:38px;padding:0 14px;border-radius:8px;color:#ffffffb8;text-decoration:none;font-size:.94rem}.dashboard-subnav__link:hover{background:#ffffff0f}.dashboard-subnav__link.active{background:#ffffff1a;color:#fff}.dashboard-sidebar__footer{display:grid;gap:16px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);background:inherit}.sidebar--collapsed .dashboard-sidebar__footer{width:100%;justify-items:center;gap:12px;padding-top:14px}.dashboard-user-card{display:flex;align-items:center;gap:14px;padding:14px 6px 0}.dashboard-user-card__avatar{width:54px;height:54px;background:linear-gradient(180deg,#84b6ff,#4f8be5);font-size:1.15rem;font-weight:700}.dashboard-user-card__copy{display:grid;gap:2px}.dashboard-user-card__copy strong{color:#fff}.dashboard-user-card__copy span{color:#ffffffb8}.dashboard-sidebar__actions{display:flex;align-items:center;gap:10px}.sidebar--collapsed .dashboard-sidebar__actions{display:grid;justify-items:center;gap:8px}.dashboard-icon-button,.dashboard-theme-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;border:1px solid var(--border);background:#ffffffeb;color:var(--text);cursor:pointer}.dashboard-icon-button:hover,.dashboard-theme-toggle:hover{background:#fff}.dashboard-icon-button--has-unread{border-color:#ff4c3a8c;background:#ff4c3a24;box-shadow:0 0 0 1px #ff4c3a2e,0 10px 24px #ff4c3a29}.dashboard-icon-button--has-unread:hover{background:#ff4c3a33}.dashboard-icon-button--message{border-color:#2563eb47}.dashboard-icon-button__badge{position:absolute;top:-5px;right:-5px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff4c3a;color:#fff;font-size:.72rem;font-weight:700;box-shadow:0 0 0 3px #fff}.dashboard-logout{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:0 16px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff24;color:#fff;cursor:pointer;margin-left:auto}.dashboard-logout--icon{width:42px;min-width:42px;padding:0;margin-left:0}.dashboard-main{padding:0}.dashboard-topbar{min-height:78px;padding:0 26px;border-bottom:1px solid #dde6f1;background:#fffffff0;box-shadow:0 4px 18px #0f172a0d}.dashboard-topbar__left,.dashboard-topbar__right{display:flex;align-items:center;gap:14px}.dashboard-topbar__notifications{display:flex;align-items:center;gap:10px}.dashboard-notifications{position:relative}.dashboard-notifications__panel{position:absolute;top:calc(100% + 10px);right:0;width:min(380px,80vw);padding:14px;border-radius:18px;border:1px solid var(--border);background:var(--panel-elevated);box-shadow:var(--shadow);z-index:20;display:grid;gap:12px}.dashboard-notifications__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-notifications__header div{display:grid;gap:2px}.dashboard-notifications__header strong{color:#243041}.dashboard-notifications__header span{color:#6b7a90;font-size:.88rem}.dashboard-notifications__link{color:#2d6cdf;font-size:.88rem;font-weight:700;text-decoration:none}.dashboard-notifications__empty{margin:0;color:#6b7a90;font-size:.94rem}.dashboard-notifications__list{display:grid;gap:10px;max-height:360px;overflow:auto}.dashboard-notification{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid var(--border);background:var(--panel);border-radius:14px;padding:12px 14px;text-align:left;display:grid;gap:4px;cursor:pointer;color:var(--text)}.dashboard-notification__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6b7a90;font-size:.8rem}.dashboard-notification strong{font-size:.95rem;color:#243041}.dashboard-notification__severity{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:24px;padding:0 10px;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.02em}.dashboard-notification__severity[data-severity=LOW]{background:#34bf5d24;color:#147a3e}.dashboard-notification__severity[data-severity=MEDIUM]{background:#ff9d1a29;color:#b06000}.dashboard-notification__severity[data-severity=HIGH]{background:#ff4c3a24;color:#c2372a}.dashboard-notification__severity[data-severity=CRITICAL]{background:#7f1d1d24;color:#8f1111}.dashboard-notification small{color:#5d6c81;line-height:1.45}.dashboard-notification--unread{border-color:#2563eb59;background:var(--primary-soft)}.crm-linked-focus-target--active,.inspection-finding-target{border-color:#2563eb80!important;box-shadow:0 0 0 3px #2563eb24,var(--shadow-soft)}.dashboard-topbar__titles{display:grid;gap:2px}.dashboard-topbar__titles .topbar__title{margin:0;font-size:2.2rem}.dashboard-topbar__home{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid #e1e8f0;background:#fff;color:#7a8aa0}.dashboard-profile-pill{display:flex;align-items:center;gap:12px;padding-left:8px}.dashboard-profile-pill__avatar{width:48px;height:48px;background:linear-gradient(180deg,#6bb7ff,#2f75d8);font-size:1rem;font-weight:700}.dashboard-profile-pill__copy{display:grid;gap:2px}.dashboard-profile-pill__copy strong{color:#243041}.dashboard-profile-pill__copy span{color:#7a889c;font-size:.88rem}.dashboard-content{padding:26px}.dashboard-page{gap:18px}.dashboard-stats,.dashboard-grid{display:grid;gap:18px}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid--top{grid-template-columns:1.15fr 1fr}.dashboard-grid--lead{grid-template-columns:1.2fr 1fr}.dashboard-grid--split{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:20px;align-items:start}.profile-summary-card,.profile-editor,.profile-section,.profile-summary-card__meta{display:grid;gap:18px}.profile-summary-card__hero{display:flex;align-items:center;gap:18px}.profile-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;overflow:hidden;background:linear-gradient(180deg,#84b6ff,#4f8be5);color:#fff;font-weight:700;flex-shrink:0}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-avatar--xl{width:92px;height:92px;font-size:2rem}.profile-section{padding-top:6px;border-top:1px solid var(--border)}.dashboard-grid--bottom{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stat-card,.dashboard-panel,.dashboard-mini-panel{border-radius:10px;border:1px solid #dbe4ee;background:#fff;box-shadow:0 4px 16px #0f172a0f}.dashboard-stat-card{display:flex;align-items:center;gap:16px;padding:18px 18px 18px 16px}.dashboard-stat-card--interactive{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard-stat-card--interactive:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a1a;border-color:#c8d8ea}.dashboard-stat-card__icon{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff}.dashboard-stat-card__icon .app-icon,.dashboard-donut .app-icon{width:22px;height:22px}.dashboard-stat-card__icon .app-icon{stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dashboard-stat-card__icon--blue{background:#2d6cdf}.dashboard-stat-card__icon--red{background:#ff4e3c}.dashboard-stat-card__icon--orange{background:#ff9d1a}.dashboard-stat-card__icon--green{background:#44bf3d}.dashboard-stat-card__content{display:grid;gap:4px}.dashboard-stat-card__label{color:#3a4a5d;font-size:.98rem;font-weight:600}.dashboard-stat-card__value{font-size:1.95rem;line-height:1;color:#2d394a}.dashboard-panel{overflow:hidden}.dashboard-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:54px;padding:0 18px;border-bottom:1px solid #e6edf5}.dashboard-panel__header h2{margin:0;font-size:1rem;color:#344255}.dashboard-panel__menu{color:#8896aa;letter-spacing:.15em}.dashboard-panel__actions{display:flex;gap:10px;padding:18px;border-bottom:1px solid #eef3f8}.dashboard-panel__content{padding:18px}.dashboard-action-list,.dashboard-focus-list,.dashboard-signal-grid{display:grid;gap:12px}.dashboard-action-item,.dashboard-focus-item,.dashboard-signal{width:100%;border:1px solid #e5edf6;background:#f8fbff;border-radius:16px;padding:16px 18px;text-align:left;color:#324254}.dashboard-action-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.dashboard-action-item.is-static{cursor:default}.dashboard-action-item:not(.is-static):hover,.dashboard-focus-item:hover,.dashboard-signal:hover{transform:translateY(-1px);border-color:#c5d5ea;box-shadow:0 10px 24px #0f172a14}.dashboard-action-item__copy,.dashboard-focus-item,.dashboard-signal{display:grid;gap:4px}.dashboard-action-item__copy strong,.dashboard-focus-item strong,.dashboard-signal strong{font-size:1rem;color:#233246}.dashboard-action-item__copy span,.dashboard-focus-item span,.dashboard-signal span,.dashboard-signal small,.dashboard-focus-item small{color:#66778c}.dashboard-action-item__cta{font-weight:700;color:#1f5fff}.dashboard-action-item--red{background:linear-gradient(180deg,#fff6f5,#fffdfd);border-color:#ffd5d1}.dashboard-action-item--orange{background:linear-gradient(180deg,#fff9ef,#fffdf9);border-color:#ffe2b7}.dashboard-action-item--blue{background:linear-gradient(180deg,#f5f9ff,#fbfdff);border-color:#d8e6ff}.dashboard-action-item--green{background:linear-gradient(180deg,#f4fff6,#fbfffc);border-color:#cfeeda}.dashboard-focus-item{cursor:pointer;background:#fff}.dashboard-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-signal{cursor:pointer;background:#fff}.dashboard-signal--red{border-left:4px solid #ff4e3c}.dashboard-signal--orange{border-left:4px solid #ff9d1a}.dashboard-signal--blue{border-left:4px solid #2d6cdf}.dashboard-signal--green{border-left:4px solid #44bf3d}.dashboard-panel__content--split{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px}.dashboard-summary-list{display:grid;gap:10px;color:#364457}.dashboard-summary-list__item{padding:2px 0;font-size:.98rem}.dashboard-mini-panel{padding:18px}.dashboard-mini-panel h3{margin:0 0 14px;color:#344255}.dashboard-people-list{display:grid;gap:10px}.dashboard-person{display:flex;align-items:center;gap:10px;padding-top:10px;border-top:1px solid #edf2f7;color:#2d6cdf}.dashboard-person:first-child{border-top:0;padding-top:0}.dashboard-person__avatar{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffd3a8,#f29c58);color:#fff;font-size:.9rem;font-weight:700}.dashboard-chart{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:center;padding:22px 18px 18px}.dashboard-donut{position:relative;width:200px;height:200px;margin:0 auto;border-radius:50%;background:conic-gradient(#2d6cdf 0,#2d6cdf 60deg,#44bf3d 60deg,#44bf3d 125deg,#ff4e3c 125deg,#ff4e3c 225deg,#ff9d1a 225deg,#ff9d1a 360deg)}.dashboard-donut__inner{position:absolute;top:56px;right:56px;bottom:56px;left:56px;border-radius:50%;background:#fff}.dashboard-donut__value{position:absolute;font-size:1.15rem;font-weight:700;color:#fff}.dashboard-donut__value--top{top:34px;left:102px}.dashboard-donut__value--right{top:92px;right:28px}.dashboard-donut__value--bottom{bottom:24px;left:88px}.dashboard-donut__value--left{top:98px;left:28px}.dashboard-legend{display:grid;gap:14px}.dashboard-legend__item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;color:#3d4c5f}.dashboard-legend__dot{width:12px;height:12px;border-radius:999px}.dashboard-legend__dot--blue{background:#2d6cdf}.dashboard-legend__dot--green{background:#44bf3d}.dashboard-legend__dot--orange{background:#ff9d1a}.dashboard-legend__dot--red{background:#ff4e3c}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th,.dashboard-table td{padding:14px 18px;border-top:1px solid #edf2f7;text-align:left}.dashboard-table th{color:#5d6c81;font-size:.86rem;font-weight:700}.dashboard-table td{color:#314154}.dashboard-table__status{color:#118a49;font-weight:600}.dashboard-table__link{color:#2d6cdf;font-weight:600}html[data-theme=dark] .dashboard-shell{background:#141414}html[data-theme=dark] .dashboard-topbar,html[data-theme=dark] .dashboard-stat-card,html[data-theme=dark] .dashboard-panel,html[data-theme=dark] .dashboard-mini-panel,html[data-theme=dark] .dashboard-topbar__home{background:#1c1c1c;border-color:#ffffff14}html[data-theme=dark] .dashboard-topbar{box-shadow:none}html[data-theme=dark] .dashboard-sidebar__panel{background:linear-gradient(180deg,#1a1a1a,#171717 46%,#141414);box-shadow:inset -1px 0 #ffffff0d}html[data-theme=dark] .dashboard-nav__link.active{box-shadow:0 10px 24px #2563eb2e}html[data-theme=dark] .dashboard-icon-button,html[data-theme=dark] .dashboard-theme-toggle,html[data-theme=dark] .dashboard-logout{background:#ffffff0a;border-color:#ffffff14}html[data-theme=dark] .dashboard-icon-button:hover,html[data-theme=dark] .dashboard-theme-toggle:hover,html[data-theme=dark] .dashboard-logout:hover{background:#ffffff14}html[data-theme=dark] .dashboard-topbar__title,html[data-theme=dark] .dashboard-panel__header h2,html[data-theme=dark] .dashboard-stat-card__value,html[data-theme=dark] .dashboard-mini-panel h3,html[data-theme=dark] .dashboard-table td,html[data-theme=dark] .dashboard-profile-pill__copy strong,html[data-theme=dark] .dashboard-notifications__header strong,html[data-theme=dark] .dashboard-notification strong{color:#f3f7ff}html[data-theme=dark] .dashboard-stat-card__label,html[data-theme=dark] .dashboard-table th,html[data-theme=dark] .dashboard-profile-pill__copy span,html[data-theme=dark] .dashboard-topbar__home,html[data-theme=dark] .dashboard-notifications__header span,html[data-theme=dark] .dashboard-notification small,html[data-theme=dark] .dashboard-notification__meta,html[data-theme=dark] .dashboard-notifications__empty{color:#9dafc7}html[data-theme=dark] .dashboard-notifications__link{color:#7fb3ff}html[data-theme=dark] .dashboard-notification__severity[data-severity=LOW]{background:#22c55e2e;color:#8ef0af}html[data-theme=dark] .dashboard-notification__severity[data-severity=MEDIUM]{background:#f59e0b33;color:#ffd089}html[data-theme=dark] .dashboard-notification__severity[data-severity=HIGH]{background:#f8717133;color:#ffb0a8}html[data-theme=dark] .dashboard-notification__severity[data-severity=CRITICAL]{background:#7f1d1d57;color:#ffb4b4}html[data-theme=dark] .dashboard-panel__header,html[data-theme=dark] .dashboard-panel__actions,html[data-theme=dark] .dashboard-table th,html[data-theme=dark] .dashboard-table td,html[data-theme=dark] .dashboard-person,html[data-theme=dark] .dashboard-brand,html[data-theme=dark] .dashboard-sidebar__footer{border-color:#94a3b81f}html[data-theme=dark] .dashboard-donut__inner{background:#111b2d}html[data-theme=dark] .dashboard-action-item,html[data-theme=dark] .dashboard-focus-item,html[data-theme=dark] .dashboard-signal{background:#ffffff08;border-color:#94a3b824}html[data-theme=dark] .dashboard-action-item__copy strong,html[data-theme=dark] .dashboard-focus-item strong,html[data-theme=dark] .dashboard-signal strong{color:#f3f7ff}html[data-theme=dark] .dashboard-action-item__copy span,html[data-theme=dark] .dashboard-focus-item span,html[data-theme=dark] .dashboard-focus-item small,html[data-theme=dark] .dashboard-signal span,html[data-theme=dark] .dashboard-signal small{color:#9dafc7}@media (max-width: 1240px){.shiftflow-snapshot-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stats,.dashboard-grid--lead,.dashboard-grid--split,.dashboard-grid--top,.dashboard-grid--bottom,.dashboard-panel__content--split,.dashboard-chart{grid-template-columns:1fr}}@media (max-width: 900px){.shiftflow-snapshot-kpis,.dashboard-shell.shell--sidebar-open,.dashboard-shell.shell--sidebar-collapsed{grid-template-columns:1fr}.dashboard-sidebar__panel{min-height:auto;border-radius:0 0 18px 18px}.dashboard-topbar{padding:16px}.dashboard-topbar,.dashboard-topbar__left,.dashboard-topbar__right{flex-wrap:wrap}.dashboard-content{padding:16px}.dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.dashboard-stats{grid-template-columns:1fr}.dashboard-profile-pill__copy,.dashboard-brand__copy,.dashboard-user-card__copy{display:none}}.crm-dashboard-page{display:grid;gap:24px;padding:6px 0 18px}.crm-dashboard-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.crm-dashboard-hero h1{margin:0;color:#0f172a;font-size:1.58rem;line-height:1.1;font-weight:700}.crm-dashboard-hero p{margin:6px 0 0;color:#718096;font-size:.95rem;font-weight:600}.crm-dashboard-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crm-dashboard-button,.crm-dashboard-secondary-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:0 18px;font-weight:600;text-decoration:none}.crm-dashboard-button{border:1px solid #dbe4ee;cursor:pointer}.crm-dashboard-button--quiet{background:#fff;color:#52627a}.crm-dashboard-button--primary{border-color:#1155f5;background:linear-gradient(180deg,#1767ff,#0750e8);color:#fff;box-shadow:0 14px 28px #0f62fe38}.crm-dashboard-button:hover,.crm-dashboard-secondary-action:hover,.crm-dashboard-event-card:hover{transform:translateY(-1px);box-shadow:0 16px 30px #0f172a14}.crm-dashboard-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.crm-dashboard-kpi,.crm-dashboard-section{border:1px solid #dfe8f2;border-radius:8px;background:#fffffff5;box-shadow:0 16px 38px #0f172a0d}.crm-dashboard-kpi{min-height:134px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;transition:transform .16s ease,box-shadow .16s ease}.crm-dashboard-kpi--link,.crm-dashboard-kpi--button{color:inherit;text-decoration:none;cursor:pointer}.crm-dashboard-kpi--button{border:1px solid #dfe8f2;text-align:left;font:inherit}.crm-dashboard-kpi:hover{transform:translateY(-1px);box-shadow:0 20px 42px #0f172a14}.crm-dashboard-kpi span,.crm-dashboard-kpi small,.crm-dashboard-list-item span,.crm-dashboard-contact small,.crm-dashboard-contact>span:last-child,.crm-dashboard-event-card span,.crm-dashboard-event-card p{color:#718096;font-weight:500}.crm-dashboard-kpi strong{display:block;margin:10px 0;color:#07122a;font-size:1.72rem;line-height:1;font-weight:700}.crm-dashboard-kpi__icon,.crm-dashboard-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:999px}.crm-dashboard-kpi__icon{width:64px;height:64px}.crm-dashboard-icon{width:44px;height:44px}.crm-dashboard-kpi__icon--blue,.crm-dashboard-icon--blue{background:#e8f0ff;color:#1662ff}.crm-dashboard-kpi__icon--purple,.crm-dashboard-icon--purple{background:#f1ddff;color:#a128ff}.crm-dashboard-kpi__icon--green,.crm-dashboard-icon--green{background:#ddf8e8;color:#12a74a}.crm-dashboard-kpi__icon--red,.crm-dashboard-icon--red{background:#ffe1e5;color:#ff3347}.crm-dashboard-kpi__icon--orange,.crm-dashboard-icon--orange{background:#fff0df;color:#f97316}.crm-dashboard-grid{display:grid;grid-template-columns:1.05fr 1fr 1.05fr;gap:24px;align-items:stretch}.crm-dashboard-section{min-width:0;padding:26px;display:grid;gap:18px}.crm-dashboard-section--tasks{grid-template-rows:auto minmax(330px,1fr) auto}.crm-dashboard-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-dashboard-section__header h2{margin:0;color:#07122a;font-size:1.12rem;font-weight:700}.crm-dashboard-section__header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.crm-dashboard-section__header a{color:#1263ff;font-weight:600;text-decoration:none}.crm-dashboard-inline-toggle{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-size:.86rem;font-weight:700;white-space:nowrap}.crm-dashboard-inline-toggle input{width:16px;height:16px;accent-color:#1263ff}.crm-dashboard-list,.crm-dashboard-contact-list,.crm-dashboard-task-list{display:grid;gap:0}.crm-dashboard-task-list{max-height:360px;overflow-y:auto;padding-right:4px;scrollbar-gutter:stable}.crm-dashboard-list-item,.crm-dashboard-contact,.crm-dashboard-task{min-height:72px;display:grid;align-items:center;gap:14px;border-bottom:1px solid #edf2f7}.crm-dashboard-list-item{grid-template-columns:44px minmax(0,1fr) auto}.crm-dashboard-list-item:last-child,.crm-dashboard-contact:last-child,.crm-dashboard-task:last-child{border-bottom:0}.crm-dashboard-list-item strong,.crm-dashboard-contact strong,.crm-dashboard-task span,.crm-dashboard-event-card h3{color:#12203a;font-weight:600}.crm-dashboard-list-item div,.crm-dashboard-contact div{min-width:0}.crm-dashboard-list-item strong,.crm-dashboard-list-item span,.crm-dashboard-contact strong,.crm-dashboard-contact small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-dashboard-list-item b{color:#9aa8bc;padding:0 8px}.crm-dashboard-badge,.crm-dashboard-priority,.crm-dashboard-contact__type{border-radius:8px;padding:8px 12px;font-size:.82rem;font-style:normal;font-weight:600}.crm-dashboard-badge--blue,.crm-dashboard-contact__type--blue{background:#edf4ff;color:#1662ff}.crm-dashboard-badge--green,.crm-dashboard-contact__type--green{background:#e1f8e9;color:#139d49}.crm-dashboard-badge--purple,.crm-dashboard-contact__type--purple{background:#f4e5ff;color:#a128ff}.crm-dashboard-badge--orange,.crm-dashboard-contact__type--orange{background:#fff0e8;color:#f97316}.crm-dashboard-badge--red,.crm-dashboard-contact__type--red{background:#ffe6ea;color:#e92338}.crm-dashboard-task{grid-template-columns:24px minmax(0,1fr) auto auto}.crm-dashboard-task__body{display:grid;gap:3px;min-width:0;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.crm-dashboard-task__body:hover span{color:#1263ff}.crm-dashboard-task--completed .crm-dashboard-task__body span,.crm-dashboard-task--completed .crm-dashboard-task__body small{color:#94a3b8;text-decoration:line-through;text-decoration-thickness:1px}.crm-dashboard-task--completed .crm-dashboard-priority{opacity:.72}.crm-dashboard-task-empty{min-height:310px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.crm-dashboard-task-empty__icon{width:140px;height:140px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:radial-gradient(circle at 50% 38%,#eef5ff 0,#eef5ff 54%,#eef5ff59 55%,#eef5ff1a);color:#78a7ff}.crm-dashboard-task-empty__icon .app-icon{width:72px;height:72px}.crm-dashboard-task-empty strong{color:#12203a;font-size:1.08rem;font-weight:600}.crm-dashboard-task-empty p{max-width:320px;margin:0;color:#718096;font-weight:400;line-height:1.5}.crm-dashboard-task input{width:20px;height:20px;margin:0;accent-color:#1263ff}.crm-dashboard-task small{color:#718096;font-weight:500}.crm-dashboard-task__date{min-width:78px;text-align:right;white-space:nowrap}.crm-dashboard-task__body small{display:block;overflow:hidden;color:#718096;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.crm-dashboard-priority--lav{background:#e2f8ea;color:#168b43}.crm-dashboard-priority--medium{background:#fff0e4;color:#e66b10}.crm-dashboard-priority--hoy{background:#ffe4e7;color:#e92338}.crm-dashboard-task-form{display:grid;grid-template-columns:minmax(0,1fr) 112px 120px;gap:10px;margin-top:auto}.crm-dashboard-task-form input,.crm-dashboard-task-form select,.crm-dashboard-task-form button{min-height:44px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#12203a;font-weight:500}.crm-dashboard-task-form input{padding:0 14px}.crm-dashboard-task-form button{color:#1263ff;font-weight:600;cursor:pointer}.crm-dashboard-contact{grid-template-columns:48px minmax(0,1fr) auto 86px;color:inherit;text-decoration:none}.crm-dashboard-contact__avatar{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dde7f1;border-radius:999px;color:#14213d;font-weight:600;background:#fff}.crm-dashboard-secondary-action{width:100%;border:1px solid #dbe4ee;color:#1263ff;background:#fff;transition:transform .16s ease,box-shadow .16s ease}.crm-dashboard-secondary-action .app-icon{width:18px;height:18px}.crm-dashboard-events{padding-top:28px}.crm-dashboard-event-strip{position:relative;padding:0 38px}.crm-dashboard-event-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.crm-dashboard-event-card{min-height:170px;display:grid;align-content:start;gap:9px;border:1px solid #dfe8f2;border-radius:8px;padding:20px;color:inherit;text-decoration:none;background:#fff;transition:transform .16s ease,box-shadow .16s ease}.crm-dashboard-event-card__icon,.crm-dashboard-event-arrow{display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.crm-dashboard-event-card__icon{width:36px;height:36px;margin-bottom:4px}.crm-dashboard-event-card__icon--blue{background:#e8f0ff;color:#1662ff}.crm-dashboard-event-card__icon--purple{background:#f1ddff;color:#a128ff}.crm-dashboard-event-card__icon--green{background:#ddf8e8;color:#12a74a}.crm-dashboard-event-card__icon--orange{background:#fff0df;color:#f97316}.crm-dashboard-event-card__icon--red{background:#ffe1e5;color:#ff3347}.crm-dashboard-event-card__icon .app-icon{width:19px;height:19px}.crm-dashboard-event-arrow{position:absolute;top:50%;z-index:1;width:34px;height:34px;border:1px solid #dfe8f2;background:#fff;color:#1263ff;font-size:1.6rem;font-weight:600;line-height:1;box-shadow:0 10px 22px #0f172a14;transform:translateY(-50%)}.crm-dashboard-event-arrow--left{left:0}.crm-dashboard-event-arrow--right{right:0}.crm-dashboard-event-card strong{color:#12203a;font-size:1.22rem;font-weight:700}.crm-dashboard-event-card h3{margin:0;font-size:.98rem;line-height:1.25}.crm-dashboard-event-card p{margin:0}.crm-dashboard-empty{margin:0;min-height:72px;display:grid;place-items:center;color:#718096;font-weight:500}.crm-dashboard-task-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px}.crm-dashboard-task-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a6b;cursor:pointer}.crm-dashboard-task-modal__panel{position:relative;z-index:1;width:min(560px,100%);display:grid;gap:18px;border:1px solid #dfe8f2;border-radius:10px;padding:22px;background:#fff;box-shadow:0 28px 70px #0f172a38}.crm-dashboard-task-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.crm-dashboard-task-modal__header span,.crm-dashboard-task-modal__header small,.crm-dashboard-task-modal__field span{display:block;color:#718096;font-size:.82rem;font-weight:500}.crm-dashboard-task-modal__header small{margin-top:4px}.crm-dashboard-task-modal__header h2{margin:3px 0 0;color:#12203a;font-size:1.24rem;font-weight:700}.crm-dashboard-task-modal__close{width:36px;height:36px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#52627a;cursor:pointer}.crm-dashboard-task-modal__field{display:grid;gap:8px}.crm-dashboard-task-modal__field input,.crm-dashboard-task-modal__field select,.crm-dashboard-task-modal__field textarea{width:100%;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#12203a;font:inherit}.crm-dashboard-task-modal__field input,.crm-dashboard-task-modal__field select{min-height:44px;padding:0 12px}.crm-dashboard-task-modal__field textarea{min-height:150px;resize:vertical;padding:12px;line-height:1.45}.crm-dashboard-task-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.crm-dashboard-task-modal__delete{min-height:44px;margin-right:auto;border:1px solid #fecdd3;border-radius:8px;padding:0 16px;background:#fff1f2;color:#be123c;font-weight:600;cursor:pointer}.crm-dashboard-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px}.crm-dashboard-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a6b;cursor:pointer}.crm-dashboard-modal__panel{position:relative;z-index:1;width:min(780px,100%);max-height:min(760px,calc(100vh - 48px));display:grid;gap:18px;border:1px solid #dfe8f2;border-radius:10px;padding:22px;background:#fff;box-shadow:0 28px 70px #0f172a38}.crm-dashboard-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.crm-dashboard-modal__header span,.crm-dashboard-modal__header p{margin:0;color:#718096;font-size:.88rem}.crm-dashboard-modal__header h2{margin:3px 0 4px;color:#12203a;font-size:1.24rem;font-weight:700}.crm-dashboard-modal__close{width:36px;height:36px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#52627a;cursor:pointer}.crm-dashboard-interaction-list{display:grid;max-height:560px;overflow-y:auto;border:1px solid #edf2f7;border-radius:8px}.crm-dashboard-interaction{min-height:74px;display:grid;grid-template-columns:44px minmax(0,1fr) auto 96px;align-items:center;gap:14px;padding:14px;border-bottom:1px solid #edf2f7;color:inherit;text-decoration:none}.crm-dashboard-interaction:last-child{border-bottom:0}.crm-dashboard-interaction:hover{background:#f8fbff}.crm-dashboard-interaction div{min-width:0}.crm-dashboard-interaction strong,.crm-dashboard-interaction span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-dashboard-interaction strong{color:#12203a;font-weight:600}.crm-dashboard-interaction div>span,.crm-dashboard-interaction small{color:#718096}.crm-dashboard-activity-modal{width:min(920px,100%);overflow:auto;overscroll-behavior:contain}.crm-dashboard-activity-field{display:grid;gap:7px;min-width:0}.crm-dashboard-activity-field span{color:#12203a;font-size:.88rem;font-weight:700}.crm-dashboard-activity-field input,.crm-dashboard-activity-field select,.crm-dashboard-activity-field textarea{width:100%;min-height:48px;border:1px solid #dbe4ee;border-radius:10px;padding:0 14px;background:#fff;color:#12203a;font:inherit}.crm-dashboard-activity-field textarea{min-height:128px;padding-block:12px;resize:vertical}.crm-dashboard-activity-field--full{grid-column:1 / -1}.crm-dashboard-activity-type-grid{display:grid;grid-template-columns:repeat(7,minmax(74px,1fr));gap:10px;padding-bottom:14px;border-bottom:1px solid #edf2f7}.crm-dashboard-activity-type{display:grid;min-height:86px;justify-items:center;align-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:10px 8px;background:#f8fbff;color:#64748b;font:inherit;font-weight:800;cursor:pointer}.crm-dashboard-activity-type.is-selected{border-color:#2563eb;background:#eaf2ff;color:#12203a;box-shadow:inset 0 0 0 1px #2563eb38}.crm-dashboard-activity-type__icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:10px;background:#fff;color:#2563eb}.crm-dashboard-activity-type__icon[data-type=TELEFON]{background:#ecfdf5;color:#16a34a}.crm-dashboard-activity-type__icon[data-type=MOTE],.crm-dashboard-activity-type__icon[data-type=OPPGAVE]{background:#f5f3ff;color:#7c3aed}.crm-dashboard-activity-type__icon[data-type=UTRYKNING]{background:#f8fafc;color:#64748b}.crm-dashboard-activity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.crm-dashboard-activity-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px;flex-wrap:wrap}html[data-theme=dark] .crm-dashboard-hero h1,html[data-theme=dark] .crm-dashboard-kpi strong,html[data-theme=dark] .crm-dashboard-section__header h2,html[data-theme=dark] .crm-dashboard-list-item strong,html[data-theme=dark] .crm-dashboard-contact strong,html[data-theme=dark] .crm-dashboard-task span,html[data-theme=dark] .crm-dashboard-task-empty strong,html[data-theme=dark] .crm-dashboard-task-modal__header h2,html[data-theme=dark] .crm-dashboard-modal__header h2,html[data-theme=dark] .crm-dashboard-interaction strong,html[data-theme=dark] .crm-dashboard-activity-field span,html[data-theme=dark] .crm-dashboard-inline-toggle,html[data-theme=dark] .crm-dashboard-event-card h3,html[data-theme=dark] .crm-dashboard-event-card strong{color:#f3f7ff}html[data-theme=dark] .crm-dashboard-kpi,html[data-theme=dark] .crm-dashboard-section,html[data-theme=dark] .crm-dashboard-button--quiet,html[data-theme=dark] .crm-dashboard-event-card,html[data-theme=dark] .crm-dashboard-event-arrow,html[data-theme=dark] .crm-dashboard-secondary-action,html[data-theme=dark] .crm-dashboard-task-form input,html[data-theme=dark] .crm-dashboard-task-form select,html[data-theme=dark] .crm-dashboard-task-form button,html[data-theme=dark] .crm-dashboard-task-modal__panel,html[data-theme=dark] .crm-dashboard-task-modal__close,html[data-theme=dark] .crm-dashboard-task-modal__field input,html[data-theme=dark] .crm-dashboard-task-modal__field select,html[data-theme=dark] .crm-dashboard-task-modal__field textarea,html[data-theme=dark] .crm-dashboard-modal__panel,html[data-theme=dark] .crm-dashboard-modal__close,html[data-theme=dark] .crm-dashboard-activity-field input,html[data-theme=dark] .crm-dashboard-activity-field select,html[data-theme=dark] .crm-dashboard-activity-field textarea,html[data-theme=dark] .crm-dashboard-activity-type,html[data-theme=dark] .crm-dashboard-activity-type__icon,html[data-theme=dark] .crm-dashboard-interaction-list{border-color:#94a3b829;background:#ffffff0a}html[data-theme=dark] .crm-dashboard-task-modal__field input,html[data-theme=dark] .crm-dashboard-task-modal__field select,html[data-theme=dark] .crm-dashboard-task-modal__field textarea,html[data-theme=dark] .crm-dashboard-activity-field input,html[data-theme=dark] .crm-dashboard-activity-field select,html[data-theme=dark] .crm-dashboard-activity-field textarea{color:#f3f7ff}html[data-theme=dark] .crm-dashboard-activity-type.is-selected{border-color:#60a5fa;background:#2563eb38}html[data-theme=dark] .crm-dashboard-activity-type-grid{border-color:#94a3b829}html[data-theme=dark] .crm-dashboard-list-item,html[data-theme=dark] .crm-dashboard-contact,html[data-theme=dark] .crm-dashboard-task,html[data-theme=dark] .crm-dashboard-interaction{border-color:#94a3b81f}html[data-theme=dark] .crm-dashboard-interaction:hover{background:#ffffff0f}@media (max-width: 1420px){.crm-dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-dashboard-grid{grid-template-columns:1fr}.crm-dashboard-event-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.crm-dashboard-section__header{align-items:flex-start}.crm-dashboard-activity-type-grid{grid-template-columns:repeat(4,minmax(74px,1fr))}}@media (max-width: 760px){.crm-dashboard-hero{display:grid}.crm-dashboard-kpis,.crm-dashboard-event-grid{grid-template-columns:1fr}.crm-dashboard-section,.crm-dashboard-kpi{padding:18px}.crm-dashboard-list-item,.crm-dashboard-contact,.crm-dashboard-task,.crm-dashboard-interaction{grid-template-columns:1fr;align-items:start;padding:14px 0}.crm-dashboard-interaction{padding:14px}.crm-dashboard-task-form{grid-template-columns:1fr}.crm-dashboard-modal{padding:12px}.crm-dashboard-modal__panel{max-height:calc(100vh - 24px);padding:16px}.crm-dashboard-activity-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-dashboard-activity-grid{grid-template-columns:1fr}.crm-dashboard-event-strip{padding:0}.crm-dashboard-event-arrow{display:none}}.incident-report-page{--report-series-1: #2563eb;--report-series-2: #f97316;--report-series-3: #22c55e;--report-series-4: #8b5cf6;--report-series-5: #94a3b8;--report-series-6: #ef4444;display:flex;flex-direction:column;gap:16px;width:100%}.incident-report-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.incident-report-header h1{margin:0 0 4px;font-size:28px;color:#0f172a}.incident-report-header p{margin:0;color:#475569}.incident-report-actions{display:flex;gap:8px}.incident-report-filters{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:12px;padding:16px;border:1px solid #dbe5f2;border-radius:8px;background:#ffffffeb;box-shadow:0 10px 26px #0f172a0f}.incident-report-filters label{display:flex;min-width:0;flex-direction:column;gap:6px;color:#0f172a;font-size:12px;font-weight:700}.incident-report-filters input,.incident-report-filters select{min-width:0;height:38px;border:1px solid #cbd8e8;border-radius:8px;background:#fff;color:#0f172a;font:inherit;padding:0 10px}.incident-report-filter-search{grid-column:span 2}.incident-report-kpis{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px}.incident-report-kpi{border:1px solid #dbe5f2;border-radius:8px;background:#fff;padding:16px;border-top:3px solid #2563eb;box-shadow:0 10px 26px #0f172a0f}.incident-report-kpi span,.incident-report-kpi small{display:block;color:#64748b}.incident-report-kpi span{font-size:12px;font-weight:800;letter-spacing:.02em}.incident-report-kpi strong{display:block;margin:8px 0 4px;color:#0f172a;font-size:24px;line-height:1.1}.incident-report-kpi--red{border-top-color:#ef4444}.incident-report-kpi--orange{border-top-color:#f97316}.incident-report-kpi--green{border-top-color:#22c55e}.incident-report-kpi--purple{border-top-color:#8b5cf6}.incident-report-tabs{display:flex;gap:8px;overflow-x:auto;border-bottom:1px solid #dbe5f2;padding-bottom:2px}.incident-report-tabs button{flex:0 0 auto;border:0;border-bottom:3px solid transparent;background:transparent;color:#334155;cursor:pointer;font:inherit;font-weight:700;padding:12px 14px}.incident-report-tabs button.is-active{border-bottom-color:#2563eb;color:#0f5bd8}.incident-report-grid{display:grid;gap:12px}.incident-report-grid--top{grid-template-columns:minmax(280px,1fr) minmax(320px,1.1fr) minmax(460px,1.5fr)}.incident-report-grid--three{grid-template-columns:repeat(3,minmax(260px,1fr))}.incident-report-grid--two{grid-template-columns:repeat(2,minmax(280px,1fr))}.incident-report-panel{min-width:0;border:1px solid #dbe5f2;border-radius:8px;background:#fffffff0;box-shadow:0 10px 26px #0f172a0f}.incident-report-panel>header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 0}.incident-report-panel h2{margin:0;color:#0f172a;font-size:16px}.incident-report-donut-list,.incident-report-bars,.incident-report-chip-list,.incident-report-insights{padding:16px}.incident-report-donut-list{display:grid;gap:10px}.incident-report-donut-list div{display:grid;grid-template-columns:12px minmax(120px,1fr) auto;align-items:center;gap:10px;color:#334155}.incident-report-donut-list i{width:10px;height:10px;border-radius:3px}.incident-report-donut-list strong{color:#0f172a}.incident-report-bars{display:grid;gap:12px}.incident-report-bar-row{display:grid;grid-template-columns:minmax(120px,1fr) minmax(120px,2fr) 80px 100px;align-items:center;gap:12px;color:#334155;font-size:13px}.incident-report-bar-row__track{height:8px;overflow:hidden;border-radius:999px;background:#edf2f8}.incident-report-bar-row__track i{display:block;height:100%;border-radius:inherit}.incident-report-bar-row strong{color:#0f172a;text-align:right}.incident-report-bar-row small,.incident-report-bar-row em{color:#64748b;font-style:normal}.incident-report-legend{display:flex;gap:16px;padding:12px 16px 0;color:#475569;font-size:13px}.incident-report-legend span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:999px;background:currentColor}.incident-report-legend .is-created{color:#2563eb}.incident-report-legend .is-closed{color:#22c55e}.incident-report-legend .is-open{color:#f97316}.incident-report-line-chart{display:block;width:100%;height:240px;padding:8px 12px 16px}.incident-report-line-chart line{stroke:#e2e8f0;stroke-width:1}.incident-report-line-chart path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.incident-report-line-chart path.is-created{stroke:#2563eb}.incident-report-line-chart path.is-closed{stroke:#22c55e}.incident-report-line-chart path.is-open{stroke:#f97316}.incident-report-line-chart text{fill:#64748b;font-size:11px;text-anchor:middle}.incident-report-chip-list{display:flex;flex-wrap:wrap;gap:10px}.incident-report-chip-list span,.incident-report-insights strong,.incident-report-insights span{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe5f2;border-radius:999px;background:#f8fbff;color:#334155;padding:8px 12px}.incident-report-chip-list strong{color:#0f172a}.incident-report-insights{display:grid;gap:10px}.incident-report-insights strong,.incident-report-insights span{justify-content:flex-start;border-radius:8px}.incident-report-table-wrap{width:100%;overflow-x:auto;padding-top:8px}.incident-report-table{width:100%;min-width:1320px;border-collapse:collapse;table-layout:fixed}.incident-report-table th,.incident-report-table td{border-top:1px solid #e2e8f0;color:#334155;padding:10px 12px;text-align:left;vertical-align:top;font-size:13px}.incident-report-table th{background:#f8fafc;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.incident-report-table th:nth-child(6),.incident-report-table td:nth-child(6){width:260px}.incident-report-status{display:inline-flex;border-radius:999px;background:#eaf2ff;color:#0f5bd8;padding:4px 8px;font-size:12px;font-weight:700}.incident-report-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e2e8f0;padding:12px 16px;color:#64748b}.incident-report-pagination div{display:flex;gap:8px}html[data-theme=dark] .incident-report-header h1,html[data-theme=dark] .incident-report-kpi strong,html[data-theme=dark] .incident-report-panel h2,html[data-theme=dark] .incident-report-donut-list strong,html[data-theme=dark] .incident-report-bar-row strong{color:#f8fafc}html[data-theme=dark] .incident-report-header p,html[data-theme=dark] .incident-report-donut-list div,html[data-theme=dark] .incident-report-bar-row,html[data-theme=dark] .incident-report-table td{color:#cbd5e1}html[data-theme=dark] .incident-report-filters,html[data-theme=dark] .incident-report-kpi,html[data-theme=dark] .incident-report-panel{border-color:#94a3b83d;background:#0f172ac7}html[data-theme=dark] .incident-report-filters input,html[data-theme=dark] .incident-report-filters select,html[data-theme=dark] .incident-report-table th,html[data-theme=dark] .incident-report-chip-list span,html[data-theme=dark] .incident-report-insights strong,html[data-theme=dark] .incident-report-insights span{border-color:#94a3b847;background:#0f172aeb;color:#e2e8f0}@media (max-width: 1300px){.incident-report-filters{grid-template-columns:repeat(3,minmax(150px,1fr))}.incident-report-grid--top,.incident-report-grid--three{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (max-width: 900px){.incident-report-header,.incident-report-pagination{align-items:stretch;flex-direction:column}.incident-report-filters,.incident-report-kpis,.incident-report-grid--top,.incident-report-grid--three,.incident-report-grid--two{grid-template-columns:1fr}.incident-report-filter-search{grid-column:auto}}.mobile-app-shell{min-height:100vh;min-height:100svh;width:100%;max-width:100vw;display:grid;grid-template-rows:auto 1fr auto;background:var(--bg-accent);color:var(--text);overflow-x:clip}.mobile-app-topbar{position:sticky;top:0;z-index:20;transform:translateZ(0);display:flex;align-items:center;justify-content:space-between;gap:.85rem;padding:calc(.8rem + env(safe-area-inset-top)) 1rem .8rem;background:#0f172af0;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);will-change:transform;min-width:0}.mobile-app-topbar>*{min-width:0}.mobile-app-brand,.mobile-app-topbar__actions,.mobile-app-tabbar,.mobile-app-tabbar__item,.mobile-app-action{display:flex;align-items:center}.mobile-app-brand{flex:1 1 auto;min-width:0;width:auto;max-width:none;min-height:58px;padding:.55rem .75rem;border-radius:16px;background:#ffffff14;text-decoration:none;overflow:hidden}.mobile-app-brand__logo{width:min(100%,210px);max-height:42px;object-fit:contain;object-position:left center}.mobile-app-topbar__actions{flex:0 0 auto;min-width:0;gap:.5rem}.mobile-app-icon-button{position:relative;width:40px;height:40px;border:1px solid rgba(255,255,255,.12);border-radius:14px;display:inline-grid;place-items:center;background:#ffffff14;color:#fff;text-decoration:none;cursor:pointer}.mobile-app-icon-button--has-unread{border-color:#ef444461}.mobile-app-icon-button--desktop{border-color:#60a5fa6b;background:#2563eb3d}.mobile-app-icon-button--message{border-color:#60a5fa52}.mobile-app-icon-button__badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;display:inline-grid;place-items:center;padding:0 .28rem;border:2px solid #0f172a;border-radius:999px;background:#ef4444;color:#fff;font-size:.7rem;font-weight:900}.mobile-app-icon-button .app-icon,.mobile-app-tabbar__item .app-icon,.mobile-app-action__icon .app-icon{width:20px;height:20px}.mobile-app-message-preview{position:static;display:inline-flex}.mobile-app-message-preview__panel{position:fixed;top:calc(5.9rem + env(safe-area-inset-top));left:max(.75rem,env(safe-area-inset-left));right:max(.75rem,env(safe-area-inset-right));z-index:120;width:auto;max-width:none;max-height:min(72svh,520px);box-sizing:border-box;overflow:auto;display:grid;gap:.75rem;padding:.8rem;border:1px solid rgba(203,213,225,.9);border-radius:18px;background:var(--panel);color:var(--text);box-shadow:0 24px 60px #0f172a3d}.mobile-app-message-preview__panel:before{content:none}.mobile-app-message-preview__header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:.65rem;border-bottom:1px solid var(--border)}.mobile-app-message-preview__header div{display:grid;gap:.18rem;min-width:0}.mobile-app-message-preview__header strong{color:var(--heading);font-size:1rem}.mobile-app-message-preview__header span,.mobile-app-message-preview__empty{color:var(--muted);font-size:.82rem;line-height:1.35}.mobile-app-message-preview__header a{flex:0 0 auto;color:var(--primary-strong);font-size:.8rem;font-weight:900;text-decoration:none}.mobile-app-message-preview__list{position:relative;z-index:1;display:grid;gap:.6rem;min-width:0}.mobile-app-message-preview__empty{position:relative;z-index:1;margin:0;padding:.2rem 0 .35rem}.mobile-app-content{width:100%;max-width:880px;min-width:0;margin:0 auto;padding:1.25rem 1rem calc(6rem + env(safe-area-inset-bottom));overflow-x:hidden}.mobile-app-home,.mobile-app-actions{display:grid;gap:1rem}.mobile-app-hero{min-height:96px;display:grid;align-content:center;gap:.4rem;padding:1.25rem;border:1px solid rgba(203,213,225,.9);border-radius:22px;background:radial-gradient(circle at top right,rgba(15,98,254,.12),transparent 36%),var(--panel);box-shadow:var(--shadow-soft);color:var(--heading)}.mobile-app-hero h2{margin:0;font-size:clamp(1.65rem,6vw,2.35rem);line-height:1.08;letter-spacing:0}.mobile-app-actions{grid-template-columns:minmax(0,1fr)}.mobile-app-action{gap:.9rem;min-height:86px;padding:1rem;border:1px solid var(--border);border-radius:18px;background:var(--panel);color:var(--text);text-align:left;text-decoration:none;box-shadow:var(--shadow-soft);cursor:pointer}.mobile-app-action--primary{border-color:#16a34a47;background:linear-gradient(180deg,rgba(22,163,74,.12),var(--panel))}.mobile-app-action--disabled{opacity:.64;cursor:not-allowed}.mobile-app-action__icon{width:46px;height:46px;border-radius:16px;display:inline-grid;place-items:center;flex:0 0 auto;background:#0f62fe1a;color:var(--primary-strong)}.mobile-app-action--primary .mobile-app-action__icon{background:#16a34a24;color:var(--success)}.mobile-app-action strong,.mobile-app-action small{display:block}.mobile-app-action strong{color:var(--heading);font-size:1rem}.mobile-app-action small{margin-top:.18rem;color:var(--muted)}.mobile-app-tabbar{position:fixed;left:50%;bottom:0;z-index:30;width:min(calc(100% - .75rem),880px);transform:translate(-50%);justify-content:space-around;gap:.25rem;padding:.5rem .7rem calc(.5rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:color-mix(in srgb,var(--panel) 94%,transparent);box-shadow:0 -12px 32px #0f172a14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);will-change:transform}.mobile-app-tabbar__item{min-width:0;min-height:52px;flex:1 1 0;flex-direction:column;justify-content:center;gap:.25rem;border-radius:16px;color:var(--muted);text-decoration:none;font-size:.78rem;font-weight:800}.mobile-app-tabbar__item.active{background:var(--primary-soft);color:var(--primary-strong)}.mobile-app-content .stack{gap:1rem}.mobile-app-content .incident-reporter-hero.card,.mobile-app-content .incident-reporter-main.card,.mobile-app-content .card{border-radius:18px}.mobile-app-content .incident-reporter-side{display:none}.mobile-app-content .incident-reporter-layout{grid-template-columns:minmax(0,1fr)}.mobile-app-content .incident-reporter-main{padding:1rem}.mobile-app-content .incident-reporter-upload{min-height:118px}.mobile-app-content .shiftflow-page{gap:1rem}.mobile-app-content .shiftflow-hero,.mobile-app-content .shiftflow-subnav,.mobile-app-content .shiftflow-card{border-radius:18px}.mobile-app-content .shiftflow-hero{display:grid;gap:1rem;padding:1rem}.mobile-app-content .shiftflow-hero h2{font-size:1.55rem;line-height:1.1;letter-spacing:0}.mobile-app-content .shiftflow-subnav{align-items:stretch;overflow-x:auto;padding:.75rem}.mobile-app-content .shiftflow-subnav__title{min-width:140px}.mobile-app-content .shiftflow-dashboard-grid,.mobile-app-content .shiftflow-dashboard-grid__main,.mobile-app-content .shiftflow-live-layout{grid-template-columns:minmax(0,1fr)}.mobile-app-content .shiftflow-live-toolbar,.mobile-app-content .shiftflow-live-toolbar__meta,.mobile-app-content .shiftflow-hero__actions{align-items:stretch;justify-content:flex-start}.mobile-app-content .shiftflow-live-timeline{max-width:calc(100vw - 1.5rem)}.incident-page--mobile-app{min-width:0;display:grid;gap:1rem}.incident-page--mobile-app .incident-header-bar{display:grid;grid-template-columns:minmax(0,1fr);gap:.9rem;padding:1rem}.incident-page--mobile-app .incident-header-bar__actions,.incident-page--mobile-app .user-directory-card__actions{display:grid;grid-template-columns:minmax(0,1fr);gap:.65rem;width:100%}.incident-page--mobile-app .incident-header-bar__actions .btn,.incident-page--mobile-app .user-directory-card__actions .btn{width:100%;justify-content:center}.incident-page--mobile-app .user-workspace-tabs,.incident-page--mobile-app .incident-quick-filters{margin-inline:-.15rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none}.incident-page--mobile-app .user-workspace-tabs::-webkit-scrollbar,.incident-page--mobile-app .incident-quick-filters::-webkit-scrollbar{display:none}.incident-page--mobile-app .user-workspace-tab{flex:0 0 auto;max-width:min(72vw,260px)}.incident-page--mobile-app .incident-quick-filter{flex:0 0 min(42vw,160px);min-width:132px}.incident-page--mobile-app .incident-quick-filter--ghost{flex-basis:auto}.incident-page--mobile-app .incident-directory-card{padding:1rem}.incident-page--mobile-app .incident-directory-card__header,.incident-page--mobile-app .incident-directory-toolbar,.incident-page--mobile-app .incident-directory-toolbar__filters,.incident-page--mobile-app .user-directory-toolbar__stats,.incident-page--mobile-app .incident-directory-footer,.incident-page--mobile-app .user-directory-footer__controls{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;align-items:stretch}.incident-page--mobile-app .incident-directory-toolbar__filters select,.incident-page--mobile-app .incident-directory-toolbar__filters .user-search-field,.incident-page--mobile-app .incident-switch-card{width:100%;min-width:0}.incident-mobile-list{display:grid;gap:.75rem}.incident-page--mobile-app .incident-table-wrap{display:none}.incident-mobile-card{min-width:0;overflow:hidden;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:18px;background:var(--panel-elevated);box-shadow:0 12px 30px #0f172a14}.incident-mobile-card--low{border-left-color:#22c55e}.incident-mobile-card--medium{border-left-color:#f59e0b}.incident-mobile-card--high{border-left-color:#f97316}.incident-mobile-card--critical{border-left-color:#ef4444}.incident-mobile-card.is-selected{border-color:#2563eb73;box-shadow:0 0 0 3px #2563eb1f}.incident-mobile-card__main{width:100%;min-width:0;display:grid;gap:.55rem;padding:.95rem;border:0;background:transparent;color:var(--text);text-align:left;font:inherit;cursor:pointer}.incident-mobile-card__top,.incident-mobile-card__meta,.incident-mobile-card__footer,.incident-mobile-card__actions{display:flex;align-items:center;gap:.55rem;min-width:0}.incident-mobile-card__top,.incident-mobile-card__footer{justify-content:space-between}.incident-mobile-card__top>span:first-child,.incident-mobile-card__footer span,.incident-mobile-card__footer em{color:var(--muted);font-size:.78rem;font-style:normal;font-weight:800}.incident-mobile-card__main strong{min-width:0;color:var(--heading);font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.incident-mobile-card__main small{color:var(--muted);line-height:1.35;overflow-wrap:anywhere}.incident-mobile-card__meta{flex-wrap:wrap;color:var(--text);font-size:.84rem;font-weight:800}.incident-mobile-card__footer em.is-overdue{color:var(--danger)}.incident-mobile-card__actions{justify-content:flex-end;flex-wrap:wrap;padding:0 .95rem .95rem}.incident-mobile-empty{border:1px solid var(--border);border-radius:18px;background:var(--panel-elevated)}@media (max-width: 420px){.mobile-crm-photo-actions{grid-template-columns:1fr}.mobile-app-topbar{gap:.55rem;padding:calc(.72rem + env(safe-area-inset-top)) .7rem .72rem}.mobile-app-brand{min-height:52px;padding:.45rem .6rem;border-radius:14px}.mobile-app-brand__logo{width:min(100%,168px);max-height:38px}.mobile-app-topbar__actions{gap:.35rem}.mobile-app-icon-button{width:36px;height:36px;border-radius:12px}.mobile-app-icon-button .app-icon,.mobile-app-tabbar__item .app-icon,.mobile-app-action__icon .app-icon{width:18px;height:18px}.mobile-crm-titlebar h1,.mobile-inspection-detail-header h1{font-size:1.28rem}}.mobile-inspections-page,.mobile-inspection-list,.mobile-inspection-category-list{display:grid;gap:1rem;min-width:0}.mobile-inspection-card,.mobile-inspection-list-item{border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.mobile-inspection-card{padding:1rem}.mobile-inspection-card h2,.mobile-inspection-detail-header h1{margin:0;color:var(--heading);letter-spacing:0}.mobile-inspection-card p{margin:.45rem 0 0;color:var(--muted)}.mobile-inspection-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem .75rem;padding:1rem;color:var(--text);text-align:left;cursor:pointer}.mobile-inspection-list-item strong,.mobile-inspection-list-item small{display:block;min-width:0}.mobile-inspection-list-item strong{color:var(--heading);font-size:1rem}.mobile-inspection-list-item small{color:var(--muted)}.mobile-inspection-list-item em{grid-row:1 / span 3;grid-column:2;align-self:center;width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:var(--primary-soft);color:var(--primary-strong);font-style:normal;font-weight:900}.mobile-inspection-status{width:fit-content;padding:.25rem .55rem;border-radius:999px;color:var(--muted);background:var(--panel-elevated);font-size:.72rem;font-weight:900}.mobile-inspection-status--in_progress,.mobile-inspection-status--pending_follow_up{color:var(--primary-strong);background:var(--primary-soft)}.mobile-inspection-detail-header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:center}.mobile-inspection-detail-header>div{min-width:0}.mobile-inspection-detail-header button{width:42px;height:42px;border:1px solid var(--border);border-radius:14px;background:var(--panel);color:var(--heading);font:inherit;font-size:1.45rem;cursor:pointer}.mobile-inspection-detail-header span{color:var(--muted);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mobile-inspection-detail-header h1{margin-top:.2rem;font-size:1.35rem;overflow-wrap:anywhere}.mobile-inspection-progress{display:grid;gap:.8rem}.mobile-inspection-progress>div:first-child,.mobile-inspection-current__category,.mobile-inspection-category-list summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-inspection-progress>div:first-child span,.mobile-inspection-current__category em,.mobile-inspection-category-list summary em{color:var(--muted);font-size:.78rem;font-style:normal;font-weight:800}.mobile-inspection-progress__bar{height:8px;overflow:hidden;border-radius:999px;background:#e5e7eb}.mobile-inspection-progress__bar span{display:block;height:100%;border-radius:inherit;background:var(--primary-strong)}.mobile-inspection-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.mobile-inspection-kpis div{display:grid;gap:.18rem;padding:.8rem;border-radius:14px;background:var(--panel-elevated)}.mobile-inspection-kpis strong{color:var(--heading);font-size:1.25rem}.mobile-inspection-kpis span{color:var(--muted);font-size:.76rem;font-weight:800}.mobile-inspection-current{display:grid;gap:.9rem}.mobile-inspection-current__category span{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:var(--panel-elevated)}.mobile-inspection-current h2{font-size:1.12rem}.mobile-inspection-choice-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.mobile-inspection-choice-row button,.mobile-inspection-primary{min-height:46px;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:900;cursor:pointer}.mobile-inspection-choice-row button.active,.mobile-inspection-primary{border-color:var(--primary-strong);background:var(--primary-strong);color:#fff}.mobile-inspection-choice-row button:disabled,.mobile-inspection-primary:disabled{cursor:not-allowed;opacity:.55}.mobile-inspection-severity-field{display:grid;gap:.45rem;color:var(--heading);font-size:.84rem;font-weight:900}.mobile-inspection-severity-field select{width:100%;min-height:46px;border:1px solid var(--border);border-radius:14px;padding:.85rem;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:700}.mobile-inspection-current textarea{width:100%;min-height:90px;resize:vertical;border:1px solid var(--border);border-radius:14px;padding:.85rem;background:var(--panel-elevated);color:var(--heading);font:inherit}.mobile-inspection-photo-capture{display:grid;gap:.75rem;padding:.9rem;border:1px dashed rgba(37,99,235,.38);border-radius:16px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 40%),var(--panel-elevated)}.mobile-inspection-photo-capture.is-complete{border-style:solid;border-color:#16a34a52;background:radial-gradient(circle at top right,rgba(22,163,74,.14),transparent 40%),var(--panel-elevated)}.mobile-inspection-photo-capture strong,.mobile-inspection-photo-capture span{display:block}.mobile-inspection-photo-capture span{margin-top:.2rem;color:var(--muted);font-size:.84rem}.mobile-inspection-photo-capture__actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:.55rem}.mobile-inspection-photo-button{min-height:48px;display:grid;place-items:center;border:1px solid var(--primary-strong);border-radius:14px;background:var(--primary-strong);color:#fff;font:inherit;font-weight:900;cursor:pointer}.mobile-inspection-photo-button--secondary{border-color:var(--border);background:var(--panel);color:var(--heading)}.mobile-inspection-photo-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.mobile-inspection-photo-button:has(input:disabled){cursor:not-allowed;opacity:.55}.mobile-inspection-photo-list{display:grid;gap:.45rem}.mobile-inspection-photo-list span{display:grid;gap:.1rem;padding:.65rem .7rem;border:1px solid var(--border);border-radius:12px;background:#ffffffbd;color:var(--muted)}.mobile-inspection-photo-list strong{color:var(--heading)}.mobile-inspection-finished,.mobile-inspection-ready,.mobile-inspection-aftercare,.mobile-inspection-extra-finding{display:grid;gap:.9rem}.mobile-inspection-finished,.mobile-inspection-ready{grid-template-columns:auto minmax(0,1fr);align-items:start;border-color:#16a34a47;background:radial-gradient(circle at top right,rgba(22,163,74,.16),transparent 38%),var(--panel)}.mobile-inspection-ready{border-color:#2563eb4d;background:radial-gradient(circle at top right,rgba(37,99,235,.16),transparent 38%),var(--panel)}.mobile-inspection-finished__badge{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:#16a34a21;color:var(--success);font-size:1.35rem;font-weight:950}.mobile-inspection-finished__stats{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.mobile-inspection-finished__stats span{display:grid;gap:.1rem;padding:.75rem;border-radius:14px;background:#ffffff9e;color:var(--muted);font-size:.76rem;font-weight:800}.mobile-inspection-finished__stats strong{color:var(--heading);font-size:1rem}.mobile-inspection-review-actions{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:.65rem}.mobile-inspection-secondary{min-height:46px;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:900;cursor:pointer}.mobile-inspection-secondary:disabled{cursor:not-allowed;opacity:.55}.mobile-inspection-aftercare label,.mobile-inspection-extra-finding label{display:grid;gap:.45rem;color:var(--heading);font-size:.84rem;font-weight:900}.mobile-inspection-aftercare textarea,.mobile-inspection-extra-finding textarea,.mobile-inspection-extra-finding input,.mobile-inspection-extra-finding select{width:100%;min-height:46px;border:1px solid var(--border);border-radius:14px;padding:.85rem;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:600}.mobile-inspection-aftercare textarea,.mobile-inspection-extra-finding textarea{min-height:96px;resize:vertical}.mobile-inspection-checkbox{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:.8rem;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated)}.mobile-inspection-checkbox input{width:18px;height:18px;margin:0}.mobile-inspection-category-list details{overflow:hidden;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated)}.mobile-inspection-category-list summary{padding:.9rem;cursor:pointer}.mobile-inspection-category-list summary::marker{content:""}.mobile-inspection-category-list summary strong{margin-right:auto}.mobile-inspection-category-list details button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .9rem;border:0;border-top:1px solid var(--border);background:transparent;color:var(--heading);font:inherit;text-align:left;cursor:pointer}.mobile-inspection-category-list details button small{color:var(--muted);white-space:nowrap}.mobile-inspection-primary{width:100%}.mobile-inspection-home-button{min-height:58px;font-size:1.02rem;box-shadow:0 14px 30px #2563eb2e}.mobile-shifts-page{display:grid;gap:1rem}.mobile-shifts-hero,.mobile-shifts-card,.mobile-shifts-stat{border:1px solid rgba(203,213,225,.9);background:#fffffff0;box-shadow:0 18px 42px #0f172a12}.mobile-shifts-hero{display:grid;gap:.55rem;padding:1.2rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(15,98,254,.12),transparent 34%),#fffffff5}.mobile-shifts-hero h2,.mobile-shifts-card h3{margin:0;color:var(--heading)}.mobile-shifts-hero h2{font-size:1.8rem;line-height:1}.mobile-shifts-hero p{margin:0;color:var(--muted);line-height:1.45}.mobile-shifts-hero__actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:.9rem}.mobile-shifts-hero__actions button{min-height:46px;padding:0 1rem;border-radius:16px;border:1px solid var(--border);background:var(--panel);color:var(--heading);cursor:pointer;font-weight:800}.mobile-shifts-hero__actions strong{min-height:46px;display:inline-flex;align-items:center;padding:0 1rem;border:1px solid var(--border);border-radius:999px;color:var(--heading)}.mobile-shifts-card{display:grid;gap:1rem;padding:1rem;border-radius:22px}.mobile-shifts-card__header{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.mobile-shifts-card__header span{color:var(--muted);font-weight:700;font-size:.84rem}.mobile-shifts-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.45rem}.mobile-shifts-day{min-height:66px;display:grid;place-items:center;gap:.15rem;border:1px solid var(--border);border-radius:18px;background:var(--panel-soft);color:var(--muted)}.mobile-shifts-day span{font-size:.72rem;font-weight:800;text-transform:uppercase}.mobile-shifts-day strong{color:var(--heading)}.mobile-shifts-day.has-shift{border-color:#0f62fe57;background:#0f62fe1a;color:var(--primary-strong)}.mobile-shifts-stats{display:grid;gap:1rem}.mobile-shifts-stat{position:relative;overflow:hidden;display:grid;gap:.45rem;min-height:136px;padding:1.25rem;border-radius:22px}.mobile-shifts-stat:after{content:"";position:absolute;top:1rem;right:1rem;width:52px;height:52px;border-radius:18px;background:currentColor;opacity:.14;border:1px solid currentColor}.mobile-shifts-stat span{color:#334155;font-weight:800}.mobile-shifts-stat strong{color:var(--heading);font-size:2.25rem;line-height:1}.mobile-shifts-stat small,.mobile-shifts-next small,.mobile-shifts-list-item small{color:var(--muted)}.mobile-shifts-stat--green{color:var(--success)}.mobile-shifts-stat--blue{color:var(--primary)}.mobile-shifts-stat--violet{color:#8b5cf6}.mobile-shifts-next{display:grid;gap:.25rem}.mobile-shifts-next strong{color:var(--heading);font-size:1.5rem}.mobile-shifts-next span{color:var(--text);font-weight:800}.mobile-shifts-list{display:grid;gap:.75rem}.mobile-shifts-list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:18px;background:var(--panel-soft)}.mobile-shifts-list-item div{display:grid;gap:.2rem;min-width:0}.mobile-shifts-list-item strong,.mobile-shifts-list-item span{color:var(--heading)}.mobile-shifts-list-item span,.mobile-shifts-list-item small{overflow-wrap:anywhere}.mobile-shifts-list-item em{flex:0 0 auto;font-style:normal;font-weight:900;color:var(--primary-strong)}.mobile-shifts-list-item--red{border-left-color:var(--danger)}.mobile-shifts-list-item--orange,.mobile-shifts-list-item--yellow{border-left-color:var(--warning)}.mobile-shifts-list-item--violet{border-left-color:#8b5cf6}.mobile-vacation-page,.mobile-vacation-form,.mobile-vacation-list{display:grid;gap:1rem}.mobile-vacation-hero,.mobile-vacation-form,.mobile-vacation-card{border:1px solid rgba(203,213,225,.9);border-radius:22px;background:#fffffff2;box-shadow:var(--shadow-soft)}.mobile-vacation-hero{display:grid;gap:.45rem;padding:1.25rem;background:radial-gradient(circle at top right,rgba(22,163,74,.14),transparent 36%),var(--panel)}.mobile-vacation-hero h2,.mobile-vacation-card h3{margin:0;color:var(--heading)}.mobile-vacation-hero h2{font-size:1.8rem;line-height:1}.mobile-vacation-hero p{margin:0;color:var(--muted);line-height:1.45}.mobile-vacation-form,.mobile-vacation-card{padding:1rem}.mobile-vacation-form__dates{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-vacation-form__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.mobile-vacation-form__actions .btn:only-child{grid-column:1 / -1}.mobile-vacation-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:16px;background:#16a34a1a;color:var(--success)}.mobile-vacation-summary span{color:var(--muted);font-weight:800}.mobile-vacation-summary strong{font-size:1.3rem}.mobile-vacation-card__header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.mobile-vacation-card__header span{min-width:30px;height:30px;display:inline-grid;place-items:center;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-weight:900}.mobile-vacation-request{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.95rem;border:1px solid var(--border);border-left:4px solid var(--warning);border-radius:18px;background:var(--panel-soft)}.mobile-vacation-request div{min-width:0;display:grid;gap:.2rem}.mobile-vacation-request strong{color:var(--heading)}.mobile-vacation-request span,.mobile-vacation-request small{color:var(--muted)}.mobile-vacation-request em{flex:0 0 auto;font-style:normal;font-weight:900;color:var(--warning)}.mobile-vacation-request__actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.mobile-vacation-request__actions button{min-height:38px;border:1px solid rgba(37,99,235,.22);border-radius:12px;background:#2563eb14;color:var(--primary-strong);font-weight:900}.mobile-vacation-request__actions button:last-child{border-color:#dc262638;background:#dc262612;color:var(--danger)}.mobile-vacation-request--approved{border-left-color:var(--success)}.mobile-vacation-request--approved em{color:var(--success)}.mobile-vacation-request--rejected{border-left-color:var(--danger)}.mobile-vacation-request--rejected em{color:var(--danger)}.mobile-crm-page,.mobile-crm-incident-module{display:grid;gap:1rem;min-width:0}.mobile-crm-incident-module .page,.mobile-crm-incident-module .incident-reporter-shell{display:grid;gap:1rem}.mobile-crm-incident-module .incident-reporter-hero,.mobile-crm-incident-module .incident-reporter-main,.mobile-crm-incident-module .incident-reporter-confirmation{margin:0}.mobile-crm-page *,.mobile-crm-incident-module *{min-width:0}.incident-choice-card--locked{cursor:default}.incident-choice-card--locked strong,.incident-choice-card--locked span{display:block}.incident-choice-card--locked span{margin-top:.25rem;color:var(--muted);font-size:.86rem}.mobile-crm-titlebar{min-height:48px;display:flex;align-items:center;justify-content:flex-start;gap:.9rem;padding:0 .2rem;color:var(--heading);min-width:0}.mobile-crm-titlebar>div{flex:1 1 auto;min-width:0}.mobile-crm-titlebar span{color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mobile-crm-titlebar strong{font-size:1.1rem}.mobile-crm-titlebar h1{margin:.1rem 0 0;color:var(--heading);font-size:1.45rem;line-height:1.08;letter-spacing:0;overflow-wrap:anywhere}.mobile-profile-page{display:grid;gap:1rem}.mobile-profile-card{border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.mobile-profile-summary{display:flex;align-items:center;gap:1rem;padding:1rem}.mobile-profile-summary h2{margin:0;color:var(--heading);font-size:1.22rem;line-height:1.15}.mobile-profile-summary p{margin:.2rem 0 0;color:var(--muted)}.mobile-profile-summary__meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.65rem}.mobile-profile-summary__meta span{min-height:28px;display:inline-flex;align-items:center;padding:0 .65rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:.78rem;font-weight:900}.mobile-profile-form,.mobile-profile-card{display:grid;gap:1rem;padding:1rem}.mobile-profile-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mobile-profile-section-head span{color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mobile-profile-section-head h2{margin:.12rem 0 0;color:var(--heading);font-size:1.05rem;line-height:1.18}.mobile-profile-save{min-height:42px;padding:0 1rem;border:0;border-radius:14px;background:var(--primary);color:#fff;font-weight:900;cursor:pointer}.mobile-profile-save:disabled{opacity:.65;cursor:progress}.mobile-profile-save--wide{width:100%}.mobile-profile-fields{display:grid;gap:.8rem}.mobile-profile-fields label{display:grid;gap:.4rem;color:var(--heading);font-size:.86rem;font-weight:900}.mobile-profile-fields input,.mobile-profile-upload{width:100%;min-height:50px;border:1px solid var(--border);border-radius:14px;padding:0 .9rem;background:var(--panel-elevated);color:var(--heading);font:inherit}.mobile-profile-upload{display:inline-flex;align-items:center;color:var(--primary-strong);font-weight:900;cursor:pointer}.mobile-profile-info-list{display:grid;gap:.7rem}.mobile-profile-info-list div{display:grid;gap:.2rem;padding:.8rem 0;border-bottom:1px solid var(--border-soft)}.mobile-profile-info-list div:last-child{border-bottom:0}.mobile-profile-info-list span{color:var(--muted);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-profile-info-list strong{color:var(--heading);font-size:.98rem}.mobile-crm-picker,.mobile-crm-card,.mobile-crm-customer-card,.mobile-crm-metric-card,.mobile-crm-accordion{border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.mobile-crm-picker{display:grid;gap:.75rem;padding:.85rem}.mobile-crm-search-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:48px;padding:0 .8rem;border:1px solid rgba(37,99,235,.55);border-radius:14px;background:var(--panel-elevated);color:var(--muted)}.mobile-crm-search-field input{min-height:46px;border:0;border-radius:0;padding:0;background:transparent}.mobile-crm-search-field input:focus{outline:none;box-shadow:none}.mobile-crm-search-field button,.mobile-crm-preview-card button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.mobile-crm-search-field button{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:10px;color:var(--muted);font-size:1.35rem;line-height:1}.mobile-crm-preview-card{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated);box-shadow:0 16px 36px #0f172a14}.mobile-crm-preview-card__header,.mobile-crm-preview-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:44px;padding:.7rem .9rem;color:var(--muted);font-size:.84rem;font-weight:900}.mobile-crm-preview-card__header{border-bottom:1px solid var(--border-soft)}.mobile-crm-preview-card__header button,.mobile-crm-preview-card__footer{color:var(--primary-strong)}.mobile-crm-preview-card__header button{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.mobile-crm-preview-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem .9rem;border-bottom:1px solid var(--border-soft);color:var(--heading);text-align:left}.mobile-crm-preview-row.active{background:var(--primary-soft)}.mobile-crm-preview-row__avatar{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:14px;background:#0f172a;color:#fff;font-size:.78rem;font-weight:900}.mobile-crm-preview-row__copy{min-width:0;display:grid;gap:.22rem}.mobile-crm-preview-row__copy strong,.mobile-crm-preview-row__copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-preview-row__copy strong{font-size:.92rem}.mobile-crm-preview-row__copy small{color:var(--muted);font-size:.78rem}.mobile-crm-preview-row__copy em{margin-left:.45rem;padding:.12rem .5rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-style:normal;font-weight:800}.mobile-crm-preview-row__chevron{color:var(--muted);font-size:1.45rem}.mobile-crm-preview-card__footer{width:100%;justify-content:flex-start;border-top:0;text-align:left}.mobile-crm-picker input{width:100%;min-height:44px;border:1px solid var(--border);border-radius:14px;padding:0 .9rem;background:var(--panel-elevated);color:var(--heading);font:inherit}.mobile-crm-picker__list{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.15rem}.mobile-crm-picker__item{min-width:138px;min-height:54px;display:flex;align-items:center;gap:.55rem;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated);color:var(--heading);cursor:pointer}.mobile-crm-picker__item span,.mobile-crm-logo,.mobile-crm-contact-avatar{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:14px;background:#0f172a;color:#fff;font-weight:900}.mobile-crm-picker__item span{width:34px;height:34px;font-size:.75rem}.mobile-crm-picker__item strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem}.mobile-crm-picker__item.active{border-color:#0f62fe73;background:var(--primary-soft);color:var(--primary-strong)}.mobile-crm-picker__empty,.mobile-crm-empty{margin:0;color:var(--muted);font-size:.9rem}.mobile-crm-alert{padding:.85rem 1rem;border:1px solid rgba(220,38,38,.22);border-radius:14px;background:#dc262614;color:var(--danger);font-weight:800}.mobile-crm-customer-card{display:grid;gap:1rem;padding:1rem}.mobile-crm-page--home .mobile-crm-picker{position:relative;z-index:2;margin-top:-.8rem;padding:.85rem;border-radius:18px;background:#fffffff7}.mobile-crm-page--home .mobile-crm-search-field{min-height:58px;border-color:#cbd5e1e6;border-radius:18px;box-shadow:inset 0 0 0 1px #94a3b814}.mobile-crm-page--home .mobile-crm-search-field>span{width:28px;height:28px;display:inline-grid;place-items:center}.mobile-crm-page--home .mobile-crm-search-field>span svg{width:22px;height:22px}.mobile-crm-customer-card--overview{gap:1.1rem;padding:1.1rem;border-radius:20px;background:#fffffffa}.mobile-crm-customer-card__top{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem}.mobile-crm-customer-card__top>div:nth-child(2){min-width:0}.mobile-crm-customer-card__top button{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid rgba(203,213,225,.85);border-radius:999px;background:var(--panel-elevated);color:var(--muted);font:inherit;font-weight:900;letter-spacing:.14em}.mobile-crm-customer-card--overview .mobile-crm-logo{width:58px;height:58px;border-radius:17px}.mobile-crm-customer-card--overview h1{margin-bottom:.25rem;font-size:1.12rem;text-transform:uppercase}.mobile-crm-customer-card--overview p{margin:0 0 .55rem}.mobile-crm-overview-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.mobile-crm-overview-metrics button{min-height:112px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem;border:0;border-radius:16px;background:#f8fbff;color:var(--heading);text-align:left;box-shadow:inset 0 0 0 1px #e2e8f0ad}.mobile-crm-overview-metrics button:disabled{opacity:1}.mobile-crm-overview-metric__icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:14px}.mobile-crm-overview-metric__icon svg{width:21px;height:21px}.mobile-crm-overview-metric__icon--blue{background:#2563eb1c;color:#1557d6}.mobile-crm-overview-metric__icon--green{background:#16a34a1f;color:#16a34a}.mobile-crm-overview-metric__icon--red{background:#ef44441a;color:#dc2626}.mobile-crm-overview-metric__icon--purple{background:#9333ea1c;color:#7e22ce}.mobile-crm-overview-metrics span:nth-child(2){display:grid;gap:.2rem}.mobile-crm-overview-metrics small,.mobile-crm-overview-metrics em{color:var(--muted);font-style:normal}.mobile-crm-overview-metrics small{font-size:.79rem;font-weight:700}.mobile-crm-overview-metrics strong{color:var(--heading);font-size:.98rem;font-weight:900}.mobile-crm-overview-metrics em{font-size:.82rem;line-height:1.2}.mobile-crm-overview-metrics b{color:var(--primary-strong);font-size:1.45rem}.mobile-crm-customer-card__main,.mobile-crm-contact-row{display:flex;align-items:center;gap:.85rem}.mobile-crm-logo{width:58px;height:58px;box-shadow:inset 0 -10px #0f62fe47}.mobile-crm-customer-card h1{margin:0 0 .35rem;color:var(--heading);font-size:1.15rem;line-height:1.18;letter-spacing:0}.mobile-crm-customer-card p{margin:.4rem 0 0;color:var(--muted);font-size:.86rem}.mobile-crm-status{display:inline-flex;align-items:center;min-height:24px;padding:0 .55rem;border-radius:999px;font-size:.76rem;font-weight:900}.mobile-crm-status--aktiv{background:#16a34a21;color:var(--success)}.mobile-crm-status--prospekt{background:#f59e0b24;color:#b45309}.mobile-crm-status--inaktiv{background:#64748b24;color:var(--muted)}.mobile-crm-contact-row{min-width:0;padding:.75rem;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated)}.mobile-crm-contact-avatar{width:42px;height:42px;background:linear-gradient(135deg,#2563eb,#14b8a6);font-size:.78rem}.mobile-crm-contact-row div:nth-child(2){min-width:0;flex:1}.mobile-crm-contact-row strong,.mobile-crm-contact-row span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-contact-row strong{color:var(--heading);font-size:.92rem}.mobile-crm-contact-row span{margin-top:.16rem;color:var(--muted);font-size:.82rem}.mobile-crm-contact-row__actions{display:flex;gap:.4rem}.mobile-crm-contact-row__actions a{min-width:42px;min-height:38px;display:inline-grid;place-items:center;border:1px solid var(--border);border-radius:13px;background:var(--panel);color:var(--primary-strong);text-decoration:none;font-size:.75rem;font-weight:900}.mobile-crm-contact-row__actions a.disabled{pointer-events:none;color:var(--muted);opacity:.55}.mobile-crm-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem;padding:.35rem;border:1px solid var(--border);border-radius:16px;background:#ffffffb3;box-shadow:var(--shadow-soft)}.mobile-crm-tabs button{min-height:42px;border:0;border-radius:12px;background:transparent;color:var(--muted);font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}.mobile-crm-tabs button.active{background:var(--primary-soft);color:var(--primary-strong)}.mobile-crm-page--home .mobile-crm-tabs{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0;overflow:hidden;border-radius:18px;background:#fffffff7}.mobile-crm-page--home .mobile-crm-tabs button{min-height:58px;border-radius:0;border-bottom:3px solid transparent;font-size:.72rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-page--home .mobile-crm-tabs button.active{border-bottom-color:var(--primary);background:transparent;color:var(--primary-strong)}.mobile-crm-overview-timeline-card{display:grid;gap:.95rem;padding:1rem;border-radius:18px;background:#fffffffa}.mobile-crm-overview-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mobile-crm-overview-section-head h2{margin:0;color:var(--heading);font-size:.84rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-crm-overview-section-head button{border:0;background:transparent;color:var(--primary-strong);font:inherit;font-size:.82rem;font-weight:900}.mobile-crm-overview-timeline{display:grid}.mobile-crm-overview-timeline button{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto auto;align-items:center;gap:.75rem;min-height:72px;padding:0;border:0;border-bottom:1px solid rgba(203,213,225,.65);background:transparent;color:var(--heading);text-align:left}.mobile-crm-overview-timeline button:last-child{border-bottom:0}.mobile-crm-overview-timeline button:before{content:"";position:absolute;left:23px;top:0;bottom:0;width:1px;background:#cbd5e1d1}.mobile-crm-overview-timeline button:first-child:before{top:50%}.mobile-crm-overview-timeline button:last-child:before{bottom:50%}.mobile-crm-overview-timeline__icon{position:relative;z-index:1;width:48px;height:48px;display:inline-grid;place-items:center;border-radius:999px}.mobile-crm-overview-timeline__icon svg{width:22px;height:22px}.mobile-crm-overview-timeline__icon--primary{background:#2563eb1a;color:#1557d6}.mobile-crm-overview-timeline__icon--success{background:#16a34a21;color:#16a34a}.mobile-crm-overview-timeline__icon--danger{background:#ef44441a;color:#dc2626}.mobile-crm-overview-timeline__icon--purple{background:#9333ea1a;color:#7e22ce}.mobile-crm-overview-timeline__copy{display:grid;gap:.14rem}.mobile-crm-overview-timeline__copy small{color:var(--muted);font-size:.78rem;font-weight:800}.mobile-crm-overview-timeline__copy strong{color:var(--heading);font-size:.91rem;font-weight:900}.mobile-crm-overview-timeline__copy em{color:var(--muted);font-size:.86rem;font-style:normal;line-height:1.22;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-crm-overview-timeline__actor{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:999px;background:#e9eef5;color:var(--muted);font-size:.78rem;font-weight:900}.mobile-crm-overview-timeline__chevron{color:var(--muted);font-size:1.55rem}.mobile-crm-register-cta{min-height:64px;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border:0;border-radius:18px;background:linear-gradient(135deg,#0f62fe,#0046d5);color:#fff;font:inherit;font-size:1.05rem;font-weight:900;box-shadow:0 18px 32px #0f62fe3d}.mobile-crm-register-cta span{font-size:1.9rem;line-height:1}.mobile-crm-two-up{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.mobile-crm-metric-card{min-height:132px;display:grid;align-content:start;gap:.65rem;padding:1rem}.mobile-crm-metric-card>span,.mobile-crm-card h2,.mobile-crm-section-head h2{margin:0;color:var(--heading);font-size:.92rem;font-weight:900}.mobile-crm-metric-card>strong{color:var(--heading);font-size:1rem}.mobile-crm-metric-card small{color:var(--muted);line-height:1.35}.mobile-crm-health{display:flex;align-items:center;gap:.75rem}.mobile-crm-health__ring{width:62px;height:62px;display:grid;place-items:center;border-radius:999px;background:conic-gradient(var(--success) var(--score),rgba(226,232,240,.95) 0);position:relative}.mobile-crm-health__ring:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:inherit;background:var(--panel)}.mobile-crm-health__ring strong{position:relative;z-index:1;color:var(--heading)}.mobile-crm-health a{display:block;margin-top:.22rem;color:var(--primary-strong);font-size:.78rem;font-weight:800;text-decoration:none}.mobile-crm-card{display:grid;gap:.9rem;padding:1rem}.mobile-crm-quick-entry{min-height:74px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;width:100%;padding:.9rem 1rem;border:1px solid rgba(37,99,235,.28);border-radius:18px;background:linear-gradient(180deg,#dbeafe9e,#fffffff5);color:var(--heading);box-shadow:var(--shadow-soft);text-align:left;cursor:pointer}.mobile-crm-quick-entry__icon{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:15px;background:#0f62fe1a;color:var(--primary-strong);font-size:1.45rem;font-weight:700}.mobile-crm-quick-entry strong,.mobile-crm-quick-entry small{display:block}.mobile-crm-quick-entry strong{font-size:1rem;color:var(--heading)}.mobile-crm-quick-entry small{margin-top:.15rem;color:var(--muted)}.mobile-crm-quick-entry__chevron{color:var(--primary-strong);font-size:2rem;line-height:1}.mobile-crm-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:stretch;background:#0f172a47}.mobile-crm-modal__sheet{min-height:100dvh;display:grid;grid-template-rows:auto 1fr;background:var(--bg-accent)}.mobile-crm-modal__header{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.75rem;min-height:72px;padding:calc(.8rem + env(safe-area-inset-top)) 1rem .8rem;background:#0f172af5;color:#fff;box-shadow:0 12px 28px #0f172a29}.mobile-crm-modal__header button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#ffffff14;color:#fff;font-size:1.35rem;cursor:pointer}.mobile-crm-modal__header div{min-width:0;display:grid;justify-items:center;gap:.15rem}.mobile-crm-modal__header span{color:#e2e8f0d1;font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mobile-crm-modal__header strong{max-width:100%;overflow:hidden;color:#fff;font-size:1.1rem;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-modal__body{width:min(100%,880px);margin:0 auto;display:grid;align-content:start;gap:1rem;padding:1rem 1rem calc(2rem + env(safe-area-inset-bottom))}.mobile-crm-modal-customer{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.mobile-crm-modal-customer strong,.mobile-crm-modal-customer span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-modal-customer strong{color:var(--heading);font-size:1rem}.mobile-crm-modal-customer span{margin-top:.2rem;color:var(--muted);font-size:.86rem}.mobile-crm-quick-visit,.mobile-crm-leader-step,.mobile-crm-followup-form,.mobile-crm-done-actions{display:grid;gap:.9rem}.mobile-crm-visit-type-grid,.mobile-crm-large-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.mobile-crm-large-choice-grid--stacked{grid-template-columns:minmax(0,1fr)}.mobile-crm-visit-type-grid button,.mobile-crm-large-choice-grid button{min-height:82px;display:grid;align-content:center;gap:.22rem;padding:.85rem;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated);color:var(--heading);text-align:left;cursor:pointer}.mobile-crm-visit-type-grid button.active,.mobile-crm-large-choice-grid button:focus-visible{border-color:#2563eb8f;background:#dbeafe94;box-shadow:0 0 0 3px #2563eb1f}.mobile-crm-visit-type-grid strong,.mobile-crm-large-choice-grid strong{color:var(--heading);font-size:.98rem}.mobile-crm-visit-type-grid span,.mobile-crm-large-choice-grid small,.mobile-crm-visit-complete span{color:var(--muted);font-size:.82rem;line-height:1.35}.mobile-crm-visit-category{position:relative;display:grid;gap:.45rem;min-width:0;z-index:3}.mobile-crm-visit-category>strong{color:var(--heading);font-size:.9rem;font-weight:900}.mobile-crm-visit-category__trigger{width:100%;min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:900;text-align:left}.mobile-crm-visit-category__trigger.active{border-color:#2563eb9e;background:#dbeafea8;box-shadow:0 0 0 3px #2563eb1f}.mobile-crm-visit-category__trigger span{min-width:0;overflow-wrap:anywhere}.mobile-app-shell:has(.mobile-crm-page--home) .mobile-app-topbar{display:none}.mobile-app-shell:has(.mobile-crm-page--home) .mobile-app-content{max-width:520px;padding:0 0 calc(6rem + env(safe-area-inset-bottom));background:#edf3f8}.mobile-crm-page--home{--mobile-crm-gutter: clamp(.75rem, 3.2vw, 1rem);gap:.9rem;padding:0 var(--mobile-crm-gutter) 1rem}.mobile-crm-page--home .mobile-crm-titlebar{min-height:104px;width:calc(100% + (var(--mobile-crm-gutter) * 2));max-width:none;box-sizing:border-box;margin-left:calc(var(--mobile-crm-gutter) * -1);margin-right:calc(var(--mobile-crm-gutter) * -1);padding:calc(.7rem + env(safe-area-inset-top)) 1rem .95rem;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;border-radius:0 0 18px 18px;background:radial-gradient(circle at 82% 0%,rgba(37,99,235,.28),transparent 42%),linear-gradient(135deg,#071528,#0b1b32 52%,#071326);color:#fff}.mobile-crm-page--home .mobile-crm-titlebar button{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:#fff;font:inherit;font-size:1.2rem;font-weight:700}.mobile-crm-page--home .mobile-crm-titlebar span{color:#cbd5e1b8;letter-spacing:.06em}.mobile-crm-page--home .mobile-crm-titlebar strong{display:block;margin-top:.12rem;color:#fff;font-size:1.16rem;line-height:1.08}@media (min-width: 700px){.mobile-app-shell:has(.mobile-crm-page--home) .mobile-app-content{max-width:980px;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem)}.mobile-crm-page--home{--mobile-crm-gutter: clamp(1rem, 2.8vw, 1.5rem);gap:1rem}.mobile-crm-page--home .mobile-crm-titlebar{min-height:112px;padding:calc(.8rem + env(safe-area-inset-top)) clamp(1.15rem,2.8vw,1.8rem) 1rem;border-radius:0 0 22px 22px}.mobile-crm-page--home .mobile-crm-picker,.mobile-crm-page--home .mobile-crm-card,.mobile-crm-page--home .mobile-crm-customer-card,.mobile-crm-page--home .mobile-crm-tabs{border-radius:22px}.mobile-crm-page--home .mobile-crm-picker,.mobile-crm-page--home .mobile-crm-card,.mobile-crm-page--home .mobile-crm-customer-card{padding:1.1rem}.mobile-crm-page--home .mobile-crm-info-list{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-crm-page--home .mobile-crm-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-crm-page--home .mobile-crm-accordions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}.mobile-crm-visit-category__trigger em{flex:0 0 auto;color:var(--heading);font-style:normal;font-weight:900}.mobile-crm-visit-category__menu{position:absolute;top:calc(100% + .45rem);left:0;z-index:12;width:100%;max-width:100%;display:grid;max-height:min(330px,44vh);overflow-y:auto;overscroll-behavior:contain;border:1px solid rgba(148,163,184,.4);border-radius:16px;background:var(--panel-elevated);box-shadow:0 16px 34px #0f172a21}.mobile-crm-visit-category__menu button{width:100%;min-height:50px;position:relative;padding:.78rem 1rem;border:0;border-bottom:1px solid rgba(148,163,184,.18);background:transparent;color:var(--heading);font:inherit;font-weight:800;text-align:left;overflow-wrap:anywhere}.mobile-crm-visit-category__menu button:last-child{border-bottom:0}.mobile-crm-visit-category__menu button.active{padding-right:2.85rem;border-left:4px solid #2563eb;background:#dbeafeb8;color:#1557d6}.mobile-crm-visit-category__menu button.active:after{content:"Valgt";position:absolute;right:.9rem;top:50%;transform:translateY(-50%);color:#1557d6;font-size:.72rem;font-weight:900}.mobile-crm-visit-category__menu button.mobile-crm-visit-category__clear{color:#dc2626}.mobile-crm-visit-category>span{color:var(--muted);font-size:.8rem;font-weight:700}.mobile-crm-visit-redesign-form{gap:.85rem}.mobile-crm-visit-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:.35rem;padding:.9rem .1rem .2rem}.mobile-crm-visit-progress div{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.35rem;color:var(--muted);font-size:.72rem;font-weight:900}.mobile-crm-visit-progress div:not(:last-child):after{content:"";grid-column:2;height:2px;margin-left:.25rem;background:#94a3b866}.mobile-crm-visit-progress span{width:24px;height:24px;display:inline-grid;place-items:center;border:1px solid rgba(148,163,184,.42);border-radius:999px;background:var(--panel-elevated);color:var(--muted)}.mobile-crm-visit-progress strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-visit-progress .active{color:var(--heading)}.mobile-crm-visit-progress .active span{border-color:transparent;background:var(--primary);color:#fff}.mobile-crm-visit-section{display:grid;gap:.75rem;min-width:0;padding:1rem;border:1px solid rgba(203,213,225,.72);border-radius:18px;background:var(--panel);box-shadow:0 12px 28px #0f172a0d}.mobile-crm-visit-section__header{display:grid;gap:.25rem}.mobile-crm-visit-section__header strong{color:var(--heading);font-size:.96rem;font-weight:900}.mobile-crm-visit-section__header span{color:var(--muted);font-size:.82rem;font-weight:700}.mobile-crm-visit-type-grid--redesign{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.mobile-crm-visit-type-grid--redesign button{min-height:116px;justify-items:center;align-content:center;padding:.75rem .45rem;text-align:center}.mobile-crm-visit-type-grid--redesign button.active{border-color:#2563ebbf;background:#dbeafe9e;box-shadow:0 0 0 3px #2563eb1f}.mobile-crm-visit-type-icon{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:999px;background:#e2e8f08c;color:#334155;font-size:.92rem;font-weight:900}.mobile-crm-visit-type-icon svg{width:19px;height:19px}.mobile-crm-visit-type-grid--redesign button.active .mobile-crm-visit-type-icon{background:#2563eb1f;color:var(--primary-strong)}.mobile-crm-visit-category__status{display:flex;align-items:center;gap:.45rem;min-height:42px;padding:.7rem .8rem;border-radius:14px;background:#f8fafce6}.mobile-crm-visit-category__status.active{color:#15803d}.mobile-crm-visit-textarea{position:relative}.mobile-crm-visit-textarea textarea{min-height:106px;padding-bottom:1.9rem}.mobile-crm-visit-textarea .mobile-crm-character-count{position:absolute;right:.85rem;bottom:.65rem}.mobile-crm-visit-title-field{position:relative;display:block}.mobile-crm-visit-title-field input{width:100%;padding-right:4.1rem}.mobile-crm-visit-title-field .mobile-crm-character-count{position:absolute;right:.85rem;top:50%;transform:translateY(-50%)}.mobile-crm-visit-owner--redesign{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated)}.mobile-crm-visit-owner--redesign strong{min-width:0;overflow:hidden;color:var(--heading);font-size:.9rem;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-visit-owner__avatar{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.78rem;font-weight:900}.mobile-crm-visit-inline-select{display:grid;gap:.45rem;color:var(--heading);font-size:.86rem;font-weight:900}.mobile-crm-visit-inline-select--compact{position:relative}.mobile-crm-visit-inline-select--compact span{display:none}.mobile-crm-visit-attachments{display:grid;gap:.65rem}.mobile-crm-visit-fast-info{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:center;padding:1rem;border:1px solid rgba(147,197,253,.65);border-radius:18px;background:linear-gradient(135deg,#dbeafeb8,#ffffffeb)}.mobile-crm-visit-fast-info__icon{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:14px;background:var(--primary);color:#fff}.mobile-crm-visit-fast-info__icon svg{width:22px;height:22px}.mobile-crm-visit-fast-info strong{display:block;color:var(--primary-strong);font-size:.92rem;font-weight:900}.mobile-crm-visit-fast-info p{margin:.2rem 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}.mobile-crm-visit-time-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.75fr);gap:.65rem}.mobile-crm-visit-time-grid label,.mobile-crm-visit-checkbox{display:grid;gap:.4rem;color:var(--heading);font-size:.84rem;font-weight:900}.mobile-crm-visit-checkbox{grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:34px}.mobile-crm-visit-checkbox input{width:18px;height:18px}.mobile-crm-visit-summary-step{gap:.85rem}.mobile-crm-visit-summary{display:grid;justify-items:center;gap:.85rem;padding:1.15rem 1rem;border:1px solid rgba(203,213,225,.72);border-radius:18px;background:var(--panel);box-shadow:0 12px 28px #0f172a0d}.mobile-crm-visit-summary__check{width:64px;height:64px;display:inline-grid;place-items:center;border-radius:999px;background:#16a34a;color:#fff;font-size:2rem;font-weight:900;box-shadow:0 16px 32px #16a34a38}.mobile-crm-visit-summary h3{margin:0;color:var(--heading);font-size:1rem}.mobile-crm-visit-summary__list{width:100%;display:grid}.mobile-crm-visit-summary__list div{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:.7rem;min-height:48px;border-top:1px solid rgba(148,163,184,.18)}.mobile-crm-visit-summary__list div:first-child{border-top:0}.mobile-crm-visit-summary__list svg{width:18px;height:18px;color:var(--primary-strong)}.mobile-crm-visit-summary__list span{min-width:0;color:var(--heading);font-size:.86rem;font-weight:800;overflow-wrap:anywhere}.mobile-crm-visit-summary__list button,.mobile-crm-visit-summary-actions button{border:0;background:transparent;color:var(--primary-strong);font:inherit;font-size:.78rem;font-weight:900}.mobile-crm-visit-summary-actions{display:grid;border:1px solid rgba(203,213,225,.72);border-radius:18px;overflow:hidden;background:var(--panel)}.mobile-crm-visit-summary-actions button{min-height:48px;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:.7rem;padding:0 1rem;border-bottom:1px solid rgba(148,163,184,.18);color:var(--heading);font-size:.86rem;text-align:left}.mobile-crm-visit-summary-actions button:last-child{border-bottom:0}.mobile-crm-visit-summary-actions svg{width:18px;height:18px;color:var(--primary-strong)}.mobile-crm-visit-summary-actions .mobile-crm-visit-summary-actions__issue{min-height:54px;background:#fef2f2db;color:#991b1b}.mobile-crm-visit-summary-actions .mobile-crm-visit-summary-actions__issue svg{color:#dc2626}.mobile-crm-visit-issue-confirm{display:grid;gap:.7rem;padding:1rem;border:1px solid rgba(248,113,113,.36);border-radius:18px;background:#fff7f7}.mobile-crm-visit-issue-confirm strong{color:#7f1d1d;font-size:.96rem;font-weight:900}.mobile-crm-visit-issue-confirm p{margin:0;color:#64748b;font-size:.82rem;line-height:1.45}.mobile-crm-visit-issue-confirm div{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.35fr);gap:.65rem}.mobile-crm-visit-issue-confirm button{min-height:44px;border-radius:14px;font:inherit;font-weight:900}.mobile-crm-visit-issue-confirm button:first-child{border:1px solid var(--border);background:var(--panel-elevated);color:var(--heading)}.mobile-crm-visit-issue-confirm button:last-child{border:0;background:#dc2626;color:#fff}.mobile-crm-visit-actions{position:sticky;bottom:0;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.55fr);gap:.85rem;padding:.85rem 0 0;background:linear-gradient(180deg,rgba(241,245,249,0),var(--bg-accent) 38%)}.mobile-crm-visit-actions--quick{grid-template-columns:minmax(0,1fr)}.mobile-crm-visit-actions__cancel{min-height:50px;border:1px solid var(--border);border-radius:15px;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:900}.mobile-crm-visit-actions__finish{min-height:54px;border:0;border-radius:15px;background:#16a34a;color:#fff;font:inherit;font-weight:900;box-shadow:0 16px 30px #16a34a38}.mobile-crm-visit-actions__finish:disabled{opacity:.65}.mobile-crm-label-muted{color:var(--muted);font-weight:700}.mobile-crm-character-count{justify-self:end;color:var(--muted);font-size:.78rem;font-weight:800}.mobile-crm-photo-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.mobile-crm-photo-picker{display:grid;gap:.18rem;min-height:76px;align-content:center;padding:.9rem;border:1px dashed rgba(37,99,235,.38);border-radius:16px;background:#dbeafe47;color:var(--heading);cursor:pointer}.mobile-crm-photo-picker input{display:none}.mobile-crm-photo-picker strong{color:var(--primary-strong);font-size:.94rem}.mobile-crm-photo-picker span{color:var(--muted);font-size:.82rem;font-weight:800}.mobile-crm-selected-images{display:grid;gap:.5rem;padding:.78rem;border:1px solid rgba(37,99,235,.2);border-radius:14px;background:var(--panel-elevated)}.mobile-crm-selected-images>div{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-crm-selected-images strong{color:var(--heading);font-size:.86rem}.mobile-crm-selected-images button{border:0;background:transparent;color:var(--primary-strong);font:inherit;font-weight:900}.mobile-crm-selected-images ul{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.mobile-crm-selected-images li{display:flex;justify-content:space-between;gap:.7rem;color:var(--muted);font-size:.8rem;font-weight:800;overflow-wrap:anywhere}.mobile-crm-selected-images li span{flex:0 0 auto}.mobile-crm-visit-owner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:46px;padding:.75rem .85rem;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated)}.mobile-crm-visit-owner span{min-width:0;color:var(--muted);font-size:.86rem;font-weight:800;overflow-wrap:anywhere}.mobile-crm-visit-owner button{border:0;background:transparent;color:var(--primary-strong);font-weight:900;cursor:pointer}.mobile-crm-visit-complete{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem;padding:1rem;border:1px solid rgba(22,163,74,.24);border-radius:16px;background:linear-gradient(180deg,#dcfce7bd,#f0fdf4d1)}.mobile-crm-visit-complete__check,.mobile-crm-large-choice__icon{display:inline-grid;place-items:center;border-radius:999px;font-weight:900}.mobile-crm-visit-complete__check{width:42px;height:42px;background:var(--success);color:#fff}.mobile-crm-visit-complete strong{display:block;color:var(--heading);font-size:.96rem}.mobile-crm-leader-step h3{margin:0;color:var(--heading);font-size:1rem;line-height:1.3}.mobile-crm-large-choice-grid button{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:.75rem}.mobile-crm-large-choice-grid small{grid-column:2}.mobile-crm-large-choice__icon{grid-row:span 2;width:48px;height:48px;border:1px solid currentColor;font-size:1.25rem}.mobile-crm-large-choice__icon--success{color:var(--success);background:#16a34a17}.mobile-crm-large-choice__icon--warning{color:#ea580c;background:#ea580c14}.mobile-crm-large-choice__icon--info{color:var(--primary-strong);background:#2563eb1a}.mobile-crm-advanced-activity{border-top:1px solid var(--border);padding-top:.75rem}.mobile-crm-advanced-activity summary{color:var(--muted);font-size:.86rem;font-weight:900;cursor:pointer}.mobile-crm-advanced-activity .mobile-crm-form{margin-top:.75rem}.mobile-crm-section-action{min-height:34px;padding:0 .8rem;border:1px solid rgba(37,99,235,.24);border-radius:999px;background:#2563eb14;color:var(--primary-strong);font-size:.8rem;font-weight:900;cursor:pointer}.mobile-crm-activity-log-card>.mobile-crm-section-head:first-child,.mobile-crm-activity-log-card>.mobile-crm-quick-visit{display:none}.mobile-crm-activity-log-card:before{content:"Aktivitetslogg";color:var(--heading);font-size:.92rem;font-weight:900}.mobile-crm-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.mobile-crm-action{min-height:76px;display:grid;place-items:center;gap:.35rem;border:1px solid var(--border);border-radius:15px;background:var(--panel-elevated);color:var(--text);text-decoration:none;font:inherit;font-weight:800;font-size:.76rem;cursor:pointer}.mobile-crm-action:disabled{opacity:.5;cursor:not-allowed}.mobile-crm-action[aria-disabled=true]{pointer-events:none;opacity:.5}.mobile-crm-action__icon{min-width:36px;height:36px;display:inline-grid;place-items:center;border-radius:13px;background:#0f62fe1a;color:var(--primary-strong);font-size:.72rem;font-weight:900}.mobile-crm-action__icon svg{width:18px;height:18px}.mobile-crm-contact-picker{max-width:420px}.mobile-crm-contact-picker__header{grid-template-columns:minmax(0,1fr) 44px}.mobile-crm-contact-picker__header div{justify-items:start;text-align:left}.mobile-crm-contact-picker__header strong{white-space:normal;text-overflow:clip;overflow:visible;line-height:1.15}.mobile-crm-contact-picker__list{display:grid;gap:.75rem}.mobile-crm-contact-picker__item{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.85rem;border:1px solid var(--border);border-radius:16px;background:var(--panel-elevated);color:var(--text);text-align:left;font:inherit}.mobile-crm-contact-picker__copy{min-width:0;display:grid;gap:.2rem}.mobile-crm-contact-picker__copy strong,.mobile-crm-contact-picker__copy span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-crm-contact-picker__copy strong{color:var(--heading);font-size:.92rem}.mobile-crm-contact-picker__copy strong em{margin-left:.45rem;color:var(--primary-strong);font-style:normal;font-size:.72rem;font-weight:900}.mobile-crm-contact-picker__copy span{color:var(--muted);font-size:.82rem}.mobile-crm-contact-picker__chevron{color:var(--primary-strong);font-size:1.3rem;font-weight:900}.mobile-crm-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-crm-section-head>span{min-width:28px;height:28px;display:inline-grid;place-items:center;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-weight:900}.mobile-crm-feed{display:grid}.mobile-crm-feed-item{display:grid;grid-template-columns:18px minmax(0,1fr);gap:.6rem;padding:.85rem 0;border-top:1px solid var(--border)}.mobile-crm-feed-item:first-child{border-top:0}.mobile-crm-feed-item strong,.mobile-crm-feed-item small{display:block}.mobile-crm-feed-item strong{color:var(--heading);font-size:.86rem}.mobile-crm-feed-item small{margin-top:.18rem;color:var(--muted);font-size:.78rem}.mobile-crm-dot{width:10px;height:10px;margin-top:.28rem;border-radius:999px}.mobile-crm-dot--green{background:var(--success)}.mobile-crm-dot--orange{background:#f59e0b}.mobile-crm-dot--blue{background:var(--primary-strong)}.mobile-crm-dot--violet{background:#8b5cf6}.mobile-crm-dot--red{background:var(--danger)}.mobile-crm-case-grid,.mobile-crm-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.mobile-crm-case-grid div,.mobile-crm-kpi-grid div{min-height:72px;display:grid;align-content:center;justify-items:center;gap:.2rem;border-radius:14px;background:var(--panel-elevated)}.mobile-crm-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-crm-case-grid strong,.mobile-crm-kpi-grid strong{color:var(--heading);font-size:1.2rem}.mobile-crm-case-grid span,.mobile-crm-kpi-grid span{color:var(--muted);font-size:.72rem;font-weight:800}.mobile-crm-info-list,.mobile-crm-form,.mobile-crm-history{display:grid;gap:.75rem}.mobile-crm-info-list div{display:grid;gap:.2rem;padding:.75rem;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated)}.mobile-crm-info-list span{color:var(--muted);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mobile-crm-info-list strong{min-width:0;color:var(--heading);font-size:.94rem;overflow-wrap:anywhere}.mobile-crm-form label{display:grid;gap:.38rem;color:var(--heading);font-size:.86rem;font-weight:900}.mobile-crm-form input,.mobile-crm-form select,.mobile-crm-form textarea{width:100%;min-height:46px;border:1px solid var(--border);border-radius:14px;padding:0 .85rem;background:var(--panel-elevated);color:var(--heading);font:inherit}.mobile-crm-form textarea{min-height:104px;padding-top:.75rem;resize:vertical}.mobile-crm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.mobile-crm-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.mobile-crm-choice-grid button{min-height:44px;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated);color:var(--heading);font:inherit;font-weight:900;cursor:pointer}.mobile-crm-choice-grid button.active{border-color:#2563eb6b;background:var(--primary-soft);color:var(--primary-strong)}.mobile-crm-submit{min-height:50px;border:0;border-radius:15px;background:var(--primary);color:#fff;font:inherit;font-weight:900;box-shadow:0 16px 34px #2563eb3d;cursor:pointer}.mobile-crm-submit:disabled{opacity:.68;cursor:wait}.mobile-crm-history{margin-top:.25rem;padding-top:.85rem;border-top:1px solid var(--border)}.mobile-crm-history h3{margin:0;color:var(--heading);font-size:.95rem}.mobile-crm-history-item{display:grid;gap:.22rem;padding:.8rem;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated)}.mobile-crm-history-item--interactive{gap:.6rem}.mobile-crm-history-item__toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.mobile-crm-history-item__toggle>span{display:grid;gap:.18rem;min-width:0}.mobile-crm-history-item__toggle em{flex:0 0 auto;padding:.3rem .55rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:.72rem;font-style:normal;font-weight:900}.mobile-crm-history-item strong{color:var(--heading);font-size:.9rem;line-height:1.35}.mobile-crm-history-item span,.mobile-crm-history-item small{color:var(--muted);font-size:.78rem;line-height:1.35}.mobile-crm-history-item__details{display:grid;gap:.65rem;padding-top:.65rem;border-top:1px solid var(--border)}.mobile-crm-my-visits{gap:0}.mobile-crm-my-visits[open]{gap:.75rem}.mobile-crm-my-visits__summary{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:48px;color:var(--heading);cursor:pointer;list-style:none}.mobile-crm-my-visits__summary::-webkit-details-marker{display:none}.mobile-crm-my-visits__summary>span{display:grid;gap:.12rem;min-width:0}.mobile-crm-my-visits__summary strong{font-size:.96rem;line-height:1.25}.mobile-crm-my-visits__summary small{color:var(--muted);font-size:.76rem;font-weight:800}.mobile-crm-my-visits__summary em{flex:0 0 auto;padding:.36rem .7rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-strong);font-size:.76rem;font-style:normal;font-weight:900}.mobile-crm-my-visits__list{display:grid;gap:.6rem}.mobile-crm-my-visit{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:stretch;padding:.65rem;border:1px solid var(--border);border-radius:14px;background:var(--panel-elevated)}.mobile-crm-my-visit__main,.mobile-crm-my-visit__edit,.mobile-crm-history-item__actions button,.mobile-crm-visit-editor__cancel,.mobile-crm-visit-editor__delete{border:1px solid var(--border);border-radius:13px;background:var(--panel);color:var(--heading);font:inherit;font-weight:900;cursor:pointer}.mobile-crm-my-visit__main{display:grid;gap:.18rem;min-width:0;padding:.15rem .1rem;border:0;background:transparent;text-align:left}.mobile-crm-my-visit__main strong,.mobile-crm-my-visit__main span,.mobile-crm-my-visit__main small{min-width:0;overflow-wrap:anywhere}.mobile-crm-my-visit__main strong{color:var(--heading);font-size:.88rem}.mobile-crm-my-visit__main span,.mobile-crm-my-visit__main small{color:var(--muted);font-size:.76rem}.mobile-crm-my-visit__edit{align-self:center;min-height:40px;padding:0 .75rem;background:var(--primary-soft);color:var(--primary-strong)}.mobile-crm-my-visit__main:disabled,.mobile-crm-my-visit__edit:disabled{opacity:.68;cursor:wait}.mobile-crm-history-item__actions{display:flex;justify-content:flex-end;padding-top:.2rem}.mobile-crm-history-item__actions button{min-height:40px;padding:0 .85rem;background:var(--primary-soft);color:var(--primary-strong)}.mobile-crm-visit-editor .mobile-crm-activity-attachments{margin-top:0}.mobile-crm-visit-editor__actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.65rem;align-items:center}.mobile-crm-visit-editor__cancel,.mobile-crm-visit-editor__delete{min-height:50px;padding:0 1rem}.mobile-crm-visit-editor__delete{border-color:#dc262652;background:#fee2e2b8;color:#b91c1c}html[data-theme=dark] .mobile-app-shell{background:var(--bg-accent);color:var(--text)}html[data-theme=dark] .mobile-app-topbar,html[data-theme=dark] .mobile-app-tabbar{background:#111111f5;border-color:var(--border);box-shadow:0 18px 50px #0000005c}html[data-theme=dark] .mobile-app-brand,html[data-theme=dark] .mobile-app-icon-button,html[data-theme=dark] .mobile-app-tabbar__item{border-color:var(--border-strong);background:#ffffff0f;color:var(--heading)}html[data-theme=dark] .mobile-app-tabbar__item.active,html[data-theme=dark] .mobile-app-icon-button--desktop{border-color:#60a5fa70;background:#3b82f633;color:#bfdbfe}html[data-theme=dark] .mobile-app-message-preview__panel,html[data-theme=dark] .mobile-app-hero,html[data-theme=dark] .mobile-app-action,html[data-theme=dark] .mobile-crm-titlebar,html[data-theme=dark] .mobile-crm-picker,html[data-theme=dark] .mobile-crm-card,html[data-theme=dark] .mobile-crm-customer-card,html[data-theme=dark] .mobile-crm-accordion,html[data-theme=dark] .mobile-crm-modal__sheet,html[data-theme=dark] .mobile-crm-preview-card,html[data-theme=dark] .mobile-crm-preview-row,html[data-theme=dark] .mobile-crm-quick-entry,html[data-theme=dark] .mobile-crm-tabs,html[data-theme=dark] .mobile-crm-history-item,html[data-theme=dark] .mobile-crm-info-list,html[data-theme=dark] .mobile-crm-my-visit,html[data-theme=dark] .incident-mobile-card,html[data-theme=dark] .incident-card,html[data-theme=dark] .incident-form,html[data-theme=dark] .incident-section,html[data-theme=dark] .incident-panel,html[data-theme=dark] .mobile-inspection-card,html[data-theme=dark] .mobile-inspection-panel,html[data-theme=dark] .mobile-inspection-checkpoint,html[data-theme=dark] .inspection-template-card,html[data-theme=dark] .inspection-template-section-card,html[data-theme=dark] .inspection-round-card,html[data-theme=dark] .vacation-card,html[data-theme=dark] .vacation-panel,html[data-theme=dark] .vacation-day,html[data-theme=dark] .vacation-request-card{border-color:var(--border);background:var(--panel);color:var(--text);box-shadow:var(--shadow-soft)}html[data-theme=dark] .mobile-app-action--primary,html[data-theme=dark] .mobile-crm-customer-card__main,html[data-theme=dark] .mobile-crm-selected-images,html[data-theme=dark] .mobile-crm-visit-complete,html[data-theme=dark] .mobile-crm-history-detail-grid span,html[data-theme=dark] .mobile-crm-history-note,html[data-theme=dark] .mobile-crm-activity-attachment,html[data-theme=dark] .incident-mobile-card__meta,html[data-theme=dark] .mobile-inspection-photo-capture,html[data-theme=dark] .vacation-day--muted{border-color:var(--border);background:var(--panel-soft);color:var(--text)}html[data-theme=dark] .mobile-crm-search-field,html[data-theme=dark] .mobile-crm-form input,html[data-theme=dark] .mobile-crm-form select,html[data-theme=dark] .mobile-crm-form textarea,html[data-theme=dark] .mobile-crm-photo-picker,html[data-theme=dark] .mobile-crm-choice-grid button,html[data-theme=dark] .mobile-crm-visit-type-grid button,html[data-theme=dark] .mobile-crm-large-choice-grid button,html[data-theme=dark] .mobile-crm-detail-row,html[data-theme=dark] .mobile-crm-my-visit__edit,html[data-theme=dark] .mobile-crm-history-item__actions button,html[data-theme=dark] .mobile-crm-visit-editor__cancel,html[data-theme=dark] .incident-form input,html[data-theme=dark] .incident-form select,html[data-theme=dark] .incident-form textarea,html[data-theme=dark] .mobile-inspection-form input,html[data-theme=dark] .mobile-inspection-form select,html[data-theme=dark] .mobile-inspection-form textarea,html[data-theme=dark] .vacation-form input,html[data-theme=dark] .vacation-form select,html[data-theme=dark] .vacation-form textarea{border-color:var(--border);background:var(--panel-soft);color:var(--heading)}html[data-theme=dark] .mobile-crm-tabs button,html[data-theme=dark] .mobile-crm-preview-card__header button,html[data-theme=dark] .mobile-crm-preview-card__footer,html[data-theme=dark] .mobile-crm-my-visits__summary em,html[data-theme=dark] .mobile-crm-history-item__toggle em{border-color:var(--border);background:var(--primary-soft);color:#bfdbfe}html[data-theme=dark] .mobile-crm-tabs button.active,html[data-theme=dark] .mobile-crm-choice-grid button.active,html[data-theme=dark] .mobile-crm-visit-type-grid button.active{border-color:#60a5fa75;background:#3b82f63d;color:#dbeafe}html[data-theme=dark] .mobile-crm-status--aktiv,html[data-theme=dark] .mobile-crm-alert--success,html[data-theme=dark] .vacation-day--has-request{background:#22c55e29;color:#bbf7d0}html[data-theme=dark] .mobile-crm-alert--error,html[data-theme=dark] .mobile-crm-visit-editor__delete,html[data-theme=dark] .incident-severity--high,html[data-theme=dark] .incident-severity--critical{border-color:#f8717152;background:#7f1d1d5c;color:#fecaca}html[data-theme=dark] .mobile-crm-logo,html[data-theme=dark] .mobile-crm-contact-avatar,html[data-theme=dark] .mobile-crm-preview-row__avatar{background:linear-gradient(135deg,#60a5fa47,#14b8a63d);color:var(--heading)}html[data-theme=dark] .mobile-crm-activity-attachment img,html[data-theme=dark] .mobile-crm-activity-attachment>span,html[data-theme=dark] .mobile-crm-photo-picker span{background:#3b82f61f}html[data-theme=dark] .mobile-crm-submit{background:var(--primary);color:#fff;box-shadow:0 16px 36px #2563eb42}html[data-theme=dark] .mobile-crm-card h2,html[data-theme=dark] .mobile-crm-customer-card h1,html[data-theme=dark] .mobile-crm-history-item strong,html[data-theme=dark] .mobile-crm-my-visit__main strong,html[data-theme=dark] .mobile-app-message-preview__header strong,html[data-theme=dark] .incident-mobile-card strong,html[data-theme=dark] .mobile-inspection-card strong,html[data-theme=dark] .vacation-card strong{color:var(--heading)}html[data-theme=dark] .mobile-crm-empty,html[data-theme=dark] .mobile-crm-history-item span,html[data-theme=dark] .mobile-crm-history-item small,html[data-theme=dark] .mobile-crm-my-visit__main span,html[data-theme=dark] .mobile-crm-my-visit__main small,html[data-theme=dark] .mobile-app-message-preview__header span,html[data-theme=dark] .incident-mobile-card span,html[data-theme=dark] .mobile-inspection-card span,html[data-theme=dark] .vacation-card span{color:var(--muted)}.mobile-crm-history-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.mobile-crm-history-detail-grid span,.mobile-crm-history-note{display:grid;gap:.18rem;min-width:0;padding:.62rem;border:1px solid var(--border);border-radius:12px;background:var(--panel)}.mobile-crm-history-detail-grid small,.mobile-crm-history-note small{color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.mobile-crm-history-detail-grid strong{font-size:.82rem;overflow-wrap:anywhere}.mobile-crm-history-note p{margin:0;color:var(--heading);font-size:.84rem;line-height:1.45;white-space:pre-wrap}.mobile-crm-activity-attachments{display:grid;grid-template-columns:repeat(auto-fit,minmax(104px,1fr));gap:.5rem;margin-top:.25rem}.mobile-crm-activity-attachment{min-width:0;display:grid;gap:.35rem;padding:.45rem;border:1px solid var(--border);border-radius:12px;background:var(--panel);color:inherit;text-align:left;cursor:pointer}.mobile-crm-activity-attachment img,.mobile-crm-activity-attachment>span{width:100%;height:84px;border-radius:10px;background:#dbeafe75}.mobile-crm-activity-attachment img{object-fit:cover}.mobile-crm-activity-attachment>span{display:grid;place-items:center;color:var(--primary-strong);font-size:.88rem;font-weight:900;letter-spacing:.06em}.mobile-crm-activity-attachment small{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.74rem;font-weight:800;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-crm-history-item--target{border-color:#2563eb85;box-shadow:0 0 0 3px #2563eb24,var(--shadow-soft)}.mobile-crm-alert--success{border-color:#16a34a38;background:#16a34a17;color:var(--success)}.mobile-crm-alert--error{border-color:#dc262638;background:#dc262614;color:var(--danger)}.mobile-crm-accordions{display:grid;gap:.7rem}.mobile-crm-accordion{padding:.95rem 1rem}.mobile-crm-accordion summary{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--heading);font-weight:900;cursor:pointer}.mobile-crm-accordion summary::marker{content:""}.mobile-crm-accordion summary strong{min-width:26px;height:26px;display:inline-grid;place-items:center;border-radius:999px;background:#64748b1f;color:var(--muted);font-size:.76rem}.mobile-crm-detail-row{display:grid;gap:.18rem;padding:.85rem 0 0;border-top:1px solid var(--border);margin-top:.85rem}.mobile-crm-detail-row strong{color:var(--heading);font-size:.88rem}.mobile-crm-detail-row span{color:var(--muted);font-size:.78rem;line-height:1.35}.mobile-notifications-page{display:grid;gap:1rem}.mobile-notifications-push-card,.mobile-notifications-card{border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.mobile-notifications-push-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.mobile-notifications-push-card h2,.mobile-notifications-card h2{margin:0;color:var(--heading);font-size:1rem}.mobile-notifications-push-card p{margin:.28rem 0 0;color:var(--muted);font-size:.86rem;line-height:1.4}.mobile-notifications-push-card button,.mobile-notifications-card__header button{min-height:38px;border:1px solid rgba(37,99,235,.25);border-radius:12px;background:var(--primary-soft);color:var(--primary-strong);font:inherit;font-size:.8rem;font-weight:900;cursor:pointer}.mobile-notifications-card{display:grid;gap:.9rem;padding:1rem}.mobile-notifications-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-notifications-card__header button:disabled{opacity:.5;cursor:not-allowed}.mobile-notifications-list{display:grid;gap:.65rem}.mobile-notification-item{display:grid;gap:.28rem;width:100%;min-width:0;padding:.9rem;border:1px solid var(--border);border-radius:15px;background:var(--panel-elevated);color:var(--text);text-align:left;font:inherit;cursor:pointer}.mobile-notification-item--unread{border-color:#2563eb59;background:linear-gradient(180deg,rgba(37,99,235,.09),var(--panel-elevated));box-shadow:inset 4px 0 0 var(--primary)}.mobile-notification-item span{min-width:0;color:var(--primary-strong);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;overflow-wrap:anywhere}.mobile-notification-item strong{min-width:0;color:var(--heading);font-size:.95rem;line-height:1.35;overflow-wrap:anywhere}.mobile-notification-item small,.mobile-notification-item em{min-width:0;color:var(--muted);line-height:1.35;overflow-wrap:anywhere}.mobile-survey-page{display:grid;gap:1rem}.mobile-survey-card,.mobile-survey-detail-card{display:grid;gap:.9rem;padding:1rem;border:1px solid var(--border);border-radius:18px;background:var(--panel);box-shadow:var(--shadow-soft)}.mobile-survey-card__header,.mobile-survey-detail-card__intro,.mobile-survey-form,.mobile-survey-list{display:grid;gap:.75rem}.mobile-survey-card__header{grid-template-columns:minmax(0,1fr) auto;align-items:center}.mobile-survey-card__header h2,.mobile-survey-detail-card__intro h2{margin:0;color:var(--heading)}.mobile-survey-card__header h2{font-size:1rem}.mobile-survey-card__header span,.mobile-survey-detail-card__intro>span,.mobile-survey-facts span{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 .6rem;border:1px solid var(--border);border-radius:999px;background:var(--panel-soft);color:var(--muted);font-size:.78rem;font-weight:900}.mobile-survey-list{max-height:35vh;overflow:auto;padding-right:.15rem}.mobile-survey-list-item{display:grid;gap:.28rem;width:100%;padding:.9rem;border:1px solid var(--border);border-radius:15px;background:var(--panel-elevated);color:var(--text);text-align:left;font:inherit;cursor:pointer}.mobile-survey-list-item.active{border-color:#2563eb61;background:linear-gradient(180deg,rgba(37,99,235,.09),var(--panel-elevated));box-shadow:inset 4px 0 0 var(--primary)}.mobile-survey-list-item span{color:var(--primary-strong);font-size:.72rem;font-weight:900;text-transform:uppercase}.mobile-survey-list-item strong{color:var(--heading);line-height:1.35}.mobile-survey-list-item small,.mobile-survey-detail-card__intro p,.mobile-survey-complete span{color:var(--muted);line-height:1.42}.mobile-survey-detail-card__intro h2{font-size:1.35rem;line-height:1.08}.mobile-survey-detail-card__intro p{margin:0}.mobile-survey-facts{display:flex;flex-wrap:wrap;gap:.5rem}.mobile-survey-form .public-survey-question{padding:.9rem;border-radius:15px}.mobile-survey-form .survey-answer-options--scale{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-survey-form .survey-answer-options--binary{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-survey-complete{display:grid;gap:.35rem;padding:1rem;border:1px solid rgba(22,163,74,.28);border-radius:15px;background:var(--success-soft)}.mobile-survey-complete strong{color:var(--heading)}.mobile-notification-item em{font-style:normal;font-size:.76rem;font-weight:800}.vacation-page{display:grid;gap:1.25rem}.vacation-header,.vacation-toolbar,.vacation-calendar-card,.vacation-side-card{border:1px solid var(--border);background:var(--panel-elevated);box-shadow:var(--shadow-soft)}.vacation-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.35rem 1.5rem;border-radius:22px}.vacation-header h2{margin:0;color:var(--heading);font-size:clamp(1.75rem,3vw,2.35rem);line-height:1}.vacation-header p{margin:.55rem 0 0;color:var(--muted);max-width:58ch}.vacation-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;flex-wrap:wrap}.vacation-header__actions strong{min-height:38px;display:inline-flex;align-items:center;padding:0 1rem;border:1px solid var(--border);border-radius:10px;background:var(--panel);color:var(--heading)}.vacation-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-radius:18px}.vacation-toolbar select{min-height:42px;min-width:220px;border:1px solid var(--border);border-radius:10px;padding:0 .8rem;background:var(--panel);color:var(--heading)}.vacation-legend{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-wrap:wrap;color:var(--muted);font-weight:700;font-size:.88rem}.vacation-legend span{display:inline-flex;align-items:center;gap:.4rem}.vacation-dot{width:9px;height:9px;border-radius:999px;display:inline-block;background:var(--primary)}.vacation-dot--approved{background:var(--success)}.vacation-dot--planned{background:#22c55e;box-shadow:0 0 0 2px #22c55e2e}.vacation-dot--request{background:#f97316}.vacation-dot--absence{background:#8b5cf6}.vacation-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:1.25rem;background:#0f172a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vacation-assign-modal{width:min(560px,100%);max-height:calc(100vh - 2.5rem);overflow:auto;display:grid;gap:1rem;padding:1.2rem;border:1px solid rgba(203,213,225,.74);border-radius:18px;background:var(--panel);box-shadow:0 24px 70px #0f172a42}.vacation-assign-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.vacation-assign-modal__header h3{margin:0;color:var(--heading);font-size:1.35rem}.vacation-assign-modal__dates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.vacation-assign-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem;border:1px solid rgba(37,99,235,.18);border-radius:14px;background:#eff6ff}.vacation-assign-summary span{color:var(--muted);font-weight:800}.vacation-assign-summary strong{color:var(--primary);font-size:1.1rem}.vacation-assign-modal__actions{display:flex;justify-content:flex-end;gap:.75rem}.vacation-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1.25rem;align-items:start}.vacation-calendar-card{overflow:hidden;border-radius:22px}.vacation-weekdays,.vacation-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.vacation-weekdays{background:var(--panel-soft);border-bottom:1px solid var(--border)}.vacation-weekdays strong{min-height:44px;display:grid;place-items:center;color:var(--text);font-size:.88rem}.vacation-day{min-height:138px;display:grid;align-content:space-between;gap:.65rem;padding:.7rem;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--panel)}.vacation-day:nth-child(7n){border-right:0}.vacation-day--muted{background:color-mix(in srgb,var(--panel-soft) 70%,var(--panel) 30%);color:var(--muted)}.vacation-day--has-request{box-shadow:inset 0 0 0 2px #f9731614}.vacation-day__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.vacation-day__top strong{color:var(--heading)}.vacation-day__top span{color:var(--muted);font-size:.78rem;font-weight:800}.vacation-day__events{display:grid;gap:.35rem}.vacation-day__events small{color:var(--muted);font-weight:800}.vacation-event{min-height:28px;display:flex;align-items:center;padding:0 .55rem;border-radius:7px;overflow:hidden;color:#166534;font-size:.78rem;font-weight:800;white-space:nowrap;text-overflow:ellipsis}.vacation-event--approved{border:1px solid rgba(34,197,94,.34);background:#22c55e1f}.vacation-event--button{width:100%;cursor:pointer;font:inherit;text-align:left}.vacation-event--button:hover{border-color:#16a34a8f;background:#22c55e33}.vacation-event--request-preview{justify-content:space-between;gap:.4rem;border:1px solid rgba(249,115,22,.34);background:repeating-linear-gradient(135deg,#f973162e 0,#f973162e 5px,#fff7edeb 5px,#fff7edeb 10px);color:#9a3412}.vacation-event--request-preview span{min-width:0;overflow:hidden;text-overflow:ellipsis}.vacation-event--request-preview em{color:#c2410c;font-size:.68rem;font-style:normal;flex:0 0 auto}.vacation-sidebar{display:grid;gap:1rem}.vacation-side-card{display:grid;gap:1rem;padding:1rem;border-radius:18px}.vacation-side-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.vacation-side-card h3{margin:0;color:var(--heading)}.vacation-side-card__header span{min-width:26px;height:26px;display:inline-grid;place-items:center;border-radius:999px;background:var(--danger);color:#fff;font-weight:900}.vacation-coverage{color:var(--success)}.vacation-coverage--warning{color:var(--warning)}.vacation-coverage--critical{color:var(--danger)}.vacation-coverage>div:first-child{display:grid;gap:.35rem;padding-left:.85rem;border-left:5px solid currentColor}.vacation-coverage span,.vacation-coverage p{color:var(--muted)}.vacation-coverage strong{color:currentColor;font-size:2.2rem;line-height:1}.vacation-coverage p{margin:0;font-weight:800}.vacation-coverage dl{display:grid;gap:.65rem;margin:0}.vacation-coverage dl div{display:flex;justify-content:space-between;gap:1rem}.vacation-coverage dt{color:var(--muted)}.vacation-coverage dd{margin:0;color:var(--heading);font-weight:900;text-align:right}.vacation-upcoming{display:grid;gap:.8rem}.vacation-request-list{display:grid;gap:.85rem}.vacation-request-item{display:grid;gap:.7rem;padding:.85rem;border:1px solid var(--border);border-radius:16px;background:var(--panel-soft)}.vacation-request-item--risk{border-color:#f9731659;background:linear-gradient(180deg,rgba(255,247,237,.76),var(--panel-soft))}.vacation-request-item__header{display:flex;align-items:center;gap:.75rem}.vacation-request-item__header>span{width:38px;height:38px;border-radius:999px;display:inline-grid;place-items:center;background:#ede9fe;color:#6d28d9;font-size:.78rem;font-weight:900;flex:0 0 auto}.vacation-request-item__header div{min-width:0;display:grid;gap:.15rem}.vacation-request-item__header strong{color:var(--heading)}.vacation-request-item__header small,.vacation-request-item p{color:var(--muted)}.vacation-request-item p{margin:0;line-height:1.45}.vacation-skill-panel{display:grid;gap:.55rem;padding:.7rem;border:1px solid rgba(148,163,184,.24);border-radius:12px;background:#ffffffb8}.vacation-skill-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.vacation-skill-panel__header strong{color:var(--heading);font-size:.82rem}.vacation-skill-panel__header span{color:var(--success);font-size:.74rem;font-weight:900}.vacation-skill-panel__header span.is-risk{color:var(--warning)}.vacation-skill-chips{display:flex;flex-wrap:wrap;gap:.35rem}.vacation-skill-chips span{max-width:100%;padding:.25rem .5rem;border-radius:999px;background:#e0ecff;color:#1d4ed8;font-size:.74rem;font-weight:900;overflow-wrap:anywhere}.vacation-skill-chips em{color:var(--muted);font-size:.78rem;font-style:normal}.vacation-skill-conflicts{display:grid;gap:.4rem}.vacation-skill-conflicts div{display:grid;gap:.1rem;padding-left:.55rem;border-left:3px solid rgba(249,115,22,.5)}.vacation-skill-conflicts strong{color:var(--heading);font-size:.8rem}.vacation-skill-conflicts small{color:var(--muted);line-height:1.35}.vacation-request-item__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.vacation-request-item__actions button{min-height:36px;border-radius:10px;border:1px solid rgba(22,163,74,.28);background:#16a34a1a;color:var(--success);cursor:pointer;font-weight:900}.vacation-request-item__actions button:last-child{border-color:#dc26263d;background:#dc262614;color:var(--danger)}.vacation-upcoming__item{display:flex;align-items:center;gap:.75rem}.vacation-upcoming__item>span{width:38px;height:38px;border-radius:999px;display:inline-grid;place-items:center;background:#ede9fe;color:#6d28d9;font-size:.78rem;font-weight:900;flex:0 0 auto}.vacation-upcoming__item div{min-width:0;display:grid;gap:.15rem}.vacation-upcoming__item strong,.vacation-upcoming__item small{overflow-wrap:anywhere}.vacation-upcoming__item strong{color:var(--heading)}.vacation-upcoming__item small{color:var(--muted)}@media (min-width: 680px){.mobile-app-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.mobile-app-content{padding-inline:.75rem}.mobile-app-brand{width:min(230px,calc(100vw - 136px));min-height:54px;padding-inline:.65rem}.mobile-app-topbar{padding-inline:.75rem}.mobile-app-tabbar__item{min-width:0;flex:1}}@media (max-width: 1180px){.vacation-header,.vacation-toolbar{align-items:stretch;flex-direction:column}.vacation-header__actions,.vacation-legend{justify-content:flex-start}.vacation-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width: 760px){.vacation-modal-backdrop{padding:.75rem;place-items:end center}.vacation-assign-modal{max-height:calc(100vh - 1.5rem)}.vacation-assign-modal__dates,.vacation-assign-modal__actions{grid-template-columns:1fr}.vacation-assign-modal__actions{display:grid}.vacation-calendar-card{overflow-x:auto}.vacation-weekdays,.vacation-calendar{min-width:860px}.vacation-day{min-height:120px}}.incident-hero{align-items:stretch}.incident-summary-panel{min-width:340px}.incident-summary-panel__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.incident-trend{display:grid;gap:.75rem;margin-top:1rem}.incident-trend svg{width:100%;height:92px;overflow:visible}.incident-trend polyline{fill:none;stroke:#ffffffdb;stroke-width:2}.incident-trend__labels{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.25rem;color:#ffffffb8;font-size:.76rem}.incident-workspace{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.9fr) 320px}.incident-workspace--directory{grid-template-columns:minmax(0,1fr)}.incident-workspace__main{display:grid;gap:1.5rem}.incident-workspace__side{display:grid;gap:1rem;align-self:start}.incident-filter-bar{display:grid;gap:.85rem;grid-template-columns:1.3fr repeat(3,minmax(0,.75fr));margin-bottom:1rem}.incident-directory-card{padding:0;overflow:hidden}.incident-layout--full{grid-template-columns:minmax(0,1fr)}.incident-directory-card__header,.incident-directory-toolbar,.incident-directory-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid var(--border)}.incident-directory-toolbar{flex-wrap:wrap}.incident-switch-card{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 14px 0 12px;border:1px solid var(--border);border-radius:14px;background:var(--panel);color:var(--heading);font-weight:800;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,color .18s ease}.incident-switch-card input{position:absolute;opacity:0;pointer-events:none}.incident-switch-card__control{width:38px;height:22px;padding:2px;border-radius:999px;background:#e2e8f0;box-shadow:inset 0 0 0 1px #64748b3d;transition:background .18s ease,box-shadow .18s ease}.incident-switch-card__control:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0f172a33;transition:transform .18s ease}.incident-switch-card:has(input:checked){border-color:#2563eb66;background:#eff6ff;color:var(--primary-strong);box-shadow:0 12px 30px #2563eb1f}.incident-switch-card:has(input:focus-visible){outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.incident-switch-card:has(input:checked) .incident-switch-card__control{background:var(--primary);box-shadow:inset 0 0 0 1px #1d4ed833}.incident-switch-card:has(input:checked) .incident-switch-card__control:after{transform:translate(16px)}.incident-directory-toolbar__filters{display:grid;grid-template-columns:minmax(300px,1.3fr) repeat(5,minmax(165px,.65fr));gap:12px;flex:1 1 940px}.incident-directory-toolbar__filters select{min-height:48px;padding:0 16px;border-radius:14px;border:1px solid var(--border);background:var(--panel);color:var(--text);outline:none}.incident-table-wrap{overflow:auto}.incident-table{width:100%;border-collapse:collapse}.incident-table.user-table{min-width:1120px}.incident-category-settings-card{width:100%}.incident-category-settings-card .incident-directory-toolbar__filters{grid-template-columns:minmax(260px,1fr) minmax(260px,1fr) minmax(140px,180px);flex-basis:100%}.incident-category-table.user-table{min-width:0;table-layout:fixed}.incident-category-table th:nth-child(1),.incident-category-table td:nth-child(1){width:130px}.incident-category-table th:nth-child(2),.incident-category-table td:nth-child(2){width:260px}.incident-category-table th:nth-child(3),.incident-category-table td:nth-child(3){width:270px}.incident-category-table th:nth-child(5),.incident-category-table td:nth-child(5){width:130px}.incident-category-table th:nth-child(6),.incident-category-table td:nth-child(6){width:240px}.incident-category-table .incident-table__actions{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.incident-category-table input{min-height:40px;padding:9px 12px}.incident-table th,.incident-table td{padding:.95rem .9rem;border-bottom:1px solid var(--border-soft);font-size:.95rem;text-align:left}.incident-table tbody tr{cursor:pointer;transition:background .16s ease}.incident-table tbody tr:hover,.incident-table tbody tr.is-selected{background:#4668ff14}.incident-table tbody tr.is-selected{box-shadow:inset 4px 0 #2563eb}.incident-table__case{display:flex;align-items:center;gap:14px;min-width:240px}.incident-table__case-copy{display:grid;gap:4px}.incident-table__case-copy strong{color:var(--heading)}.incident-table__case-copy span{color:var(--muted);font-size:.92rem}.incident-severity-dot{width:12px;height:12px;border-radius:999px;flex:0 0 auto}.incident-severity-dot.is-low{background:#3bb273}.incident-severity-dot.is-medium{background:#f59e0b}.incident-severity-dot.is-high{background:#f97316}.incident-severity-dot.is-critical{background:#dc2626}.incident-row-actions{display:flex;justify-content:center;gap:.5rem}.incident-directory-footer{border-bottom:0}.btn-secondary--compact{min-height:38px;padding:0 14px;border-radius:12px}.btn-secondary--danger{color:#dc2626;border-color:#dc262647;background:#fff5f5}.btn-secondary--danger:hover{border-color:#dc26267a;background:#fee2e2}.incident-detail-card__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.incident-detail-card--active,.crm-detail-card--active{border-color:#2563eb47;box-shadow:0 18px 36px #94a3b829}.incident-focus-strip,.crm-focus-strip{display:grid;gap:.85rem;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:1.15rem}.incident-focus-strip__item,.crm-focus-strip__item{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;border:1px solid var(--border-soft);background:linear-gradient(180deg,#4668ff0f,#4668ff05)}.incident-focus-strip__item strong,.crm-focus-strip__item strong{color:var(--heading);font-size:.98rem}.incident-empty-detail{min-height:260px;align-content:center}.workspace-modal-backdrop,.crm-detail--modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;padding:32px 32px 24px 124px;background:#0f172a57;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:auto}.workspace-modal-backdrop{display:flex;justify-content:center;align-items:flex-start}.crm-detail--modal{display:grid;justify-items:center;align-content:start;gap:18px}.workspace-modal-card{width:min(1180px,calc(100vw - 64px));max-height:calc(100vh - 48px);overflow:auto;border-radius:28px;box-shadow:0 36px 90px #0f172a3d}.workspace-modal-card--incident{width:min(1240px,calc(100vw - 64px))}.workspace-modal-card--crm{width:min(1280px,calc(100vw - 64px))}.workspace-modal-card--crm-secondary{margin-top:-2px}.incident-editor{display:grid;gap:1.4rem}.incident-editor__grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.incident-editor__section{display:grid;gap:1rem;padding-top:1rem;border-top:1px solid var(--border-soft)}.incident-editor__footer{display:flex;justify-content:flex-end;align-items:center;gap:.85rem;margin-top:.35rem;padding:1rem;border:1px solid var(--border-soft);border-radius:20px;background:linear-gradient(180deg,rgba(248,250,252,.98),var(--surface-panel));box-shadow:0 16px 36px #0f172a14}.incident-editor__footer .btn,.incident-editor__footer .btn-secondary{min-height:56px;padding:0 1.25rem;border-radius:16px;font-size:.95rem;font-weight:900}.incident-editor__save-button{min-width:240px;box-shadow:0 14px 28px #2563eb3d}.incident-editor__save-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #2563eb4d}.incident-editor__delete-button{min-width:132px;border-color:#dc262647;background:#fff7f7;color:#b91c1c}.incident-editor__delete-button:hover{border-color:#dc262673;background:#fee2e2;color:#991b1b}.incident-five-whys{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.incident-action-list{display:grid;gap:.8rem}.incident-action-row{display:grid;gap:.75rem;grid-template-columns:minmax(0,1.5fr) .8fr 1fr .85fr .85fr 48px;align-items:center}.incident-detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.incident-detail-section{display:grid;gap:.85rem;padding:1.1rem;border:1px solid var(--border-soft);border-radius:22px;background:var(--surface-panel)}.incident-timeline,.incident-comment-list,.incident-side-list,.incident-attachment-list{display:grid;gap:.75rem}.incident-timeline__item,.incident-comment,.incident-side-list__item,.incident-attachment{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:18px;border:1px solid var(--border-soft);background:var(--surface-card);text-align:left}.incident-side-list__item,.incident-attachment{cursor:pointer}.incident-attachment-gallery{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.incident-attachment-card{display:grid;gap:.85rem;padding:.9rem;border:1px solid var(--border-soft);border-radius:20px;background:var(--surface-card)}.incident-attachment-card__actions{display:flex;flex-wrap:wrap;gap:.6rem}.incident-attachment-card__actions .btn-secondary{flex:1 1 120px}.incident-attachment-card__preview{display:grid;place-items:center;width:100%;min-height:150px;aspect-ratio:4 / 3;overflow:hidden;border:1px solid var(--border-soft);border-radius:16px;background:linear-gradient(135deg,#4668ff14,#94a3b814),var(--surface-panel);color:var(--text-muted);cursor:pointer}.incident-attachment-card__preview img{width:100%;height:100%;object-fit:cover}.incident-attachment-card__preview span,.incident-attachment-card__placeholder{font-weight:800;letter-spacing:.08em}.incident-attachment-card__placeholder{padding:0 1rem;font-size:.78rem;text-align:center}.incident-attachment-card__placeholder.is-error{color:#dc2626;letter-spacing:0}.incident-attachment-card__meta{display:grid;gap:.25rem;min-width:0}.incident-attachment-card__meta strong,.incident-attachment-card__meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.incident-attachment-card__meta span{color:var(--text-muted);font-size:.85rem;font-weight:600}.incident-attachment-viewer-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:2rem;background:#0f172ab8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.incident-attachment-viewer-modal__sheet{width:min(1100px,100%);max-height:min(88vh,980px);display:grid;gap:1rem;padding:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5),var(--surface-card);box-shadow:0 28px 80px #0f172a4d}.incident-attachment-viewer-modal__header,.incident-attachment-viewer-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.incident-attachment-viewer-modal__header strong,.incident-attachment-viewer-modal__header span{display:block}.incident-attachment-viewer-modal__header span{color:var(--text-muted);font-size:.85rem}.incident-attachment-viewer-modal__body{min-height:280px;overflow:auto;border-radius:22px;border:1px solid var(--border-soft);background:radial-gradient(circle at top,rgba(70,104,255,.08),transparent 45%),#f8fafceb}.incident-attachment-viewer-modal__image{display:block;width:100%;max-height:calc(88vh - 180px);object-fit:contain;margin:0 auto}.incident-attachment-viewer-modal__pdf{display:block;width:100%;min-height:calc(88vh - 180px);border:0;background:#fff}.incident-attachment-viewer-modal__placeholder,.incident-attachment-viewer-modal__file-card{min-height:280px;display:grid;place-items:center;align-content:center;gap:.75rem;padding:2rem;text-align:center}.incident-attachment-viewer-modal__placeholder{color:var(--text-muted);font-weight:700}.incident-attachment-viewer-modal__placeholder.is-error{color:#b42318}.incident-attachment-viewer-modal__file-card span{color:var(--brand-600);font-size:1.2rem;font-weight:800;letter-spacing:.1em}.incident-attachment-viewer-modal__file-card strong{font-size:1rem;color:var(--heading)}.incident-attachment-viewer-modal__file-card p{max-width:42ch;margin:0;color:var(--text-muted)}.incident-closure-box{display:grid;gap:.65rem;padding:1rem;border-radius:18px;background:#4668ff14}.incident-closure-box ul{margin:0;padding-left:1.1rem;display:grid;gap:.35rem}.incident-header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.incident-header-bar__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.incident-reporter-shell,.incident-reporter-main,.incident-reporter-side,.incident-reporter-sidecard,.incident-reporter-section{display:grid;gap:1rem}.incident-reporter-hero{gap:1.4rem}.incident-reporter-hero__top,.incident-reporter-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.incident-reporter-link{color:var(--primary-strong);text-decoration:none;font-weight:700}.incident-reporter-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.incident-reporter-step{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:flex-start;gap:.85rem;padding-top:1rem;border-right:0;border-bottom:0;border-left:0;border-top:2px solid var(--border);background:transparent;color:var(--muted);text-align:left;font:inherit;cursor:default}.incident-reporter-step.is-active{border-top-color:var(--primary);color:var(--text)}.incident-reporter-step.is-complete{border-top-color:#16a34a73;cursor:pointer}.incident-reporter-step:disabled{opacity:.72}.incident-reporter-step__number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:#94a3b829;color:var(--heading);font-weight:800;flex:0 0 auto}.incident-reporter-step.is-active .incident-reporter-step__number{background:linear-gradient(180deg,var(--primary) 0%,var(--primary-strong) 100%);color:#fff}.incident-reporter-step.is-complete .incident-reporter-step__number{background:#16a34a1f;color:#15803d}.incident-reporter-step strong,.incident-reporter-step span{display:block}.incident-reporter-step span{margin-top:.2rem;font-size:.92rem}.incident-reporter-layout{display:grid;grid-template-columns:minmax(0,1.65fr) 320px;gap:1rem;align-items:start}.incident-reporter-main{padding:1.5rem}.incident-reporter-section+.incident-reporter-section{padding-top:1.2rem;border-top:1px solid var(--border)}.incident-reporter-fields{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.incident-reporter-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.incident-reporter-type-card,.incident-reporter-history__item{display:grid;gap:.45rem;text-align:left;padding:1rem;border-radius:18px;border:1px solid var(--border);background:var(--panel);color:var(--text);cursor:pointer}.incident-reporter-type-card.is-selected{border-color:#2563eb6b;background:#2563eb14;box-shadow:inset 0 0 0 1px #2563eb14}.incident-reporter-type-card span,.incident-reporter-upload span,.incident-reporter-history__item span{color:var(--muted)}.incident-reporter-upload{display:grid;gap:.45rem;justify-items:center;padding:1.6rem;border:1px dashed var(--border-strong);border-radius:18px;background:var(--panel-soft);text-align:center;cursor:pointer}.incident-reporter-upload--large{min-height:132px;place-content:center;border-width:2px}.incident-simple-textarea{min-height:170px;font-size:1rem}.incident-simple-textarea--compact{min-height:104px}.incident-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.incident-choice-grid--severity{grid-template-columns:repeat(3,minmax(0,1fr))}.incident-choice-card{min-height:58px;border:1px solid var(--border);border-radius:14px;background:var(--panel);color:var(--heading);font-weight:800;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.incident-choice-card.is-selected{border-color:#2563eb80;background:#2563eb14;box-shadow:inset 0 0 0 1px #2563eb1f}.incident-choice-card--low.is-selected{border-color:#16a34a8c;background:#16a34a1a}.incident-choice-card--medium.is-selected{border-color:#f59e0b9e;background:#f59e0b1f}.incident-choice-card--critical.is-selected{border-color:#dc262694;background:#dc26261a}.incident-reporter-upload__files,.incident-reporter-history{display:grid;gap:.65rem}.incident-reporter-upload__files span{display:inline-flex;width:fit-content;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#2563eb14;color:var(--primary-strong);font-weight:600}.incident-reporter-section--review{border:1px solid var(--border);border-radius:22px;padding:1.2rem;background:linear-gradient(180deg,#2563eb0a,#ffffffd9)}.incident-reporter-review{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}.incident-reporter-review span{display:block;margin-bottom:.25rem;color:var(--muted);font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.incident-reporter-sidecard{padding:1.25rem}.incident-reporter-footer--sticky{position:sticky;bottom:0;z-index:4;margin:0 -1.5rem -1.5rem;padding:1rem 1.5rem;border-top:1px solid var(--border);background:color-mix(in srgb,var(--surface-card) 88%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.incident-reporter-footer--sticky .btn{min-height:52px;width:min(100%,320px)}.incident-reporter-footer--sticky .btn-secondary{min-height:52px}.incident-reporter-confirmation{display:grid;gap:1.2rem}.incident-reporter-confirmation__actions{display:flex;gap:.75rem;flex-wrap:wrap}.incident-reporter-tip-list{margin:0;padding-left:1.1rem;color:var(--text);display:grid;gap:.7rem}.incident-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.incident-stat-card{position:relative;overflow:hidden;min-height:138px;padding:1.2rem 1.25rem;border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--panel) 92%,white 8%),color-mix(in srgb,var(--panel-soft) 92%,black 8%));border:1px solid var(--border)}.incident-stat-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;border-radius:24px 24px 0 0;background:currentColor;opacity:.95}.incident-stat-card__label{color:var(--muted);font-size:.79rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.incident-stat-card__content{display:grid;gap:.4rem;margin-top:1rem}.incident-stat-card__content strong{font-size:2.05rem;color:var(--heading)}.incident-stat-card__content span{color:var(--muted);font-size:.95rem}.incident-stat-card--danger{color:#ef4444}.incident-stat-card--warning{color:#f59e0b}.incident-stat-card--primary{color:#3b82f6}.incident-stat-card--success{color:#22c55e}.incident-stat-card--neutral{color:#8b5cf6}.incident-quick-filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.incident-quick-filter{display:inline-flex;align-items:center;gap:.55rem;min-height:44px;padding:0 1rem;border-radius:999px;border:1px solid var(--border);background:var(--panel-soft);color:var(--text);font-weight:600;transition:.16s ease}.incident-quick-filter strong{display:inline-flex;min-width:24px;min-height:24px;align-items:center;justify-content:center;padding:0 .45rem;border-radius:999px;background:#94a3b829;color:var(--heading);font-size:.84rem}.incident-quick-filter:hover,.incident-quick-filter.is-active{border-color:#2563eb4d;background:#2563eb14;color:#1d4ed8}.incident-quick-filter.is-danger strong{background:#ef44441f;color:#dc2626}.incident-quick-filter.is-warning strong{background:#f59e0b29;color:#d97706}.incident-quick-filter.is-primary strong{background:#3b82f624;color:#2563eb}.incident-quick-filter--ghost{background:transparent;color:var(--muted)}.incident-workspace--split{grid-template-columns:minmax(0,1.65fr) minmax(360px,.95fr);align-items:start}.incident-directory-card--split{min-width:0}.incident-table.user-table{min-width:1220px}.incident-table__row--low:not(.is-selected){box-shadow:inset 4px 0 #22c55e}.incident-table__row--medium:not(.is-selected){box-shadow:inset 4px 0 #f59e0b}.incident-table__row--high:not(.is-selected){box-shadow:inset 4px 0 #f97316}.incident-table__row--critical:not(.is-selected){box-shadow:inset 4px 0 #ef4444}.incident-table__number{color:var(--muted);font-weight:700;white-space:nowrap}.incident-table__deadline{display:grid;gap:.2rem}.incident-table__deadline span{color:var(--muted);font-size:.84rem}.incident-table__deadline.is-overdue strong,.incident-table__deadline.is-overdue span,.incident-text-danger{color:#dc2626}.incident-table__assignee{display:inline-flex;align-items:center;gap:.6rem}.incident-assignee-avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:linear-gradient(135deg,#fb923c,#f97316);color:#fff;font-size:.75rem;font-weight:800;letter-spacing:.04em}.incident-badge{display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:.35rem .8rem;border-radius:999px;font-size:.84rem;font-weight:700;white-space:nowrap}.incident-badge svg{width:16px;height:16px;flex:0 0 auto}.incident-badge--category{border:1px solid transparent}.incident-badge--hse{background:#22c55e1f;color:#15803d}.incident-badge--quality{background:#8b5cf61f;color:#7c3aed}.incident-badge--environment{background:#10b9811f;color:#059669}.incident-badge--customer{background:#3b82f61f;color:#2563eb}.incident-badge--supplier{background:#0ea5e91f;color:#0284c7}.incident-badge--audit{background:#6366f11f;color:#4f46e5}.incident-badge--improvement{background:#f59e0b24;color:#b45309}.incident-badge--internal{background:#ef44441f;color:#dc2626}.incident-badge--low{background:#22c55e1f;color:#15803d}.incident-badge--medium{background:#f59e0b24;color:#b45309}.incident-badge--high{background:#f9731624;color:#c2410c}.incident-badge--critical{background:#ef44441f;color:#dc2626}.incident-detail-pane{display:grid;gap:1rem;align-self:start;padding:0;overflow:hidden}.incident-detail-pane__empty{display:grid;gap:.6rem;min-height:260px;place-content:center;padding:2rem;text-align:center}.incident-detail-pane__header,.incident-detail-pane__meta,.incident-detail-pane__tabs,.incident-detail-pane__sections{padding-left:1.25rem;padding-right:1.25rem}.incident-detail-pane__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-top:1.25rem}.incident-detail-pane__headline{display:grid;gap:.55rem}.incident-detail-pane__headline h3{margin:0;color:var(--heading)}.incident-detail-pane__number-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.incident-detail-pane__meta{display:grid;gap:1rem .75rem;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:.25rem}.incident-detail-pane__meta>div{display:grid;gap:.35rem}.incident-detail-pane__customer-meta{border-left:3px solid var(--primary);border-radius:.65rem;background:#2563eb14;padding:.65rem .8rem}.incident-detail-pane__customer-meta strong{color:var(--heading);font-size:1rem}.incident-detail-pane__meta span:first-child{color:var(--muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.incident-detail-pane__tabs{display:flex;align-items:center;gap:1rem;overflow:auto;padding-top:.4rem;padding-bottom:.8rem;border-bottom:1px solid var(--border)}.incident-detail-pane__tabs span{color:var(--muted);font-weight:700;white-space:nowrap}.incident-detail-pane__tabs .is-active{color:#2563eb;position:relative}.incident-detail-pane__tabs .is-active:after{content:"";position:absolute;left:0;right:0;bottom:-.82rem;height:2px;border-radius:999px;background:#2563eb}.incident-detail-pane__sections{display:grid;gap:1rem;padding-top:1rem;padding-bottom:1.25rem;max-height:calc(100vh - 280px);overflow:auto}.incident-detail-workspace{min-width:0}.incident-detail-workspace .incident-detail-pane__sections{max-height:none}.incident-detail-pane__workflow-actions{display:flex;flex-wrap:wrap;gap:.85rem;align-items:stretch;margin-top:.35rem}.incident-detail-pane__workflow-actions .btn,.incident-detail-pane__workflow-actions .btn-secondary{min-height:54px;padding:0 1.25rem;border-radius:16px;font-size:.95rem;font-weight:900}.incident-workflow-primary{min-width:180px;box-shadow:0 14px 26px #2563eb3d}.incident-workflow-primary:hover{transform:translateY(-1px);box-shadow:0 18px 32px #2563eb4d}.incident-workflow-secondary{min-width:136px}.incident-detail-section--overview p{margin:0}.incident-risk-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.incident-risk-grid>div,.incident-side-list__meta{display:grid;gap:.35rem}.incident-risk-grid span,.incident-side-list__meta span{color:var(--muted);font-size:.84rem}.incident-side-list__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.incident-analysis-list{display:grid;gap:.75rem}.incident-case-view{display:grid;gap:.85rem}.incident-case-accordion{border:1px solid var(--border-soft);border-radius:16px;background:var(--surface-panel);overflow:hidden}.incident-case-accordion summary{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;cursor:pointer;list-style:none}.incident-case-accordion summary::-webkit-details-marker{display:none}.incident-case-accordion summary:after{content:"v";color:var(--muted);font-weight:800;transition:transform .16s ease}.incident-case-accordion[open] summary:after{transform:rotate(180deg)}.incident-case-accordion summary span,.incident-case-accordion summary small{display:grid;gap:.2rem}.incident-case-accordion summary small{color:var(--muted);font-size:.86rem;font-weight:500}.incident-case-accordion__body{display:grid;gap:1rem;padding:0 1rem 1rem}.incident-risk-score{display:grid;gap:.35rem;align-content:center;min-height:74px;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--border);background:var(--panel)}.incident-risk-score span{color:var(--muted);font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.incident-action-row--case{grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr) .8fr 1fr .85fr .85fr 48px}@media (max-width: 1260px){.incident-workspace,.incident-reporter-layout{grid-template-columns:minmax(0,1fr)}.incident-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.incident-reporter-steps,.incident-directory-toolbar__filters,.incident-editor__grid,.incident-detail-grid,.incident-reporter-fields,.incident-reporter-type-grid,.incident-choice-grid,.incident-reporter-review,.incident-filter-bar,.incident-action-row,.incident-five-whys,.incident-focus-strip,.crm-focus-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-modal-backdrop,.crm-detail--modal{padding:24px}.crm-issue-overview-toolbar{grid-template-columns:minmax(0,1fr)}}@media (max-width: 780px){.incident-header-bar,.incident-directory-card__header,.incident-directory-toolbar,.incident-directory-footer,.incident-reporter-hero__top,.incident-reporter-footer{align-items:stretch}.incident-stat-grid,.incident-reporter-steps,.incident-risk-grid,.incident-detail-pane__meta,.incident-side-list__meta,.incident-directory-toolbar__filters,.incident-editor__grid,.incident-detail-grid,.incident-reporter-fields,.incident-reporter-type-grid,.incident-choice-grid,.incident-choice-grid--severity,.incident-reporter-review,.incident-filter-bar,.incident-action-row,.incident-five-whys,.incident-focus-strip,.crm-focus-strip{grid-template-columns:minmax(0,1fr)}.workspace-modal-backdrop,.crm-detail--modal{padding:16px}.workspace-modal-card,.workspace-modal-card--incident,.workspace-modal-card--crm{width:min(100vw - 16px,100%);max-height:calc(100vh - 20px)}.incident-detail-pane__sections{max-height:none}.incident-detail-pane__workflow-actions,.incident-editor__footer{display:grid;grid-template-columns:minmax(0,1fr)}.incident-detail-pane__workflow-actions .btn,.incident-detail-pane__workflow-actions .btn-secondary,.incident-editor__footer .btn,.incident-editor__footer .btn-secondary{width:100%;min-width:0;justify-content:center}.incident-editor__save-button{order:1}.incident-editor__delete-button{order:2}.incident-reporter-footer--sticky .btn,.incident-reporter-confirmation__actions .btn,.incident-reporter-confirmation__actions .btn-secondary{width:100%}}.inspection-hero{align-items:stretch}.inspection-summary-panel__stats{display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-summary-panel__stat{display:grid;gap:.25rem;padding:1rem;border-radius:18px;background:#ffffff1f}.inspection-summary-panel__stat strong{font-size:2rem;color:#fff}.inspection-workspace{grid-template-columns:minmax(0,1.95fr) 340px}.inspection-filter-bar{grid-template-columns:repeat(6,minmax(0,1fr))}.inspection-status-badge,.inspection-severity-chip{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:34px;padding:.35rem .85rem;border-radius:999px;font-size:.86rem;font-weight:600}.inspection-status-badge.is-planned{background:#eaf4ec;color:#2c7a51}.inspection-status-badge.is-progress{background:#e9efff;color:#315cd5}.inspection-status-badge.is-complete,.inspection-status-badge.is-closed{background:#edf4f1;color:#2f6355}.inspection-status-badge.is-follow-up{background:#fff4d9;color:#9b6b00}.inspection-severity-chip.is-low{background:#edf7f1;color:#2f7b57}.inspection-severity-chip.is-medium{background:#fff6df;color:#9b6b00}.inspection-severity-chip.is-high{background:#ffe7db;color:#b05a2d}.inspection-severity-chip.is-critical{background:#fde3e8;color:#b12e52}.inspection-mini-badges{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.inspection-mini-badges .is-alert{color:#b12e52;font-weight:600}.inspection-avatar-pill{display:flex;align-items:center;gap:.6rem}.inspection-avatar{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#4668ff1f;color:var(--accent-600);font-weight:700}.inspection-table-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem}.inspection-focus-card h3{margin:0 0 1rem;color:#fff}.inspection-distribution{display:grid;gap:1rem;grid-template-columns:160px minmax(0,1fr);align-items:center}.inspection-distribution__ring{width:160px;height:160px;border-radius:50%;background:conic-gradient(#4d7dff 0,#4d7dff 36%,#6fb08e 36%,#6fb08e 68%,#f1c853 68%,#f1c853 88%,#89a7ff 88%,#89a7ff);display:flex;align-items:center;justify-content:center}.inspection-distribution__inner{width:84px;height:84px;border-radius:50%;background:var(--surface-card)}.inspection-distribution__legend,.inspection-summary-grid,.inspection-checkbox-grid,.inspection-attachment-preview,.inspection-template-layout,.inspection-template-categories,.inspection-checklist,.inspection-checkpoints{display:grid;gap:1rem}.inspection-template-page{display:grid;gap:1.5rem;grid-template-columns:320px minmax(0,1fr)}.inspection-template-library,.inspection-template-builder,.inspection-template-builder__body,.inspection-template-builder__main,.inspection-template-suggestions,.inspection-template-preset-grid,.inspection-template-kpis,.inspection-template-publish-grid,.inspection-template-preview-notes,.inspection-template-preview-categories{display:grid;gap:1rem}.inspection-template-builder__hero{display:grid;gap:1.25rem;border:1px solid rgba(70,104,255,.14);background:radial-gradient(circle at top right,rgba(70,104,255,.12),transparent 34%),linear-gradient(180deg,#4668ff0d,#fffffffa)}.inspection-template-builder__hero-copy{display:grid;gap:.45rem}.inspection-template-builder__hero-copy h2{margin:0}.inspection-template-builder__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.inspection-template-stepper{display:grid;gap:.85rem;grid-template-columns:repeat(4,minmax(0,1fr))}.inspection-template-step{display:flex;align-items:center;gap:.8rem;width:100%;padding:.95rem 1rem;border-radius:18px;border:1px solid var(--border-soft);background:#ffffffdb;color:var(--text);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}.inspection-template-step:hover{transform:translateY(-1px);border-color:#4668ff47}.inspection-template-step.is-active,.inspection-template-step.is-complete{border-color:#4668ff52;box-shadow:0 10px 24px #1f3d961a}.inspection-template-step.is-active{background:linear-gradient(180deg,#4668ff21,#fffffff5)}.inspection-template-step__index{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#4668ff1f;color:var(--accent-700);font-weight:800;flex:0 0 36px}.inspection-template-step__copy{display:grid;gap:.18rem}.inspection-template-step__copy strong,.inspection-template-suggestion-card strong,.inspection-template-preset-card strong,.inspection-template-category-card__summary strong,.inspection-template-preview-category strong,.inspection-template-note strong,.inspection-template-publish-card strong{color:var(--heading)}.inspection-template-step__copy small{color:var(--text-muted)}.inspection-template-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-template-kpi,.inspection-template-publish-card,.inspection-template-note{padding:1rem;border-radius:18px;border:1px solid var(--border-soft);background:#ffffffe0}.inspection-template-kpi strong{display:block;margin-bottom:.35rem;font-size:1.9rem;color:var(--heading)}.inspection-template-kpi span,.inspection-template-publish-card span{color:var(--text-muted)}.inspection-template-preset-grid,.inspection-template-suggestions,.inspection-template-publish-grid,.inspection-template-preview-notes{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.inspection-template-preset-card,.inspection-template-suggestion-card{display:grid;gap:.55rem;padding:1rem;border-radius:18px;border:1px solid var(--border-soft);background:linear-gradient(180deg,#4668ff0d,#fffffffa);text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.inspection-template-preset-card:hover,.inspection-template-suggestion-card:hover{transform:translateY(-1px);border-color:#4668ff47;box-shadow:0 10px 24px #1f3d961a}.inspection-template-preset-card span,.inspection-template-suggestion-card span,.inspection-template-suggestion-card p,.inspection-template-note p,.inspection-template-publish-card p,.inspection-template-category-card__summary span,.inspection-template-preview-category span{margin:0;color:var(--text-muted)}.inspection-template-stage-card{display:grid;gap:1.25rem}.inspection-template-stage-footer{display:flex;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-top:.25rem}.inspection-template-category-card{gap:1rem}.inspection-template-category-card__topline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start}.inspection-template-category-card__summary{display:grid;gap:.3rem;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.inspection-template-category-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.inspection-template-category-card__header{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:end}.inspection-template-remove{min-width:78px;padding:.7rem .95rem;border-radius:14px;border:1px solid var(--border-soft);background:var(--surface-card);color:var(--text-strong);cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease;font-size:.9rem;font-weight:600}.inspection-template-remove:hover{border-color:#4668ff57;box-shadow:0 10px 24px #1f3d961f;transform:translateY(-1px)}.inspection-template-preview-card{align-self:start;display:grid;gap:1rem;position:sticky;top:1rem}.inspection-template-preview-switch{display:inline-flex;padding:.25rem;border-radius:999px;background:var(--surface-muted)}.inspection-template-preview-switch button{border:0;background:transparent;padding:.55rem .9rem;border-radius:999px;color:var(--text-muted);cursor:pointer}.inspection-template-preview-switch button.is-active{background:var(--surface-card);color:var(--heading);box-shadow:var(--shadow-soft)}.inspection-template-device-preview{display:grid;gap:1rem;padding:1rem;border-radius:28px;border:1px solid rgba(70,104,255,.14);background:linear-gradient(180deg,#fff,#f4f7ff)}.inspection-template-device-preview--mobile{max-width:360px;margin:0 auto}.inspection-template-device-preview__status,.inspection-template-device-preview__category-head{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.inspection-template-device-preview__status span,.inspection-template-device-preview__category-head span{color:var(--text-muted);font-size:.88rem}.inspection-template-device-preview__card{display:grid;gap:1rem;padding:1rem;border-radius:22px;border:1px solid rgba(70,104,255,.12);background:#fff;box-shadow:0 18px 36px #0f172a14}.inspection-template-device-preview__questions{display:grid;gap:.85rem}.inspection-template-device-preview__question{display:grid;gap:.65rem;padding:.9rem;border-radius:18px;border:1px solid var(--border-soft);background:var(--surface-card);transition:border-color .16s ease,background .16s ease}.inspection-template-device-preview__question.is-active{border-color:#4668ff4d;background:#4668ff0d}.inspection-template-device-preview__choices{display:grid;gap:.55rem;grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-template-device-preview__choices button,.inspection-template-device-preview__footer button,.inspection-template-preview-category{border:1px solid var(--border-soft);background:#fff;color:var(--text);cursor:pointer}.inspection-template-device-preview__choices button{padding:.65rem .45rem;border-radius:14px;font-weight:600}.inspection-template-device-preview__footer button{width:100%;padding:.95rem 1rem;border-radius:16px;background:linear-gradient(135deg,#4d67ff,#244bff);color:#fff;border-color:transparent;font-weight:700}.inspection-template-device-preview__empty{padding:1rem;border-radius:18px;border:1px dashed var(--border-soft);text-align:center}.inspection-template-preview-categories{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.inspection-template-preview-category{display:grid;gap:.25rem;padding:.85rem .95rem;border-radius:16px;text-align:left;transition:border-color .16s ease,background .16s ease,transform .16s ease}.inspection-template-preview-category.is-active,.inspection-template-preview-category:hover{border-color:#4668ff52;background:#4668ff0f;transform:translateY(-1px)}.inspection-template-studio,.inspection-template-studio__shell,.inspection-template-studio__layout,.inspection-template-studio__preview-column,.inspection-template-studio__categories,.inspection-template-studio__details,.inspection-template-phone__questions,.inspection-template-phone__accordion-list,.inspection-template-modal__grid,.inspection-template-kpi-grid{display:grid;gap:1rem}.inspection-template-studio__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.inspection-template-studio__title{display:flex;align-items:flex-start;gap:.9rem}.inspection-template-studio__title h2,.inspection-template-studio__builder-head h3,.inspection-template-preview-pane__head h3{margin:0}.inspection-template-studio__title p,.inspection-template-tip-card p{margin:.35rem 0 0;color:var(--text-muted)}.inspection-template-back{width:40px;height:40px;border-radius:999px;border:1px solid var(--border-soft);background:var(--surface-card);cursor:pointer;font-size:1.35rem;line-height:1}.inspection-template-studio__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.eyebrow{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-muted);font-size:.72rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.inspection-template-library{display:grid;gap:1rem}.inspection-template-library__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.inspection-template-library__head h3{margin:.25rem 0 0}.inspection-template-library__head p{margin:.35rem 0 0;color:var(--text-muted)}.inspection-template-library__tools{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;min-width:min(520px,44vw)}.inspection-template-library__tools input{min-height:40px;width:100%;border:1px solid var(--border-soft);border-radius:12px;background:#fff;color:var(--text);padding:0 .85rem}.inspection-template-library__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.8rem}.inspection-template-library-card{display:grid;gap:.75rem;padding:.9rem;border:1px solid var(--border-soft);border-radius:18px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 24px #0f172a0a;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.inspection-template-library-card:hover,.inspection-template-library-card.is-active{border-color:#4d67ff57;box-shadow:0 14px 30px #1f3d961a;transform:translateY(-1px)}.inspection-template-library-card.is-active{background:linear-gradient(180deg,#4d67ff14,#fff)}.inspection-template-library-card__main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.inspection-template-library-card__copy{display:grid;gap:.25rem;min-width:0}.inspection-template-library-card__copy strong{color:var(--heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-template-library-card__copy small,.inspection-template-library-card__meta{color:var(--text-muted)}.inspection-template-library-card__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-template-library-card__status{border-radius:999px;padding:.32rem .55rem;font-size:.78rem;font-weight:800;white-space:nowrap}.inspection-template-library-card__status.is-published{background:#e9f9ee;color:#2f8a57}.inspection-template-library-card__status.is-draft{background:#f1f5f9;color:#64748b}.inspection-template-library-card__meta,.inspection-template-library-card__actions,.inspection-template-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem}.inspection-template-library-card__meta span{border-radius:999px;background:#f1f5f9;padding:.25rem .5rem;font-size:.78rem}.inspection-template-library-card__actions{justify-content:flex-end}.inspection-template-library__empty{display:grid;gap:.25rem;padding:1rem;border:1px dashed var(--border-soft);border-radius:16px;background:#f8fafc;color:var(--text-muted)}.inspection-template-library__empty strong{color:var(--heading)}.inspection-template-studio__details{grid-template-columns:repeat(3,minmax(0,1fr));padding-bottom:.5rem;border-bottom:1px solid var(--border-soft)}.inspection-template-studio__details-wide{grid-column:1 / -1}.inspection-template-studio__steps{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;padding:.25rem 0 .5rem}.inspection-template-studio__step{position:relative;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:.75rem;width:100%;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.inspection-template-studio__step:not(:last-child):after{content:"";position:absolute;left:calc(100% + .45rem);right:-.55rem;top:18px;height:2px;border-radius:999px;background:linear-gradient(90deg,#c7d4e2f2,#dfe7f0d9)}.inspection-template-studio__step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;border:1px solid rgba(199,212,226,.95);background:linear-gradient(180deg,#fff,#f1f5f9);color:#475569;font-size:.86rem;font-weight:800;flex:0 0 32px;box-shadow:inset 0 1px #ffffffd9}.inspection-template-studio__step-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:10px;background:#2563eb14;color:#315cd5;font-size:.9rem}.inspection-template-studio__step-copy{min-width:0}.inspection-template-studio__step.is-complete:not(.is-active) .inspection-template-studio__step-number{border-color:#4d67ff59;background:#4d67ff1f;color:#244bff}.inspection-template-studio__step.is-complete:not(:last-child):after{background:linear-gradient(90deg,#4d67ffe6,#244bff8c)}.inspection-template-studio__step.is-active .inspection-template-studio__step-number{background:linear-gradient(135deg,#4d67ff,#244bff);border-color:transparent;color:#fff;box-shadow:0 12px 24px #244bff42}.inspection-template-studio__step.is-active .inspection-template-studio__step-icon{background:#4d67ff24;color:#244bff}.inspection-template-studio__step strong,.inspection-template-studio__footer,.inspection-template-tip-card strong{color:var(--heading)}.inspection-template-studio__step small{display:block;margin-top:.15rem;color:var(--text-muted);font-size:.82rem}.inspection-template-studio__step:hover .inspection-template-studio__step-number{border-color:#4d67ff52}.inspection-template-studio__step:hover .inspection-template-studio__step-copy strong{color:#244bff}.inspection-template-studio__layout{grid-template-columns:minmax(0,1.8fr) 360px;align-items:start}.inspection-template-studio__builder,.inspection-template-preview-pane,.inspection-template-tip-card{display:grid;gap:1rem}.inspection-template-studio__builder-head,.inspection-template-preview-pane__head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.inspection-template-studio__sort-hint,.inspection-template-studio__footer{color:var(--text-muted);font-size:.9rem}.inspection-template-studio__toolbar{display:flex;flex-wrap:wrap;gap:.75rem}.inspection-template-section-card{padding:1rem;border:1px solid var(--border-soft);border-radius:20px;background:var(--surface-card);box-shadow:0 10px 24px #0f172a0a}.inspection-template-section-card__header,.inspection-template-section-card__title,.inspection-template-phone__active-head,.inspection-template-phone__accordion,.inspection-template-phone__accordion-title{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.inspection-template-section-card__title{justify-content:flex-start;flex:1;min-width:0}.inspection-template-section-card__title-fields{display:grid;gap:.45rem;min-width:0;flex:1}.inspection-template-section-card__title-input,.inspection-template-checkpoint-item__input{border:0;background:transparent;color:var(--heading);width:100%;min-width:0}.inspection-template-section-card__title-input{font-size:1.25rem;font-weight:700}.inspection-template-section-card__icon-select{width:fit-content;max-width:100%;border:1px solid var(--border-soft);border-radius:10px;background:#fff;color:var(--text-muted);padding:.35rem .6rem}.inspection-template-section-card__count{padding:.3rem .55rem;border-radius:999px;background:#f3f4f6;color:var(--text-muted);font-size:.82rem;white-space:nowrap}.inspection-template-section-card__actions,.inspection-template-checkpoint-item__actions{display:flex;gap:.5rem;flex-wrap:wrap}.inspection-template-action-button{min-height:32px;padding:0 .75rem;border:1px solid var(--border-soft);border-radius:10px;background:#fff;color:var(--text);cursor:pointer;font-size:.82rem;font-weight:700;white-space:nowrap}.inspection-template-action-button:hover:not(:disabled){border-color:#4d67ff59;color:#244bff;transform:translateY(-1px)}.inspection-template-action-button:disabled{opacity:.45;cursor:not-allowed}.inspection-template-action-button.is-danger{border-color:#dc262629;color:#b42318;background:#fff7f7}.inspection-template-action-button.is-danger:hover:not(:disabled){border-color:#dc26264d;color:#912018}.inspection-template-section-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;font-size:1rem;flex:0 0 36px;background:#eff6ff}.inspection-template-section-card__icon.is-fire{background:#fff1ec}.inspection-template-section-card__icon.is-chem{background:#f4f0ff}.inspection-template-section-card__icon.is-order{background:#fff8dc}.inspection-template-section-card__icon.is-equipment{background:#eef2ff}.inspection-template-section-card__icon.is-ergo{background:#eefbf3}.inspection-template-section-card__icon.is-environment{background:#ecfdf3}.inspection-template-section-card__icon.is-hms{background:#eaf2ff}.inspection-template-section-card__checkpoints{display:grid;gap:.65rem;margin-top:.85rem}.inspection-template-checkpoint-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto;gap:.75rem;align-items:center;padding:.8rem .9rem;border:1px solid var(--border-soft);border-radius:14px;background:#fff}.inspection-template-checkpoint-item__drag{color:#c4c7cf;font-size:.95rem;font-weight:700}.inspection-template-checkpoint-item__input{font-size:.98rem}.inspection-template-checkpoint-item__select{border:1px solid var(--border-soft);border-radius:10px;background:#fff;padding:.45rem .65rem;color:var(--text)}.inspection-template-checkpoint-item__required{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .6rem;border-radius:10px;font-size:.82rem;white-space:nowrap;border:1px solid var(--border-soft);background:#f8fafc;color:var(--text-muted)}.inspection-template-checkpoint-item__required input{margin:0}.inspection-template-checkpoint-item__required.is-on{background:#e9f9ee;color:#2f8a57}.inspection-template-section-card__add{margin-top:.9rem;border:0;background:transparent;color:#315efb;font-weight:600;cursor:pointer}.inspection-template-preview-pane,.inspection-template-tip-card{position:sticky;top:1rem}.inspection-template-phone{width:100%;max-width:280px;margin:0 auto;padding:1rem;border:1px solid var(--border-soft);border-radius:28px;background:#fff;box-shadow:0 16px 34px #0f172a14}.inspection-template-phone__status,.inspection-template-phone__header{display:flex;justify-content:space-between;gap:.75rem;font-size:.88rem}.inspection-template-phone__header{margin-top:.9rem;align-items:baseline}.inspection-template-phone__header span,.inspection-template-phone__active-head span,.inspection-template-phone__accordion span{color:var(--text-muted);font-size:.8rem}.inspection-template-phone__progress{margin:.8rem 0 1rem;height:4px;border-radius:999px;background:#eceef3;overflow:hidden}.inspection-template-phone__progress span{display:block;width:56%;height:100%;border-radius:inherit;background:linear-gradient(135deg,#4d67ff,#244bff)}.inspection-template-phone__active-card,.inspection-template-phone__accordion{border:1px solid var(--border-soft);border-radius:16px;background:#fff}.inspection-template-phone__active-card{padding:.9rem}.inspection-template-phone__active-title{display:flex;align-items:center;gap:.55rem}.inspection-template-phone__question{display:grid;gap:.55rem;margin-top:.8rem}.inspection-template-phone__choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.inspection-template-phone__choices button,.inspection-template-phone__next{border-radius:10px;font-size:.8rem}.inspection-template-phone__choices button{padding:.5rem .35rem;border:1px solid #d7defd;background:#fff;color:#315efb;cursor:pointer}.inspection-template-phone__accordion{width:100%;padding:.85rem .9rem;cursor:pointer;text-align:left}.inspection-template-phone__accordion:hover{border-color:#4d67ff42;transform:translateY(-1px)}.inspection-template-phone__next{width:100%;margin-top:.8rem;padding:.9rem 1rem;border:0;background:linear-gradient(135deg,#4d67ff,#244bff);color:#fff;font-weight:700;cursor:pointer}.inspection-template-tip-card{margin-top:1rem;position:sticky;top:1rem}.inspection-template-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-template-kpi-card{padding:.8rem;border-radius:14px;border:1px solid var(--border-soft);background:#fff}.inspection-template-kpi-card span{display:block;color:var(--text-muted);font-size:.8rem}.inspection-template-kpi-card strong{display:block;margin-top:.3rem;color:var(--heading)}.inspection-template-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center}.inspection-template-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.inspection-template-modal__sheet{position:relative;z-index:1;width:min(820px,calc(100vw - 2rem));max-height:calc(100vh - 4rem);overflow:auto}.inspection-template-modal__sheet--narrow{width:min(520px,calc(100vw - 2rem))}.inspection-template-modal__actions{justify-content:flex-end;margin-top:1rem}.inspection-template-delete-summary{display:grid;gap:.35rem;padding:1rem;border:1px solid rgba(220,38,38,.16);border-radius:16px;background:#fff7f7}.inspection-template-delete-summary strong{color:var(--heading)}.inspection-template-delete-summary span{color:var(--text-muted)}.inspection-template-modal__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.inspection-template-suggestion-entry{display:grid;gap:.35rem;padding:1rem;border-radius:16px;border:1px solid var(--border-soft);background:#fff;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.inspection-template-suggestion-entry span,.inspection-template-suggestion-entry small{color:var(--text-muted)}.inspection-template-suggestion-entry:hover{transform:translateY(-1px);border-color:#4668ff47;box-shadow:0 10px 24px #1f3d961a}.checkbox-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.checkbox-pill{display:flex;align-items:flex-start;gap:.85rem;width:100%;padding:1rem;border:1px solid var(--border);border-radius:16px;background:var(--panel);color:var(--text);text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background .16s ease,box-shadow .16s ease}.checkbox-pill:hover{border-color:#2563eb4d;transform:translateY(-1px)}.checkbox-pill.is-selected{border-color:#2563eb7a;background:linear-gradient(180deg,#2563eb1a,#2563eb08);box-shadow:var(--shadow-soft)}.checkbox-pill__indicator{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;border-radius:999px;border:1px solid var(--border);background:var(--panel-soft);color:transparent;font-size:.8rem;font-weight:800}.checkbox-pill.is-selected .checkbox-pill__indicator{border-color:#2563eb7a;background:#2563eb29;color:var(--primary-strong)}.checkbox-pill__content{display:grid;gap:.2rem}.checkbox-pill__content strong{color:var(--heading);font-size:.98rem}.checkbox-pill__content small{color:var(--muted);font-size:.84rem;line-height:1.35}.alert--success{border-color:#348a5838;background:#348a581f;color:#256346}.inspection-distribution__row{display:flex;justify-content:space-between;gap:1rem}.inspection-active-layout{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.85fr) 330px}.inspection-history-stack{display:grid;gap:1.5rem}.inspection-inline-form{margin-bottom:1.25rem}.inspection-inline-form__wide{grid-column:1 / -1}.inspection-status-banner{display:grid;gap:1rem;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);margin-bottom:1.25rem;padding:1rem 1.1rem;border-radius:20px;border:1px solid var(--border-soft);background:linear-gradient(180deg,#4668ff0f,#4668ff05)}.inspection-status-banner__main{display:flex;align-items:flex-start;gap:.9rem}.inspection-status-banner__main strong{display:block;margin-bottom:.3rem}.inspection-status-banner__main p{margin:0;color:var(--text-muted)}.inspection-status-banner__meta{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-status-banner__item{padding:.85rem .9rem;border-radius:16px;border:1px solid var(--border-soft);background:var(--surface-card)}.inspection-status-banner__item span{display:block;margin-bottom:.35rem;font-size:.82rem;color:var(--text-muted)}.inspection-close-card{margin-top:1rem;padding:1rem;border-radius:18px;border:1px solid var(--border-soft);background:var(--surface-muted)}.inspection-close-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.85rem}.inspection-checkpoint{display:grid;gap:.85rem;padding:1rem;border-radius:18px;border:1px solid var(--border-soft);background:var(--surface-card)}.inspection-checkpoint__header,.inspection-checkpoint__controls{display:grid;gap:.75rem;grid-template-columns:minmax(0,1.5fr) repeat(3,minmax(0,.8fr));align-items:start}.inspection-checkpoint__choice-group{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.inspection-checkpoint__choice{min-height:40px;border:1px solid var(--border-soft);border-radius:12px;background:#fff;color:var(--text);font-weight:700;cursor:pointer}.inspection-checkpoint__choice.is-active{border-color:#4d67ff80;background:#4d67ff1a;color:#244bff}.inspection-checkpoint__choice.is-danger.is-active{border-color:#dc262659;background:#dc262614;color:#b42318}.inspection-upload-button{position:relative;overflow:hidden}.inspection-report-documentation{display:grid;gap:.85rem}.inspection-report-documentation__item{display:grid;gap:.9rem;padding:1rem;border:1px solid var(--border-soft);border-radius:20px;background:linear-gradient(135deg,#4668ff0a,#94a3b80a),var(--surface-card)}.inspection-report-documentation__item h3{margin:.45rem 0 .25rem;font-size:1rem}.inspection-report-attachments{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.inspection-report-attachment{display:grid;gap:.65rem;min-width:0;padding:.7rem;border:1px solid var(--border-soft);border-radius:18px;background:var(--surface-panel);box-shadow:0 12px 32px #0f172a0d}.inspection-report-attachment button{display:grid;place-items:center;width:100%;min-height:118px;padding:0;overflow:hidden;border:1px solid var(--border-soft);border-radius:14px;background:linear-gradient(135deg,#4668ff14,#10b9810f),#fff;cursor:pointer}.inspection-report-attachment img{width:100%;height:100%;min-height:118px;object-fit:cover}.inspection-report-attachment__file{display:grid;place-items:center;min-height:118px;padding:.75rem;color:var(--text-muted);font-size:.78rem;font-weight:800;text-align:center;letter-spacing:.04em}.inspection-report-attachment__file.is-error{color:#b42318;letter-spacing:0}.inspection-report-attachment div{display:grid;gap:.25rem;min-width:0}.inspection-report-attachment strong,.inspection-report-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inspection-report-attachment span{color:var(--text-muted);font-size:.78rem;font-weight:650}.inspection-findings-card,.inspection-finding-card{gap:1rem}.inspection-create-studio,.inspection-create-studio__shell,.inspection-create-studio__layout,.inspection-create-studio__main,.inspection-create-studio__side,.inspection-create-panel,.inspection-create-panel__grid,.inspection-create-participants,.inspection-create-summary,.inspection-create-stepper,.inspection-create-summary-bar,.inspection-create-participant-search,.inspection-create-selected-participants,.inspection-create-participant-suggestions{display:grid;gap:1rem}.inspection-create-studio__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.inspection-create-studio__title{display:flex;align-items:flex-start;gap:1rem}.inspection-create-studio__title h2,.inspection-create-panel__head h3{margin:0;color:var(--heading);font-weight:760;letter-spacing:-.03em}.inspection-create-studio__title p,.inspection-create-panel__head p{margin:.3rem 0 0}.inspection-create-studio__actions{display:flex;flex-wrap:wrap;gap:.75rem}.inspection-create-studio__layout{grid-template-columns:minmax(0,1.75fr) 380px;align-items:start}.inspection-create-studio__layout--wizard{grid-template-columns:minmax(0,1fr)}.inspection-create-studio__layout--wizard .inspection-create-studio__main:empty,.inspection-create-studio__layout--wizard .inspection-create-studio__side:empty{display:none}.inspection-create-studio__side{position:sticky;top:1rem}.inspection-create-studio__layout--wizard .inspection-create-studio__side{position:static}.inspection-create-card,.inspection-empty{min-height:240px}.inspection-create-template-selector__header,.inspection-create-template-preview__header,.inspection-create-template-category__header,.inspection-create-template-category__title{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.inspection-create-template-category__title{justify-content:flex-start}.inspection-create-panel{padding:1rem;border:1px solid var(--border-soft);border-radius:20px;background:var(--surface-card);box-shadow:0 10px 24px #0f172a0a}.inspection-create-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.inspection-create-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-create-panel__wide{grid-column:1 / -1}.inspection-create-stepper{grid-template-columns:repeat(4,minmax(0,1fr));padding:.75rem}.inspection-create-stepper__step{position:relative;display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;border:1px solid var(--border-soft);border-radius:16px;background:#f8fafcd9;color:inherit;font:inherit;text-align:left;cursor:pointer}.inspection-create-stepper__step:disabled{cursor:not-allowed;opacity:.62}.inspection-create-stepper__step strong{display:block;color:var(--heading);font-size:.95rem}.inspection-create-stepper__step span{display:block;color:var(--text-muted);font-size:.78rem}.inspection-create-stepper__step.is-active{border-color:#4d67ff59;background:#4d67ff14;box-shadow:0 12px 24px #244bff14}.inspection-create-stepper__step.is-complete{border-color:#10b98133;background:#10b9810f}.inspection-create-stepper__badge{display:grid!important;place-items:center;width:2rem;height:2rem;border-radius:999px;background:#eef2ff;color:var(--brand-600);font-size:.9rem!important;font-weight:700;flex-shrink:0}.inspection-create-stepper__step.is-complete .inspection-create-stepper__badge{background:#10b9811f;color:#047857}.inspection-create-template-grid,.inspection-create-template-preview__categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.inspection-create-template-list{display:grid;gap:1rem}.inspection-create-template-selected{display:grid;gap:.85rem;padding:1rem;border:1px solid rgba(77,103,255,.28);border-radius:16px;background:#4d67ff0f}.inspection-create-template-selected strong,.inspection-create-stage-footer__summary strong{color:var(--heading)}.inspection-create-template-selected span,.inspection-create-stage-footer__summary span{color:var(--text-muted)}.inspection-create-template-tile,.inspection-create-template-category{padding:1rem;border:1px solid var(--border-soft);border-radius:16px;background:#fff}.inspection-create-template-tile{display:grid;gap:.4rem;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.inspection-create-template-tile:hover{transform:translateY(-1px);border-color:#94a3b88c;box-shadow:0 12px 24px #0f172a0f}.inspection-create-template-tile.is-active{border-color:#4d67ff66;background:#4d67ff14;box-shadow:0 10px 24px #244bff14}.inspection-create-template-tile span,.inspection-create-template-tile small,.inspection-create-template-category__list small{color:var(--text-muted)}.inspection-create-template-preview{padding:0;border:0;background:transparent}.inspection-create-template-category__list{margin:0;padding:0;list-style:none}.inspection-create-template-category__list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.65rem;border-top:1px solid var(--border-soft)}.inspection-create-template-category__list li:first-child{padding-top:0;border-top:0}.inspection-create-participants{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-create-participant-search{grid-template-columns:minmax(0,1.2fr) minmax(220px,.8fr) auto;align-items:end}.inspection-create-selected-participants{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.inspection-create-participant-pill,.inspection-create-participant-suggestion{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.85rem;border:1px solid var(--border-soft);border-radius:16px;background:#fff}.inspection-create-participant-pill__avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#4d67ff1a;color:var(--brand-600);font-size:.82rem;font-weight:800}.inspection-create-participant-pill strong,.inspection-create-participant-pill span,.inspection-create-participant-suggestion strong,.inspection-create-participant-suggestion small{display:block;min-width:0}.inspection-create-participant-pill span,.inspection-create-participant-suggestion small{color:var(--text-muted);font-size:.82rem}.inspection-create-participant-pill button,.inspection-create-participant-suggestion em{min-height:34px;padding:0 .7rem;border:1px solid var(--border-soft);border-radius:999px;background:#f8fafce6;color:var(--heading);font:inherit;font-size:.78rem;font-weight:800}.inspection-create-participant-pill button{cursor:pointer}.inspection-create-participant-pill button:disabled{cursor:not-allowed;opacity:.45}.inspection-create-participant-suggestion{width:100%;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.inspection-create-participant-suggestion:hover{transform:translateY(-1px);border-color:#4d67ff47;box-shadow:0 10px 22px #0f172a0d}.inspection-create-participant-suggestion em{color:var(--brand-600);font-style:normal}.inspection-create-participant-empty{padding:.9rem 1rem;border:1px dashed var(--border-soft);border-radius:16px;color:var(--text-muted);background:#f8fafcb8}.inspection-create-participant{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:1px solid var(--border-soft);border-radius:14px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.inspection-create-participant:hover{transform:translateY(-1px);border-color:#94a3b88c;box-shadow:0 10px 22px #0f172a0d}.inspection-create-participant div{display:grid;gap:.25rem}.inspection-create-participant:has(input:checked){border-color:#4d67ff59;background:#4d67ff0f}.inspection-create-participant span{color:var(--text-muted);font-size:.86rem}.inspection-create-summary-bar{grid-template-columns:repeat(3,minmax(0,1fr));padding-top:.5rem;border-top:1px solid var(--border-soft)}.inspection-create-stage-footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem}.inspection-create-stage-footer__summary{display:grid;gap:.2rem}.inspection-create-stage-footer__actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.inspection-template-category-card{gap:1.25rem}.inspection-template-category-card__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end}.inspection-template-checkpoints{display:grid;gap:.75rem}.inspection-template-checkpoints__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.inspection-template-categories__header{margin-bottom:0}.inspection-template-add,.inspection-template-remove{border:1px solid var(--border-soft);background:var(--surface-card);color:var(--text-strong);cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.inspection-template-add{width:40px;height:40px;border-radius:999px;font-size:1.45rem;line-height:1}.inspection-template-remove{min-width:78px;padding:.7rem .95rem;border-radius:14px;font-size:.9rem;font-weight:600}.inspection-template-remove--inline{min-width:110px}.inspection-template-add:hover,.inspection-template-remove:hover{border-color:#4668ff57;box-shadow:0 10px 24px #1f3d961f;transform:translateY(-1px)}.inspection-template-add-row{align-self:start;border:1px dashed rgba(70,104,255,.32);background:#4668ff0d;color:var(--accent-700);border-radius:16px;padding:.85rem 1rem;font-weight:600;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .14s ease}.inspection-template-add-row:hover{border-color:#4668ff80;background:#4668ff1a;transform:translateY(-1px)}.inspection-template-add-row--category{margin-top:.25rem}.inspection-template-checkpoint-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:center}@media (max-width: 1260px){.inspection-template-studio__layout,.inspection-create-studio__layout,.inspection-template-page,.inspection-template-stepper{grid-template-columns:minmax(0,1fr)}.inspection-create-studio__side{position:static}.inspection-template-studio__steps,.inspection-create-stepper,.inspection-create-participants,.inspection-create-participant-search,.inspection-create-summary-bar,.inspection-create-stage-footer,.inspection-template-studio__details,.inspection-create-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-workspace,.inspection-active-layout,.inspection-distribution,.inspection-status-banner{grid-template-columns:minmax(0,1fr)}.inspection-filter-bar,.inspection-checkpoint__header,.inspection-checkpoint__controls,.inspection-status-banner__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-template-preview-card,.inspection-template-preview-pane,.inspection-template-tip-card{position:static}}@media (max-width: 780px){.inspection-summary-panel__stats,.inspection-filter-bar,.inspection-checkpoint__header,.inspection-checkpoint__controls,.inspection-status-banner__meta,.inspection-template-category-card__header,.inspection-template-checkpoint-row,.inspection-create-panel__grid,.inspection-create-participants,.inspection-create-participant-search,.inspection-create-selected-participants,.inspection-create-stepper,.inspection-create-summary-bar,.inspection-create-stage-footer{grid-template-columns:minmax(0,1fr)}.inspection-template-builder__hero-actions,.inspection-template-category-card__actions,.inspection-template-stage-footer{justify-content:stretch}.inspection-template-kpis,.inspection-template-device-preview__choices,.inspection-template-category-card__topline{grid-template-columns:minmax(0,1fr)}.inspection-template-studio__header,.inspection-template-studio__title,.inspection-template-studio__builder-head,.inspection-template-library__head,.inspection-template-library__tools,.inspection-template-preview-pane__head,.inspection-template-studio__toolbar,.inspection-template-section-card__header,.inspection-template-checkpoint-item,.inspection-template-studio__details,.inspection-template-kpi-grid,.inspection-create-studio__title,.inspection-create-panel__head{grid-template-columns:minmax(0,1fr);display:grid}.inspection-template-studio__steps{grid-template-columns:minmax(0,1fr)}.inspection-create-studio__header,.inspection-create-studio__actions,.inspection-create-stage-footer__actions{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch}.inspection-create-template-preview__header,.inspection-create-template-category__header{align-items:flex-start;flex-direction:column}.inspection-template-studio__step:not(:last-child):after{display:none}.inspection-template-builder__hero-actions .btn,.inspection-template-builder__hero-actions .btn-secondary,.inspection-template-category-card__actions .btn-secondary,.inspection-template-studio__actions .btn,.inspection-template-studio__actions .btn-secondary,.inspection-template-remove,.inspection-template-stage-footer .btn,.inspection-template-stage-footer .btn-secondary,.inspection-create-studio__actions .btn,.inspection-create-studio__actions .btn-secondary,.inspection-create-stage-footer .btn,.inspection-create-stage-footer .btn-secondary,.inspection-template-action-button{width:100%}.inspection-template-library-card__main{grid-template-columns:auto minmax(0,1fr)}.inspection-template-library-card__status{grid-column:1 / -1;justify-self:start}.inspection-template-library__tools{min-width:0}}.document-hero-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.document-hero-card__copy,.document-hero-card__actions{min-width:0}.document-hero-card__actions{display:flex;flex-wrap:wrap;gap:.75rem}.document-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.document-kpi-card{display:grid;gap:.5rem}.document-kpi-card strong{font-size:2rem;color:var(--heading)}.document-kpi-card small{color:var(--muted)}.document-kpi-card__head{display:flex;align-items:center;gap:.75rem;color:var(--heading);font-weight:700}.document-kpi-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px}.document-kpi-icon svg,.document-icon svg{width:18px;height:18px}.document-kpi-icon--green,.document-icon--green{background:#22c55e24;color:#15803d}.document-kpi-icon--orange,.document-icon--orange{background:#f9731624;color:#c2410c}.document-kpi-icon--slate,.document-icon--slate{background:#94a3b82e;color:#475569}.document-kpi-icon--yellow,.document-icon--yellow{background:#facc152e;color:#a16207}.document-kpi-icon--purple,.document-icon--purple{background:#a855f724;color:#7e22ce}.document-kpi-icon--green,.document-kpi-icon--orange,.document-kpi-icon--slate,.document-kpi-icon--yellow,.document-kpi-icon--purple,.document-icon--blue,.document-icon--green,.document-icon--orange,.document-icon--purple,.document-icon--yellow,.document-icon--slate{border:1px solid rgba(148,163,184,.2)}.document-icon--blue{background:#2563eb1f;color:#1d4ed8}.document-workspace-card{padding:0;overflow:hidden}.document-workspace-tabs{padding:1rem 1.1rem 0}.document-tabs{display:flex;align-items:center;gap:.25rem;padding:.9rem 1.1rem 0;border-bottom:1px solid var(--border);overflow-x:auto}.document-tab{border:0;background:transparent;color:var(--muted);padding:.95rem 1rem;border-bottom:2px solid transparent;font-weight:700;cursor:pointer;white-space:nowrap}.document-tab.is-active{color:var(--primary-strong);border-bottom-color:var(--primary)}.document-filter-bar{display:grid;grid-template-columns:minmax(260px,2.2fr) repeat(4,minmax(140px,1fr));gap:.75rem;padding:1rem 1.1rem 0;align-items:center}.document-quick-filters{display:flex;flex-wrap:wrap;gap:.75rem;padding:.9rem 1.1rem 0}.document-filter-bar select,.document-filter-bar .document-search-field{min-height:46px}.document-filter-bar .document-search-field{min-width:0}.document-filter-bar select{min-width:0;width:100%;padding:0 14px;border-radius:14px;border:1px solid var(--border);background:var(--panel);color:var(--text);font:inherit}.document-quick-filter{border:1px solid var(--border);background:var(--panel);color:var(--text);min-height:40px;padding:0 14px;border-radius:999px;font:inherit;font-weight:600;cursor:pointer}.document-quick-filter.is-active{color:var(--primary-strong);border-color:#2563eb57;background:var(--primary-soft)}.document-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;padding:1rem 1.1rem 0}.document-category-card{display:grid;gap:.4rem;text-align:left;border:1px solid var(--border);background:var(--panel);color:var(--text);padding:1rem;border-radius:18px;cursor:pointer}.document-category-card span{color:var(--muted)}.document-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(340px,.95fr);gap:1rem;padding:1rem 1.1rem 1.1rem;align-items:start}.document-layout--directory{grid-template-columns:minmax(0,1fr)}.document-list-card,.document-detail-panel{min-width:0}.document-table-wrap{width:100%;overflow-x:auto;overflow-y:hidden}.document-table{width:100%;min-width:1380px;table-layout:fixed}.document-table th,.document-table td{padding:15px 14px}.document-col--number,.document-cell--number{width:130px}.document-col--title,.document-cell--title{width:300px}.document-col--category,.document-cell--category{width:140px}.document-col--status,.document-cell--status{width:150px}.document-col--version,.document-cell--version{width:110px;white-space:nowrap}.document-col--owner,.document-cell--owner{width:150px}.document-col--department,.document-cell--department{width:155px}.document-col--updated,.document-cell--updated,.document-col--revision,.document-cell--revision{width:135px;white-space:nowrap}.document-col--read,.document-cell--read{width:120px}.document-col--actions,.document-cell--actions{width:100px}.document-table__row.is-selected{background:#2563eb0f}.document-number-cell{white-space:nowrap;font-weight:700;color:var(--heading)}.document-title-cell{display:flex;align-items:center;gap:12px;min-width:0}.document-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;flex:0 0 auto}.document-title-cell__copy{display:grid;gap:3px}.document-title-cell__copy strong{color:var(--heading);display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.document-title-cell__copy span{color:var(--muted);font-size:.9rem}.document-status-badge,.document-read-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.84rem;font-weight:700;white-space:nowrap}.document-status-badge--published{background:#22c55e24;color:#15803d}.document-status-badge--draft{background:#94a3b82e;color:#475569}.document-status-badge--pending_approval{background:#facc152e;color:#a16207}.document-status-badge--under_review{background:#f9731624;color:#c2410c}.document-status-badge--archived{background:#47556929;color:#334155}.document-read-badge--neutral{background:#94a3b82e;color:#475569}.document-read-badge--good{background:#2563eb1f;color:#1d4ed8}.document-read-badge--progress{background:#6366f11f;color:#4f46e5}.document-read-badge--danger{background:#ef44441f;color:#dc2626}.document-list-card__footer{padding-top:1rem}.document-detail-panel{display:grid;gap:1rem;padding:1.1rem;position:sticky;top:92px}.document-detail-workspace{margin:1rem 1.1rem 1.1rem;position:static}.document-detail-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.document-detail-panel__header-actions{display:flex;align-items:center;gap:.65rem}.document-detail-panel__title{display:flex;gap:.85rem;align-items:flex-start}.document-detail-panel__title h3{margin:0 0 .3rem;color:var(--heading)}.document-detail-panel__title p{margin:0;color:var(--muted)}.document-detail-panel__title p span{padding:0 .35rem}.document-detail-panel__actions{display:flex;flex-wrap:wrap;gap:.65rem}.document-detail-tabs{display:flex;gap:.5rem;overflow-x:auto;border-bottom:1px solid var(--border)}.document-detail-tabs button{border:0;background:transparent;color:var(--muted);padding:0 0 .85rem;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.document-detail-tabs button.is-active{color:var(--primary-strong);box-shadow:inset 0 -2px 0 var(--primary)}.document-detail-panel__body{display:grid;gap:1rem}.document-detail-panel__empty{display:grid;gap:.6rem;min-height:220px;place-content:center;text-align:center}.document-detail-section{display:grid;gap:.85rem;padding:1rem;border:1px solid var(--border);border-radius:18px;background:var(--panel)}.document-detail-section h4{margin:0;color:var(--heading)}.document-detail-section p,.document-history-entry p{margin:0;color:var(--muted);line-height:1.6}.document-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem}.document-meta-grid div{display:grid;gap:.25rem}.document-meta-grid span{color:var(--muted);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.document-meta-grid strong{color:var(--heading)}.document-read-progress{display:grid;gap:.6rem}.document-read-progress__bar{width:100%;height:10px;border-radius:999px;background:#94a3b82e;overflow:hidden}.document-read-progress__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#4f46e5)}.document-history-timeline{display:grid;gap:.9rem}.document-history-entry{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start}.document-history-entry__dot{width:12px;height:12px;border-radius:999px;margin-top:.25rem;background:#2563eb;box-shadow:0 0 0 6px #2563eb1a}.document-history-entry small,.incident-side-list__item small{color:var(--muted)}@media (max-width: 1540px){.document-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.document-filter-bar{grid-template-columns:minmax(240px,2fr) repeat(2,minmax(170px,1fr))}.document-filter-bar .document-search-field{grid-column:1 / -1}.document-table{min-width:1080px}.document-col--owner,.document-cell--owner,.document-col--updated,.document-cell--updated{display:none}}@media (max-width: 1380px){.document-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.document-layout{grid-template-columns:minmax(0,1fr)}.document-detail-panel{position:static}.document-table{min-width:980px}.document-col--category,.document-cell--category{display:none}}@media (max-width: 980px){.document-kpi-grid,.document-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.document-filter-bar .document-search-field{grid-column:1 / -1}.document-hero-card,.document-hero-card__actions,.document-quick-filters{align-items:stretch}.document-hero-card{flex-direction:column}.document-meta-grid{grid-template-columns:minmax(0,1fr)}.document-table{min-width:860px}.document-col--revision,.document-cell--revision{display:none}}@media (max-width: 720px){.document-kpi-grid{grid-template-columns:minmax(0,1fr)}.document-layout,.document-category-grid,.document-tabs,.document-filter-bar,.document-quick-filters{padding-left:.85rem;padding-right:.85rem}.document-filter-bar{grid-template-columns:minmax(0,1fr)}.document-filter-bar select,.document-filter-bar .document-search-field{width:100%}}@media (max-width: 520px){.mobile-app-topbar{gap:.45rem}.mobile-app-brand{flex:1 1 0;width:auto;max-width:none}.mobile-app-topbar__actions{flex:0 0 auto}.mobile-app-tabbar{width:100%;border-radius:18px 18px 0 0;padding-inline:.45rem}.mobile-app-tabbar__item{font-size:.68rem;border-radius:13px}.mobile-crm-titlebar,.mobile-crm-picker,.mobile-crm-card,.mobile-crm-customer-card,.mobile-crm-accordion,.mobile-crm-modal__sheet{width:100%;max-width:100%}.mobile-crm-preview-card__header,.mobile-crm-preview-card__footer,.mobile-crm-customer-card__main,.mobile-crm-contact-row,.mobile-crm-section-head,.mobile-crm-visit-owner{align-items:stretch;flex-direction:column}.mobile-crm-preview-card__header button,.mobile-crm-preview-card__footer{white-space:normal}.mobile-crm-preview-row{grid-template-columns:38px minmax(0,1fr) 18px;gap:.65rem;padding-inline:.75rem}.mobile-crm-preview-row__avatar,.mobile-crm-logo,.mobile-crm-contact-avatar{width:38px;height:38px;border-radius:13px}.mobile-crm-preview-row__copy strong,.mobile-crm-preview-row__copy small,.mobile-crm-customer-card h1,.mobile-crm-contact-row strong,.mobile-crm-contact-row span,.mobile-crm-history-item strong,.mobile-crm-history-item small{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}.mobile-crm-tabs{overflow-x:auto;scrollbar-width:none}.mobile-crm-tabs::-webkit-scrollbar{display:none}.mobile-crm-tabs button{flex:0 0 auto;min-width:92px}.mobile-crm-case-grid,.mobile-crm-kpi-grid,.mobile-crm-choice-grid,.mobile-crm-visit-type-grid,.mobile-crm-large-choice-grid,.mobile-crm-form-grid,.mobile-crm-visit-editor__actions{grid-template-columns:minmax(0,1fr)}.mobile-crm-visit-type-grid--redesign{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-crm-visit-type-grid--redesign button{min-height:104px;padding-inline:.35rem}.mobile-crm-my-visit{grid-template-columns:minmax(0,1fr)}.mobile-crm-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-crm-action{min-height:64px;padding:.65rem .45rem}.mobile-crm-form input,.mobile-crm-form select,.mobile-crm-form textarea,.mobile-crm-search-field input{min-width:0;width:100%}.mobile-crm-modal{padding:.75rem}.mobile-crm-modal__sheet{max-height:calc(100svh - 1.5rem);overflow:auto}}@media (max-width: 420px){.mobile-crm-visit-progress{gap:.2rem}.mobile-crm-visit-progress strong{font-size:.68rem}.mobile-crm-visit-section{padding:.85rem}.mobile-app-icon-button--desktop{display:none}.incident-page--mobile-app .incident-quick-filter{flex-basis:148px}.incident-mobile-card__actions .btn-secondary{flex:1 1 0;justify-content:center}.mobile-crm-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media (max-width: 374px){.mobile-crm-visit-type-grid--redesign{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-crm-visit-actions{grid-template-columns:minmax(0,1fr)}}.shiftflow-page{gap:20px}.shiftflow-page--snapshot{gap:12px;min-height:calc(100vh - 40px)}.shiftflow-hero,.shiftflow-subnav,.shiftflow-card,.shiftflow-metric,.shiftflow-action-card,.shiftflow-team-card,.shiftflow-report-card{border:1px solid rgba(206,217,229,.9);background:linear-gradient(180deg,#fffffffa,#f8fbfff0);box-shadow:0 18px 40px #0f172a12}.shiftflow-hero,.shiftflow-subnav,.shiftflow-card{border-radius:28px}.shiftflow-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px;background:radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 26%),linear-gradient(180deg,#fffffffa,#f6f9fff5)}.shiftflow-hero__eyebrow{margin:0 0 8px;color:#2563eb;font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.shiftflow-hero h2{margin:0;font-size:clamp(2rem,3vw,2.85rem);line-height:1;color:#0f172a;letter-spacing:-.05em}.shiftflow-hero p,.shiftflow-card__header p,.shiftflow-subnav__title span,.shiftflow-metric__hint,.shiftflow-action-card span,.shiftflow-team-card span,.shiftflow-team-card small,.shiftflow-report-card span,.shiftflow-list__row span,.shiftflow-alert__copy span,.shiftflow-planner-row__employee span{margin:0;color:#64748b}.shiftflow-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.shiftflow-ghost-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(206,217,229,.9);border-radius:16px;background:#ffffffe0;color:#334155;cursor:pointer}.shiftflow-ghost-icon svg,.shiftflow-metric__icon svg,.shiftflow-action-card__icon svg{width:18px;height:18px}.shiftflow-ghost-icon span{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:800}.shiftflow-subnav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px}.shiftflow-subnav__title{display:grid;gap:4px}.shiftflow-subnav__title strong,.shiftflow-card__header h2,.shiftflow-metric__value,.shiftflow-action-card strong,.shiftflow-team-card strong,.shiftflow-report-card strong,.shiftflow-next-shift strong{color:#0f172a}.shiftflow-segmented{display:inline-flex;gap:6px;padding:4px;border-radius:16px;background:#edf4ff}.shiftflow-segmented button,.shiftflow-pill,.shiftflow-nav-button,.shiftflow-icon-only,.shiftflow-link-button{border:0;cursor:pointer;font:inherit}.shiftflow-segmented button{min-width:70px;min-height:40px;padding:0 14px;border-radius:12px;background:transparent;color:#64748b;font-weight:700}.shiftflow-segmented button.is-active{background:#fff;color:#2563eb;box-shadow:0 10px 22px #2563eb24}.shiftflow-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.shiftflow-metric{display:grid;gap:12px;padding:20px;border-radius:24px}.shiftflow-metric__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.shiftflow-metric__label{display:block;margin-bottom:10px;color:#475569;font-weight:700}.shiftflow-metric__value{display:block;font-size:2.25rem;line-height:1;letter-spacing:-.05em}.shiftflow-metric__icon,.shiftflow-action-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:1px solid rgba(148,163,184,.18)}.shiftflow-metric__icon--green{background:#22c55e1f;color:#16a34a}.shiftflow-metric__icon--blue{background:#3b82f61f;color:#2563eb}.shiftflow-metric__icon--violet{background:#a855f724;color:#9333ea}.shiftflow-metric__icon--orange{background:#f9731624;color:#ea580c}.shiftflow-metric__icon--red{background:#f8717124;color:#ef4444}.shiftflow-progress{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.shiftflow-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#34d399)}.shiftflow-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.95fr) 280px;gap:12px;align-items:start}.shiftflow-dashboard-grid--snapshot{grid-template-columns:minmax(0,1fr);min-height:calc(100vh - 56px)}.shiftflow-dashboard-grid--employees{grid-template-columns:minmax(0,1fr)}.shiftflow-dashboard-grid__main,.shiftflow-sidebar,.shiftflow-bottom-grid,.shiftflow-content-grid{display:grid;gap:12px}.shiftflow-dashboard-grid--snapshot .shiftflow-dashboard-grid__main{min-height:0}.shiftflow-week-dashboard{display:grid;gap:14px;margin-bottom:16px;padding:16px;border:1px solid #dbeafe;border-radius:20px;background:linear-gradient(180deg,#eff6ffe6,#fffffff5)}.shiftflow-week-dashboard__hero,.shiftflow-week-dashboard__actions,.shiftflow-week-dashboard__departments{display:flex;align-items:center}.shiftflow-week-dashboard__hero{justify-content:space-between;gap:16px}.shiftflow-week-dashboard__hero h3{margin:4px 0 6px;color:#0f172a;font-size:1.35rem}.shiftflow-week-dashboard__hero p{margin:0;color:#64748b}.shiftflow-week-dashboard__status{display:grid;gap:3px;min-width:132px;padding:12px 14px;border-radius:16px;border:1px solid #dbe4ee;background:#fff}.shiftflow-week-dashboard__status span{color:#64748b;font-size:.82rem;font-weight:800}.shiftflow-week-dashboard__status strong{color:#0f172a}.shiftflow-week-dashboard__status--green{border-color:#22c55e47;background:#f0fdf4f0}.shiftflow-week-dashboard__status--orange{border-color:#f9731647;background:#fff7edf0}.shiftflow-week-dashboard__status--red{border-color:#ef444442;background:#fef2f2f0}.shiftflow-week-dashboard__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.shiftflow-week-dashboard__metrics div{display:grid;gap:5px;min-width:0;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:#ffffffe6}.shiftflow-week-dashboard__metrics span,.shiftflow-week-dashboard__metrics small,.shiftflow-week-dashboard__department span{color:#64748b}.shiftflow-week-dashboard__metrics span{font-weight:800}.shiftflow-week-dashboard__metrics strong{color:#0f172a;font-size:1.55rem;line-height:1}.shiftflow-week-dashboard__actions{gap:10px;flex-wrap:wrap}.shiftflow-week-dashboard__date{min-height:40px;padding:0 12px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;color:#0f172a;font:inherit;font-weight:700}.shiftflow-week-dashboard__departments{gap:10px;overflow-x:auto;padding-bottom:2px}.shiftflow-week-dashboard__department{display:grid;gap:5px;flex:0 0 220px;min-height:66px;padding:12px 14px;border:1px solid #dbe4ee;border-radius:16px;background:#fff;color:inherit;text-align:left;cursor:pointer}.shiftflow-week-dashboard__department strong,.shiftflow-week-dashboard__department span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shiftflow-week-dashboard__department strong{color:#0f172a}.shiftflow-week-dashboard__department.is-active{border-color:#2563eb6b;background:#eff6ff;box-shadow:0 12px 28px #2563eb1f}.shiftflow-bottom-grid,.shiftflow-content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-employees-workspace{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.65fr);gap:12px}.shiftflow-employees-directory,.shiftflow-employees-detail{align-content:start}.shiftflow-employees-detail{display:grid;gap:12px}.shiftflow-employees-filters{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px}.shiftflow-employees-list{display:grid;gap:10px;max-height:820px;overflow:auto;padding-right:4px}.shiftflow-employee-list-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px;border-radius:18px;border:1px solid #dbe4ee;background:#fff;font:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.shiftflow-employee-list-item.is-active{border-color:#2563eb47;background:linear-gradient(180deg,#eff6fff2,#f8fafcf2);box-shadow:0 16px 32px #2563eb14}.shiftflow-employee-list-item__copy,.shiftflow-employee-list-item__meta{display:grid;gap:4px}.shiftflow-dev-timeclock-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.shiftflow-dev-timeclock-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid #dbe4ee;background:#fff;color:#475569;font-size:.78rem;font-weight:900;line-height:1;cursor:pointer}.shiftflow-dev-timeclock-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1a}.shiftflow-dev-timeclock-button:disabled{cursor:not-allowed;opacity:.38}.shiftflow-dev-timeclock-button--play{color:#16a34a;border-color:#16a34a47;background:#f0fdf4eb}.shiftflow-dev-timeclock-button--pause{color:#d97706;border-color:#d9770647;background:#fffbebf0}.shiftflow-dev-timeclock-button--stop{color:#dc2626;border-color:#dc262647;background:#fef2f2f0}.shiftflow-employee-list-item__copy strong,.shiftflow-employees-hero__identity h2,.shiftflow-employee-facts strong,.shiftflow-employee-event strong{color:#0f172a}.shiftflow-employee-list-item__copy span,.shiftflow-employee-list-item__copy small,.shiftflow-employee-list-item__meta small,.shiftflow-employees-hero__identity p,.shiftflow-employee-facts span,.shiftflow-employee-event span{color:#64748b}.shiftflow-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:800}.shiftflow-status-pill--green{color:#15803d;background:#dcfce7f2}.shiftflow-status-pill--blue{color:#1d4ed8;background:#dbeafef2}.shiftflow-status-pill--violet{color:#7c3aed;background:#ede9fef2}.shiftflow-status-pill--orange{color:#c2410c;background:#ffedd5f2}.shiftflow-status-pill--red{color:#b91c1c;background:#fee2e2f5}.shiftflow-status-pill--cyan{color:#0f766e;background:#cffafef2}.shiftflow-status-pill--slate{color:#475569;background:#e2e8f0f2}.shiftflow-employees-hero,.shiftflow-employees-hero__identity,.shiftflow-employees-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.shiftflow-employees-hero{justify-content:space-between}.shiftflow-employees-hero__identity h2,.shiftflow-employees-hero__identity p{margin:0}.shiftflow-employees-hero__stats,.shiftflow-employees-panels,.shiftflow-employee-facts{display:grid;gap:12px}.shiftflow-employees-hero__stats{grid-template-columns:repeat(3,minmax(0,1fr));min-width:min(100%,420px)}.shiftflow-employees-hero__stats div,.shiftflow-employee-panel{padding:16px;border-radius:20px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#fff,#f8fbff)}.shiftflow-employees-hero__stats strong{display:block;color:#0f172a;font-size:1.25rem}.shiftflow-employees-hero__stats span{color:#64748b;font-size:.9rem}.shiftflow-employees-actions{align-items:stretch}.shiftflow-employees-panels{grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.shiftflow-employee-timeline{display:grid;gap:10px}.shiftflow-employee-event{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 14px;border-radius:14px;border:1px solid #dbe4ee;background:#fff;font:inherit;cursor:pointer}.shiftflow-employee-event--green{border-color:#22c55e47}.shiftflow-employee-event--blue{border-color:#3b82f647}.shiftflow-employee-event--violet{border-color:#a855f747}.shiftflow-employee-event--orange{border-color:#f9731647}.shiftflow-employee-event--red{border-color:#ef444447}.shiftflow-employee-event--slate{border-color:#94a3b859}.shiftflow-employee-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-employee-facts div{display:grid;gap:4px;min-width:0;padding:12px 14px;border-radius:16px;background:#f8fafc}.shiftflow-employee-facts strong{min-width:0;overflow-wrap:break-word;word-break:normal}.shiftflow-card{display:grid;gap:12px;padding:16px}.shiftflow-planner-card--snapshot{align-content:start;min-height:calc(100vh - 72px);padding:10px 10px 8px;border-radius:24px;gap:8px}.shiftflow-card__header,.shiftflow-toolbar,.shiftflow-list__row,.shiftflow-next-shift,.shiftflow-alert{display:flex;align-items:center;justify-content:space-between;gap:14px}.shiftflow-card__header{align-items:flex-start}.shiftflow-card__header h2{margin:0 0 4px;font-size:1.35rem;letter-spacing:-.04em}.shiftflow-card__actions,.shiftflow-toolbar__group,.shiftflow-shift-legend{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.shiftflow-planner-switcher,.shiftflow-planner-switcher__header{display:grid;gap:10px}.shiftflow-planner-switcher{padding:16px 18px;border-radius:20px;border:1px solid #dbe4ee;background:#f8fbff}.shiftflow-planner-switcher--snapshot{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px 16px;padding:2px 2px 8px;border:0;border-radius:0;background:transparent}.shiftflow-planner-switcher__snapshot-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.shiftflow-planner-switcher__snapshot-actions small{color:#64748b}.shiftflow-planner-switcher--snapshot .shiftflow-planner-switcher__header{gap:4px}.shiftflow-planner-switcher--snapshot .shiftflow-planner-switcher__buttons{grid-column:1 / -1;gap:8px}.shiftflow-planner-switcher--snapshot .shiftflow-planner-chip{min-height:36px;padding:0 12px}.shiftflow-planner-switcher--snapshot .btn-secondary{min-height:38px;padding:0 14px}.shiftflow-planner-switcher__header strong{color:#0f172a}.shiftflow-planner-switcher__header span{color:#64748b}.shiftflow-planner-switcher__buttons{display:flex;flex-wrap:wrap;gap:10px}.shiftflow-planner-chip{min-height:40px;padding:0 14px;border-radius:999px;border:1px solid #dbe4ee;background:#fff;color:#334155;font:inherit;font-weight:700;cursor:pointer}.shiftflow-planner-chip.is-active{border-color:#2563eb3d;background:#eff6ff;color:#2563eb}.shiftflow-planner-controls{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(360px,1fr);align-items:stretch;gap:12px;padding:14px;border-radius:22px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 34px #0f172a0f}.shiftflow-planner-visibility{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid #e6eef8;background:#f8fafc;color:#64748b}.shiftflow-planner-visibility label{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#334155}.shiftflow-planner-visibility input{width:18px;height:18px;accent-color:#2563eb}.shiftflow-planner-visibility small{color:#64748b;text-align:right}.shiftflow-pill,.shiftflow-nav-button,.shiftflow-icon-only,.shiftflow-link-button,.shiftflow-shift{min-height:34px;padding:0 12px;border-radius:12px;background:#f8fafc;color:#334155}.shiftflow-pill{border:1px solid #dbe4ee;font-weight:700}.shiftflow-pill.is-active{background:#eff6ff;color:#2563eb;border-color:#2563eb38}.shiftflow-nav-button,.shiftflow-icon-only{min-width:34px;padding:0;border:1px solid #dbe4ee;font-size:1rem;font-weight:700}.shiftflow-link-button{padding:0;min-height:0;background:transparent;color:#2563eb;font-weight:700}.shiftflow-link-button--full{justify-content:flex-start}.shiftflow-toolbar{flex-wrap:wrap;padding:14px 0 4px}.shiftflow-toolbar__range{display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:14px;background:#f8fafc;border:1px solid #dbe4ee;font-weight:700;color:#334155}.shiftflow-shift{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:1px;min-width:110px;min-height:32px;padding:0 12px;border:1px solid transparent;border-radius:10px;font-size:.92rem;font-weight:700}.shiftflow-shift--green{background:#22c55e1f;border-color:#22c55e3d;color:#15803d}.shiftflow-shift--blue{background:#3b82f61f;border-color:#3b82f633;color:#1d4ed8}.shiftflow-shift--violet{background:#c084fc29;border-color:#a855f733;color:#7e22ce}.shiftflow-shift--orange{background:#fb923c29;border-color:#f9731633;color:#c2410c}.shiftflow-shift--cyan{background:#67e8f92e;border-color:#06b6d42e;color:#0891b2}.shiftflow-shift--red{background:#fca5a533;border-color:#ef444433;color:#dc2626}.shiftflow-shift--yellow{background:#fde68a38;border-color:#f59e0b2e;color:#b45309}.shiftflow-shift--empty{min-width:auto;justify-content:flex-start;padding:0;border:0;background:transparent;color:#94a3b8}.shiftflow-shift--empty-button{min-width:110px;justify-content:center;padding:0 10px;border:1px dashed #cbd5e1;background:#f8fafce6;color:#64748b;cursor:pointer}.shiftflow-shift--empty-button:hover{border-color:#60a5fa;background:#eff6fff2;color:#2563eb}.shiftflow-shift--closed{background:#f1f5f9;border-color:#dbe4ee;color:#475569;cursor:default}.shiftflow-shift--closed small{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b}.shiftflow-planner-table{display:grid;gap:14px}.shiftflow-planner-table__header,.shiftflow-planner-row{display:grid;grid-template-columns:minmax(230px,1.15fr) repeat(7,minmax(120px,1fr));gap:10px;align-items:center}.shiftflow-planner-table__header{padding-bottom:8px;border-bottom:1px solid #e2e8f0;color:#475569;font-size:.92rem}.shiftflow-planner-table__employee-heading,.shiftflow-planner-table__day-heading strong,.shiftflow-planner-team__title,.shiftflow-planner-row__employee strong,.shiftflow-alert__copy strong,.shiftflow-list__row strong{color:#0f172a}.shiftflow-planner-team{display:grid;gap:10px}.shiftflow-planner-team__title{padding-top:8px;font-size:.94rem;font-weight:800}.shiftflow-planner-row__employee{display:flex;align-items:center;gap:12px}.shiftflow-planner-row--hidden{opacity:.72}.shiftflow-planner-row__badge{display:inline-flex;width:fit-content;margin-top:3px;padding:2px 8px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.72rem;font-style:normal;font-weight:800}.shiftflow-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 40px;position:relative;width:40px;height:40px;overflow:hidden;border-radius:999px;color:#fff;font-size:.84rem;font-weight:800}.shiftflow-avatar.has-image{background:#dbeafe}.shiftflow-avatar__image{width:100%;height:100%;display:block;object-fit:cover}.shiftflow-avatar__status-dot{position:absolute;right:1px;bottom:1px;width:11px;height:11px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 0 0 1px #0f172a14}.shiftflow-avatar__status-dot--green{background:#22c55e}.shiftflow-avatar__status-dot--red{background:#ef4444}.shiftflow-avatar__status-dot--orange{background:#f59e0b}.shiftflow-avatar__status-dot--blue{background:#3b82f6}.shiftflow-avatar--blue{background:linear-gradient(135deg,#60a5fa,#2563eb)}.shiftflow-avatar--green{background:linear-gradient(135deg,#4ade80,#16a34a)}.shiftflow-avatar--orange{background:linear-gradient(135deg,#fb923c,#f97316)}.shiftflow-avatar--violet{background:linear-gradient(135deg,#c084fc,#9333ea)}.shiftflow-avatar--cyan{background:linear-gradient(135deg,#67e8f9,#0891b2)}.shiftflow-quick-actions,.shiftflow-team-grid,.shiftflow-report-grid,.shiftflow-stat-strip{display:grid;gap:14px}.shiftflow-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.shiftflow-action-card,.shiftflow-team-card,.shiftflow-report-card{display:grid;gap:8px;padding:18px;border-radius:22px;text-align:left}.shiftflow-action-card{cursor:pointer}.shiftflow-action-card__icon{background:#3b82f61f;color:#2563eb}.shiftflow-trend{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px}.shiftflow-trend__item{display:grid;justify-items:center;gap:10px;color:#64748b;font-size:.88rem}.shiftflow-trend__item strong{color:#0f172a}.shiftflow-trend__bars{display:flex;align-items:flex-end;gap:5px;min-height:78px}.shiftflow-trend__bar{display:block;width:6px;height:100%;border-radius:999px}.shiftflow-trend__bar--green{background:linear-gradient(180deg,#bbf7d0,#4ade80)}.shiftflow-trend__bar--yellow{background:linear-gradient(180deg,#fde68a,#fbbf24)}.shiftflow-trend__bar--orange{background:linear-gradient(180deg,#fdba74,#fb923c)}.shiftflow-trend__bar--red{background:linear-gradient(180deg,#fca5a5,#ef4444)}.shiftflow-alert-list,.shiftflow-list,.shiftflow-checklist,.shiftflow-overview-board{display:grid;gap:12px}.shiftflow-overview-board{grid-template-columns:repeat(3,minmax(0,1fr))}.shiftflow-overview-board__card{display:grid;gap:16px;padding:18px;border-radius:22px;border:1px solid #dbe4ee;background:#fff}.shiftflow-overview-board__top,.shiftflow-overview-board__stats{display:grid;gap:12px}.shiftflow-overview-board__top{grid-template-columns:minmax(0,1fr) auto;align-items:center}.shiftflow-overview-board__top strong,.shiftflow-overview-board__stats strong{color:#0f172a}.shiftflow-overview-board__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-overview-board__stats div{display:grid;gap:4px;padding:12px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.shiftflow-overview-board__stats span{color:#64748b;font-size:.9rem}.shiftflow-coverage-grid,.shiftflow-coverage-card,.shiftflow-coverage-card__slots,.shiftflow-settings-block,.shiftflow-settings-grid{display:grid;gap:14px}.shiftflow-coverage-grid{grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:14px}.shiftflow-coverage-card{padding:14px;border-radius:20px;border:1px solid #dbe4ee;background:#fff}.shiftflow-coverage-card--good{background:#dcfce7b3;border-color:#22c55e38}.shiftflow-coverage-card--warning{background:#fff7ede6;border-color:#f9731638}.shiftflow-coverage-card--critical{background:#fef2f2e6;border-color:#ef444438}.shiftflow-coverage-card--closed{background:#f8fafc}.shiftflow-coverage-card__header{display:grid;gap:4px}.shiftflow-coverage-card__header>div{display:grid;gap:4px}.shiftflow-coverage-card__header strong,.shiftflow-coverage-slot strong,.shiftflow-settings-row strong,.shiftflow-rule-card__header strong{color:#0f172a}.shiftflow-coverage-card__header span,.shiftflow-coverage-slot span,.shiftflow-coverage-slot small{color:#64748b}.shiftflow-keyskill-day-status{display:grid;gap:4px;padding-top:8px;border-top:1px solid rgba(148,163,184,.2)}.shiftflow-keyskill-day-status>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.shiftflow-keyskill-day-status span,.shiftflow-keyskill-day-status small{color:#64748b;font-size:.78rem;font-weight:700}.shiftflow-keyskill-day-status strong{font-size:.86rem}.shiftflow-keyskill-day-status--green strong,.shiftflow-keyskill-day-status--green small{color:#15803d}.shiftflow-keyskill-day-status--orange strong,.shiftflow-keyskill-day-status--orange small{color:#c2410c}.shiftflow-keyskill-day-status--red strong,.shiftflow-keyskill-day-status--red small{color:#dc2626}.shiftflow-coverage-slot--button{width:100%;text-align:left;border:1px solid transparent;cursor:pointer}.shiftflow-coverage-slot--button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.shiftflow-planner-assignment{display:grid;gap:18px}.shiftflow-planner-assignment__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.shiftflow-planner-assignment__main,.shiftflow-planner-assignment__side,.shiftflow-planner-assignment__status-group{display:grid;gap:12px}.shiftflow-planner-assignment__toolbar{display:grid;align-items:end;grid-template-columns:minmax(220px,1fr) 132px;gap:12px}.shiftflow-planner-assignment__summary{min-height:72px;padding:12px 14px;border-radius:12px;border:1px solid #dbe4ee;background:#f8fafc}.shiftflow-planner-assignment__summary strong{display:block;color:#0f172a;font-size:1.2rem}.shiftflow-planner-assignment__summary span,.shiftflow-planner-assignment__employee span,.shiftflow-planner-assignment__employee small,.shiftflow-planner-assignment__status-row small{color:#64748b}.shiftflow-planner-assignment__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px}.shiftflow-planner-assignment__employee,.shiftflow-planner-assignment__status-row{display:grid;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid #dbe4ee;background:#fff}.shiftflow-planner-assignment__employee{position:relative;grid-template-columns:22px 40px minmax(0,1fr);min-height:68px;cursor:pointer}.shiftflow-planner-assignment__employee input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}.shiftflow-planner-assignment__check{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:6px;border:1.5px solid #cbd5e1;background:#fff}.shiftflow-planner-assignment__employee input:checked+.shiftflow-planner-assignment__check{border-color:#2563eb;background:#2563eb}.shiftflow-planner-assignment__employee input:checked+.shiftflow-planner-assignment__check:after{content:"";width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.shiftflow-planner-assignment__employee:focus-within{outline:2px solid rgba(37,99,235,.24);outline-offset:2px}.shiftflow-planner-assignment__employee-copy,.shiftflow-planner-assignment__status-row div{display:grid;gap:2px;min-width:0}.shiftflow-planner-assignment__employee strong,.shiftflow-planner-assignment__status-row span,.shiftflow-planner-assignment__status-group strong,.shiftflow-planner-assignment__status-heading span{color:#0f172a}.shiftflow-planner-assignment__employee.is-selected{border-color:#2563eb52;background:#eff6ff;box-shadow:0 10px 24px #2563eb14}.shiftflow-planner-assignment__status-group{padding:12px;border-radius:12px;border:1px solid #dbe4ee;background:#f8fafc}.shiftflow-planner-assignment__status-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.shiftflow-planner-assignment__status-heading span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;background:#e2e8f0;font-size:.82rem;font-weight:800}.shiftflow-planner-assignment__status-row{grid-template-columns:40px minmax(0,1fr);padding:8px;border-radius:10px}.shiftflow-planner-assignment__actions{display:grid;gap:10px;padding-top:4px}.shift-robot-panel{display:grid;gap:14px}.shift-robot-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px;border:1px solid #dbe4ee;border-radius:18px;background:#f8fbff}.shift-robot-hero span,.shift-robot-config span,.shift-robot-empty span,.shift-robot-status span,.shift-robot-section-heading span,.shift-robot-suggestion span,.shift-robot-warning span{color:#64748b}.shift-robot-hero h2,.shift-robot-section-heading h3,.shift-robot-suggestion strong,.shift-robot-status strong,.shift-robot-config strong,.shift-robot-empty strong,.shift-robot-warning strong{color:#0f172a}.shift-robot-hero h2,.shift-robot-hero p{margin:0}.shift-robot-hero>div:first-child{display:grid;gap:6px}.shift-robot-hero__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.shift-robot-config{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.shift-robot-config article,.shift-robot-status,.shift-robot-empty,.shift-robot-suggestion,.shift-robot-warning{border:1px solid #dbe4ee;border-radius:14px;background:#fff}.shift-robot-config article{display:grid;gap:4px;padding:14px}.shift-robot-workflow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.shift-robot-step,.shift-robot-open-shifts,.shift-robot-settings{border:1px solid #dbe4ee;border-radius:14px;background:#fff}.shift-robot-step{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start;padding:14px}.shift-robot-step__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900}.shift-robot-step h3,.shift-robot-step p,.shift-robot-open-shifts h3{margin:0}.shift-robot-step h3{color:#0f172a;font-size:.98rem}.shift-robot-step p{color:#64748b}.shift-robot-open-shifts{display:grid;gap:12px;padding:14px}.shift-robot-open-shifts__list{display:grid;gap:8px}.shift-robot-open-shifts__list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.shift-robot-open-shifts__list strong{color:#0f172a}.shift-robot-open-shifts__list span{color:#64748b}.shift-robot-open-shifts__list em{grid-row:span 2;align-self:center;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-style:normal;font-weight:900}.shift-robot-empty--success{border-color:#22c55e42;background:#f0fdf4c7}.shift-robot-settings{overflow:hidden}.shift-robot-settings summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:0 16px;cursor:pointer;color:#0f172a;font-weight:900}.shift-robot-settings summary small{color:#64748b;font-weight:700}.shift-robot-settings[open] summary{border-bottom:1px solid #e2e8f0}.shift-robot-settings .shift-robot-catalog{padding:14px}.shift-robot-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shift-robot-catalog article{display:grid;gap:12px;padding:14px;border:1px solid #dbe4ee;border-radius:14px;background:#fff}.shift-robot-catalog__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.shift-robot-catalog__form--position{grid-template-columns:minmax(0,1fr) 130px auto}.shift-robot-catalog__form input,.shift-robot-catalog__form select{min-height:42px;padding:0 12px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;color:#0f172a}.shift-robot-catalog__chips{display:flex;flex-wrap:wrap;gap:8px}.shift-robot-catalog__chips button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid #dbe4ee;border-radius:999px;background:#f8fafc;color:#0f172a;cursor:pointer}.shift-robot-catalog__chips span{color:#64748b;font-size:.78rem;font-weight:800}.user-planning-picker>input{display:none}.shift-robot-config strong{font-size:1.25rem}.shift-robot-import-message{padding:12px 14px;border-radius:12px;background:#dbeafed9;color:#1d4ed8;font-weight:800}.shift-robot-results,.shift-robot-suggestions,.shift-robot-warnings{display:grid;gap:12px}.shift-robot-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.shift-robot-status--ok{border-color:#22c55e42;background:#dcfce7b8}.shift-robot-status--missing,.shift-robot-status--reserve{border-color:#f59e0b47;background:#fff7edeb}.shift-robot-status--conflict{border-color:#ef444442;background:#fef2f2eb}.shift-robot-status--idle{background:#f8fafc}.shift-robot-empty{display:grid;gap:4px;padding:18px}.shift-robot-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.shift-robot-section-heading h3{margin:0}.shift-robot-suggestion{display:grid;gap:10px;padding:14px}.shift-robot-suggestion p{margin:0;color:#334155}.shift-robot-suggestion__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.shift-robot-suggestion__top>div{display:grid;gap:3px}.shift-robot-suggestion__top em{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:32px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-style:normal;font-weight:900}.shift-robot-tags{display:flex;gap:6px;flex-wrap:wrap}.shift-robot-tags span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.82rem;font-weight:800}.shift-robot-suggestion__warnings{margin:0;padding-left:1.15rem;color:#92400e}.shift-robot-warning{display:grid;gap:4px;padding:12px 14px}.shift-robot-warning--critical{border-color:#ef444442;background:#fef2f2eb}.shift-robot-warning--warning{border-color:#f59e0b47;background:#fff7edeb}.shift-robot-warning--info{border-color:#3b82f63d;background:#eff6ffeb}@media (max-width: 980px){.shift-robot-hero{align-items:stretch;flex-direction:column}.shift-robot-hero__actions,.shift-robot-hero__actions .btn,.shift-robot-hero__actions .btn-secondary{width:100%}.shift-robot-config,.shift-robot-workflow,.shift-robot-catalog,.shift-robot-catalog__form,.shift-robot-catalog__form--position{grid-template-columns:minmax(0,1fr)}.shift-robot-open-shifts__list article{grid-template-columns:minmax(0,1fr)}.shift-robot-open-shifts__list em{grid-row:auto;justify-self:start}.shift-robot-settings summary{align-items:flex-start;flex-direction:column;justify-content:center;padding:12px 16px}}.shiftflow-template-picker{width:min(720px,calc(100vw - 64px));display:grid;gap:18px}.shiftflow-template-picker__top-actions{display:flex;align-items:center;gap:10px}.shiftflow-template-picker__section{display:grid;gap:12px}.shiftflow-template-picker__repeat{padding:12px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc}.shiftflow-template-picker__repeat-fields{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(110px,.55fr) minmax(160px,1fr);gap:12px;align-items:end}.shiftflow-template-picker__repeat-summary{display:grid;gap:2px;min-height:54px;padding:9px 12px;border-radius:14px;background:#fff;border:1px solid #dbe4ee}.shiftflow-template-picker__repeat-summary strong{color:#0f172a;font-size:1.1rem}.shiftflow-template-picker__repeat-summary span{color:#64748b;font-size:.88rem}.shiftflow-template-picker__presets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.shiftflow-template-picker__absence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.shiftflow-template-picker__preset{display:grid;gap:6px;padding:16px 14px;border-radius:16px;border:1px solid #dbe4ee;background:#fff;text-align:left;cursor:pointer;color:#0f172a}.shiftflow-template-picker__preset strong,.shiftflow-template-picker__custom h3{margin:0;color:#0f172a}.shiftflow-template-picker__preset span,.shiftflow-template-picker__custom p{color:#64748b}.shiftflow-template-picker__preset:hover{transform:translateY(-1px);border-color:#2563eb52;box-shadow:0 10px 24px #2563eb14}.shiftflow-template-picker__absence{display:grid;align-items:center;justify-content:center;gap:2px;min-height:54px;padding:0 14px;border-radius:16px;border:1px solid #dbe4ee;background:#fff;cursor:pointer;text-align:center}.shiftflow-template-picker__absence strong{color:#0f172a}.shiftflow-template-picker__absence:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.shiftflow-template-picker__absence--red{border-color:#ef44443d;background:#fef2f2eb}.shiftflow-template-picker__absence--yellow{border-color:#eab3083d;background:#fefce8eb}.shiftflow-template-picker__absence--violet{border-color:#a855f73d;background:#f5f3ffeb}.shiftflow-template-picker__absence--slate{border-color:#94a3b852;background:#f8fafcf5}.shiftflow-template-picker__absence--green{border-color:#22c55e42;background:#f0fdf4f2}.shiftflow-template-picker__absence span{color:#64748b;font-size:.82rem;font-weight:700}.shiftflow-template-picker__custom{display:grid;gap:14px;padding-top:6px;border-top:1px solid #e2e8f0}.shiftflow-coverage-slot{display:grid;gap:4px;padding:10px 12px;border-radius:14px;border:1px solid #e2e8f0;background:#ffffffb8}.shiftflow-coverage-slot--good{border-color:#22c55e3d}.shiftflow-coverage-slot--warning{border-color:#f973163d}.shiftflow-coverage-slot--critical{border-color:#ef44443d}.shiftflow-settings-block{padding-top:8px}.shiftflow-settings-block--legacy{display:none}.shiftflow-setup-form{gap:16px}.shiftflow-setup-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:12px;align-items:center}.shiftflow-option-card--compact{min-height:52px}.shiftflow-keyskill-manager{display:grid;gap:14px;padding:16px;border:1px solid #cfe0f6;border-radius:20px;background:linear-gradient(180deg,#f8fbff,#fff);box-shadow:inset 0 1px #ffffffd9}.shiftflow-keyskill-manager__header{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(520px,1.55fr);gap:18px;align-items:start}.shiftflow-keyskill-manager__header h2,.shiftflow-keyskill-manager__header p{margin:0}.shiftflow-keyskill-manager__header p{margin-top:4px;color:#64748b;max-width:520px;line-height:1.45}.shiftflow-keyskill-manager__create,.shiftflow-keyskill-manager__row{display:grid;grid-template-columns:minmax(160px,1fr) minmax(132px,.78fr) 96px 96px;gap:10px;align-items:end}.shiftflow-keyskill-manager__create{padding:10px;border:1px solid #dbe6f4;border-radius:16px;background:#ffffffc7}.shiftflow-keyskill-field{display:grid;gap:5px;min-width:0}.shiftflow-keyskill-field span{color:#64748b;font-size:.72rem;font-weight:900;letter-spacing:0}.shiftflow-keyskill-field input{min-width:0;width:100%;min-height:40px;border:1px solid #dbe6f4;border-radius:12px;padding:0 12px;background:#fff;color:#0f172a;font-weight:700;box-sizing:border-box}.shiftflow-keyskill-field input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f}.shiftflow-keyskill-manager__list{display:grid;grid-template-columns:repeat(2,minmax(360px,1fr));gap:10px}.shiftflow-keyskill-manager__row{padding:10px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 8px 18px #0f172a0a}.shiftflow-keyskill-critical,.shiftflow-keyskill-add,.shiftflow-keyskill-delete{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border-radius:12px;font-weight:900;white-space:nowrap}.shiftflow-keyskill-critical{padding:0 10px;border:1px solid #dbe6f4;background:#f8fafc;color:#64748b;cursor:pointer}.shiftflow-keyskill-critical input{width:14px;height:14px;margin:0}.shiftflow-keyskill-critical.is-selected{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.shiftflow-keyskill-add,.shiftflow-keyskill-delete{border:1px solid transparent;cursor:pointer}.shiftflow-keyskill-add{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.shiftflow-keyskill-add:hover{background:#dbeafe;transform:translateY(-1px)}.shiftflow-keyskill-delete{background:#fff7f7;border-color:#fecaca;color:#b91c1c}.shiftflow-keyskill-delete:hover{background:#fee2e2;border-color:#fca5a5;transform:translateY(-1px)}.shiftflow-keyskill-delete svg,.shiftflow-keyskill-add svg{width:16px;height:16px}.shiftflow-setup-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.shiftflow-setup-day{display:grid;gap:5px;min-height:88px;padding:12px;border:1px solid #dbe6f4;border-radius:16px;background:#fff;color:#0f172a;text-align:left;cursor:pointer}.shiftflow-setup-day:hover{border-color:#bfdbfe}.shiftflow-setup-day.is-active{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb1f}.shiftflow-setup-day.is-closed{color:#64748b;background:#f8fafc}.shiftflow-setup-day span,.shiftflow-setup-day small{color:#64748b;font-size:.78rem;font-weight:700}.shiftflow-setup-day-panel{display:grid;gap:14px;padding:16px;border:1px solid #dbe6f4;border-radius:18px;background:#fff}.shiftflow-setup-day-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.shiftflow-setup-day-panel__header h2,.shiftflow-setup-day-panel__header p{margin:0}.shiftflow-setup-day-panel__header p{color:#64748b}.shiftflow-setup-hours-card{display:grid;grid-template-columns:minmax(180px,1fr) minmax(130px,180px) minmax(130px,180px);gap:12px;align-items:end;padding:12px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.shiftflow-setup-rules{display:grid;gap:12px}.shiftflow-rule-card--compact{display:grid;gap:12px;padding:14px;border:1px solid #dbe6f4;border-radius:16px;background:#f8fafc}.shiftflow-rule-card--compact .shiftflow-rule-card__header{grid-template-columns:minmax(0,1fr) auto}.shiftflow-rule-card__header span{display:block;margin-top:2px;color:#64748b;font-size:.82rem;font-weight:700}.shiftflow-rule-card__grid{display:grid;grid-template-columns:minmax(160px,1fr) minmax(160px,1fr) repeat(4,minmax(96px,.55fr));gap:10px}.shiftflow-rule-skills{grid-column:1 / -1}.shiftflow-rule-skills__chips{display:flex;flex-wrap:wrap;gap:8px}.shiftflow-rule-skill-chip{min-height:34px;padding:0 12px;border:1px solid #dbe6f4;border-radius:999px;background:#fff;color:#334155;font-weight:800;cursor:pointer}.shiftflow-rule-skill-chip.is-selected{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.shiftflow-rule-skills small{color:#64748b;font-weight:700}.shiftflow-setup-empty{padding:18px;box-shadow:none}.shiftflow-settings-grid{grid-template-columns:minmax(0,1fr)}.shiftflow-settings-row,.shiftflow-rule-card__header{display:grid;grid-template-columns:minmax(140px,1fr) auto 120px 120px;gap:12px;align-items:center}.shiftflow-closed-days-toolbar{display:grid;grid-template-columns:minmax(120px,180px) auto auto;gap:12px;align-items:end}.shiftflow-inline-message{margin:0;color:#2563eb;font-weight:700}.shiftflow-closed-days-list,.shiftflow-closed-days-imported{display:grid;gap:8px}.shiftflow-closed-days-imported{padding-top:6px}.shiftflow-closed-days-imported__header,.shiftflow-closed-day-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.shiftflow-closed-days-imported__header{grid-template-columns:minmax(0,1fr) auto;color:#0f172a}.shiftflow-closed-days-imported__header span{color:#64748b;font-weight:700}.shiftflow-closed-day-row{min-height:54px;padding:10px 12px;border-radius:14px;border:1px solid #dbe4ee;background:#fff}.shiftflow-closed-day-row--static{grid-template-columns:minmax(0,1fr) auto}.shiftflow-closed-day-row.is-imported{background:#f8fafc}.shiftflow-closed-day-row span{display:grid;gap:2px}.shiftflow-closed-day-row strong{color:#0f172a}.shiftflow-closed-day-row small,.shiftflow-closed-day-row em{color:#64748b;font-style:normal}.shiftflow-closed-day-row em{justify-self:end;font-weight:800}.shiftflow-checkbox{display:inline-flex;align-items:center;gap:8px;color:#334155}.shiftflow-recurring-toggle{display:grid;grid-template-columns:22px minmax(0,1fr);gap:14px;align-items:center;padding:16px 18px;border-radius:18px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#f8fbff,#fff);cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.shiftflow-recurring-toggle input{position:absolute;opacity:0;pointer-events:none}.shiftflow-recurring-toggle__check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#fff;font-size:.82rem;font-weight:900}.shiftflow-recurring-toggle__copy{display:grid;gap:4px}.shiftflow-recurring-toggle__copy strong{color:#0f172a;font-size:1rem}.shiftflow-recurring-toggle__copy small{color:#64748b;font-size:.9rem}.shiftflow-recurring-toggle.is-active{border-color:#2563eb47;background:linear-gradient(180deg,#eff6fffa,#f8fafcfa);box-shadow:0 14px 28px #2563eb14}.shiftflow-recurring-toggle.is-active .shiftflow-recurring-toggle__check{border-color:#2563eb;background:#2563eb}.shiftflow-rule-card{display:grid;gap:14px;padding:16px;border-radius:20px;border:1px solid #dbe4ee;background:#fff}.shiftflow-rule-card__header{grid-template-columns:minmax(0,1fr) auto}.shiftflow-live-layout{display:grid;grid-template-columns:minmax(0,1.96fr) 212px;gap:10px}.shiftflow-live-layout--fullscreen{grid-template-columns:minmax(0,1fr) 204px;align-items:stretch;min-height:calc(100vh - 120px);gap:10px}.shiftflow-live-main,.shiftflow-live-sidebar{display:grid;gap:12px}.shiftflow-live-main{min-height:0}.shiftflow-live-sidebar--fullscreen .shiftflow-card{min-height:0;padding:12px;border-radius:16px;gap:8px}.shiftflow-live-sidebar--fullscreen{position:sticky;top:20px;align-self:start;gap:10px}.shiftflow-live-toolbar,.shiftflow-live-toolbar__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.shiftflow-live-toolbar__info{display:grid;gap:4px}.shiftflow-live-toolbar--snapshot{padding:0 4px 2px}.shiftflow-live-toolbar__title{color:#0f172a;font-size:1.4rem;letter-spacing:-.04em}.shiftflow-live-toolbar__label{color:#64748b;font-size:.92rem;font-weight:700}.shiftflow-live-toolbar__info strong,.shiftflow-live-group__title,.shiftflow-live-row__person strong,.shiftflow-live-kpi strong{color:#0f172a}.shiftflow-live-toolbar__info span,.shiftflow-live-toolbar__meta small,.shiftflow-live-row__person span,.shiftflow-live-kpi span{color:#64748b}.shiftflow-live-zoom{display:inline-flex;align-items:center;gap:8px;padding:4px;border-radius:999px;border:1px solid #dbe4ee;background:#f8fafc}.shiftflow-live-zoom__value{min-width:52px;text-align:center;color:#334155;font-size:.9rem;font-weight:800}.shiftflow-live-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#22c55e24;color:#16a34a;font-weight:800}.shiftflow-live-actions{display:grid;gap:14px;padding:16px 18px;border-radius:22px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#fff,#f8fbff)}.shiftflow-live-action-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-start;justify-content:center;padding:7vh 24px 32px;background:#0f172a57;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:auto}.shiftflow-live-actions--modal{width:min(720px,calc(100vw - 48px));box-shadow:0 28px 80px #0f172a38}.shiftflow-live-actions__header,.shiftflow-live-actions__swap{display:flex;align-items:end;justify-content:space-between;gap:14px;flex-wrap:wrap}.shiftflow-live-actions__header>div{display:grid;gap:4px}.shiftflow-live-actions__identity{display:flex;align-items:center;gap:12px}.shiftflow-live-actions__header strong{color:#0f172a}.shiftflow-live-actions__header span{color:#64748b}.shiftflow-live-actions__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.shiftflow-live-actions__comp-time{display:grid;grid-template-columns:minmax(140px,180px) auto auto;gap:10px;align-items:end}.shiftflow-live-actions__employee-stats,.shiftflow-live-actions__employee-panels{display:grid;gap:12px}.shiftflow-live-actions__employee-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.shiftflow-live-actions__employee-stats div{padding:14px 16px;border-radius:18px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#fff,#f8fbff)}.shiftflow-live-actions__employee-stats strong{display:block;color:#0f172a;font-size:1.2rem}.shiftflow-live-actions__employee-stats span{color:#64748b;font-size:.88rem}.shiftflow-live-actions__employee-panels{grid-template-columns:minmax(0,1fr) minmax(280px,.9fr)}.shiftflow-live-actions__editor{display:grid;gap:14px;padding:16px 18px;border-radius:20px;border:1px solid #dbe4ee;background:linear-gradient(180deg,#fff,#f8fbff)}.shiftflow-live-actions__swap .field{min-width:min(100%,280px);flex:1 1 280px}.shiftflow-context-menu{position:fixed;z-index:40;min-width:180px;padding:8px;border-radius:14px;border:1px solid #dbe4ee;background:#fff;box-shadow:0 18px 40px #0f172a2e;display:grid;gap:4px}.shiftflow-context-menu__item{min-height:38px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#0f172a;font:inherit;font-weight:700;text-align:left;cursor:pointer}.shiftflow-context-menu__item:hover{background:#f8fafc}.shiftflow-timeline-datebar{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:12px 14px;border-radius:16px;border:1px solid #e6eef8;background:#fff}.shiftflow-timeline-datebar__controls{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.shiftflow-timeline-datebar__controls input{min-height:40px;padding:0 12px;border-radius:14px;border:1px solid #dbe4ee;background:#fff;color:#334155}.shiftflow-timeline-datebar__label{display:block;margin-top:2px;color:#64748b;font-weight:700}.shiftflow-snapshot-shell{display:grid;gap:18px;padding:4px 4px 2px}.shiftflow-snapshot-topbar,.shiftflow-snapshot-controls,.shiftflow-snapshot-controls__primary,.shiftflow-snapshot-controls__secondary,.shiftflow-snapshot-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.shiftflow-snapshot-topbar__title,.shiftflow-snapshot-topbar__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.shiftflow-snapshot-topbar__title{flex-direction:column;align-items:flex-start;gap:8px}.shiftflow-snapshot-heading h2{margin:0;color:#0f172a;font-size:2.1rem;letter-spacing:-.06em}.shiftflow-snapshot-topbar__title p,.shiftflow-snapshot-topbar__actions small{margin:0;color:#64748b;font-size:.98rem}.shiftflow-snapshot-controls{justify-content:space-between}.shiftflow-snapshot-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.shiftflow-snapshot-kpi{display:grid;gap:6px;padding:16px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(180deg,#fffffffa,#f8fafceb);box-shadow:0 16px 30px #0f172a0d}.shiftflow-snapshot-kpi span,.shiftflow-snapshot-kpi small{color:#64748b}.shiftflow-snapshot-kpi strong{color:#0f172a;font-size:2rem;line-height:1}.shiftflow-snapshot-kpi--green{background:linear-gradient(180deg,#ecfdf5fa,#dcfce7e0);border-color:#22c55e38}.shiftflow-snapshot-kpi--orange{background:linear-gradient(180deg,#fff7edfa,#fef08ab8);border-color:#f59e0b3d}.shiftflow-snapshot-kpi--red{background:linear-gradient(180deg,#fef2f2fa,#fee2e2d6);border-color:#ef444438}.shiftflow-snapshot-kpi--blue{background:linear-gradient(180deg,#eff6fffa,#dbeafed6);border-color:#3b82f638}.shiftflow-snapshot-kpi--slate{background:linear-gradient(180deg,#f8fafcfa,#e2e8f0d1);border-color:#64748b38}.shiftflow-snapshot-controls__primary,.shiftflow-snapshot-controls__secondary{gap:12px}.shiftflow-snapshot-date-picker,.shiftflow-snapshot-select,.shiftflow-snapshot-tabs{display:inline-flex;align-items:center;min-height:48px;border-radius:16px;border:1px solid #dbe4ee;background:#fffffff5;box-shadow:0 10px 28px #0f172a0a}.shiftflow-snapshot-date-picker{padding:4px;gap:4px}.shiftflow-snapshot-date-picker__value{min-width:200px;padding:0 10px;color:#334155;font-weight:700}.shiftflow-snapshot-select{padding:0 14px}.shiftflow-snapshot-select select{min-width:160px;border:0;background:transparent;color:#334155;font:inherit;font-weight:700}.shiftflow-snapshot-tabs{padding:4px;gap:4px}.shiftflow-snapshot-tabs button{min-height:40px;padding:0 18px;border:0;border-radius:12px;background:transparent;color:#64748b;font:inherit;font-weight:700;cursor:pointer}.shiftflow-snapshot-tabs button.is-active{background:#fff;color:#2563eb;box-shadow:0 8px 18px #2563eb1f}.shiftflow-live-timeline{--shiftflow-live-hour-width: 64px;--shiftflow-live-people-width: 180px;--shiftflow-live-now-offset: 0px;overflow:auto;overscroll-behavior-x:contain;overscroll-behavior-y:auto;scrollbar-width:none;-ms-overflow-style:none;border-radius:24px;border:1px solid #dbe4ee;background:#fff}.shiftflow-live-timeline::-webkit-scrollbar{width:0;height:0}.shiftflow-live-timeline--snapshot{height:auto;max-height:none;overflow-x:auto;border-radius:20px}.shiftflow-live-timeline__header,.shiftflow-live-row{display:grid;grid-template-columns:var(--shiftflow-live-people-width) max-content;gap:0}.shiftflow-live-timeline__header{position:sticky;top:0;z-index:2;border-bottom:1px solid #e2e8f0;background:#fff}.shiftflow-live-timeline__people,.shiftflow-live-row__person{padding:16px}.shiftflow-live-timeline__people{color:#0f172a;font-weight:700;position:sticky;left:0;z-index:4;background:#fff;border-right:1px solid #eef2f7}.shiftflow-live-timeline__hours,.shiftflow-live-row__track{position:relative;display:grid;grid-template-columns:repeat(24,var(--shiftflow-live-hour-width))}.shiftflow-live-timeline__hours span{padding:16px 8px;text-align:center;font-size:.86rem;color:#64748b;border-left:1px solid #eef2f7}.shiftflow-live-timeline__body{position:relative;display:grid;align-content:start;min-width:max-content}.shiftflow-live-timeline__nowline{position:absolute;top:0;bottom:0;left:var(--shiftflow-live-now-offset);width:3px;background:linear-gradient(180deg,#2563ebf2,#4338cafa);box-shadow:0 0 0 1px #ffffff38,0 0 18px #4338ca3d;pointer-events:none;z-index:2}.shiftflow-live-timeline--snapshot .shiftflow-live-timeline__body{min-height:0}.shiftflow-live-group{display:grid}.shiftflow-live-group__title{border-top:1px solid #e2e8f0;background:#f8fafce6;color:#1e3a8a;font-weight:800;position:relative;padding:14px 16px 14px 28px;position:sticky;left:0;z-index:3}.shiftflow-live-group__title:before{content:"";position:absolute;left:14px;top:50%;width:6px;height:6px;margin-top:-3px;border-radius:999px;background:#2563eb}.shiftflow-live-row{min-height:52px;border-top:1px solid #eef2f7}.shiftflow-live-row--status-green .shiftflow-live-row__person,.shiftflow-live-row--status-green .shiftflow-live-row__track{background-color:#dcfce79e}.shiftflow-live-row--status-green .shiftflow-live-row__person{box-shadow:inset 4px 0 #22c55e}.shiftflow-live-row--status-red .shiftflow-live-row__person,.shiftflow-live-row--status-red .shiftflow-live-row__track{background-color:#fee2e294}.shiftflow-live-row--status-yellow .shiftflow-live-row__person,.shiftflow-live-row--status-yellow .shiftflow-live-row__track{background-color:#fef3c7a3}.shiftflow-live-row--status-yellow .shiftflow-live-row__person{box-shadow:inset 4px 0 #f59e0b}.shiftflow-live-row--status-blue .shiftflow-live-row__person,.shiftflow-live-row--status-blue .shiftflow-live-row__track{background-color:#dbeafe94}.shiftflow-live-row--status-slate .shiftflow-live-row__person,.shiftflow-live-row--status-slate .shiftflow-live-row__track{background-color:#f1f5f9e6}.shiftflow-live-timeline--snapshot .shiftflow-live-row{min-height:60px}.shiftflow-live-row__person{display:flex;align-items:center;gap:12px;position:sticky;left:0;z-index:3;background:#fff;border-right:1px solid #eef2f7}.shiftflow-live-row__person--button{width:100%;text-align:left;border:0;cursor:pointer}.shiftflow-live-row__person>div{display:flex;min-width:0;flex-direction:column}.shiftflow-live-row__person strong,.shiftflow-live-row__person span{display:block}.shiftflow-live-row__person-title{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.shiftflow-live-row__badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:.72rem;font-style:normal;font-weight:900}.shiftflow-live-row__badge--green{color:#15803d;background:#dcfce7;border:1px solid #86efac}.shiftflow-live-row__badge--yellow{color:#b45309;background:#fef3c7;border:1px solid #fcd34d}.shiftflow-live-row__badge--red{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.shiftflow-live-row__badge--slate{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.shiftflow-live-row__badge--blue{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe}.shiftflow-live-row__live-detail{display:block;font-size:.78rem;font-weight:800}.shiftflow-live-row__live-detail--green{color:#16a34a}.shiftflow-live-row__live-detail--yellow{color:#d97706}.shiftflow-live-row__live-detail--red{color:#dc2626}.shiftflow-live-row__live-detail--slate{color:#64748b}.shiftflow-live-row__live-detail--blue{color:#2563eb}.shiftflow-live-row__track{min-height:52px;align-items:center;background-image:repeating-linear-gradient(to right,transparent 0,transparent calc((100% / 15) - 1px),#eef2f7 calc((100% / 15) - 1px),#eef2f7 calc(100% / 15))}.shiftflow-live-row__track.is-empty{cursor:pointer}.shiftflow-live-row__track.is-target{background-color:#2563eb08}.shiftflow-live-row__track.is-conflict{background-color:#ef44440f}.shiftflow-live-row__placeholder{align-self:center;margin-left:16px;color:#94a3b8;font-size:.85rem;font-weight:600}.shiftflow-live-row__status{justify-self:start;align-self:center;margin-left:16px;min-height:36px;padding:0 14px;border-radius:12px;border:1px solid transparent;font-size:.84rem;font-weight:800;cursor:pointer}.shiftflow-live-row__status--green{border-color:#22c55e4d;background:#dcfce7e6;color:#15803d}.shiftflow-live-row__status--blue{border-color:#3b82f647;background:#dbeafee6;color:#1d4ed8}.shiftflow-live-row__status--violet{border-color:#a855f747;background:#f3e8ffeb;color:#7c3aed}.shiftflow-live-row__status--orange{border-color:#f9731647;background:#ffedd5eb;color:#ea580c}.shiftflow-live-row__status--red{border-color:#ef444447;background:#fee2e2eb;color:#dc2626}.shiftflow-live-row__status--amber,.shiftflow-live-row__status--yellow{border-color:#f59e0b47;background:#fef3c7eb;color:#d97706}.shiftflow-live-row__status--cyan{border-color:#06b6d447;background:#cffafeeb;color:#0891b2}.shiftflow-live-row__status--slate{border-color:#64748b3d;background:#f1f5f9f0;color:#475569}.shiftflow-live-row__status--empty{border-color:#cbd5e1;background:#f8fafc;color:#475569}.shiftflow-live-timeline--snapshot .shiftflow-live-timeline__header,.shiftflow-live-timeline--snapshot .shiftflow-live-row{min-width:calc(var(--shiftflow-live-people-width) + (24 * var(--shiftflow-live-hour-width)))}.shiftflow-live-timeline--snapshot .shiftflow-live-row__track{min-height:60px}.shiftflow-live-row__bar{position:absolute;top:9px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid currentColor;background:#fffffff5;font:inherit;font-weight:700;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.shiftflow-live-timeline--snapshot .shiftflow-live-row__bar{top:10px;height:36px;font-size:.9rem}.shiftflow-live-row__bar.is-dragging{cursor:grabbing;box-shadow:0 10px 24px #2563eb2e;z-index:4}.shiftflow-live-row__bar.is-conflict{box-shadow:0 0 0 2px #ef444452,0 10px 24px #dc26261f}.shiftflow-live-row__comp-time{position:absolute;top:9px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;border:1px dashed currentColor;background-size:10px 10px;font:inherit;font-size:.78rem;font-weight:800;cursor:pointer;opacity:.9}.shiftflow-live-timeline--snapshot .shiftflow-live-row__comp-time{top:10px;height:36px}.shiftflow-live-row__comp-time span{padding:0 8px;border-radius:999px;background:#ffffffd1;white-space:nowrap}.shiftflow-live-row__comp-time--green,.shiftflow-live-row__comp-time--blue{color:#2563eb;background-color:#dbeafe6b;background-image:repeating-linear-gradient(135deg,rgba(37,99,235,.3) 0 2px,transparent 2px 8px)}.shiftflow-live-row__comp-time--violet{color:#7c3aed;background-color:#ede9fe7a;background-image:repeating-linear-gradient(135deg,rgba(124,58,237,.32) 0 2px,transparent 2px 8px)}.shiftflow-live-row__comp-time--orange{color:#ea580c;background-color:#ffedd57a;background-image:repeating-linear-gradient(135deg,rgba(234,88,12,.32) 0 2px,transparent 2px 8px)}.shiftflow-live-row__bar-label{pointer-events:none}.shiftflow-live-row__bar-position{pointer-events:none;font-size:.68rem;font-weight:900;opacity:.8}.shiftflow-live-row__handle{position:absolute;top:0;bottom:0;width:10px;cursor:ew-resize}.shiftflow-live-row__handle--start{left:0}.shiftflow-live-row__handle--end{right:0}.shiftflow-live-row__handle:after{content:"";position:absolute;top:7px;bottom:7px;left:50%;width:2px;margin-left:-1px;border-radius:999px;background:currentColor;opacity:.35}.shiftflow-live-row__bar--green{color:#16a34a;background:#dcfce7d9}.shiftflow-live-row__bar--blue{color:#2563eb;background:#dbeafed9}.shiftflow-live-row__bar--violet{color:#7c3aed;background:#ede9fed9}.shiftflow-live-row__bar--orange{color:#ea580c;background:#ffedd5e0}.shiftflow-live-row__bar--cyan{color:#0891b2;background:#cffafedb}.shiftflow-live-row__bar--red{color:#dc2626;background:#fee2e2db}html[data-theme=dark] .shiftflow-live-toolbar__title,html[data-theme=dark] .shiftflow-snapshot-heading h2,html[data-theme=dark] .shiftflow-live-toolbar__info strong,html[data-theme=dark] .shiftflow-live-group__title,html[data-theme=dark] .shiftflow-live-row__person strong,html[data-theme=dark] .shiftflow-live-kpi strong,html[data-theme=dark] .shiftflow-snapshot-kpi strong,html[data-theme=dark] .shiftflow-live-actions__header strong,html[data-theme=dark] .shiftflow-live-actions__employee-stats strong,html[data-theme=dark] .shiftflow-live-zoom__value,html[data-theme=dark] .shiftflow-snapshot-date-picker__value,html[data-theme=dark] .shiftflow-snapshot-select select{color:var(--heading)}html[data-theme=dark] .shiftflow-live-toolbar__label,html[data-theme=dark] .shiftflow-live-toolbar__info span,html[data-theme=dark] .shiftflow-live-toolbar__meta small,html[data-theme=dark] .shiftflow-live-row__person span,html[data-theme=dark] .shiftflow-live-kpi span,html[data-theme=dark] .shiftflow-snapshot-topbar__title p,html[data-theme=dark] .shiftflow-snapshot-topbar__actions small,html[data-theme=dark] .shiftflow-snapshot-kpi span,html[data-theme=dark] .shiftflow-snapshot-kpi small,html[data-theme=dark] .shiftflow-live-actions__header span,html[data-theme=dark] .shiftflow-live-actions__employee-stats span,html[data-theme=dark] .shiftflow-timeline-datebar__label,html[data-theme=dark] .shiftflow-live-timeline__hours span{color:var(--muted)}html[data-theme=dark] .shiftflow-live-actions,html[data-theme=dark] .shiftflow-live-actions__employee-stats div,html[data-theme=dark] .shiftflow-live-actions__editor,html[data-theme=dark] .shiftflow-planner-controls,html[data-theme=dark] .shiftflow-planner-visibility,html[data-theme=dark] .shiftflow-live-timeline,html[data-theme=dark] .shiftflow-live-timeline__header,html[data-theme=dark] .shiftflow-live-timeline__people,html[data-theme=dark] .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-snapshot-date-picker,html[data-theme=dark] .shiftflow-snapshot-select,html[data-theme=dark] .shiftflow-snapshot-tabs,html[data-theme=dark] .shiftflow-live-zoom,html[data-theme=dark] .shiftflow-timeline-datebar,html[data-theme=dark] .shiftflow-context-menu{border-color:var(--border);background:var(--panel)}html[data-theme=dark] .shiftflow-live-actions,html[data-theme=dark] .shiftflow-live-actions__employee-stats div,html[data-theme=dark] .shiftflow-live-actions__editor,html[data-theme=dark] .shiftflow-snapshot-kpi{background:linear-gradient(180deg,#232323fa,#1c1c1cf5)}html[data-theme=dark] .shiftflow-snapshot-tabs button{color:var(--muted)}html[data-theme=dark] .shiftflow-snapshot-tabs button.is-active{background:var(--primary-soft);color:var(--primary);box-shadow:0 8px 18px #3b82f62e}html[data-theme=dark] .shiftflow-live-group__title{border-top-color:var(--border);background:#2563eb21;color:#bfdbfe}html[data-theme=dark] .shiftflow-live-row{border-top-color:var(--border)}html[data-theme=dark] .shiftflow-live-timeline__header,html[data-theme=dark] .shiftflow-live-timeline__people,html[data-theme=dark] .shiftflow-live-row__person{border-color:var(--border)}html[data-theme=dark] .shiftflow-live-timeline__hours span{border-left-color:var(--border)}html[data-theme=dark] .shiftflow-live-row__track{background-image:repeating-linear-gradient(to right,transparent 0,transparent calc((100% / 15) - 1px),rgba(255,255,255,.08) calc((100% / 15) - 1px),rgba(255,255,255,.08) calc(100% / 15))}html[data-theme=dark] .shiftflow-live-row--status-green .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-green .shiftflow-live-row__track{background-color:#22c55e21}html[data-theme=dark] .shiftflow-live-row--status-red .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-red .shiftflow-live-row__track{background-color:#ef44441f}html[data-theme=dark] .shiftflow-live-row--status-yellow .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-yellow .shiftflow-live-row__track{background-color:#f59e0b21}html[data-theme=dark] .shiftflow-live-row--status-blue .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-blue .shiftflow-live-row__track{background-color:#3b82f621}html[data-theme=dark] .shiftflow-live-row--status-slate .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-slate .shiftflow-live-row__track{background-color:#ffffff0a}html[data-theme=dark] .shiftflow-live-row__badge--slate,html[data-theme=dark] .shiftflow-live-row__status--empty{border-color:var(--border-strong);background:var(--panel-soft);color:var(--text)}html[data-theme=dark] .shiftflow-live-row__placeholder{color:var(--muted)}html[data-theme=dark] .shiftflow-context-menu__item{color:var(--text)}html[data-theme=dark] .shiftflow-context-menu__item:hover{background:var(--panel-soft)}.shiftflow-live-timeline__now{position:absolute;top:0;bottom:0;width:2px;background:#2563eb;pointer-events:none}.shiftflow-live-timeline__now span{position:absolute;top:8px;left:50%;transform:translate(-50%);min-height:24px;padding:0 8px;border-radius:999px;background:#2563eb;color:#fff;font-size:.76rem;font-weight:800;white-space:nowrap}.shiftflow-live-kpi{display:grid;gap:4px;justify-items:start}.shiftflow-card--snapshot-side .shiftflow-card__header h2{font-size:1.15rem}.shiftflow-list--snapshot,.shiftflow-list--snapshot-events,.shiftflow-snapshot-stack,.shiftflow-snapshot-actions{display:grid;gap:12px}.shiftflow-coverage-panel{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:center}.shiftflow-coverage-ring{--shiftflow-coverage-ring-value: 0;display:grid;place-items:center;width:92px;height:92px;border-radius:999px;background:conic-gradient(#2563eb 0,#2563eb calc(var(--shiftflow-coverage-ring-value) * 1%),#22c55e calc(var(--shiftflow-coverage-ring-value) * 1%),#22c55e calc(var(--shiftflow-coverage-ring-value) * 1% + 18%),#e2e8f0 0,#e2e8f0)}.shiftflow-coverage-ring>div{display:grid;place-items:center;width:72px;height:72px;border-radius:999px;background:#fff}.shiftflow-coverage-ring strong{color:#0f172a;font-size:1.45rem;line-height:1}.shiftflow-coverage-ring span,.shiftflow-snapshot-linkrow small,.shiftflow-event-copy small{color:#64748b}.shiftflow-coverage-panel__stats{display:grid;gap:10px}.shiftflow-text-danger{color:#dc2626}.shiftflow-snapshot-linkrow,.shiftflow-snapshot-action{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:0 14px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font:inherit;cursor:pointer}.shiftflow-snapshot-linkrow span,.shiftflow-event-copy,.shiftflow-snapshot-action span{display:grid;gap:2px}.shiftflow-snapshot-linkrow em{color:#94a3b8;font-style:normal;font-size:1.1rem}.shiftflow-snapshot-linkrow--static{cursor:default}.shiftflow-snapshot-linkrow .shiftflow-snapshot-skill-dot--green{color:#16a34a}.shiftflow-snapshot-linkrow .shiftflow-snapshot-skill-dot--red{color:#dc2626}.shiftflow-snapshot-action{justify-content:flex-start;font-weight:700}.shiftflow-employee-settings-form{margin-top:22px}.shiftflow-employee-options{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.shiftflow-option-card{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:12px 14px;border:1px solid #dbe6f4;border-radius:14px;background:#f8fafc;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.shiftflow-option-card:hover{border-color:#bfdbfe;background:#fff}.shiftflow-option-card.is-selected{border-color:#93c5fd;background:#eff6ff;box-shadow:inset 0 0 0 1px #3b82f61a}.shiftflow-option-card input{width:16px;height:16px;margin:0}.shiftflow-option-card span{display:grid;gap:2px;min-width:0}.shiftflow-option-card strong{color:#0f172a;font-size:.92rem}.shiftflow-option-card small{color:#64748b;font-size:.78rem;font-weight:700;line-height:1.25}.shiftflow-copy-worktime{display:grid;grid-template-columns:minmax(160px,220px) minmax(260px,1fr);align-items:center;gap:12px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.shiftflow-copy-worktime label{margin:0}.shiftflow-copy-worktime>div{display:grid;grid-template-columns:minmax(220px,360px) minmax(0,1fr);align-items:center;gap:12px}.shiftflow-copy-worktime select{height:40px;min-width:0}.shiftflow-copy-worktime small{color:#64748b;font-size:.78rem;font-weight:700;line-height:1.25}.shiftflow-fixed-hours{display:grid;gap:12px}.shiftflow-fixed-hours__toggle{width:fit-content}.shiftflow-fixed-hours__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(430px,1fr));gap:12px}.shiftflow-fixed-hours__row{display:grid;grid-template-columns:minmax(96px,1fr) 104px 104px minmax(120px,140px);align-items:center;gap:10px;padding:10px;border:1px solid #dbe6f4;border-radius:12px;background:#f8fafc;min-width:0}.shiftflow-fixed-hours__row.is-enabled{border-color:#bfdbfe;background:#eff6ff}.shiftflow-fixed-hours__row input[type=time],.shiftflow-fixed-hours__row select{width:100%;min-width:0;height:36px;padding:0 8px;border:1px solid #dbe6f4;border-radius:10px;background:#fff;color:#0f172a;font-weight:700;font-size:.9rem;box-sizing:border-box}.shiftflow-fixed-hours__row input[type=time]:disabled,.shiftflow-fixed-hours__row select:disabled{color:#94a3b8;background:#f1f5f9}.shiftflow-turnus-free{display:grid;gap:12px;padding:12px;border:1px solid #dbe6f4;border-radius:14px;background:#f8fafc}.shiftflow-turnus-free__grid{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px}@media (max-width: 760px){.shiftflow-employee-options{grid-template-columns:minmax(0,1fr)}.shiftflow-copy-worktime,.shiftflow-copy-worktime>div{grid-template-columns:minmax(0,1fr)}.shiftflow-fixed-hours__grid{grid-template-columns:minmax(0,1fr)}.shiftflow-fixed-hours__row{grid-template-columns:minmax(0,1fr) 104px 104px}.shiftflow-fixed-hours__row select{grid-column:1 / -1}.shiftflow-turnus-free__grid{grid-template-columns:minmax(0,1fr)}}.shiftflow-employees-actions,.shiftflow-employees-panels .shiftflow-employee-panel:first-child,.shiftflow-employees-detail>.shiftflow-card+.shiftflow-card{display:none}.shiftflow-employees-panels .shiftflow-employee-panel:nth-child(2){grid-column:1 / -1}.shiftflow-live-kpi strong{font-size:2.2rem;line-height:1}.shiftflow-alert{align-items:flex-start}.shiftflow-alert__icon,.shiftflow-list__dot{display:inline-flex;width:10px;height:10px;margin-top:6px;border-radius:999px;flex:0 0 auto}.shiftflow-alert__icon--red,.shiftflow-list__dot--red{background:#ef4444}.shiftflow-alert__icon--yellow,.shiftflow-list__dot--yellow{background:#f59e0b}.shiftflow-alert__icon--blue,.shiftflow-list__dot--blue{background:#2563eb}.shiftflow-list__dot--slate{background:#94a3b8}.shiftflow-alert__copy,.shiftflow-list__label{display:flex;align-items:flex-start;gap:10px;min-width:0}.shiftflow-alert__copy{display:grid;gap:4px;flex:1 1 auto}.shiftflow-next-shift{padding:18px;border-radius:20px;background:linear-gradient(180deg,#eff6ff,#fff);border:1px solid rgba(191,219,254,.9)}.shiftflow-next-shift{flex-direction:column;align-items:flex-start}.shiftflow-next-shift small{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:30px;padding:0 10px;border-radius:999px;background:#dbeafe;color:#2563eb;font-weight:800}.shiftflow-stat-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.shiftflow-stat-strip>div{display:grid;gap:6px;padding:18px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0}.shiftflow-stat-strip strong{font-size:1.8rem;line-height:1;color:#0f172a}.shiftflow-checklist__item{padding:16px 18px;border-radius:16px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;font-weight:600}.shiftflow-checklist__item.is-done{border-color:#22c55e38;background:#dcfce7d9;color:#15803d}.shiftflow-checklist__item.is-pending{border-color:#f59e0b33;background:#fff7edf0;color:#b45309}html[data-theme=dark] .shiftflow-hero,html[data-theme=dark] .shiftflow-subnav,html[data-theme=dark] .shiftflow-card,html[data-theme=dark] .shiftflow-metric,html[data-theme=dark] .shiftflow-action-card,html[data-theme=dark] .shiftflow-team-card,html[data-theme=dark] .shiftflow-report-card{border-color:#ffffff14;background:linear-gradient(180deg,#1d1d1dfa,#171717f5)}html[data-theme=dark] .shiftflow-hero h2,html[data-theme=dark] .shiftflow-subnav__title strong,html[data-theme=dark] .shiftflow-card__header h2,html[data-theme=dark] .shiftflow-metric__value,html[data-theme=dark] .shiftflow-planner-table__employee-heading,html[data-theme=dark] .shiftflow-planner-table__day-heading strong,html[data-theme=dark] .shiftflow-planner-team__title,html[data-theme=dark] .shiftflow-planner-row__employee strong,html[data-theme=dark] .shiftflow-action-card strong,html[data-theme=dark] .shiftflow-team-card strong,html[data-theme=dark] .shiftflow-report-card strong,html[data-theme=dark] .shiftflow-alert__copy strong,html[data-theme=dark] .shiftflow-list__row strong,html[data-theme=dark] .shiftflow-next-shift strong,html[data-theme=dark] .shiftflow-stat-strip strong,html[data-theme=dark] .shiftflow-trend__item strong{color:#f8fafc}html[data-theme=dark] .shiftflow-pill,html[data-theme=dark] .shiftflow-nav-button,html[data-theme=dark] .shiftflow-icon-only,html[data-theme=dark] .shiftflow-toolbar__range,html[data-theme=dark] .shiftflow-planner-switcher,html[data-theme=dark] .shiftflow-planner-chip,html[data-theme=dark] .shiftflow-planner-visibility,html[data-theme=dark] .shiftflow-overview-board__card,html[data-theme=dark] .shiftflow-overview-board__stats div,html[data-theme=dark] .shiftflow-coverage-card,html[data-theme=dark] .shiftflow-coverage-slot,html[data-theme=dark] .shiftflow-live-timeline,html[data-theme=dark] .shiftflow-rule-card,html[data-theme=dark] .shiftflow-closed-day-row,html[data-theme=dark] .shiftflow-stat-strip>div,html[data-theme=dark] .shiftflow-planner-assignment__summary,html[data-theme=dark] .shiftflow-planner-assignment__employee,html[data-theme=dark] .shiftflow-planner-assignment__status-row,html[data-theme=dark] .shiftflow-planner-assignment__status-group,html[data-theme=dark] .shiftflow-checklist__item{border-color:#ffffff14;background:#202020;color:#d4d4d8}html[data-theme=dark] .shiftflow-closed-days-imported__header,html[data-theme=dark] .shiftflow-closed-day-row strong,html[data-theme=dark] .shiftflow-closed-days-imported__header strong{color:#f8fafc}html[data-theme=dark] .shiftflow-closed-day-row small,html[data-theme=dark] .shiftflow-closed-day-row em,html[data-theme=dark] .shiftflow-closed-days-imported__header span{color:#cbd5e1}html[data-theme=dark] .shiftflow-planner-assignment__employee.is-selected{border-color:#60a5fa6b;background:#2563eb2e}html[data-theme=dark] .shiftflow-planner-visibility label,html[data-theme=dark] .shiftflow-planner-visibility small,html[data-theme=dark] .shiftflow-planner-row__badge{color:#cbd5e1}html[data-theme=dark] .shiftflow-planner-row__badge{background:#334155e0}html[data-theme=dark] .shiftflow-planner-assignment__check{border-color:#cbd5e16b;background:#171717}html[data-theme=dark] .shiftflow-planner-assignment__employee input:checked+.shiftflow-planner-assignment__check{border-color:#60a5fa;background:#2563eb}html[data-theme=dark] .shiftflow-planner-assignment__status-heading span{background:#94a3b829}html[data-theme=dark] .shiftflow-segmented{background:#1f2937}html[data-theme=dark] .shiftflow-segmented button.is-active,html[data-theme=dark] .shiftflow-pill.is-active,html[data-theme=dark] .shiftflow-planner-chip.is-active{background:#2563eb;color:#fff}html[data-theme=dark] .shiftflow-live-toolbar__info span,html[data-theme=dark] .shiftflow-live-toolbar__meta small,html[data-theme=dark] .shiftflow-live-timeline__people,html[data-theme=dark] .shiftflow-live-timeline__hours span,html[data-theme=dark] .shiftflow-live-row__person span,html[data-theme=dark] .shiftflow-live-kpi span,html[data-theme=dark] .shiftflow-list__row span,html[data-theme=dark] .shiftflow-next-shift span,html[data-theme=dark] .shiftflow-next-shift small,html[data-theme=dark] .shiftflow-card__header p,html[data-theme=dark] .shiftflow-planner-assignment__summary span,html[data-theme=dark] .shiftflow-planner-assignment__employee span,html[data-theme=dark] .shiftflow-planner-assignment__employee small,html[data-theme=dark] .shiftflow-planner-assignment__status-row small,html[data-theme=dark] .shiftflow-template-picker__preset span,html[data-theme=dark] .shiftflow-template-picker__absence span,html[data-theme=dark] .shiftflow-template-picker__repeat-summary span,html[data-theme=dark] .shiftflow-template-picker__custom p{color:#cbd5e1}html[data-theme=dark] .shiftflow-template-picker__preset,html[data-theme=dark] .shiftflow-template-picker__repeat-summary{background:#202020;border-color:#ffffff14;color:#f8fafc}html[data-theme=dark] .shiftflow-template-picker__repeat{background:#171717;border-color:#ffffff14}html[data-theme=dark] .shiftflow-template-picker__absence{background:#202020;border-color:#ffffff14}html[data-theme=dark] .shiftflow-template-picker__absence strong{color:#f8fafc}html[data-theme=dark] .shiftflow-template-picker__absence--red{background:#7f1d1d4d}html[data-theme=dark] .shiftflow-template-picker__absence--yellow{background:#713f1247}html[data-theme=dark] .shiftflow-template-picker__absence--violet{background:#4c1d953d}html[data-theme=dark] .shiftflow-template-picker__absence--slate{background:#1e293b85}html[data-theme=dark] .shiftflow-template-picker__absence--green{background:#14532d42}html[data-theme=dark] .shiftflow-template-picker__preset strong,html[data-theme=dark] .shiftflow-template-picker__repeat-summary strong,html[data-theme=dark] .shiftflow-template-picker__custom h3{color:#f8fafc}html[data-theme=dark] .shiftflow-template-picker__custom{border-top-color:#ffffff14}html[data-theme=dark] .shiftflow-live-zoom{border-color:#ffffff1f;background:#171717}html[data-theme=dark] .shiftflow-live-zoom__value{color:#f8fafc}html[data-theme=dark] .shiftflow-snapshot-date-picker,html[data-theme=dark] .shiftflow-snapshot-select,html[data-theme=dark] .shiftflow-snapshot-tabs,html[data-theme=dark] .shiftflow-snapshot-linkrow,html[data-theme=dark] .shiftflow-snapshot-action,html[data-theme=dark] .shiftflow-snapshot-kpi,html[data-theme=dark] .shiftflow-coverage-ring>div,html[data-theme=dark] .shiftflow-live-timeline__header{background:#171717;border-color:#ffffff1a}html[data-theme=dark] .shiftflow-snapshot-heading h2,html[data-theme=dark] .shiftflow-live-toolbar__title,html[data-theme=dark] .shiftflow-live-timeline__people,html[data-theme=dark] .shiftflow-coverage-ring strong,html[data-theme=dark] .shiftflow-snapshot-kpi strong,html[data-theme=dark] .shiftflow-snapshot-linkrow,html[data-theme=dark] .shiftflow-snapshot-action,html[data-theme=dark] .shiftflow-planner-assignment__summary strong,html[data-theme=dark] .shiftflow-planner-assignment__employee strong,html[data-theme=dark] .shiftflow-planner-assignment__status-row span,html[data-theme=dark] .shiftflow-planner-assignment__status-group strong,html[data-theme=dark] .shiftflow-planner-assignment__status-heading span{color:#f8fafc}html[data-theme=dark] .shiftflow-snapshot-topbar__title p,html[data-theme=dark] .shiftflow-snapshot-topbar__actions small,html[data-theme=dark] .shiftflow-snapshot-date-picker__value,html[data-theme=dark] .shiftflow-snapshot-select select,html[data-theme=dark] .shiftflow-snapshot-tabs button,html[data-theme=dark] .shiftflow-live-toolbar__label,html[data-theme=dark] .shiftflow-coverage-ring span,html[data-theme=dark] .shiftflow-snapshot-linkrow small,html[data-theme=dark] .shiftflow-snapshot-kpi span,html[data-theme=dark] .shiftflow-snapshot-kpi small,html[data-theme=dark] .shiftflow-event-copy small{color:#cbd5e1}html[data-theme=dark] .shiftflow-snapshot-tabs button.is-active{background:#2563eb29;color:#dbeafe}html[data-theme=dark] .shiftflow-timeline-datebar__controls input{border-color:#ffffff1f;background:#171717;color:#f8fafc}html[data-theme=dark] .shiftflow-timeline-datebar__label{color:#cbd5e1}html[data-theme=dark] .shiftflow-live-actions{border-color:#ffffff1a;background:linear-gradient(180deg,#1e1e1efa,#18181bfa)}html[data-theme=dark] .shiftflow-live-actions__header strong{color:#f8fafc}html[data-theme=dark] .shiftflow-live-actions__header span{color:#cbd5e1}html[data-theme=dark] .shiftflow-live-actions__employee-stats div,html[data-theme=dark] .shiftflow-live-actions__editor{border-color:#ffffff1a;background:linear-gradient(180deg,#1d1d1dfa,#171717f5)}html[data-theme=dark] .shiftflow-context-menu{border-color:#ffffff1f;background:linear-gradient(180deg,#1e1e1efa,#18181bfa);box-shadow:0 18px 40px #00000059}html[data-theme=dark] .shiftflow-context-menu__item{color:#f8fafc}html[data-theme=dark] .shiftflow-context-menu__item:hover{background:#ffffff0f}html[data-theme=dark] .shiftflow-live-actions__employee-stats strong{color:#f8fafc}html[data-theme=dark] .shiftflow-live-actions__employee-stats span{color:#cbd5e1}html[data-theme=dark] .shiftflow-progress{background:#ffffff14}html[data-theme=dark] .shiftflow-shift--empty{background:transparent;color:#71717a}html[data-theme=dark] .shiftflow-coverage-card--good,html[data-theme=dark] .shiftflow-coverage-card--warning,html[data-theme=dark] .shiftflow-coverage-card--critical{background:#202020}html[data-theme=dark] .shiftflow-live-timeline__header,html[data-theme=dark] .shiftflow-live-group__title{background:#1a1a1a}html[data-theme=dark] .shiftflow-live-timeline__people,html[data-theme=dark] .shiftflow-live-row__person{background:#18181b;border-right-color:#ffffff1a}html[data-theme=dark] .shiftflow-live-timeline{border-color:#ffffff1f;background:#18181b}html[data-theme=dark] .shiftflow-live-timeline__header{border-bottom-color:#ffffff24}html[data-theme=dark] .shiftflow-live-group__title{color:#f8fafc;border-top-color:#ffffff1f;background:#2563eb1f}html[data-theme=dark] .shiftflow-live-row{border-top-color:#ffffff1a}html[data-theme=dark] .shiftflow-live-row--status-red .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-red .shiftflow-live-row__track{background-color:#7f1d1d75}html[data-theme=dark] .shiftflow-live-row--status-yellow .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-yellow .shiftflow-live-row__track{background-color:#854d0e61}html[data-theme=dark] .shiftflow-live-row--status-blue .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-blue .shiftflow-live-row__track{background-color:#1e40af52}html[data-theme=dark] .shiftflow-live-row--status-slate .shiftflow-live-row__person,html[data-theme=dark] .shiftflow-live-row--status-slate .shiftflow-live-row__track{background-color:#3341556b}html[data-theme=dark] .shiftflow-live-row__track{background-image:repeating-linear-gradient(to right,transparent 0,transparent calc(var(--shiftflow-live-hour-width) - 1px),rgba(255,255,255,.14) calc(var(--shiftflow-live-hour-width) - 1px),rgba(255,255,255,.14) var(--shiftflow-live-hour-width))}html[data-theme=dark] .shiftflow-live-timeline__hours span{border-left-color:#ffffff1f}html[data-theme=dark] .shiftflow-live-row__bar{box-shadow:inset 0 0 0 1px #ffffff29}html[data-theme=dark] .shiftflow-employee-list-item,html[data-theme=dark] .shiftflow-employees-hero__stats div,html[data-theme=dark] .shiftflow-employee-panel,html[data-theme=dark] .shiftflow-employee-event,html[data-theme=dark] .shiftflow-employee-facts div{border-color:#ffffff1a;background:linear-gradient(180deg,#1d1d1dfa,#171717f5)}html[data-theme=dark] .shiftflow-employee-list-item.is-active{background:linear-gradient(180deg,#1e293bdb,#0f172ae6);border-color:#60a5fa52}html[data-theme=dark] .shiftflow-employee-list-item__copy strong,html[data-theme=dark] .shiftflow-employees-hero__identity h2,html[data-theme=dark] .shiftflow-employee-facts strong,html[data-theme=dark] .shiftflow-employee-event strong,html[data-theme=dark] .shiftflow-employees-hero__stats strong{color:#f8fafc}html[data-theme=dark] .shiftflow-employee-list-item__copy span,html[data-theme=dark] .shiftflow-employee-list-item__copy small,html[data-theme=dark] .shiftflow-employee-list-item__meta small,html[data-theme=dark] .shiftflow-employees-hero__identity p,html[data-theme=dark] .shiftflow-employee-facts span,html[data-theme=dark] .shiftflow-employee-event span,html[data-theme=dark] .shiftflow-employees-hero__stats span{color:#cbd5e1}html[data-theme=dark] .shiftflow-recurring-toggle{border-color:#ffffff1a;background:linear-gradient(180deg,#1d1d1dfa,#171717f5)}html[data-theme=dark] .shiftflow-recurring-toggle__check{border-color:#ffffff24;background:#171717}html[data-theme=dark] .shiftflow-recurring-toggle__copy strong{color:#f8fafc}html[data-theme=dark] .shiftflow-recurring-toggle__copy small{color:#cbd5e1}html[data-theme=dark] .shiftflow-recurring-toggle.is-active{border-color:#60a5fa57;background:linear-gradient(180deg,#1e293bdb,#0f172ae6)}html[data-theme=dark] .shiftflow-week-dashboard{border-color:#60a5fa38;background:linear-gradient(180deg,#1e293b9e,#171717f0)}html[data-theme=dark] .shiftflow-week-dashboard__hero h3,html[data-theme=dark] .shiftflow-week-dashboard__status strong,html[data-theme=dark] .shiftflow-week-dashboard__metrics strong,html[data-theme=dark] .shiftflow-week-dashboard__department strong{color:#f8fafc}html[data-theme=dark] .shiftflow-week-dashboard__hero p,html[data-theme=dark] .shiftflow-week-dashboard__status span,html[data-theme=dark] .shiftflow-week-dashboard__metrics span,html[data-theme=dark] .shiftflow-week-dashboard__metrics small,html[data-theme=dark] .shiftflow-week-dashboard__department span{color:#cbd5e1}html[data-theme=dark] .shiftflow-week-dashboard__status,html[data-theme=dark] .shiftflow-week-dashboard__metrics div,html[data-theme=dark] .shiftflow-week-dashboard__department,html[data-theme=dark] .shiftflow-week-dashboard__date{border-color:#ffffff1a;background:#18181bc7}html[data-theme=dark] .shiftflow-week-dashboard__date{color:#f8fafc}html[data-theme=dark] .shiftflow-week-dashboard__department.is-active{border-color:#60a5fa61;background:#1e40af38}@media (max-width: 1500px){.shiftflow-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.shiftflow-dashboard-grid{grid-template-columns:minmax(0,1fr)}.shiftflow-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.shiftflow-employees-workspace,.shiftflow-employees-panels{grid-template-columns:minmax(0,1fr)}}@media (max-width: 1260px){.shiftflow-bottom-grid,.shiftflow-content-grid,.shiftflow-sidebar,.shiftflow-stat-strip,.shiftflow-live-layout,.shiftflow-planner-switcher--snapshot{grid-template-columns:minmax(0,1fr)}.shiftflow-quick-actions,.shiftflow-overview-board{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-coverage-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shiftflow-planner-table__header,.shiftflow-planner-row,.shiftflow-live-timeline__header,.shiftflow-live-row{min-width:calc(var(--shiftflow-live-people-width) + (24 * var(--shiftflow-live-hour-width)))}.shiftflow-template-picker__presets,.shiftflow-template-picker__absence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-planner-card{overflow:hidden}.shiftflow-planner-table{overflow-x:auto}.shiftflow-live-actions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-live-actions__employee-stats,.shiftflow-live-actions__employee-panels{grid-template-columns:minmax(0,1fr)}.shiftflow-trend{grid-template-columns:repeat(4,minmax(0,1fr))}.shiftflow-employees-filters,.shiftflow-employees-hero__stats,.shiftflow-employee-facts,.shiftflow-keyskill-manager__header,.shiftflow-keyskill-manager__list{grid-template-columns:minmax(0,1fr)}}@media (max-width: 900px){.shiftflow-hero,.shiftflow-subnav,.shiftflow-toolbar,.shiftflow-card__header,.shiftflow-settings-row{flex-direction:column;align-items:stretch}.shiftflow-hero__actions{justify-content:flex-start}.shiftflow-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-week-dashboard__hero{align-items:stretch;flex-direction:column}.shiftflow-week-dashboard__status{min-width:0}.shiftflow-week-dashboard__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.shiftflow-quick-actions,.shiftflow-team-grid,.shiftflow-report-grid,.shiftflow-trend,.shiftflow-overview-board,.shiftflow-planner-assignment__layout,.shiftflow-template-picker__repeat-fields,.shiftflow-setup-toolbar,.shiftflow-setup-week,.shiftflow-setup-hours-card,.shiftflow-keyskill-manager__create,.shiftflow-keyskill-manager__row,.shiftflow-rule-card__grid,.shiftflow-coverage-grid,.shiftflow-planner-assignment__toolbar,.shiftflow-planner-controls,.shiftflow-closed-days-toolbar,.shiftflow-closed-days-imported__header,.shiftflow-closed-day-row,.shiftflow-closed-day-row--static,.shiftflow-live-actions__grid{grid-template-columns:minmax(0,1fr)}.shiftflow-live-action-modal{align-items:flex-end;padding:16px}.shiftflow-live-actions--modal{width:100%;max-height:calc(100vh - 32px);overflow:auto;border-radius:22px}.shiftflow-live-actions__employee-stats,.shiftflow-live-actions__employee-panels{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){.shiftflow-hero,.shiftflow-subnav,.shiftflow-card,.shiftflow-metric{padding:18px;border-radius:22px}.shiftflow-metrics{grid-template-columns:minmax(0,1fr)}.shiftflow-week-dashboard{padding:14px}.shiftflow-week-dashboard__metrics{grid-template-columns:minmax(0,1fr)}.shiftflow-week-dashboard__department{flex-basis:190px}.shiftflow-segmented{width:100%}.shiftflow-segmented button{flex:1 1 0}.shiftflow-planner-assignment__list{grid-template-columns:minmax(0,1fr)}}.timeclock-page{display:grid;gap:18px}.timeclock-toolbar,.timeclock-grid,.timeclock-actions,.timeclock-summary,.timeclock-team-row,.timeclock-team-row__identity,.timeclock-team-row__meta{display:flex;gap:12px}.timeclock-toolbar,.timeclock-grid,.timeclock-actions,.timeclock-summary{flex-wrap:wrap}.timeclock-toolbar .field{min-width:220px;flex:1 1 220px}.timeclock-grid{align-items:flex-start}.timeclock-card{flex:1 1 360px;min-width:320px}.timeclock-facts{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.timeclock-facts div,.timeclock-summary div,.timeclock-team-row{border-radius:16px;background:var(--panel-soft);border:1px solid var(--border)}.timeclock-facts div,.timeclock-summary div{display:grid;gap:4px;padding:14px 16px}.timeclock-facts span,.timeclock-team-row__meta small,.timeclock-summary span{color:var(--text-soft)}.timeclock-breaks{display:grid;gap:10px}.timeclock-summary div{min-width:120px;flex:1 1 120px}.timeclock-team-list{display:grid;gap:10px}.timeclock-team-row{justify-content:space-between;align-items:center;padding:14px 16px}.timeclock-team-row__identity{align-items:center;min-width:220px}.timeclock-team-row__identity div,.timeclock-team-row__meta{display:grid;gap:4px}.timeclock-team-row__meta{justify-items:end;text-align:right}.timeclock-report{display:grid;gap:16px}.timeclock-report__filters{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(180px,1fr)) auto;align-items:end}.timeclock-report__filter-actions{display:flex;gap:10px;flex-wrap:wrap}.timeclock-report__summary{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.timeclock-report__view-toggle{display:flex;gap:8px;flex-wrap:wrap}.timeclock-report__summary div{display:grid;gap:4px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--panel-soft)}.timeclock-report__summary span,.timeclock-report__table td span{color:var(--text-soft)}.timeclock-report__compliance{display:flex;gap:8px;flex-wrap:wrap}.timeclock-report__compliance span{padding:7px 10px;border-radius:999px;border:1px solid var(--border);background:var(--panel-soft);color:var(--text-soft);font-size:.82rem;font-weight:700}.timeclock-control{display:grid;gap:16px}.timeclock-control__toolbar{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(180px,1fr)) auto;align-items:end}.timeclock-control__summary{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.timeclock-control__summary div{display:grid;gap:4px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft)}.timeclock-control__summary span{color:var(--text-soft);font-weight:700}.timeclock-control__summary strong{color:var(--heading);font-size:1.65rem}.timeclock-control__table-wrap{overflow:auto;border:1px solid var(--border);border-radius:14px}.timeclock-control__table tr.is-live td{background:#ecfdf5d1}.shiftflow-shift small{font-size:.74rem;font-weight:800;opacity:.82}.timeclock-report__table-wrap{overflow:auto;border:1px solid var(--border);border-radius:14px}.timeclock-report__table{width:100%;min-width:1120px;border-collapse:collapse}.timeclock-report__table--payroll{min-width:980px}.timeclock-report__table th,.timeclock-report__table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.timeclock-report__table th{background:var(--panel-soft);color:var(--heading);font-size:.82rem}.timeclock-report__table td{background:var(--panel)}.timeclock-report__table td strong,.timeclock-report__table td span{display:block}.timeclock-adjustment-actions{display:flex!important;align-items:center;gap:6px;flex-wrap:wrap;margin:4px 0}.timeclock-adjusted-badge{display:inline-flex!important;align-items:center;gap:5px;width:fit-content;padding:4px 8px;border-radius:999px;border:1px solid rgba(37,99,235,.22);background:#dbeafed1;color:#1d4ed8!important;font-size:.78rem;font-weight:800}.timeclock-adjust-button{border:1px solid var(--border);border-radius:999px;background:var(--panel);color:var(--heading);font:inherit;font-size:.78rem;font-weight:800;padding:4px 9px;cursor:pointer}.timeclock-adjust-button:hover{border-color:#2563eb59;color:var(--primary)}.timeclock-adjustment-modal{width:min(560px,calc(100vw - 64px))}.timeclock-original-time{display:grid;gap:4px;padding:12px 14px;border:1px solid rgba(37,99,235,.2);border-radius:12px;background:#dbeafe9e}.timeclock-original-time span,.timeclock-original-time small{color:var(--text-soft);font-size:.82rem;font-weight:700}.timeclock-original-time strong{color:var(--heading);font-size:1.05rem}.timeclock-report__table tr:last-child td{border-bottom:0}.timeclock-report__table tr.is-attention td{background:#fff7edb3}.timeclock-report__table tr.timeclock-report__day-row td{background:var(--surface-muted);color:var(--heading);border-top:1px solid var(--border)}.timeclock-report__day-row strong,.timeclock-report__day-row span{display:inline-flex;align-items:center;margin-right:12px}.timeclock-report__day-row span{color:var(--muted);font-size:.9rem}@media (max-width: 980px){.timeclock-team-row{flex-direction:column;align-items:stretch}.timeclock-team-row__meta{justify-items:start;text-align:left}.timeclock-report__filters,.timeclock-control__toolbar{grid-template-columns:minmax(0,1fr)}}@media print{.app-shell__sidebar,.topbar,.timeclock-toolbar__actions,.timeclock-report__filter-actions,.mobile-app-tabbar{display:none!important}.timeclock-page,.timeclock-control{gap:12px}.shiftflow-card,.timeclock-control__table-wrap,.timeclock-report__table-wrap{box-shadow:none!important;break-inside:avoid}.timeclock-report__table,.timeclock-control__table{min-width:0;font-size:11px}}.kiosk-page{min-height:calc(100vh - 108px);padding:24px;display:grid;gap:20px;background:radial-gradient(circle at top left,rgba(15,98,254,.14),transparent 28%),linear-gradient(180deg,#eff6ff,#f8fafc)}.kiosk-hero,.kiosk-layout,.kiosk-panel__header,.kiosk-panel__identity,.kiosk-directory__header,.kiosk-employee-card,.kiosk-employee-card__identity,.kiosk-employee-card__meta,.kiosk-actions,.kiosk-panel__facts{display:flex;gap:16px}.kiosk-hero,.kiosk-directory,.kiosk-panel{border-radius:28px;background:#ffffffe6;border:1px solid rgba(191,219,254,.8);box-shadow:0 20px 50px #0f172a14}.kiosk-hero{justify-content:space-between;align-items:end;padding:28px}.kiosk-hero h1,.kiosk-directory h2,.kiosk-panel h2{margin:6px 0 0;font-size:clamp(1.8rem,2.6vw,2.6rem);line-height:1;letter-spacing:-.05em}.kiosk-hero p,.kiosk-directory p,.kiosk-panel p{margin:0;color:var(--muted)}.kiosk-hero__actions{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;align-items:end}.kiosk-hero__actions .field span{color:var(--heading);font-weight:700}.kiosk-layout{align-items:stretch}.kiosk-directory{flex:0 0 420px;padding:22px;display:grid;gap:18px}.kiosk-panel{flex:1 1 auto;padding:26px;display:grid;gap:22px}.kiosk-directory__header,.kiosk-panel__header{justify-content:space-between;align-items:start}.kiosk-search{min-width:220px}.kiosk-employee-list{display:grid;gap:12px;max-height:65vh;overflow-y:auto;padding-right:4px}.kiosk-employee-card{justify-content:space-between;align-items:center;width:100%;padding:18px;border-radius:22px;border:1px solid var(--border);background:var(--panel-soft);text-align:left;cursor:pointer}.kiosk-employee-card.is-active{border-color:#2563eb80;background:linear-gradient(180deg,#dbeafec7,#fffffff5);box-shadow:0 12px 24px #2563eb24}.kiosk-employee-card__identity,.kiosk-panel__identity{align-items:center}.kiosk-employee-card__identity strong,.kiosk-panel__identity strong{display:block}.kiosk-employee-card__identity span,.kiosk-employee-card__meta small{color:var(--muted)}.kiosk-employee-card__meta{flex-direction:column;align-items:end}.kiosk-avatar{width:64px;height:64px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f62fe,#0b4fd4);color:#fff;font-weight:800;font-size:1.15rem;overflow:hidden;flex:0 0 auto}.kiosk-avatar.has-image img{width:100%;height:100%;object-fit:cover}.kiosk-panel__facts{flex-wrap:wrap}.kiosk-panel__facts div{min-width:180px;flex:1 1 180px;padding:16px 18px;border-radius:20px;background:#f8fbff;border:1px solid #dbeafe;display:grid;gap:6px}.kiosk-panel__facts span,.kiosk-pin-field .field-hint{color:var(--muted)}.kiosk-pin-field input{min-height:68px;font-size:2rem;letter-spacing:.22em;text-align:center}.kiosk-keypad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.kiosk-keypad__key{min-height:88px;border-radius:22px;border:1px solid var(--border);background:#fff;color:var(--heading);font-size:1.7rem;font-weight:700;cursor:pointer}.kiosk-keypad__key.is-muted{background:#f8fafc}.kiosk-actions{flex-wrap:wrap}.kiosk-actions__button,.kiosk-refresh{min-height:62px;border-radius:18px;padding-inline:20px}.kiosk-empty{display:grid;place-items:center;min-height:420px;text-align:center}.kiosk-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#0f172a38;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;pointer-events:none}.kiosk-success-overlay__card{min-width:min(560px,calc(100vw - 48px));max-width:720px;display:grid;justify-items:center;gap:18px;padding:36px 40px;border-radius:32px;border:1px solid rgba(134,239,172,.5);background:linear-gradient(180deg,#f0fdf4fa,#dcfce7fa);color:#166534;box-shadow:0 30px 80px #0f172a38;text-align:center}.kiosk-success-overlay__card strong{font-size:clamp(2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.05em}.kiosk-success-overlay__check{width:82px;height:82px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;font-size:2.6rem;font-weight:800;box-shadow:0 16px 30px #16a34a47}@media (max-width: 1180px){.kiosk-layout{flex-direction:column}.kiosk-directory{flex-basis:auto}}body>#root>.kiosk-page{min-height:100vh}@media (max-width: 820px){.kiosk-page{padding:14px}.kiosk-hero,.kiosk-directory__header,.kiosk-panel__header{flex-direction:column;align-items:stretch}.kiosk-hero__actions{grid-template-columns:minmax(0,1fr)}.kiosk-employee-card,.kiosk-employee-card__meta{align-items:start}}
