:root{color:#111827;background:#fafafa;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #fafafa;--panel: #ffffff;--panel-soft: #fbfbfc;--border: #e5e7eb;--border-strong: #d1d5db;--text: #111827;--muted: #737373;--muted-strong: #525252;--primary: #2f6df6;--primary-hover: #255de0;--primary-soft: #eef4ff;--danger: #dc2626;--danger-soft: #fef2f2;--success: #047857;--success-soft: #ecfdf5;--warning: #b45309;--radius: 8px;--shadow-modal: 0 18px 50px rgba(17, 24, 39, .2)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select{font:inherit}button{border:0}button:not(:disabled){cursor:pointer}button:disabled{cursor:not-allowed;opacity:.62}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--text)}h1{margin-bottom:4px;font-size:24px;font-weight:750;line-height:1.15}h2{margin-bottom:0;font-size:17px;font-weight:750;line-height:1.25}h3{margin-bottom:0;font-size:14px;font-weight:750;line-height:1.25}.muted,.empty-state p,.panel-subtitle{color:var(--muted);font-size:14px;line-height:1.45}.muted{margin-bottom:0}.section-label{margin:0 0 6px;color:var(--muted-strong);font-size:12px;font-weight:700}label{display:grid;gap:6px;color:#2f3137;font-size:12px;font-weight:750}input,select{width:100%;min-height:36px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);outline:none;padding:8px 10px;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}input::placeholder{color:#8a8f98}input:focus,select:focus{border-color:#7aa2ff;box-shadow:0 0 0 3px #2f6df62e}select[multiple]{padding:6px}input[type=checkbox]{width:15px;min-height:15px;accent-color:var(--primary);padding:0}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--text);font-size:18px;font-weight:750;white-space:nowrap}.brand-centered{justify-content:center}.brand-mark{display:inline-flex;align-items:flex-end;justify-content:center;gap:2px;flex:0 0 auto;width:28px;height:28px;border-radius:7px;background:var(--primary);padding:7px}.brand-mark span{display:block;width:3px;border:1px solid rgba(255,255,255,.78);border-top:0;border-radius:2px 2px 0 0}.brand-mark span:nth-child(1){height:8px}.brand-mark span:nth-child(2){height:12px}.brand-mark span:nth-child(3){height:6px}.primary-button,.auth-form button[type=submit],.project-form button[type=submit],.dashboard-filters button,.toolbar button,.upload-form button,.wizard-panel button,.wizard-footer button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;border-radius:6px;background:var(--primary);color:#fff;font-size:13px;font-weight:750;padding:8px 14px;transition:background-color .12s ease,box-shadow .12s ease}.primary-button:hover:not(:disabled),.auth-form button[type=submit]:hover:not(:disabled),.project-form button[type=submit]:hover:not(:disabled),.dashboard-filters button:hover:not(:disabled),.toolbar button:hover:not(:disabled),.upload-form button:hover:not(:disabled),.wizard-panel button:hover:not(:disabled),.wizard-footer button:hover:not(:disabled),.secondary-button:hover:not(:disabled){background:var(--primary-hover)}.neutral-button{border:1px solid var(--border);background:#fff;color:#2f3137}.neutral-button:hover:not(:disabled){background:#f7f7f8}.danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:6px;border:1px solid #fecaca;background:var(--danger-soft);color:var(--danger);font-size:13px;font-weight:750;padding:7px 12px}.danger-button:hover:not(:disabled){background:#fee2e2}.icon-button{min-height:30px;border-radius:6px;padding:6px 9px}.danger-icon-button{position:relative;width:30px;height:30px;border:0;background:transparent;color:#8a8f98;font-size:0;padding:0}.danger-icon-button:hover:not(:disabled){background:var(--danger-soft);color:var(--danger)}.danger-icon-button.is-loading{color:var(--danger)}.danger-icon-button:before,.danger-icon-button:after{content:"";position:absolute;left:50%;transform:translate(-50%)}.danger-icon-button:before{top:10px;width:12px;height:12px;border:1.7px solid currentColor;border-top:0;border-radius:1px 1px 3px 3px}.danger-icon-button:after{top:7px;width:14px;height:2px;border-top:1.7px solid currentColor;border-radius:2px;box-shadow:0 -2px 0 -1px currentColor}.danger-icon-button.is-loading:before{top:8px;width:12px;height:12px;border:2px solid #fecaca;border-top-color:currentColor;border-radius:999px;animation:icon-spin .7s linear infinite}.danger-icon-button.is-loading:after{display:none}@keyframes icon-spin{0%{transform:translate(-50%) rotate(0)}to{transform:translate(-50%) rotate(360deg)}}.text-button,.auth-switch button,.table-link-button{width:fit-content;background:transparent;color:var(--primary);font-size:13px;font-weight:750;padding:0}.text-button:hover,.auth-switch button:hover,.table-link-button:hover{color:var(--primary-hover)}.auth-page{display:grid;place-items:center;min-height:100vh;padding:24px}.auth-panel{display:grid;gap:20px;width:min(368px,100%);border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);padding:20px}.auth-panel.compact{gap:16px}.auth-brand{display:flex;justify-content:center}.auth-copy{text-align:center}.auth-copy h1{font-size:20px}.auth-copy .muted{margin:0 auto;max-width:270px}.auth-form,.project-form,.modal-form{display:grid;gap:14px}.auth-form button[type=submit]{width:100%;margin-top:4px}.auth-switch{margin:0;color:var(--muted);font-size:13px;font-weight:650;text-align:center}.projects-layout{min-height:100vh;background:var(--bg)}.topbar{height:50px;border-bottom:1px solid var(--border);background:#fff}.topbar-inner{display:flex;align-items:center;justify-content:space-between;width:min(1220px,calc(100vw - 40px));height:100%;margin:0 auto}.topbar .brand{font-size:18px}.topbar-account{display:flex;align-items:center;gap:12px;min-width:0;color:var(--muted);font-size:13px}.topbar-account span{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.projects-content{display:grid;gap:20px;width:min(1220px,calc(100vw - 40px));margin:0 auto;padding:32px 0}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.page-header h1{font-size:26px}.projects-content>.empty-state{width:100%;min-height:304px;max-width:none;margin-top:0}.project-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.project-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:128px;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);padding:20px;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.project-card:hover{border-color:var(--border-strong);box-shadow:0 8px 20px #1118270d;transform:translateY(-1px)}.project-card:focus-within{border-color:#9cb9ff;box-shadow:0 0 0 3px #2f6df624}.project-card-open{display:grid;align-content:start;align-self:stretch;flex:1 1 auto;min-width:0;color:inherit;text-align:left;text-decoration:none;outline:none}.project-card-open h2{margin-bottom:12px;font-size:17px}.project-card-open .muted{min-height:22px;margin-bottom:24px;overflow-wrap:anywhere}.project-date{margin:0;color:var(--muted);font-size:13px;font-weight:650}.project-card-actions,.header-actions,.modal-actions,.button-row,.wizard-footer,.inline-form,.bulk-actions,.table-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.project-card-actions,.header-actions{justify-content:flex-end}.app-shell{display:grid;grid-template-columns:206px minmax(0,1fr);height:100vh;overflow:hidden;background:var(--bg)}.sidebar{display:flex;flex-direction:column;min-height:0;overflow-y:auto;border-right:1px solid var(--border);background:#fff;padding:20px 12px}.sidebar .brand{padding:0 4px 18px;font-size:15px}.nav-list{display:grid;gap:4px;margin-top:10px}.nav-item{display:flex;align-items:center;gap:10px;width:100%;min-height:32px;border-radius:6px;background:transparent;color:#262626;font-size:13px;font-weight:750;padding:8px 10px;text-align:left}.nav-item:before{content:"";display:inline-block;width:14px;height:14px;border:1.5px solid currentColor;border-radius:3px;opacity:.78}.nav-dashboard:before{border-top:0;border-radius:1px;box-shadow:inset 3px -2px 0 -1px currentColor,inset 7px -5px 0 -1px currentColor,inset 11px -8px 0 -1px currentColor}.nav-imports:before{border-radius:2px;box-shadow:inset 0 4px #ffffffe6}.nav-projects:before{width:15px;height:11px;border-radius:2px}.nav-access:before{border-radius:999px;box-shadow:inset 0 -5px 0 -2px currentColor}.nav-item.active{background:#f4f4f5;color:#171717}.account-panel{display:grid;gap:7px;margin-top:auto;border-top:1px solid var(--border);padding:16px 4px 0}.account-panel span,.summary-card span,.panel-heading span{color:var(--muted);font-size:12px;font-weight:700}.account-panel strong{color:var(--text);font-size:13px;overflow-wrap:anywhere}.content{display:flex;flex-direction:column;min-width:0;min-height:0;overflow-y:auto}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex:0 0 auto;min-height:66px;border-bottom:1px solid var(--border);background:#fff;padding:16px 24px}.dashboard-header h1{font-size:18px}.dashboard-header .muted{font-size:13px}.content>.dashboard-filters,.content>.status,.content>.summary-grid,.content>.analytics-grid,.content>.chart-panel,.content>.table-panel,.content>.import-wizard{margin-right:24px;margin-left:24px}.content>.dashboard-filters,.content>.status,.content>.summary-grid,.content>.analytics-grid,.content>.chart-panel,.content>.table-panel,.content>.import-wizard{margin-top:20px}.content>.empty-state{align-self:center;width:min(366px,calc(100% - 40px));min-height:236px;margin:auto}.dashboard-filters,.import-wizard,.chart-panel,.table-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.dashboard-filters{display:grid;gap:14px;padding:14px}.filter-grid{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(280px,1.25fr) minmax(360px,1.6fr);align-items:start;gap:12px}.dashboard-filters fieldset{min-width:0;margin:0;border:1px solid var(--border);border-radius:6px;background:var(--panel-soft);padding:12px}.dashboard-filters legend{color:#2f3137;font-size:12px;font-weight:750;padding:0 4px}.dashboard-filters .keyword-filter,.dashboard-filters .upload-multi-select,.dashboard-filters>label,.filter-grid>label{min-width:0}.helper-text,.range-summary,.compact-note{color:var(--muted);font-size:12px;font-weight:500;line-height:1.4}.range-summary{display:inline-flex;width:fit-content;margin-top:8px;border-radius:999px;background:#f4f4f5;padding:5px 9px}.date-selector-row,.custom-date-range,.hierarchy-grid{display:flex;align-items:end;flex-wrap:wrap;gap:8px}.date-selector-row>select{width:170px}.custom-date-range input{width:142px}.hierarchy-grid label{flex:1 1 142px}.upload-multi-select select{min-height:88px}.filter-actions{display:flex;justify-content:flex-end}.summary-grid{display:grid;grid-template-columns:repeat(6,minmax(118px,1fr));gap:12px}.summary-card{display:grid;gap:8px;min-height:82px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:14px}.summary-card strong{color:var(--text);font-size:22px;line-height:1.1}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.75fr);gap:16px}.chart-panel,.table-panel{padding:16px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.panel-heading>div{min-width:0}.panel-heading.compact{margin-bottom:0}.panel-subtitle{margin:4px 0 0;font-size:12px}.widget-placeholder-actions{margin-top:14px}.status{width:fit-content;max-width:760px;margin-bottom:0;border-radius:6px;font-size:13px;font-weight:650;padding:10px 12px}.status.success{background:var(--success-soft);color:var(--success)}.status.error{background:var(--danger-soft);color:var(--danger)}.status.neutral{background:#f4f4f5;color:var(--muted-strong)}.empty-state{display:grid;place-items:center;align-content:center;gap:12px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:32px;text-align:center}.empty-state h2{margin:0;font-size:16px}.empty-state p{max-width:370px;margin:0}.empty-icon{position:relative;display:inline-grid;place-items:center;width:52px;height:52px;border-radius:999px;background:#f4f4f5;color:#7a7f87}.empty-icon:before,.empty-icon:after{content:"";position:absolute;border-color:currentColor}.empty-icon-folder:before{width:24px;height:16px;border:2px solid currentColor;border-radius:3px;bottom:15px}.empty-icon-folder:after{width:12px;height:6px;border-top:2px solid currentColor;border-left:2px solid currentColor;border-radius:3px 0 0;top:16px;left:16px}.empty-icon-upload:before{width:18px;height:18px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;border-left:2px solid currentColor;border-radius:2px;bottom:14px}.empty-icon-upload:after{width:12px;height:12px;border-top:2px solid currentColor;border-left:2px solid currentColor;transform:rotate(45deg);top:14px}.empty-icon-box:before{width:20px;height:20px;border:2px solid currentColor;border-radius:4px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;background:#11182780;padding:20px}.modal-dialog{position:relative;display:grid;gap:16px;width:min(420px,100%);border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-modal);padding:20px}.modal-dialog p{margin-bottom:0}.modal-close{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:6px;background:transparent;color:#737373;font-size:18px;line-height:1}.modal-close:hover:not(:disabled){background:#f4f4f5;color:var(--text)}.modal-actions{justify-content:flex-end;margin-top:8px}.import-wizard{display:grid;gap:14px;padding:16px}.wizard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.wizard-steps{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.wizard-step{min-height:32px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--muted-strong);font-size:12px;font-weight:750;padding:7px 10px}.wizard-step.active{border-color:#abc3ff;background:var(--primary-soft);color:var(--primary)}.wizard-panel{display:grid;gap:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel-soft);padding:14px}.wizard-panel button:not(.danger-button):not(.neutral-button){min-height:34px}.wizard-controls,.preset-grid,.monthly-row{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));align-items:end;gap:10px}.mapping-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px}.file-status-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px}.file-status{display:grid;gap:5px;min-height:74px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);padding:10px;text-align:left}.file-status.active{border-color:#9cb9ff;background:var(--primary-soft);box-shadow:inset 0 0 0 1px #9cb9ff}.file-status span,.file-status small{overflow-wrap:anywhere}.file-status strong{color:var(--primary);font-size:12px;text-transform:capitalize}.file-status small{color:var(--muted);font-size:12px}.batch-progress-card{display:grid;gap:12px;border:1px solid #c8d7f4;border-radius:8px;background:#f8fbff;padding:14px}.batch-progress-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.batch-progress-top div{display:grid;gap:4px}.batch-progress-top strong{color:var(--text);font-size:15px}.batch-progress-top span,.batch-current-file span,.batch-progress-grid span{color:var(--muted);font-size:12px;font-weight:700}.batch-stage-badge{display:inline-flex;align-items:center;min-height:26px;width:fit-content;border-radius:999px;background:#eef4ff;color:var(--primary);font-size:12px;font-weight:800;padding:4px 9px;text-transform:capitalize;white-space:nowrap}.batch-stage-badge.summary_rebuilding{background:#fff7ed;color:#9a3412}.batch-stage-badge.analytics_ready{background:#ecfdf5;color:#047857}.batch-stage-badge.failed,.batch-stage-badge.analytics-failed{background:#fef2f2;color:#b91c1c}.batch-progress-track{position:relative;overflow:hidden;height:10px;border-radius:999px;background:#e5e7eb}.batch-progress-fill{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#14b8a6);transition:width .18s ease}.batch-progress-grid{display:grid;grid-template-columns:repeat(5,minmax(88px,1fr));gap:8px}.batch-progress-grid div,.batch-current-file{display:grid;gap:3px;border:1px solid #dbe5f7;border-radius:6px;background:#fff;padding:9px}.batch-progress-grid strong,.batch-current-file strong{color:var(--text);font-size:14px;overflow-wrap:anywhere}.batch-analytics-error{margin:0;border-left:3px solid #ef4444;color:#991b1b;font-size:13px;font-weight:700;padding-left:9px}.preview-table-wrap,.heatmap-wrap{overflow:auto;border:1px solid var(--border);border-radius:6px;background:#fff}.preview-table{min-width:760px}.preview-table th,.preview-table td{padding:7px 8px}.preview-table th{width:56px;background:#f7f7f8}.preview-table .selected-row th,.preview-table .selected-row td,.process-file-table .selected-row td{background:var(--primary-soft)}.pill{display:inline-flex;align-items:center;min-height:36px;width:fit-content;border-radius:999px;background:#f4f4f5;color:var(--muted-strong);font-size:12px;font-weight:750;padding:7px 10px}.role-pill{display:inline-flex;align-items:center;min-height:24px;width:fit-content;border-radius:999px;background:#eef4ff;color:var(--primary);font-size:12px;font-weight:750;padding:4px 8px;text-transform:capitalize}.access-form{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end;gap:10px}.created-invite{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:14px;border:1px solid #abc3ff;border-radius:6px;background:var(--primary-soft);padding:12px}.created-invite div{display:grid;gap:4px;min-width:min(280px,100%)}.created-invite span,.copy-status{color:var(--muted-strong);font-size:12px;font-weight:700}.created-invite strong{color:var(--text);font-size:18px;letter-spacing:0}.monthly-panel{display:grid;gap:12px;border-top:1px solid var(--border);padding-top:14px}.monthly-list{display:grid;gap:8px;max-height:320px;overflow-y:auto;padding-right:4px}.button-row button,.wizard-footer button,.monthly-row button{min-height:34px}.wizard-footer{justify-content:space-between}.upload-form input[type=file]{width:min(420px,80vw)}.line-chart,.decision-chart{display:block;width:100%;min-height:300px}.chart-grid-line{stroke:#e8ebf0;stroke-width:1}.axis-line{stroke:#a3aab5;stroke-width:1.2}.axis-label-small,.trend-axis-label,.axis-title{fill:#666c76;font-size:11px}.axis-title{font-weight:700}.trend-total-line{stroke:var(--primary);stroke-width:3}.trend-ma3-line{stroke:#14b8a6;stroke-dasharray:7 5;stroke-width:2.4}.trend-ma6-line{stroke:var(--warning);stroke-dasharray:3 5;stroke-width:2.4}.trend-point{fill:var(--primary);stroke:#fff;stroke-width:2}.chart-hit-area{cursor:crosshair;fill:transparent}.chart-tooltip{pointer-events:none}.chart-tooltip line{stroke:#9ca3af;stroke-dasharray:4 4}.chart-tooltip rect{fill:#111827;opacity:.94}.chart-tooltip text{fill:#fff;font-size:12px;font-weight:650}.decision-plot-bg{fill:#fbfcff}.zero-line{stroke:#7c8694;stroke-dasharray:5 4;stroke-width:1.2}.decision-point{cursor:crosshair;fill:#2f6df6b8;stroke:#fff;stroke-width:2}.legend-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.legend-list span{border-radius:999px;background:#f4f4f5;color:var(--muted-strong);font-size:12px;padding:5px 8px}.legend-total{border-left:4px solid var(--primary)}.legend-ma3{border-left:4px solid #14b8a6}.legend-ma6{border-left:4px solid var(--warning)}.legend-keyword{border-left:4px solid #7c3aed}.inline-select{width:min(220px,100%)}.inline-select select{min-height:34px;padding:6px 8px}.heatmap-wrap{max-height:460px}.heatmap-table{min-width:920px}.heatmap-table th,.heatmap-table td{padding:7px;text-align:center}.heatmap-table thead th{position:sticky;top:0;z-index:1;background:#fff}.heatmap-table tbody th{position:sticky;left:0;z-index:1;max-width:220px;background:#fff;text-align:left;overflow-wrap:anywhere}.heatmap-cell{display:inline-flex;align-items:center;justify-content:center;width:64px;min-height:32px;border:1px solid rgba(17,24,39,.08);border-radius:5px;color:var(--text);font-size:12px;font-weight:750}.table-wrap,.process-table-wrap{overflow-x:auto}.scroll-table-wrap{max-height:360px;overflow:auto}.upload-history-table{min-width:1080px}.uploads-table{min-width:1180px}.process-file-table{min-width:780px}.compact-table th,.compact-table td,.process-file-table th,.process-file-table td{padding:8px;vertical-align:middle}.compact-table input,.compact-table select{min-height:32px;border-radius:5px;padding:6px 8px}.compact-table input[type=checkbox],.process-file-table input[type=checkbox]{width:15px;min-height:15px;padding:0}.filename-cell,.table-link-button{max-width:260px;overflow-wrap:anywhere}.bulk-actions{align-items:end}.bulk-actions label{min-width:180px}.bulk-actions .secondary-button,.table-actions .secondary-button,.bulk-actions .danger-button,.table-actions .danger-button{min-height:32px;padding:6px 10px}.secondary-panel{background:#fcfcfd;padding:14px}.compact-note{margin:8px 0 0}.error-cell{max-width:260px;overflow-wrap:anywhere}table{width:100%;border-collapse:collapse;min-width:680px;font-size:13px}th,td{border-bottom:1px solid #eceef2;padding:10px;text-align:left}th{color:#5f6570;font-size:12px;font-weight:750;background:#fbfbfc}td{color:var(--text)}tbody tr:hover td{background:#fcfcfd}@media(max-width:1180px){.summary-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}.filter-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.analytics-grid,.project-form{grid-template-columns:1fr}.mapping-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media(max-width:820px){.app-shell{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.sidebar{position:static;min-height:auto;border-right:0;border-bottom:1px solid var(--border);padding:14px}.sidebar .brand{padding-bottom:10px}.nav-list{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px}.account-panel{margin-top:12px}.content{overflow:visible}.dashboard-header,.page-header,.wizard-heading{display:grid;grid-template-columns:1fr}.content>.dashboard-filters,.content>.status,.content>.summary-grid,.content>.analytics-grid,.content>.chart-panel,.content>.table-panel,.content>.import-wizard{margin-right:16px;margin-left:16px}.projects-content,.topbar-inner{width:min(100% - 28px,100%)}.topbar{height:auto;min-height:54px}.topbar-inner{flex-wrap:wrap;gap:10px;padding:12px 0}.auth-page{align-items:start;padding:18px}h1,.page-header h1{font-size:22px}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-grid,.wizard-controls,.preset-grid,.access-form,.monthly-row,.batch-progress-grid,.mapping-grid{grid-template-columns:1fr}.batch-progress-top,.date-selector-row,.custom-date-range,.filter-actions,.hierarchy-grid{display:grid;grid-template-columns:1fr}.date-selector-row>select,.custom-date-range input,.upload-form input[type=file]{width:100%}.project-card{min-height:112px}.project-card-actions,.header-actions,.modal-actions{justify-content:stretch}.header-actions button,.modal-actions button{width:100%}}@media(max-width:540px){.auth-panel{padding:18px}.brand{font-size:15px}.nav-list,.summary-grid{grid-template-columns:1fr}.projects-content>.empty-state,.empty-state{padding:24px 18px}}
