:root{--bg:#f2efe6;--surface:#fff;--surface-2:#ebe7da;--border:#e4dfd0;--text:#15211c;--text-muted:#5d6b63;--text-faint:#9aaa9d;--accent:#5ba12f;--accent-light:#3d7c1a;--accent-dim:#e8f5d9;--green:#16a34a;--amber:#d97706;--red:#dc2626;--blue:#2563eb;--radius:12px;--radius-sm:8px;--shadow:0 2px 12px #0f35271a;color:var(--text);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);min-height:100dvh;color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}input,select{font:inherit;color:inherit;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;width:100%;padding:.6rem .9rem;transition:border-color .15s}input:focus,select:focus{border-color:var(--accent)}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.app-main-area{flex-direction:column;flex:1;min-width:0;display:flex}.app-content{width:100%;max-width:680px;padding:1rem;padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px));flex:1;margin:0 auto}.app-content-full{flex:1;width:100%}.app-header{background:var(--surface-2);border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;padding:.55rem 1rem;display:flex}.app-header-brand{color:var(--text);letter-spacing:-.01em;align-items:center;gap:.45rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.app-header-mark{width:22px;height:22px}.hub-placeholder{text-align:center;flex-direction:column;align-items:center;max-width:480px;margin:0 auto;padding:2rem 1rem 3rem;display:flex}.hub-placeholder-icon{border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.25rem;font-size:2rem;display:flex}.hub-placeholder-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--accent-dim);color:var(--accent-light);border-radius:999px;margin-bottom:.85rem;padding:.2rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.hub-placeholder-title{margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.hub-placeholder-tagline{color:var(--text-muted);margin-bottom:2rem;font-size:.97rem;line-height:1.55}.hub-placeholder-features{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;width:100%;margin-bottom:2rem;padding:1.25rem 1.5rem}.hub-placeholder-features h3{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem;font-size:.8rem;font-weight:700}.hub-placeholder-features ul{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.hub-placeholder-features li{flex-direction:column;gap:.15rem;display:flex}.hub-feature-title{color:var(--text);font-size:.92rem;font-weight:600}.hub-feature-desc{color:var(--text-muted);font-size:.82rem;line-height:1.45}.hub-placeholder-cta{width:100%}.app-sidebar{display:none}.sidebar-brand{border-bottom:1px solid var(--border);color:var(--text);flex-shrink:0;align-items:center;gap:.65rem;padding:1rem 1rem .9rem;text-decoration:none;display:flex}.sidebar-brand:hover{text-decoration:none}.sidebar-brand-mark{flex-shrink:0;width:30px;height:30px}.sidebar-brand-name{font-size:1.05rem;font-weight:800;line-height:1.1}.sidebar-brand-tag{color:var(--accent);margin-top:2px;font-size:.6rem;font-weight:600}.sidebar-nav{flex:1;padding:.65rem .5rem 1rem;overflow-y:auto}.sidebar-section-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-faint);padding:.4rem .6rem .3rem;font-size:.63rem;font-weight:700}.sidebar-section-gap{margin-top:.9rem}.sidebar-link{border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:.6rem;margin-bottom:1px;padding:.52rem .65rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.sidebar-link:hover{background:var(--border);color:var(--text);text-decoration:none}.sidebar-link.active{background:var(--accent-dim);color:var(--accent-light);font-weight:600}.sidebar-link-icon{text-align:center;flex-shrink:0;width:20px;font-size:1rem}.sidebar-link-label{flex:1}.sidebar-link-badge{letter-spacing:.04em;background:var(--accent-dim);color:var(--accent-light);border-radius:999px;padding:.1rem .38rem;font-size:.58rem;font-weight:700}.sidebar-urgent-badge{background:var(--red);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 .3rem;font-size:.6rem;font-weight:700;display:flex}@media (width>=768px){.app-shell{flex-direction:row;height:100dvh;overflow:hidden}.app-sidebar{background:var(--surface-2);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:220px;min-width:220px;height:100%;display:flex;overflow-y:auto}.app-main-area{overflow-y:auto}.app-header,.bottom-nav{display:none}.app-content{padding-bottom:1.5rem}}.bottom-nav{background:var(--surface-2);border-top:1px solid var(--border);z-index:100;padding-bottom:env(safe-area-inset-bottom);align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav a{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;min-height:52px;padding:.6rem .25rem;font-size:.7rem;text-decoration:none;transition:color .15s;display:flex}.bottom-nav a.active{color:var(--accent-light)}.bottom-nav a:hover{color:var(--text);text-decoration:none}.bottom-nav .nav-icon{font-size:1.4rem;line-height:1}.page-title{letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.page-subtitle{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;transition:border-color .15s}.card:hover{border-color:var(--accent)}.opportunity-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:inherit;cursor:pointer;flex-direction:column;gap:.5rem;padding:1rem;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.opportunity-card:hover{border-color:var(--accent);background:var(--surface-2);text-decoration:none}.opp-type-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--accent-light);background:var(--accent-dim);border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.opp-title{font-size:1rem;font-weight:600;line-height:1.35}.opp-org{color:var(--text-muted);font-size:.82rem}.opp-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.opp-meta .dot{color:var(--text-faint)}.closing-badge{border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.closing-badge.urgent{color:var(--red);background:#fef2f2}.closing-badge.soon{color:var(--amber);background:#fffbeb}.closing-badge.ok{color:var(--green);background:#f0fdf4}.closing-badge.rolling{background:var(--surface-2);color:var(--text-muted)}.free-badge{color:var(--green);background:#f0fdf4;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.eligibility-badge{border-radius:999px;padding:.15rem .55rem;font-size:.78rem;font-weight:600}.search-bar{margin-bottom:.75rem;position:relative}.search-bar input{padding-left:2.5rem;font-size:1rem}.search-icon{color:var(--text-muted);pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.filter-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:.25rem;padding:.3rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s;display:inline-flex}.chip:hover{border-color:var(--accent);color:var(--text)}.chip.active{border-color:var(--accent);background:var(--accent-dim);color:var(--accent-light)}.results-count{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.load-more-btn{width:100%;color:var(--text-muted);margin-top:1rem}.results-end{text-align:center;color:var(--text-faint);margin-top:1.25rem;padding-bottom:.5rem;font-size:.8rem}.stack{flex-direction:column;gap:.75rem;display:flex}.stack-lg{flex-direction:column;gap:1.25rem;display:flex}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-light)}.btn-outline{border:1px solid var(--border);color:var(--text)}.btn-outline:hover{border-color:var(--accent);color:var(--accent-light)}.btn-full{width:100%}.detail-header,.detail-section{margin-bottom:1.25rem}.detail-section h3{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.requirements-list{flex-direction:column;gap:.4rem;list-style:none;display:flex}.requirements-list li{gap:.5rem;font-size:.9rem;display:flex}.requirements-list li:before{content:"•";color:var(--accent-light);flex-shrink:0}.eligibility-checks{flex-direction:column;gap:.5rem;display:flex}.eligibility-check{align-items:flex-start;gap:.75rem;font-size:.88rem;display:flex}.check-icon{flex-shrink:0;font-size:1rem;line-height:1.4}.check-label{font-weight:600}.check-detail{color:var(--text-muted);font-size:.82rem}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}.empty-state .empty-icon{margin-bottom:.75rem;font-size:2.5rem}.empty-state h3{color:var(--text);margin-bottom:.4rem;font-size:1.1rem}.empty-state p{font-size:.9rem}.profile-field{margin-bottom:1rem}.profile-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.82rem;font-weight:600;display:block}.workspace{padding-bottom:5rem}.workspace-title{margin-bottom:.4rem;font-size:1.25rem;font-weight:700;line-height:1.3}.workspace-meta{margin-bottom:1rem}.deadline-badge{border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.deadline-badge.urgent{color:var(--red);background:#fef2f2}.deadline-badge.soon{color:var(--amber);background:#fffbeb}.deadline-badge.ok{color:var(--green);background:#f0fdf4}.deadline-badge.rolling,.deadline-badge.closed{background:var(--surface-2);color:var(--text-muted)}.stage-track{scrollbar-width:none;align-items:center;gap:0;margin-bottom:1.25rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.stage-track::-webkit-scrollbar{display:none}.stage-step{border-radius:var(--radius-sm);color:var(--text-faint);background:0 0;flex-direction:column;flex-shrink:0;align-items:center;gap:.2rem;min-width:52px;padding:.45rem .6rem;font-size:.65rem;font-weight:500;transition:all .15s;display:flex;position:relative}.stage-step:not(:last-of-type):after{content:"";background:var(--border);width:6px;height:1px;position:absolute;top:45%;right:-3px}.stage-step-icon{font-size:1rem;line-height:1}.stage-step-label{white-space:nowrap}.stage-step.past{color:var(--green)}.stage-step.current{background:var(--accent-dim);color:var(--accent-light);border-radius:var(--radius-sm)}.stage-step:hover{color:var(--text)}.stage-outcomes{flex-shrink:0;gap:.35rem;margin-left:auto;padding-left:.5rem;display:flex}.stage-outcome-btn{color:var(--text-faint);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:.3rem .55rem;font-size:.8rem;transition:all .15s}.stage-outcome-btn.active{background:var(--surface-2);color:var(--text-muted);border-color:var(--text-muted)}.stage-outcome-btn:hover{color:var(--text);border-color:var(--text-muted)}.workspace-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;margin-bottom:1.25rem;display:flex;overflow-x:auto}.workspace-tabs::-webkit-scrollbar{display:none}.workspace-tab{color:var(--text-muted);white-space:nowrap;cursor:pointer;background:0 0;border-bottom:2px solid #0000;flex-shrink:0;padding:.6rem .85rem;font-size:.82rem;font-weight:500;transition:all .15s}.workspace-tab.active{color:var(--accent-light);border-bottom-color:var(--accent)}.workspace-tab:hover{color:var(--text)}.workspace-content{min-height:280px}.field-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.78rem;font-weight:700;display:block}.summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.summary-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.6rem 1rem;font-size:.85rem;display:flex}.summary-row:last-child{border-bottom:none}.summary-row span{color:var(--text-muted)}.summary-row strong{font-weight:600}.notes-area{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font:inherit;resize:vertical;outline:none;padding:.75rem;font-size:.88rem;line-height:1.6;transition:border-color .15s}.notes-area:focus{border-color:var(--accent)}.tab-actions{justify-content:flex-end;margin-bottom:1rem;display:flex}.history-list{flex-direction:column;gap:.4rem;display:flex}.history-item{background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:.4rem .75rem;font-size:.82rem;display:flex}.history-stage{font-weight:500}.history-date{color:var(--text-muted);font-size:.75rem}.cv-builder{flex-direction:column;display:flex}.cv-section{border-bottom:1px solid var(--border);padding:1rem 0}.cv-section:last-child{border-bottom:none}.cv-section-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cv-section-title{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.78rem;font-weight:700}.cv-section-header .cv-section-title{margin-bottom:0}.cv-add-btn{color:var(--accent-light);border:1px solid var(--accent);cursor:pointer;background:0 0;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;transition:all .15s}.cv-add-btn:hover{background:var(--accent-dim)}.cv-field{flex-direction:column;flex:1;gap:.3rem;margin-bottom:.6rem;display:flex}.cv-field label{color:var(--text-muted);font-size:.72rem;font-weight:600}.cv-field textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font:inherit;resize:vertical;outline:none;width:100%;padding:.5rem .75rem;font-size:.88rem;transition:border-color .15s}.cv-field textarea:focus{border-color:var(--accent)}.cv-optional{color:var(--text-faint);font-size:.68rem;font-style:italic;font-weight:400}.cv-row{gap:.6rem;display:flex}@media (width<=420px){.cv-row{flex-direction:column}}.cv-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:.6rem;padding:.75rem}.cv-item-footer{justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:.25rem;display:flex}.cv-remove-btn{color:var(--text-faint);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.2rem .4rem;font-size:.72rem;transition:all .15s}.cv-remove-btn:hover{color:var(--red);background:#fef2f2}.cv-checkbox{color:var(--text-muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.cv-empty{color:var(--text-faint);margin-bottom:.5rem;font-size:.8rem;font-style:italic}.cv-hint{color:var(--text-faint);margin-top:.4rem;font-size:.72rem}.chip-input-area{flex-wrap:wrap;gap:.4rem;min-height:28px;margin-bottom:.6rem;display:flex}.skill-chip{background:var(--accent-dim);color:var(--accent-light);border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .5rem .2rem .75rem;font-size:.78rem;font-weight:500;display:inline-flex}.chip-remove{color:var(--accent-light);cursor:pointer;opacity:.65;background:0 0;border:none;padding:0;font-size:1.05rem;line-height:1;transition:opacity .15s}.chip-remove:hover{opacity:1}.chip-input{flex:1}.motivation-helper{flex-direction:column;display:flex}.motivation-context{color:var(--text-muted);margin-bottom:.5rem;font-size:.82rem}.motivation-tip{color:var(--text-muted);background:var(--surface);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:1rem;padding:.5rem .75rem;font-size:.82rem;line-height:1.5}.motivation-section{border-bottom:1px solid var(--border);padding:1rem 0}.motivation-section:last-child{border-bottom:none}.motivation-label{color:var(--text);margin-bottom:.2rem;font-size:.85rem;font-weight:700;display:block}.motivation-prompt{color:var(--text-muted);margin-bottom:.5rem;font-size:.78rem}.motivation-textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font:inherit;resize:vertical;outline:none;padding:.65rem .9rem;font-size:.88rem;line-height:1.6;transition:border-color .15s}.motivation-textarea:focus{border-color:var(--accent)}.checklist{flex-direction:column;gap:1rem;display:flex}.checklist-progress{align-items:center;gap:1rem;font-size:.82rem;display:flex}.checklist-count{color:var(--text-muted);font-weight:600}.checklist-required{color:var(--amber);font-weight:600}.checklist-required.complete{color:var(--green)}.checklist-items{flex-direction:column;gap:.4rem;display:flex}.checklist-item{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);cursor:pointer;align-items:center;gap:.75rem;padding:.65rem .9rem;font-size:.88rem;transition:all .15s;display:flex}.checklist-item:hover{border-color:var(--accent)}.checklist-item.gathered{border-color:var(--green);background:#f0fdf4}.checklist-item input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--green);cursor:pointer;flex-shrink:0}.checklist-label{flex:1;align-items:center;gap:.5rem;display:flex}.required-badge{color:var(--red);letter-spacing:.04em;background:#fef2f2;border-radius:999px;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.add-doc-row{gap:.5rem;display:flex}.add-doc-row input{flex:1}.sync-banner{background:var(--surface-2);border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;gap:.5rem;min-height:2.1rem;padding:.45rem .85rem;font-size:.77rem;display:flex}.sync-banner.stale{color:var(--amber)}.sync-banner-left{flex:1;align-items:center;gap:.45rem;min-width:0;display:flex}.sync-spinner{animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.sync-new-badge{background:var(--accent-dim);color:var(--accent-light);white-space:nowrap;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:700}.sync-refresh-btn{border-radius:var(--radius-sm);color:var(--text-muted);flex-shrink:0;padding:.2rem .45rem;font-size:.85rem;line-height:1;transition:color .15s,opacity .15s}.sync-refresh-btn:hover:not(:disabled){color:var(--text)}.sync-refresh-btn:disabled{opacity:.35;cursor:default}.notification-panel{border-bottom:1px solid var(--border);flex-direction:column;gap:0;width:100%;max-width:680px;margin:0 auto;display:flex}.notification-item{border-left:3px solid #0000;border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.7rem 1rem;display:flex}.notification-item:last-child{border-bottom:none}.notification-critical{border-left-color:var(--red);background:#ef444412}.notification-urgent{border-left-color:var(--amber);background:#f59e0b0f}.notification-info{background:var(--surface-2);border-left-color:var(--accent)}.notification-body{flex:1;min-width:0}.notification-title{color:var(--text);margin-bottom:.15rem;font-size:.83rem;font-weight:700}.notification-message{color:var(--text-muted);margin-bottom:.35rem;font-size:.78rem;line-height:1.45}.notification-action{color:var(--accent-light);cursor:pointer;font-size:.75rem;font-weight:600;text-decoration:underline}.notification-action:hover{color:var(--text)}.notification-dismiss{color:var(--text-faint);flex-shrink:0;padding:0 .25rem;font-size:1.15rem;line-height:1;transition:color .15s}.notification-dismiss:hover{color:var(--text)}.nav-link-with-badge .nav-icon{display:inline-block;position:relative}.nav-badge{background:var(--red);border:1.5px solid var(--bg);border-radius:50%;width:7px;height:7px;display:block;position:absolute;top:-2px;right:-4px}.notif-pref-section{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.notif-toggle-row{color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.88rem;font-weight:600;display:flex}.recs-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;overflow:hidden}.recs-header{border-bottom:1px solid var(--border);background:var(--surface-2);justify-content:space-between;align-items:center;padding:.65rem .9rem;display:flex}.recs-title{color:var(--text);align-items:center;gap:.5rem;font-size:.83rem;font-weight:700;display:flex}.recs-ai-badge{background:var(--accent-dim);color:var(--accent-light);letter-spacing:.03em;border-radius:999px;padding:.1rem .4rem;font-size:.68rem;font-weight:700}.recs-count{color:var(--text-faint);font-size:.72rem;font-weight:400}.recs-controls{align-items:center;gap:.35rem;display:flex}.recs-ai-btn{border-radius:var(--radius-sm);border:1px solid var(--accent);color:var(--accent-light);background:var(--accent-dim);white-space:nowrap;padding:.2rem .55rem;font-size:.73rem;font-weight:600;transition:background .15s}.recs-ai-btn:hover:not(:disabled){background:#d4edba}.recs-ai-btn:disabled{opacity:.45;cursor:default}.recs-ai-btn--reset{border-color:var(--border);color:var(--text-muted);background:0 0}.recs-collapse-btn{color:var(--text-faint);padding:.2rem .4rem;font-size:.7rem;transition:color .15s}.recs-collapse-btn:hover{color:var(--text)}.recs-error{color:var(--amber);border-bottom:1px solid var(--border);padding:.55rem .9rem;font-size:.78rem}.recs-loading{color:var(--text-muted);align-items:center;gap:.5rem;padding:.75rem .9rem;font-size:.8rem;display:flex}.recs-list{flex-direction:column;gap:0;display:flex}.rec-card{border-bottom:1px solid var(--border);cursor:pointer;padding:.8rem .9rem;transition:background .12s}.rec-card:last-child{border-bottom:none}.rec-card:hover{background:var(--surface-2)}.rec-card-type{color:var(--text-muted);text-transform:capitalize;margin-bottom:.15rem;font-size:.72rem}.rec-card-title{color:var(--text);margin-bottom:.1rem;font-size:.88rem;font-weight:700;line-height:1.3}.rec-card-org{color:var(--text-muted);margin-bottom:.45rem;font-size:.78rem}.match-explanation{flex-direction:column;gap:.3rem;display:flex}.match-badge{border-radius:999px;align-items:center;gap:.35rem;width:fit-content;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.match-score{opacity:.8;font-size:.65rem;font-weight:400}.match-reason{color:var(--text-muted);margin:0;font-size:.78rem;line-height:1.45}.match-reason.ai{color:var(--text)}.match-reasons{flex-wrap:wrap;gap:.3rem;list-style:none;display:flex}.match-reasons li{color:var(--text-faint);background:var(--surface-2);border-radius:999px;padding:.1rem .4rem;font-size:.7rem}.match-reasons li:before{content:"· "}.match-tip{color:var(--amber);margin:0;font-size:.75rem;line-height:1.45}.consent-page{padding:0}.consent-icon{margin-bottom:.5rem;font-size:2.5rem}.consent-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.25rem;padding:.9rem 1rem}.consent-section h2{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;font-size:.85rem;font-weight:700}.consent-section p{color:var(--text);font-size:.88rem;line-height:1.6}.consent-data-list{flex-direction:column;gap:.6rem;display:flex}.consent-data-item{align-items:flex-start;gap:.65rem;font-size:.85rem;line-height:1.45;display:flex}.consent-data-icon{flex-shrink:0;margin-top:.05rem;font-size:.9rem;font-weight:700}.consent-data-item.sent .consent-data-icon{color:var(--green)}.consent-data-item.not-sent .consent-data-icon{color:var(--red)}.consent-popia ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.consent-popia ul li{color:var(--text-muted);padding-left:1rem;font-size:.82rem;line-height:1.5;position:relative}.consent-popia ul li:before{content:"•";color:var(--accent-light);position:absolute;left:0}:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px;border-radius:3px}:focus:not(:focus-visible){outline:none}.error-boundary-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:60dvh;padding:3rem 1.5rem;display:flex}.error-icon{margin-bottom:.25rem;font-size:2.5rem}.error-boundary-page h1{font-size:1.25rem;font-weight:700}.error-boundary-page p{color:var(--text-muted);max-width:340px;font-size:.88rem;line-height:1.6}.error-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.error-detail{color:var(--red);border-radius:var(--radius-sm);text-align:left;white-space:pre-wrap;background:#ef444412;border:1px solid #ef444433;max-width:100%;margin-top:1rem;padding:.75rem;font-size:.72rem;overflow:auto}
