@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--font-family: "Outfit", system-ui, -apple-system, sans-serif;--primary-hue: 45;--primary: hsl(var(--primary-hue), 90%, 55%);--primary-glow: hsl(var(--primary-hue), 90%, 55%, .2);--primary-dark: hsl(var(--primary-hue), 80%, 40%);--bg-body: #050505;--bg-sidebar: #0a0a0a;--bg-card: rgba(255, 255, 255, .02);--bg-glass: rgba(255, 255, 255, .04);--text-main: rgba(255, 255, 255, .95);--text-strong: rgba(255, 255, 255, .98);--text-soft: rgba(255, 255, 255, .84);--text-muted: rgba(255, 255, 255, .78);--text-dim: rgba(255, 255, 255, .64);--border-glass: rgba(255, 255, 255, .08);--border-active: rgba(255, 215, 0, .3);--shadow-main: 0 8px 30px rgba(0, 0, 0, .4);--gold-main: #d4af37;--gold-dark: #8a6a14;--gold-text: #f4d66f;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--space-xs: 8px;--space-sm: 12px;--space-md: 18px;--space-lg: 28px;--space-xl: 36px;--space-2xl: 48px;--space-3xl: 56px;--space-4xl: 72px;--surface-pad-sm: clamp(20px, 1.8vw, 24px);--surface-pad-md: clamp(26px, 2.2vw, 32px);--surface-pad-lg: clamp(32px, 3vw, 40px);--section-gap: clamp(24px, 2.4vw, 34px);--section-gap-lg: clamp(32px, 3.2vw, 44px);--stack-gap: clamp(18px, 2vw, 28px);--layout-wide: 1720px;--layout-content: 1480px;--measure-readable: 76ch;--measure-form: 1360px;--line-copy: 1.72;font-family:var(--font-family);line-height:var(--line-copy);font-weight:400;color:var(--text-main);background-color:var(--bg-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}[data-mode=light]{--bg-body: #f8f9fa;--bg-sidebar: #ffffff;--bg-card: rgba(0, 0, 0, .02);--bg-glass: rgba(255, 255, 255, .7);--text-main: #1a1a1a;--text-strong: #111111;--text-soft: #3f3f46;--text-muted: #666666;--text-dim: #707070;--border-glass: rgba(0, 0, 0, .1);--border-active: hsla(var(--primary-hue), 90%, 40%, .3);--shadow-main: 0 8px 30px rgba(0, 0, 0, .1);--gold-main: #b7890f;--gold-dark: #7c5b00;--gold-text: #8b6500;color-scheme:light}[data-theme=blue]{--primary-hue: 210}[data-theme=neutral]{--primary-hue: 0;--primary: #fff}[data-theme=neutral][data-mode=light]{--primary: #000}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background-color:var(--bg-body);background-image:radial-gradient(circle at 0% 0%,hsla(var(--primary-hue),80%,15%,.1) 0%,transparent 40%),radial-gradient(circle at 100% 100%,hsla(var(--primary-hue),20%,50%,.05) 0%,transparent 40%);background-attachment:fixed;overflow-x:hidden;color:var(--text-main)}html{background-color:var(--bg-body);scrollbar-gutter:stable}html,body,*{scrollbar-width:thin;scrollbar-color:rgba(207,181,59,.62) rgba(255,255,255,.04)}input,textarea,select,option{color:var(--text-main)}select,option{background-color:#0d0d0d}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:#ffffff08}*::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#cfb53beb,#8c6e16eb);border-radius:999px;border:2px solid rgba(5,5,5,.9)}*::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#e5ca56f2,#a08226f2)}h1,h2,h3,h4{font-weight:600!important;letter-spacing:-.02em;color:var(--text-main)}a{color:var(--primary);text-decoration:none;transition:all .2s ease}a:hover{text-shadow:0 0 10px var(--primary-glow)}.glass-card{background:var(--bg-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--text-main)}.glass-card:hover{border-color:var(--border-active);transform:translateY(-2px);box-shadow:var(--shadow-main)}button{border-radius:10px;border:1px solid rgba(var(--primary-hue),90%,55%,.2);padding:.8em 1.6em;font-size:1rem;font-weight:500;font-family:inherit;background:var(--primary);color:#000;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0003}button:hover{transform:scale(1.02);filter:brightness(1.1);box-shadow:0 6px 20px var(--primary-glow)}button.secondary{background:var(--bg-glass);color:var(--text-main);border:1px solid var(--border-glass)}.app-container{display:flex!important;align-items:flex-start!important;gap:clamp(28px,2vw,38px)!important;min-height:100vh!important;width:100%!important;padding:clamp(20px,2vw,30px)!important;overflow-x:hidden!important;background:var(--bg-body)}.main-layout{flex:1!important;margin-left:0!important;padding:20px 0 56px!important;display:flex!important;flex-direction:column!important;gap:clamp(32px,2.8vw,52px)!important;min-width:0!important;min-height:calc(100vh - 48px)!important;box-sizing:border-box!important;overflow:visible!important;height:auto!important;background:var(--bg-body)}@media(max-width:1280px){.main-layout{padding:8px 0 24px!important}}@media(max-width:1024px){.main-layout{margin-left:0!important;min-height:auto!important;padding:0 0 24px!important}}.top-bar{display:flex;justify-content:space-between;align-items:center;gap:32px}.view-content{display:flex;flex-direction:column;gap:var(--section-gap-lg);width:100%;min-height:0}.premium-page-shell{display:flex;flex-direction:column;gap:var(--section-gap-lg);width:100%;max-width:min(100%,var(--layout-wide));margin-inline:auto;padding-inline:clamp(12px,1.4vw,24px);padding-bottom:72px}.premium-hero-card{padding:var(--surface-pad-lg);border-radius:24px;background:radial-gradient(circle at top left,rgba(207,181,59,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(255,255,255,.05),transparent 28%),#ffffff08}.premium-hero-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);gap:clamp(28px,2.8vw,40px);align-items:start}.premium-eyebrow{display:inline-block;margin-bottom:10px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.premium-hero-copy h1{margin:0 0 12px;font-size:clamp(1.9rem,2.4vw,2.35rem);line-height:1.02;letter-spacing:-.04em}.premium-hero-copy p{margin:0;color:var(--text-muted);line-height:var(--line-copy);max-width:min(820px,var(--measure-readable))}.premium-hero-metrics{display:grid;grid-template-columns:1fr;gap:16px}.premium-hero-metric{padding:18px 20px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.premium-hero-metric span{display:block;margin-bottom:6px;font-size:.7rem;color:var(--text-soft);text-transform:uppercase;letter-spacing:.08em}.premium-hero-metric strong{display:block;color:var(--text-main);font-size:.95rem;line-height:1.35}.premium-panel{padding:var(--surface-pad-md);display:flex;flex-direction:column;gap:var(--stack-gap);border-radius:22px}.premium-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.premium-panel-header h2,.premium-panel-header h3{margin:0 0 8px;font-size:1.15rem}.premium-panel-header p{margin:0;color:var(--text-muted);line-height:var(--line-copy);max-width:var(--measure-readable)}.premium-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}.premium-summary-card{padding:22px 24px;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;display:flex;flex-direction:column;gap:14px}.premium-summary-card span{font-size:.72rem;color:var(--text-dim);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.premium-summary-card strong{font-size:1.8rem;line-height:1;color:var(--text-main)}.premium-summary-card p{margin:0;color:var(--text-muted);font-size:.9rem;line-height:1.45}.premium-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.premium-toolbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.premium-search-shell{flex:1;min-width:260px;display:flex;align-items:center;gap:12px;min-height:48px;padding:0 16px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.premium-search-shell input{width:100%;border:none;background:transparent;color:var(--text-main);outline:none;font:inherit}.premium-search-shell .icon{color:var(--text-dim);font-weight:800;letter-spacing:.08em}.premium-select{min-height:48px;padding:0 14px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-main);font:inherit;outline:none}.premium-select option,select option{background:#111418;color:#f7f7f5}.premium-chip{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim)}.premium-chip.primary{color:var(--primary);border-color:#cfb53b38;background:#cfb53b14}.premium-chip.success{color:#6ee7b7;border-color:#10b98138;background:#10b9811a}.premium-chip.warning{color:#fcd34d;border-color:#f59e0b38;background:#f59e0b1a}.premium-note-card{padding:20px 22px;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.premium-note-card strong{display:block;margin-bottom:6px}.premium-note-card p{margin:0;color:var(--text-muted);line-height:var(--line-copy);max-width:var(--measure-readable)}.premium-table-shell{overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.premium-table{width:100%;border-collapse:collapse}.premium-table thead{background:#cfb53b14}.premium-table th{padding:15px;text-align:left;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--primary)}.premium-table td{padding:15px;border-top:1px solid rgba(255,255,255,.05);color:var(--text-main);vertical-align:top}.premium-table tbody tr:hover{background:#ffffff06}.premium-empty-card{padding:32px;text-align:center;border-radius:16px;background:#ffffff05;border:1px dashed rgba(255,255,255,.08);color:var(--text-muted);line-height:var(--line-copy)}.premium-empty-card strong{display:block;margin-bottom:8px;color:var(--text-main)}.wizard-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center}.sidebar{width:280px;min-width:280px;max-width:280px;max-height:calc(100vh - 32px);display:flex;flex-direction:column;padding:24px;position:sticky;top:16px;z-index:100;overflow:hidden;background:var(--bg-sidebar)}.sidebar-logo{display:flex;align-items:center;gap:12px;margin-bottom:32px}.logo-icon{width:32px;height:32px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#000}.logo-text{font-size:1.05rem;font-weight:700;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:8px;min-height:0;overflow-y:auto;padding-right:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;cursor:pointer;transition:.2s;color:var(--text-muted)}.nav-item:hover{background:var(--bg-glass);color:var(--text-main)}.nav-item.active{background:var(--primary-glow);color:var(--primary);border:1px solid var(--border-active)}.sidebar-footer{margin-top:auto;padding-top:24px;border-top:1px solid var(--border-glass)}.sidebar-footer .user-profile{margin-bottom:12px}.user-profile{display:flex;align-items:center;gap:12px}.user-avatar{width:40px;height:40px;background:var(--bg-glass);border:1px solid var(--border-glass);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary)}.user-name{font-size:.9rem;font-weight:600;color:var(--text-main)}.user-role{font-size:.75rem;color:var(--text-muted)}.nav-text{min-width:0;line-height:1.3}.dashboard{padding-bottom:40px;width:100%;box-sizing:border-box}.dashboard-header{margin:0}.subtitle{color:var(--text-muted);margin-top:8px;font-size:1rem;line-height:var(--line-copy);max-width:var(--measure-readable)}.quick-actions-bar{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:clamp(22px,2.4vw,28px)!important;margin-bottom:44px!important}.quick-action-card{background:radial-gradient(circle at top left,rgba(207,181,59,.1),transparent 42%),#ffffff08!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:22px!important;padding:24px 26px!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:18px!important;cursor:pointer!important;transition:.3s cubic-bezier(.4,0,.2,1)!important;color:var(--text-main)!important;position:relative;overflow:hidden;min-height:132px}.quick-action-card:hover{transform:translateY(-4px)!important;border-color:#cfb53b38!important;background:radial-gradient(circle at top left,rgba(207,181,59,.14),transparent 42%),#ffffff0b!important}.quick-action-card .action-icon{font-size:1.7rem;line-height:1;margin-top:2px;transition:transform .3s ease}.quick-action-card .action-info{min-width:0;text-align:left}.quick-action-card .action-info strong{display:block;font-size:1rem;line-height:1.25;margin-bottom:2px}.quick-action-card .action-info span{display:block;line-height:1.35}.quick-action-card:hover .action-icon{transform:scale(1.15)}.stats-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))!important;gap:clamp(18px,2vw,24px)!important;margin-bottom:36px!important}.stat-card{padding:var(--surface-pad-sm)!important;display:flex!important;flex-direction:column!important;gap:14px!important;min-height:166px;border-radius:18px!important;background:radial-gradient(circle at top left,rgba(207,181,59,.08),transparent 40%),#ffffff08;border:1px solid rgba(255,255,255,.06)!important}.stat-label{font-size:.72rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.stat-value{font-size:2.2rem;font-weight:700;line-height:1}.stat-change{color:var(--text-muted);font-size:.9rem;line-height:1.45}.click-hint{color:var(--text-dim)}.content-grid-enhanced{display:grid!important;grid-template-columns:1.5fr 1fr!important;gap:1.5rem!important}.table-card{grid-column:span 2!important}.audit-grid-dashboard{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:clamp(18px,1.8vw,24px)!important;margin-top:24px!important}.dashboard .chart-container,.dashboard .deadlines-container,.dashboard .main-content.table-card,.dashboard .expanded-details-panel{padding:var(--space-lg);border-radius:18px;background:radial-gradient(circle at top left,rgba(207,181,59,.08),transparent 36%),#ffffff08}.dashboard .card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:20px}.dashboard .card-header h3{margin:0;font-size:1.15rem}.badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim)}.badge.secondary,.badge.info{color:var(--primary);border-color:#cfb53b38;background:#cfb53b14}.badge.success{color:#6ee7b7;border-color:#10b98138;background:#10b9811a}.badge.warning{color:#fcd34d;border-color:#f59e0b38;background:#f59e0b1a}.badge.danger{color:#fca5a5;border-color:#ef444438;background:#ef44441a}.alert-banner-docs{background:radial-gradient(circle at top left,rgba(245,158,11,.08),transparent 35%),#ffffff08;border:1px solid rgba(245,158,11,.28);padding:16px 24px;border-radius:18px;margin-bottom:32px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:.2s}.alert-banner-docs:hover{background:var(--bg-card);transform:translateY(-2px)}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.deadline-item{display:flex!important;gap:16px!important;align-items:center!important;background:#ffffff06!important;padding:1.1rem!important;border-radius:16px!important;transition:.3s ease!important;border:1px solid rgba(255,255,255,.06)!important}.deadline-item:hover{border-color:var(--border-active)!important;background:var(--bg-glass)!important;transform:translate(4px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.app-container{gap:16px!important;padding:12px!important;flex-direction:column!important}.sidebar{position:relative;top:0;width:100%;min-width:0;max-width:none;max-height:none}.sidebar-nav{overflow:visible}.quick-actions-bar,.content-grid-enhanced{grid-template-columns:1fr!important}.table-card{grid-column:1!important}.premium-page-shell{padding-bottom:24px}.premium-hero-layout{grid-template-columns:1fr}}.context-nav-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.context-nav-item{appearance:none;width:100%;display:grid;gap:10px;align-content:start;min-height:128px;padding:18px 18px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0a,#ffffff06),#ffffff05;color:var(--text-main);text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.context-nav-item:hover{transform:translateY(-1px);border-color:#cfb53b3d;box-shadow:0 16px 36px #00000038}.context-nav-item.active{border-color:#cfb53b57;background:radial-gradient(circle at top right,rgba(207,181,59,.14),transparent 38%),linear-gradient(180deg,#ffffff0d,#ffffff08),#ffffff06;box-shadow:0 18px 40px #00000042}.context-nav-item-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.context-nav-badge,.context-nav-meta{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.context-nav-badge{color:var(--primary)}.context-nav-meta{color:var(--text-soft)}.context-nav-item strong{font-size:1rem;line-height:1.25;color:#fff}.context-nav-item small{font-size:.86rem;line-height:1.5;color:var(--text-muted)}@media(max-width:820px){.context-nav-strip{grid-template-columns:1fr}.context-nav-item{min-height:unset}}.wizard-container{position:relative;--wizard-shell-max: min(100%, 1560px);--wizard-content-max: min(100%, var(--measure-form, 1360px));--wizard-copy-max: min(74ch, 100%);--wizard-panel-pad: clamp(30px, 3vw, 44px);--wizard-card-pad: clamp(26px, 2.6vw, 34px);--wizard-stack-gap: clamp(20px, 2.2vw, 30px);--wizard-block-gap: clamp(32px, 3vw, 44px);--wizard-inline-pad: clamp(22px, 2.4vw, 34px)}.wizard-main{max-width:100%;margin-inline:auto}.wizard-body{position:relative;display:flex;flex-direction:column}.wizard-step-shell{width:100%;max-width:var(--wizard-shell-max);margin:0 auto;display:flex;flex-direction:column;gap:var(--wizard-block-gap)}.wizard-step-brief{display:flex;flex-direction:column;gap:var(--wizard-stack-gap);max-width:var(--wizard-content-max);margin:0 auto 38px;padding:var(--wizard-panel-pad);border-radius:28px!important;border:1px solid rgba(255,255,255,.08)!important;background:radial-gradient(circle at top left,rgba(207,181,59,.12),transparent 36%),linear-gradient(180deg,#ffffff0a,#ffffff05),#0a0a0af0!important}.wizard-step-brief-top{display:flex;justify-content:space-between;align-items:flex-start;gap:22px}.wizard-step-brief-eyebrow,.wizard-step-brief-label{display:inline-flex;font-size:.74rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-text)}.wizard-step-brief-top h3{margin:.45rem 0 .8rem;font-size:clamp(1.65rem,2.15vw,2.15rem);line-height:1.02;color:var(--text-main)}.wizard-step-brief-top p{margin:0;max-width:var(--wizard-copy-max);color:var(--text-muted);line-height:var(--line-copy, 1.72)}.wizard-step-brief-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(207,181,59,.26);background:#cfb53b14;color:var(--gold-text);font-size:.8rem;font-weight:800;white-space:nowrap}.wizard-step-brief-grid{display:grid;grid-template-columns:1.05fr 1.35fr;gap:26px}.wizard-step-brief-card{padding:24px 28px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;display:flex;flex-direction:column;gap:12px}.wizard-step-brief-card strong{display:block;margin-top:.35rem;color:var(--text-main);line-height:1.58}.wizard-step-brief-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:.25rem}.wizard-step-brief-tags span{display:inline-flex;align-items:center;padding:.48rem .92rem;border-radius:999px;border:1px solid rgba(207,181,59,.2);background:#cfb53b14;color:var(--gold-text);font-size:.8rem;font-weight:700}.wizard-step-shell .step-container{width:100%!important;max-width:var(--wizard-content-max);margin:0 auto!important;padding:0 var(--wizard-inline-pad)!important;display:flex;flex-direction:column;gap:var(--wizard-block-gap);color:var(--text-main)}.wizard-step-shell .step-header{display:grid;gap:12px;padding:0 0 26px;border-bottom:1px solid rgba(255,255,255,.08)}.wizard-step-shell .step-header h1,.wizard-step-shell .step-header h2{margin:0;font-size:clamp(1.7rem,2vw,2.4rem)!important;line-height:1.05;letter-spacing:-.04em;color:var(--text-main)!important}.wizard-step-shell .step-header p{margin:0;max-width:var(--wizard-copy-max);font-size:.98rem;line-height:var(--line-copy, 1.72);color:var(--text-muted)!important}.wizard-step-shell .step-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(30px,2.8vw,38px)}.wizard-step-shell .step-grid>*{grid-column:span 12}.wizard-step-shell .form-section.full-width,.wizard-step-shell .question-group,.wizard-step-shell .form-section.questionnaire,.wizard-step-shell .validation-container,.wizard-step-shell .warnings-zone,.wizard-step-shell .preview-table-container,.wizard-step-shell .template-stats,.wizard-step-shell .status-banner,.wizard-step-shell .errors-list,.wizard-step-shell .educational-banner,.wizard-step-shell .validation-summary-panel,.wizard-step-shell .upload-container,.wizard-step-shell .report-question-eval{border-radius:26px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,#ffffff0d,#ffffff06),#0a0a0aeb!important;box-shadow:inset 0 1px #ffffff0a,0 18px 54px #0000002e}.wizard-step-shell .form-section.full-width,.wizard-step-shell .question-group,.wizard-step-shell .form-section.questionnaire{padding:var(--wizard-card-pad);display:flex;flex-direction:column;gap:var(--wizard-stack-gap)}.wizard-step-shell .section-title,.wizard-step-shell .form-section>h3,.wizard-step-shell .question-group>h5{margin:0!important;padding:0 0 14px!important;font-size:.95rem!important;line-height:1.4;color:var(--primary)!important;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid rgba(255,255,255,.08)!important}.wizard-step-shell .input-group-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,2vw,28px);align-items:start}.wizard-step-shell .input-field{display:flex;flex-direction:column;gap:12px}.wizard-step-shell .input-field label,.wizard-step-shell .sub-label,.wizard-step-shell .m-label{font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffffad}.wizard-step-shell input[type=text],.wizard-step-shell input[type=number],.wizard-step-shell input[type=date],.wizard-step-shell input[type=email],.wizard-step-shell textarea,.wizard-step-shell select{width:100%;min-height:54px;padding:15px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--text-main);font-size:.95rem;line-height:1.4;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.wizard-step-shell input::placeholder,.wizard-step-shell textarea::placeholder{color:#fff6}.wizard-step-shell textarea{min-height:132px;resize:vertical}.wizard-step-shell input:focus,.wizard-step-shell textarea:focus,.wizard-step-shell select:focus{border-color:#cfb53b8c;background:#ffffff0d;box-shadow:0 0 0 3px #cfb53b1f}.wizard-step-shell .invalid,.wizard-step-shell input.invalid,.wizard-step-shell select.invalid,.wizard-step-shell textarea.invalid{border-color:#ef44448c!important;box-shadow:0 0 0 3px #ef44441a}.wizard-step-shell .error-msg{font-size:.82rem;color:#fca5a5;line-height:1.45}.wizard-step-shell .question-block,.wizard-step-shell .summary-section,.wizard-step-shell .file-upload-field,.wizard-step-shell .search-results,.wizard-step-shell .dropdown-overlay,.wizard-step-shell .all-agreements-list{border-radius:18px!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff06!important;box-shadow:inset 0 1px #ffffff08}.wizard-step-shell .question-block{padding:28px!important;margin-bottom:0!important;display:flex;flex-direction:column;gap:18px}.wizard-step-shell .question-block h4{margin:0!important;font-size:1rem!important;line-height:1.62;color:var(--text-main)!important;max-width:var(--wizard-copy-max)}.wizard-step-shell .options,.wizard-step-shell .options-row{display:flex!important;flex-wrap:wrap;gap:16px}.wizard-step-shell .radio-pill,.wizard-step-shell .radio-label{display:inline-flex;align-items:center;cursor:pointer}.wizard-step-shell .radio-pill span,.wizard-step-shell .radio-label span{padding:11px 18px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.1)!important;background:#ffffff08!important;color:var(--text-muted)!important;font-size:.9rem!important;line-height:1.35;transition:all .2s ease}.wizard-step-shell .radio-label input,.wizard-step-shell .radio-pill input{display:none}.wizard-step-shell .radio-pill input:checked+span,.wizard-step-shell .radio-label input:checked+span{background:linear-gradient(180deg,#cfb53b,#b4911f)!important;border-color:#cfb53be6!important;color:#050505!important;font-weight:700;box-shadow:0 10px 24px #cfb53b40}.wizard-step-shell .radio-pill:hover span,.wizard-step-shell .radio-label:hover span{border-color:#cfb53b57!important;color:var(--text-main)!important}.wizard-step-shell .educational-banner{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;padding:clamp(24px,2.2vw,30px)!important;border-left:1px solid rgba(255,255,255,.08)!important}.wizard-step-shell .banner-section h4,.wizard-step-shell .summary-header h4{margin:0 0 12px;font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.wizard-step-shell .company-badge,.wizard-step-shell .company-badge-large{display:inline-flex;align-items:center;gap:12px;padding:12px 16px;border-radius:16px;border:1px solid rgba(207,181,59,.2);background:#cfb53b14;font-weight:600}.wizard-step-shell .count{font-size:1.4rem;font-weight:800;color:var(--text-main)}.wizard-step-shell .size-tag,.wizard-step-shell .risk-mini,.wizard-step-shell .badge-more{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid rgba(255,255,255,.09);padding:6px 10px;font-size:.76rem;color:var(--text-muted);background:#ffffff09}.wizard-step-shell .legal-list,.wizard-step-shell .obligations-list ul,.wizard-step-shell .findings-list{margin:0;padding-left:20px;color:var(--text-muted);line-height:var(--line-copy, 1.72)}.wizard-step-shell .alert-box,.wizard-step-shell .info-box-glass,.wizard-step-shell .requirements-box{margin-top:18px!important;border-radius:14px!important;padding:16px 18px!important;font-size:.88rem!important;line-height:var(--line-copy, 1.72)}.wizard-step-shell .alert-box.critical{border:1px solid rgba(239,68,68,.32)!important;background:#ef44441a!important;color:#fecaca!important;border-left:4px solid rgba(239,68,68,.95)!important}.wizard-step-shell .alert-box.warning{border:1px solid rgba(245,158,11,.28)!important;background:#f59e0b17!important;color:#fde68a!important;border-left:4px solid rgba(245,158,11,.95)!important}.wizard-step-shell .alert-box.info,.wizard-step-shell .info-box-glass{border:1px solid rgba(96,165,250,.2)!important;background:#3b82f614!important;color:#bfdbfe!important;border-left:4px solid rgba(96,165,250,.95)!important}.wizard-step-shell .dropzone,.wizard-step-shell .dropzone-mini,.wizard-step-shell .dropzone-extra-large{border-radius:20px!important;border:1.5px dashed rgba(255,255,255,.16)!important;background:#ffffff06!important}.wizard-step-shell .dropzone,.wizard-step-shell .dropzone-extra-large{padding:38px 28px!important}.wizard-step-shell .dropzone.active,.wizard-step-shell .dropzone-mini.active,.wizard-step-shell .dropzone-extra-large.active{border-color:#cfb53bcc!important;background:#cfb53b14!important;box-shadow:0 0 0 4px #cfb53b14}.wizard-step-shell .upload-actions,.wizard-step-shell .period-helpers-row,.wizard-step-shell .success-actions{display:flex;flex-wrap:wrap;gap:14px}.wizard-step-shell .stats-grid,.wizard-step-shell .summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.wizard-step-shell .stat-box,.wizard-step-shell .exposure-box{padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff06}.wizard-step-shell .stat-label,.wizard-step-shell .exposure-label{display:block;margin-bottom:8px;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff94}.wizard-step-shell .stat-val,.wizard-step-shell .exposure-value{font-size:1.45rem;font-weight:800;color:var(--text-main)}.wizard-step-shell .multiselect-compact,.wizard-step-shell .search-field input,.wizard-step-shell .dropdown-search input{min-height:54px}.wizard-step-shell .multiselect-compact{display:flex!important;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.1)!important;background:#ffffff08!important}.wizard-step-shell .selected-area,.wizard-step-shell .selected-badges,.wizard-step-shell .selected-groups{display:flex;flex-wrap:wrap;gap:10px}.wizard-step-shell .badge-compact,.wizard-step-shell .badge-agreement{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:#cfb53b1f;border:1px solid rgba(207,181,59,.24);color:var(--text-main)}.wizard-step-shell .badge-compact button,.wizard-step-shell .badge-agreement button{padding:0;min-width:auto;border:none;background:transparent;color:inherit;box-shadow:none}.wizard-step-shell .search-results,.wizard-step-shell .dropdown-overlay,.wizard-step-shell .all-agreements-list{padding:14px!important}.wizard-step-shell .search-results,.wizard-step-shell .dropdown-overlay,.wizard-step-shell .all-agreements-list,.wizard-step-shell .agreement-search-container,.wizard-step-shell .period-container{margin-top:14px}.wizard-step-shell .result-item,.wizard-step-shell .provincia-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:14px;color:var(--text-main);transition:background .2s ease,border-color .2s ease}.wizard-step-shell .result-item:hover,.wizard-step-shell .provincia-item:hover,.wizard-step-shell .provincia-item.selected{background:#ffffff0a}.wizard-step-shell .preview-table-container,.wizard-step-shell .table-wrapper{overflow:hidden}.wizard-step-shell .tooltip-content,.wizard-step-shell .tooltip-box{max-width:320px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0c0c0cf5;color:var(--text-main);box-shadow:0 16px 40px #0000003d}.wizard-step-shell .preview-table-container table,.wizard-step-shell .table-wrapper table{width:100%;border-collapse:collapse}.wizard-step-shell .preview-table-container th,.wizard-step-shell .preview-table-container td,.wizard-step-shell .table-wrapper th,.wizard-step-shell .table-wrapper td{padding:16px 14px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;color:var(--text-muted);line-height:1.55}.wizard-step-shell .preview-table-container th,.wizard-step-shell .table-wrapper th{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff94}.wizard-footer{gap:16px}.wizard-footer .btn-secondary,.wizard-footer .btn-primary{min-width:180px;min-height:50px}.wizard-step-shell--8{max-width:1200px;margin:0 auto}.wizard-step-shell--8 .report-container{display:flex;flex-direction:column;gap:28px}.wizard-step-shell--8 .report-header-premium,.wizard-step-shell--8 .report-question-eval{border-radius:24px!important;border:1px solid rgba(255,255,255,.08)!important;background:linear-gradient(180deg,#ffffff0d,#ffffff06),#0a0a0aeb!important}.wizard-step-shell--8 .report-header-premium{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:22px;padding:var(--wizard-panel-pad)!important}.wizard-step-shell--8 .title-block h1{font-size:clamp(1.6rem,2vw,2.2rem)}.wizard-step-shell--8 .header-meta{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px}.wizard-step-shell--8 .meta-box{padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff06}.wizard-step-shell--8 .meta-box .m-label{display:block;margin-bottom:6px}.wizard-step-shell--8 .meta-box .m-val{color:var(--text-main);font-weight:700}.wizard-step-shell .section-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;flex-wrap:wrap}.wizard-step-shell .selected-groups{width:100%;padding:22px!important;border-radius:16px!important;background:#ffffff06!important;border:1px solid rgba(255,255,255,.07)}.wizard-step-shell .selected-header{width:100%;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.wizard-step-shell .date-inputs{display:grid;grid-template-columns:1fr 1fr 2fr;gap:clamp(22px,2.1vw,28px);align-items:start}@media(max-width:1080px){.wizard-step-brief-top{flex-direction:column}.wizard-step-brief-grid{grid-template-columns:1fr}.wizard-step-shell .educational-banner,.wizard-step-shell .input-group-row{grid-template-columns:1fr!important}.wizard-step-shell--8 .header-meta{grid-template-columns:1fr}}@media(max-width:768px){.wizard-main{padding:20px!important}.wizard-step-shell .step-container{padding:0!important}.wizard-step-shell .step-header h1,.wizard-step-shell .step-header h2{font-size:1.55rem!important}.wizard-step-brief{margin-bottom:24px;padding:22px!important}.wizard-step-shell .form-section.full-width,.wizard-step-shell .question-group,.wizard-step-shell .form-section.questionnaire,.wizard-step-shell .educational-banner{padding:22px!important}.wizard-step-shell .date-inputs{grid-template-columns:1fr}.wizard-footer{flex-direction:column;align-items:stretch!important}.wizard-footer .btn-secondary,.wizard-footer .btn-primary{width:100%;min-width:0}}.my-plan-container{display:flex;flex-direction:column;gap:32px}.plan-summary-card{padding:32px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#d4af3714,#0003);border:1px solid rgba(212,175,55,.2)}.plan-header-info h3{font-size:1.8rem;margin:8px 0;color:#fff}.plan-badge-main{display:inline-block;padding:4px 12px;background:var(--gold-main);color:#000;border-radius:6px;font-weight:800;font-size:.75rem;letter-spacing:1px}.billing-info{color:var(--text-muted);font-size:.9rem}.manage-sub-btn{background:#ffffff0d;border:1px solid var(--border-glass);color:#fff;padding:12px 24px;border-radius:10px;font-weight:600;cursor:pointer;transition:.2s}.manage-sub-btn:hover{background:#ffffff1a;transform:translateY(-2px)}.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:24px}.usage-card{padding:24px;display:flex;gap:20px;position:relative;overflow:hidden}.usage-icon{font-size:2.2rem;background:#ffffff08;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:14px}.usage-details{flex:1}.usage-details h4{margin:0 0 8px;font-size:1.1rem;color:#fff}.usage-details p{font-size:.85rem;color:var(--text-muted);margin:0 0 16px}.progress-container{height:10px;background:#ffffff0d;border-radius:10px;overflow:hidden;margin-bottom:12px}.progress-bar{height:100%;border-radius:10px;transition:width .8s cubic-bezier(.4,0,.2,1)}.buy-pack-btn{width:100%;padding:10px;background:#cfb53b1a;border:1px solid rgba(207,181,59,.2);color:var(--primary);border-radius:8px;font-weight:700;cursor:pointer;font-size:.8rem;transition:.2s}.buy-pack-btn:hover{background:var(--primary);color:#000}.limit-warning{color:#ef4444!important;font-weight:700;font-size:.75rem!important;margin-bottom:12px!important}.mini-usage{align-items:flex-start}.assistant-count{font-size:1.8rem!important;color:var(--primary)!important;font-weight:800;margin-bottom:4px!important}.assistant-note{display:block;font-size:.75rem;color:var(--text-muted)}@media(max-width:960px){.plan-summary-card{flex-direction:column;align-items:flex-start;gap:16px;padding:22px}.usage-grid{grid-template-columns:1fr}.usage-card{padding:18px;gap:14px}}.billing-page{padding:1.5rem 1.75rem;max-width:1200px;margin:0 auto}.billing-header{margin-bottom:3rem;text-align:center}.billing-header h2{font-size:2.5rem;color:var(--gold-main);margin-bottom:.5rem;text-shadow:0 0 20px rgba(212,175,55,.3)}.billing-header p{color:var(--text-muted);font-size:1.1rem}.billing-grid{display:grid;grid-template-columns:2fr 1.2fr;gap:2rem}@media(max-width:900px){.billing-grid{grid-template-columns:1fr}}.plans-section h3,.billing-history h3{margin-bottom:1.5rem;font-size:1.4rem;border-left:4px solid var(--gold-main);padding-left:1rem}.plans-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.plan-card{padding:2.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:visible;transition:transform .3s ease,border-color .3s ease}.plan-card:hover{transform:translateY(-5px);border-color:var(--gold-light)}.plan-badge{position:absolute;top:15px;right:-35px;background:var(--gold-dark);color:#fff;padding:5px 40px;transform:rotate(45deg);font-size:.75rem;font-weight:700;text-transform:uppercase}.plan-card h4{font-size:1.5rem;margin-bottom:1rem;color:var(--text-light)}.plan-price{font-size:3rem;font-weight:800;color:var(--gold-main);margin-bottom:1rem}.plan-desc{font-size:.95rem;color:var(--text-muted);margin-bottom:2rem;min-height:3em}.plan-features{list-style:none;padding:0;margin:0 0 2.5rem;width:100%;text-align:left}.plan-features li{padding:8px 0;color:var(--text-light);border-bottom:1px solid rgba(255,255,255,.05);font-size:.9rem}.plan-btn{width:100%;padding:1rem;font-size:1rem;margin-top:auto}.billing-history{padding:2rem;display:flex;flex-direction:column}.empty-history{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;background:#0003;border-radius:12px;border:1px dashed var(--glass-border)}.file-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.3}.empty-history p{color:var(--text-light);margin-bottom:.5rem}.empty-history small{color:var(--text-muted)}.billing-footer{margin-top:3rem;padding:2rem;text-align:center}.secure-badge{display:inline-block;padding:6px 16px;background:#2e7d321a;color:#4caf50;border-radius:20px;font-size:.85rem;font-weight:700;margin-bottom:1rem;border:1px solid rgba(76,175,80,.3)}.billing-footer a{color:var(--gold-main);text-decoration:none;font-weight:700}.billing-footer a:hover{text-decoration:underline}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;padding:2rem}.stat{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.stat-value{font-size:2rem;font-weight:800;color:var(--gold-main)}.admin-table{width:100%;border-collapse:collapse;margin-top:1rem}.admin-table th{text-align:left;padding:12px;color:var(--gold-main);border-bottom:2px solid rgba(212,175,55,.2);font-size:.85rem}.admin-table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.05);font-size:.9rem;color:var(--text-light)}.badge-paid{background:#4caf501a;color:#4caf50;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:700}.invoice-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff08;margin-bottom:.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.inv-info{display:flex;flex-direction:column;gap:4px}.inv-info span{font-size:.8rem;color:var(--text-muted)}.fiscal-form-overlay{max-width:600px;margin:0 auto;text-align:center}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn-small{padding:6px 12px;font-size:.8rem}.loading-billing{display:flex;justify-content:center;align-items:center;height:300px;color:var(--gold-main)}.section-header-tabs{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.billing-tabs{display:flex;background:#ffffff0d;padding:4px;border-radius:12px;border:1px solid var(--glass-border)}.tab-btn{padding:10px 24px;border-radius:10px;border:none;background:transparent;color:var(--text-muted);font-weight:600;cursor:pointer;transition:all .3s ease}.tab-btn.active{background:var(--gold-main);color:#000;box-shadow:0 4px 15px #d4af3766}.tab-btn:hover:not(.active){background:#ffffff0d;color:var(--text-light)}.credit-card{border:1px solid rgba(212,175,55,.3);background:linear-gradient(135deg,#d4af370d,#0000)}.credit-badge{background:#4caf50}.credits-amount{font-size:1.2rem;font-weight:700;color:var(--text-light);background:#d4af371a;padding:8px 16px;border-radius:8px;margin-bottom:1rem;border:1px solid rgba(212,175,55,.2)}.gold-btn{background:linear-gradient(90deg,var(--gold-dark),var(--gold-main))!important;color:#000!important;font-weight:800!important}.gold-btn:hover{filter:brightness(1.2);box-shadow:0 0 20px #d4af3780}.mt-24{margin-top:24px}@media(max-width:1024px){.billing-page{padding:1.25rem}.section-header-tabs{align-items:flex-start}.billing-tabs{width:100%;flex-wrap:wrap;gap:6px}.tab-btn{flex:1 1 160px;text-align:center}}@media(max-width:768px){.billing-header h2{font-size:2rem}.plans-container{grid-template-columns:1fr}.plan-card{padding:1.5rem 1.1rem}.plan-price{font-size:2.4rem}}.knowledge-manager{display:flex;flex-direction:column;gap:1.25rem}.km-hero{display:flex;justify-content:space-between;gap:2rem;padding:1.65rem;border-radius:28px;background:radial-gradient(circle at top left,rgba(212,175,55,.14),transparent 42%),linear-gradient(135deg,#ffffff0a,#ffffff04),#0c0c0ceb}.km-hero-copy{max-width:780px}.km-kicker,.km-tab-eyebrow{display:inline-flex;font-size:.74rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-text)}.km-hero h2,.km-content-header h3,.km-section-header h3,.km-modal-header h3{margin:.45rem 0 .75rem;font-size:clamp(1.95rem,2.8vw,3rem);line-height:1.05;color:var(--text-strong)}.km-hero p,.km-content-header p,.km-section-header p,.km-focus-card p,.km-card>p,.km-card-note p,.km-empty p,.km-inline-note,.km-modal-helper,.km-publication-summary p{margin:0;color:var(--text-soft);line-height:1.65}.km-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.85rem;align-content:flex-start;min-width:300px}.km-primary-btn,.km-secondary-btn,.edit-btn,.del-btn,.cancel-btn,.save-btn{border-radius:14px;font-weight:700;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;cursor:pointer}.km-primary-btn,.km-secondary-btn{min-height:48px;padding:0 1.2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.km-primary-btn{background:linear-gradient(135deg,var(--gold-main),#ffd76a);color:#111;box-shadow:0 12px 28px #d4af372e}.km-primary-btn.is-disabled{opacity:.7;pointer-events:none}.km-secondary-btn{background:#ffffff0a;border-color:#d4af3733;color:var(--text-strong)}.km-primary-btn:hover,.km-secondary-btn:hover,.edit-btn:hover,.del-btn:hover,.cancel-btn:hover,.save-btn:hover{transform:translateY(-1px)}.km-secondary-btn:hover,.edit-btn:hover{border-color:#d4af3759;background:#d4af3714}.km-alert{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:20px}.km-alert strong{color:var(--text-strong)}.km-alert-status{border:1px solid rgba(212,175,55,.18)}.km-alert-error{border:1px solid rgba(239,68,68,.22);background:#7f1d1d2e}.km-focus-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.km-focus-card{padding:1.2rem;border-radius:24px;min-height:185px;display:flex;flex-direction:column;gap:.7rem}.km-focus-card strong{font-size:1.3rem;color:var(--text-strong);line-height:1.2}.km-focus-meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:.5rem}.km-focus-meta span{display:inline-flex;align-items:center;padding:.38rem .68rem;border-radius:999px;background:#ffffff0a;color:var(--text-soft);font-size:.76rem;font-weight:700}.km-tabs{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.km-tabs button{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;padding:1.15rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff06;color:var(--text-strong);text-align:left;cursor:pointer;transition:border-color .2s ease,transform .2s ease,background .2s ease}.km-tabs button:hover,.km-tabs button.active{transform:translateY(-1px);border-color:#d4af3752;background:#d4af3714}.km-tab-top{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.km-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .55rem;border-radius:999px;background:#ffffff0d;color:var(--text-strong);font-size:.82rem;font-weight:800}.km-tabs button strong{font-size:1rem}.km-tabs button small{color:var(--text-soft);line-height:1.55}.km-content,.km-owner-vault{padding:1.4rem;border-radius:28px}.km-content{min-height:430px}.km-content-header,.km-section-header,.km-document-group-header,.km-publication-summary-header,.km-modal-header,.card-footer,.modal-actions,.km-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.km-content-meta{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.km-content-note{padding:.55rem .9rem;border-radius:999px;background:#ffffff0a;color:var(--text-soft);font-size:.82rem;font-weight:700}.km-content-note.is-muted{background:#ffffff06;border:1px solid rgba(255,255,255,.06)}.km-loader,.km-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:280px;gap:.8rem}.km-loader{color:var(--text-soft);font-size:1rem}.km-empty{padding:2rem;border-radius:24px;background:#ffffff05;border:1px dashed rgba(255,255,255,.08)}.empty-icon{width:72px;height:72px;display:grid;place-items:center;border-radius:24px;background:#d4af371a;color:var(--gold-text);font-size:1rem;font-weight:800}.km-inline-note{margin-bottom:1rem;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(212,175,55,.14);background:#d4af370f}.km-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.km-card,.km-publication-summary{display:flex;flex-direction:column;gap:.95rem;padding:1.15rem;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.km-card-published{border-color:#10b98133;box-shadow:inset 0 1px #8ff4d314}.km-card-draft{border-color:#ffffff14;background:#ffffff05}.km-card-identifiers,.card-btns,.km-chip-row,.modal-row{display:flex;gap:.7rem;flex-wrap:wrap}.status-badge,.km-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.32rem .68rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.04em}.status-badge.draft{background:#ffffff0f;color:var(--text-soft)}.status-badge.published{background:#10b98124;color:#8ff4d3}.km-chip{background:#ffffff0d;color:var(--text-soft)}.km-card h4,.km-publication-summary h4,.km-document-group-header h4{margin:0;color:var(--text-strong)}.km-card h4{font-size:1.08rem}.km-publication-summary h4,.km-document-group-header h4{font-size:1.2rem}.km-card-trace-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.km-card-trace-item{padding:.82rem .85rem;border-radius:16px;background:#ffffff06;border:1px solid rgba(255,255,255,.05)}.km-card-trace-item span,.km-card-note span,.modal-form label{display:block;color:var(--text-muted);font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.km-card-trace-item span{margin-bottom:.35rem}.km-card-trace-item strong{display:block;color:var(--text-strong);line-height:1.45;font-size:.9rem}.km-card-trace-item-strong{border-color:#10b98138;background:#10b98114}.km-card-trace-item-partial{border-color:#f59e0b33;background:#f59e0b14}.km-card-trace-item-pending{border-color:#ffffff14}.km-card-note{display:flex;flex-direction:column;gap:.35rem;padding:.9rem;border-radius:16px;background:#ffffff06}.km-card-note span{color:var(--gold-text)}.card-footer{padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06);color:var(--text-muted);font-size:.82rem}.view-link{color:var(--gold-text);text-decoration:none;font-weight:700}.view-link:hover{text-decoration:underline}.km-document-groups{display:flex;flex-direction:column;gap:1.4rem}.km-document-group{display:flex;flex-direction:column;gap:1rem}.km-document-group-header p{max-width:600px}.edit-btn,.del-btn{min-height:36px;padding:0 .85rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-strong)}.del-btn:hover{border-color:#ef44443d;background:#ef444414;color:#fecaca}.km-modal-overlay{position:fixed;inset:0;z-index:1000;background:#060608d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.km-modal{width:min(760px,100%);padding:1.6rem;border-radius:28px;background:#111214;border:1px solid rgba(212,175,55,.16);box-shadow:0 24px 60px #00000073}.modal-form{display:flex;flex-direction:column;gap:.85rem}.modal-col{display:flex;flex:1;flex-direction:column;gap:.55rem}.modal-form input,.modal-form textarea,.modal-form select{width:100%;min-height:48px;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-strong);font:inherit}.modal-form input:focus,.modal-form textarea:focus,.modal-form select:focus{outline:none;border-color:#d4af3766;box-shadow:0 0 0 3px #d4af371a}.km-modal-helper{margin:.15rem 0 .3rem;padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(212,175,55,.16);background:#d4af3714}.cancel-btn{min-height:46px;padding:0 1.2rem;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:transparent;color:var(--text-soft)}.save-btn{min-height:46px;padding:0 1.35rem;border:none;background:linear-gradient(135deg,var(--gold-main),#ffd76a);color:#111;font-weight:800}@media(max-width:1180px){.km-hero,.km-content-header,.km-section-header,.km-document-group-header,.km-publication-summary-header,.km-modal-header,.card-footer{flex-direction:column}.km-hero-actions{min-width:0;width:100%;justify-content:flex-start}.km-focus-grid,.km-tabs,.km-card-trace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.knowledge-manager{gap:1rem}.km-hero,.km-content,.km-owner-vault,.km-modal{padding:1.1rem}.km-focus-grid,.km-tabs,.km-grid,.km-card-trace-grid,.modal-row{grid-template-columns:1fr;flex-direction:column}.km-hero-actions,.km-content-meta,.modal-actions{flex-direction:column;align-items:stretch}.km-tab-top{align-items:center}}#root{width:100%;min-height:100vh;height:auto;margin:0;padding:0;text-align:left;overflow:visible}.loading-screen{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#050505;color:var(--primary);gap:20px}.loader{width:40px;height:40px;border:3px solid rgba(207,181,59,.1);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notification-container{position:relative}.notification-bell{position:relative;min-width:88px;height:44px;display:flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:800;letter-spacing:.04em;cursor:pointer;transition:all .3s ease;padding:0 16px}.notification-bell.has-notifications{border-color:var(--primary);box-shadow:0 0 15px #cfb53b33}.notification-badge{position:absolute;top:-5px;right:-5px;background:#ff4d4d;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:10px;border:2px solid #111;min-width:18px;text-align:center;line-height:normal}.notification-dropdown{position:absolute;top:55px;right:0;width:350px;max-height:500px;background:#0f0f0ff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(207,181,59,.3);border-radius:12px;z-index:1000;display:flex;flex-direction:column;box-shadow:0 20px 40px #0009}.notification-header{padding:15px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.notification-header h4{margin:0;color:var(--primary)}.clear-all-btn{background:none;border:none;color:#888;font-size:.8rem;cursor:pointer;padding:4px 8px;border-radius:4px}.clear-all-btn:hover{color:var(--primary);background:#ffffff0d}.notification-list-scroll{overflow-y:auto;flex:1}.notification-item{padding:15px;border-bottom:1px solid rgba(255,255,255,.05);display:flex;gap:12px;cursor:pointer;transition:background .2s ease;position:relative}.notification-item:hover{background:#ffffff08}.notification-item.unread{background:#cfb53b08}.notification-item.type-labor .notif-icon{background:#cfb53b33;color:var(--primary)}.notif-icon{min-width:42px;height:36px;background:#ffffff0d;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0 10px;font-size:.7rem;font-weight:800;letter-spacing:.06em}.notif-text{flex:1}.notif-text strong{display:block;font-size:.9rem;margin-bottom:4px;color:#eee}.notif-text p{margin:0;font-size:.8rem;color:#aaa;line-height:1.4}.notif-time{display:block;font-size:.7rem;color:#666;margin-top:8px}.unread-dot{width:8px;height:8px;background:var(--primary);border-radius:50%;position:absolute;top:20px;right:15px}.notification-empty{padding:40px 20px;text-align:center;color:#666}.bell-large{font-size:1.35rem;font-weight:800;letter-spacing:.04em;opacity:.2;display:block;margin-bottom:15px}.notification-footer{padding:12px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.notification-footer button{background:none;border:none;color:var(--primary);font-size:.85rem;font-weight:500;cursor:pointer;width:100%}.notification-overlay{position:fixed;inset:0;background:transparent;z-index:900}.emergency-banner{background:linear-gradient(90deg,#ff4b2b,#ff416c);color:#fff;padding:8px 16px;text-align:center;font-size:.85rem;font-weight:600;z-index:9999;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 2px 10px #0003;animation:slideDown .3s ease-out}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.emergency-banner .retry-link{color:#fff;text-decoration:underline;cursor:pointer;background:#fff3;padding:2px 8px;border-radius:4px;font-size:.75rem}.emergency-banner .retry-link:hover{background:#ffffff4d}
