body{margin:0;font-family:system-ui,-apple-system,sans-serif;color:#1a1a1a;background:#f5f6f8}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}.auth-page{--ink: #0a0e1a;--ink-raise: #111726;--accent: #3d68ff;--accent-soft: rgba(61, 104, 255, .16);--card: rgba(255, 255, 255, .042);--card-line: rgba(255, 255, 255, .088);--field: rgba(255, 255, 255, .032);--field-line: rgba(255, 255, 255, .1);--field-line-hover: rgba(255, 255, 255, .17);--text: #f3f5fb;--text-muted: #a9b1c6;--text-faint: #838ca6;--danger: #ffb4ab;--danger-bg: rgba(220, 70, 60, .12);--danger-line: rgba(255, 120, 110, .32);position:relative;isolation:isolate;min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1.02fr .98fr;overflow:hidden;background:radial-gradient(120% 90% at 50% 40%,#101728,#10172800 70%),var(--ink);color:var(--text)}.auth-aurora{position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;z-index:-2;background:radial-gradient(72vmax 66vmax at 8% 10%,#406cff57,#406cff29 34%,#406cff00 74%),radial-gradient(56vmax 48vmax at 44% 4%,#4e46dc33,#4e46dc00 68%),radial-gradient(46vmax 42vmax at 71% 47%,#685cf626,#685cf600 70%),radial-gradient(58vmax 54vmax at 94% 92%,#3880f62b,#3880f600 72%);filter:blur(16px);animation:auth-drift 26s ease-in-out infinite alternate}.auth-aurora:after{content:"";position:absolute;top:22%;left:12%;width:36vmax;height:36vmax;border-radius:50%;background:radial-gradient(circle,#7e9eff13,#7e9eff00 68%);filter:blur(52px);animation:auth-float 64s ease-in-out infinite alternate}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:58px 58px;-webkit-mask-image:radial-gradient(95% 85% at 38% 38%,#000 22%,transparent 100%);mask-image:radial-gradient(95% 85% at 38% 38%,#000 22%,transparent 100%);pointer-events:none}.auth-brand{display:flex;align-items:center;padding:4rem 3.5rem;background:none}.auth-brand-inner{max-width:30rem;animation:auth-rise .7s cubic-bezier(.16,1,.3,1) both}.auth-mark{display:flex;align-items:center;gap:.85rem;margin-bottom:2.75rem}.auth-mark-glyph{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:13px;background:linear-gradient(145deg,#ffffff2b,#ffffff09);border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 1px #ffffff21,0 6px 18px -8px #3d68ff80;color:#fff}.auth-mark-glyph svg{width:1.4rem;height:1.4rem}.auth-wordmark{font-size:1.7rem;font-weight:660;letter-spacing:-.028em}.auth-tagline{margin:0 0 1.1rem;font-size:clamp(1.9rem,2.7vw,2.75rem);line-height:1.12;font-weight:600;letter-spacing:-.034em;text-wrap:balance}.auth-tagline-support{margin:0 0 2.5rem;max-width:30rem;font-size:.98rem;line-height:1.62;color:var(--text-muted);text-wrap:pretty}.auth-proof{list-style:none;margin:0;padding:0;display:grid;gap:.9rem}.auth-proof li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9rem;line-height:1.5;color:var(--text-muted);animation:auth-rise .7s cubic-bezier(.16,1,.3,1) both}.auth-proof li:nth-child(1){animation-delay:.1s}.auth-proof li:nth-child(2){animation-delay:.17s}.auth-proof li:nth-child(3){animation-delay:.24s}.auth-proof-tick{flex:none;display:grid;place-items:center;width:1.15rem;height:1.15rem;margin-top:.12rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.13);color:var(--text-muted)}.auth-proof-tick svg{width:.7rem;height:.7rem}.auth-panel{display:flex;align-items:center;justify-content:flex-start;padding:3rem 2rem 3rem 3.5rem;background:none}.auth-card{width:100%;max-width:25.5rem;padding:2.9rem 2.75rem;border-radius:20px;border:1px solid var(--card-line);background:var(--card);backdrop-filter:blur(22px) saturate(1.3);-webkit-backdrop-filter:blur(22px) saturate(1.3);box-shadow:inset 0 1px #ffffff12,0 24px 60px -20px #000000bf;animation:auth-rise .7s cubic-bezier(.16,1,.3,1) .06s both}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.auth-card{background:var(--ink-raise)}}.auth-card-head{margin-bottom:2rem}.auth-eyebrow{margin:0 0 .6rem;font-size:.7rem;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:#8ba4ff}.auth-heading{margin:0 0 .4rem;font-size:1.6rem;font-weight:640;letter-spacing:-.024em;color:var(--text)}.auth-subheading{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.auth-form{display:grid;gap:1.2rem}.auth-field{display:grid;gap:.45rem;min-width:0}.auth-field label{font-size:.8rem;font-weight:600;color:#c6ccdd}.auth-input-shell{position:relative;display:flex;align-items:center;border-radius:10px;border:1px solid var(--field-line);background:var(--field);box-shadow:inset 0 1px 2px #00000047;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.auth-input-shell:hover:not(:focus-within){border-color:var(--field-line-hover)}.auth-input-shell:focus-within{border-color:var(--accent);background:#ffffff0e;box-shadow:inset 0 1px 2px #0003,0 0 0 3px var(--accent-soft)}.auth-input-icon{display:grid;place-items:center;padding-left:.8rem;color:var(--text-faint);transition:color .16s ease}.auth-input-shell:focus-within .auth-input-icon{color:#8ba4ff}.auth-input-icon svg{width:1.05rem;height:1.05rem}.auth-input-shell input{flex:1;min-width:0;border:none;background:none;padding:.72rem .5rem .72rem .6rem;font-family:inherit;font-size:.94rem;color:var(--text)}.auth-input-shell input:focus{outline:none}.auth-input-shell input::placeholder{color:var(--text-faint)}.auth-input-shell input:-webkit-autofill,.auth-input-shell input:-webkit-autofill:hover,.auth-input-shell input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px #12151f inset;box-shadow:0 0 0 1000px #12151f inset;caret-color:var(--text);transition:background-color 9999s ease-out}.auth-input-shell:has(input[aria-invalid=true]){border-color:var(--danger-line);background:#dc463c12}.auth-input-shell:has(input[aria-invalid=true]):focus-within{border-color:#ff8a80;box-shadow:inset 0 1px 2px #0003,0 0 0 3px #ff786e33}.auth-reveal{flex:none;display:grid;place-items:center;width:2.25rem;height:2.25rem;margin-right:.3rem;border:none;border-radius:8px;background:none;color:var(--text-faint);transition:color .14s ease,background-color .14s ease}.auth-reveal:hover{color:var(--text);background:#ffffff12}.auth-reveal:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.auth-reveal svg{width:1.05rem;height:1.05rem}.auth-error{display:flex;align-items:flex-start;gap:.55rem;margin:0;padding:.7rem .8rem;border:1px solid var(--danger-line);border-radius:10px;background:var(--danger-bg);color:var(--danger);font-size:.85rem;line-height:1.45;animation:auth-error-in .24s cubic-bezier(.16,1,.3,1) both}.auth-error-icon{flex:none;display:grid;place-items:center;margin-top:.06rem}.auth-error-icon svg{width:1rem;height:1rem}.auth-submit{position:relative;display:flex;align-items:center;justify-content:center;gap:.55rem;margin-top:.5rem;padding:.95rem 1rem;border:none;border-radius:11px;background:linear-gradient(180deg,#5a80ff,#4169ff 55%,#3355e8);box-shadow:inset 0 1px #ffffff47,inset 0 -1px #0000002e,0 8px 24px -10px #3d68ffbf;color:#fff;font-size:.96rem;font-weight:620;letter-spacing:-.005em;transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .26s cubic-bezier(.16,1,.3,1),filter .2s ease}.auth-submit:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.06);box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #0000002e,0 14px 32px -10px #3d68ffd9}.auth-submit:active:not(:disabled){transform:translateY(1px);transition-duration:.06s;box-shadow:inset 0 2px 5px #0006,0 2px 8px -6px #3d68ff99}.auth-submit:focus-visible{outline:2px solid #8ba4ff;outline-offset:2px}.auth-submit:disabled{cursor:not-allowed;filter:saturate(.6) brightness(.85)}.auth-spinner{width:.95rem;height:.95rem;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:999px;animation:auth-spin .7s linear infinite}.auth-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.75rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.075);font-size:.75rem;color:var(--text-faint)}.auth-footer-note{display:inline-flex;align-items:center;gap:.4rem}.auth-dot{width:.4rem;height:.4rem;border-radius:999px;background:#3ddc97;box-shadow:0 0 0 3px #3ddc9729}.auth-footer-meta{font-variant-numeric:tabular-nums}.auth-page .glyph-stroke{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}@keyframes auth-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes auth-error-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes auth-float{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(26vw,-12vh,0) scale(1.22)}}@keyframes auth-drift{0%{transform:translate3d(-2%,-1%,0) scale(1)}to{transform:translate3d(3%,2%,0) scale(1.08)}}@media (max-width: 900px){.auth-page{grid-template-columns:1fr;grid-template-rows:auto 1fr}.auth-brand{padding:2.25rem 1.5rem 0;align-items:flex-start}.auth-mark{margin-bottom:1.25rem}.auth-tagline{margin-bottom:0;font-size:1.4rem}.auth-proof{display:none}.auth-panel{justify-content:center;padding:2rem 1.25rem 3rem;align-items:flex-start}.auth-tagline-support{display:none}.auth-card{padding:2rem 1.6rem;border-radius:16px}}@media (max-width: 420px){.auth-card{padding:1.5rem 1.25rem}.auth-heading{font-size:1.4rem}.auth-footer{flex-wrap:wrap;row-gap:.4rem}}@media (prefers-reduced-motion: reduce){.auth-brand-inner,.auth-proof li,.auth-card,.auth-error{animation:none}.auth-aurora,.auth-aurora:after{animation:none}.auth-spinner{animation-duration:2s}.auth-submit{transition:none}}.app-shell{display:flex;height:100vh;overflow:hidden}.skip-link{position:fixed;top:-100%;left:.5rem;z-index:100;background:#fff;color:#1a1a1a;padding:.6rem 1rem;border-radius:4px;box-shadow:0 2px 8px #0003;font-size:.9rem}.skip-link:focus{top:.5rem}.sidebar{width:220px;flex-shrink:0;height:100vh;overflow-y:auto;background:#14161c;color:#fff;padding:1.5rem 1rem}.sidebar-brand{font-size:1.25rem;font-weight:700;margin-bottom:2rem}.sidebar-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.sidebar-nav a{display:block;padding:.5rem .75rem;border-radius:4px;color:#c7cad1}.sidebar-nav a.active{background:#2b59ff;color:#fff}.sidebar-toggle{display:none;flex-direction:column;justify-content:center;gap:4px;width:2.25rem;height:2.25rem;padding:0;margin-left:auto;border:none;background:none;cursor:pointer}.sidebar-toggle-bar{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.sidebar-toggle.open .sidebar-toggle-bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.sidebar-toggle.open .sidebar-toggle-bar:nth-child(2){opacity:0}.sidebar-toggle.open .sidebar-toggle-bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:30}.app-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e3e5ea}.global-search{position:relative;flex:1;max-width:480px;margin:0 1.5rem}.global-search-input{width:100%;padding:.5rem .75rem;border:1px solid #d0d3d9;border-radius:6px;font-size:.9rem}.global-search-input:focus{outline:none;border-color:#2b59ff;box-shadow:0 0 0 2px #2b59ff26}.global-search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;max-height:70vh;overflow-y:auto;background:#fff;border:1px solid #e3e5ea;border-radius:8px;box-shadow:0 8px 24px #00000026;z-index:30;padding:.5rem}.global-search-status{padding:.75rem;color:#6b7280;font-size:.9rem}.global-search-group+.global-search-group{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e3e5ea}.global-search-group-label{padding:.25rem .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.global-search-result{display:flex;flex-direction:column;width:100%;text-align:left;padding:.5rem;border:none;background:none;border-radius:4px;cursor:pointer}.global-search-result:hover,.global-search-result.active{background:#f2f4f8}.global-search-result-label{font-size:.9rem;color:#1f2430}.global-search-result-sublabel{font-size:.8rem;color:#6b7280}.user-menu{position:relative}.user-menu-trigger{display:flex;align-items:center;padding:0;border:none;background:none;cursor:pointer;border-radius:999px}.user-menu-avatar{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:#2b59ff;color:#fff;font-weight:600;font-size:.9rem}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #00000026;border:1px solid #e3e5ea;overflow:hidden;z-index:30}.user-menu-dropdown-header{padding:.75rem 1rem;font-size:.8rem;color:#6b7280;border-bottom:1px solid #e3e5ea;overflow-wrap:break-word}.user-menu-dropdown-items{display:flex;flex-direction:column;padding:.35rem}.user-menu-item{display:block;width:100%;text-align:left;padding:.5rem .65rem;border:none;background:none;border-radius:4px;font-size:.9rem;color:#1f2430;cursor:pointer}.user-menu-item:hover{background:#f2f4f8}.app-content{flex:1;min-height:0;overflow-y:auto;padding:1.5rem}.card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;padding:1rem 1.25rem;margin-bottom:1rem}.card-title{margin:0 0 .75rem;font-size:1rem}.badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.badge-success{background:#e3f8ec;color:#1c7c4d}.badge-warning{background:#fff4e0;color:#9a6400}.badge-danger{background:#fdeaea;color:#b42318}.badge-neutral{background:#eceef1;color:#4b5162}.state{padding:.75rem 0;color:#6b7280}.state-error{color:#b42318}.form-error{color:#b42318;font-size:.85rem}.archived-banner{background:#f3f4f6;border:1px solid #d0d3d9;border-radius:6px;padding:.65rem 1rem;font-size:.9rem;color:#565f5c;margin-bottom:1rem}.since-last-visit-banner{background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:.65rem 1rem;font-size:.9rem;color:#3730a3;margin-bottom:1rem}.since-last-visit-banner p{margin:0}.since-last-visit-notifications{margin:.4rem 0 0;padding-left:1.1rem}.delivery-live-banner{background:#fff7ed;border:1px solid #fdba74;border-radius:6px;padding:.65rem 1rem;font-size:.9rem;color:#9a3412;margin-bottom:1rem}.dashboard-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.stat{font-size:2rem;font-weight:700;margin:0}.notification-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.notification-item-header{display:flex;align-items:center;gap:.5rem}.notification-summary{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}.notification-item-footer{display:flex;align-items:center;gap:.6rem;margin-top:.4rem;font-size:.85rem}.notification-recommended-action{color:#6b7280}.notification-recommended-action:before{content:"· "}.morning-brief{color:#4338ca;font-size:1rem;margin:-.5rem 0 1rem}.relationship-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.relationship-list-item{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;padding:.5rem .75rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.relationship-notes{color:#6b7280;font-size:.85rem}.relationship-remove-button{margin-left:auto;font-size:.8rem;color:#b91c1c;background:none;border:none;cursor:pointer}.page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.add-company-form{display:flex;flex-direction:column;gap:.4rem;max-width:360px}.add-company-form input{padding:.5rem;border:1px solid #d0d3d9;border-radius:4px}.company-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.company-list-row{display:flex;align-items:stretch;gap:.5rem}.company-list-item{flex:1;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.company-remove-button{color:#b42318;border-color:#f3c6c1}.companies-show-archived{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#565f5c;cursor:pointer}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;font-size:.9rem}.breadcrumbs a{color:#565f5c}.breadcrumbs a:hover{color:#1a1a1a;text-decoration:underline}.breadcrumb-separator{color:#9ca3af}.breadcrumb-current{color:#1a1a1a;font-weight:600;overflow-wrap:anywhere}.sidebar-recent{margin-top:1.25rem;list-style:none}.sidebar-section-heading{margin:0 0 .4rem;padding:0 .6rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#6b7280}.sidebar-recent ul{list-style:none;margin:0;padding:0}.sidebar-recent a{display:block;padding:.35rem .6rem;border-radius:6px;color:#b6bcc8;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-recent a:hover{background:#1f232c;color:#fff}.sidebar-recent a.active{background:#2b3140;color:#fff}.card-description{color:#6b7280;margin:0}.add-recipient-form,.recipient-preferences-form{display:flex;flex-direction:column;gap:.4rem;max-width:420px;margin-top:1rem}.add-recipient-form input,.add-recipient-form select,.recipient-preferences-form select{padding:.5rem;border:1px solid #d0d3d9;border-radius:4px}.add-recipient-form fieldset,.recipient-preferences-form fieldset{border:1px solid #e3e5ea;border-radius:4px;padding:.5rem .75rem}.checkbox-label{display:flex;align-items:center;gap:.4rem;font-weight:400;text-transform:capitalize}.recipient-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.recipient-list-item{padding:.75rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.recipient-list-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.recipient-summary{margin:.15rem 0 0;color:#6b7280;font-size:.85rem}.recipient-actions{display:flex;gap:.5rem;margin-top:.6rem}.recipient-preferences-actions{display:flex;gap:.5rem;margin-top:.3rem}.generate-form{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e3e5ea}.generate-form select,.generate-form input[type=text]{padding:.45rem;border:1px solid #d0d3d9;border-radius:4px}.generate-form-outreach{align-items:flex-start;flex-direction:column}.generation-status{margin-top:-.5rem;margin-bottom:1rem}.generation-status button{margin-left:.75rem}.ai-feedback{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.ai-feedback-label{font-size:.85rem;color:#6b7280}.ai-feedback-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.ai-feedback-button{padding:.3rem .65rem;font-size:.85rem;border:1px solid #d0d3d9;border-radius:4px;background:#fff;cursor:pointer}.ai-feedback-button:hover:not(:disabled){background:#f3f4f6}.ai-feedback-thanks{font-size:.85rem;color:#6b7280}.ai-feedback-note{display:flex;flex-direction:column;gap:.4rem;max-width:420px}.ai-feedback-note textarea{padding:.45rem;border:1px solid #d0d3d9;border-radius:4px;font-family:inherit;resize:vertical}.ai-feedback-note-actions{display:flex;gap:.5rem}.ai-feedback-error{font-size:.8rem;color:#b91c1c}.generate-form-outreach select,.generate-form-outreach textarea{width:100%;max-width:420px;padding:.45rem;border:1px solid #d0d3d9;border-radius:4px;font-family:inherit}.ask-scout-form{display:flex;gap:.5rem;flex-wrap:wrap}.ask-scout-form input{flex:1;min-width:240px;padding:.55rem;border:1px solid #d0d3d9;border-radius:4px}.ask-scout-link-button{display:inline-flex;align-items:center;padding:.45rem .9rem;border:1px solid #d0d3d9;border-radius:4px;background:#fff;color:#1a1a1a;text-decoration:none;font-size:.9rem}.ask-scout-link-button:hover{background:#f3f4f6}.ask-scout-focus-banner{background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:.55rem .85rem;margin:0 0 .75rem;font-size:.9rem}.ask-scout-clear-focus{border:none;background:none;padding:0;color:#4338ca;text-decoration:underline;cursor:pointer;font-size:inherit}.ask-scout-company-picker{display:block;width:100%;max-width:360px;margin-bottom:.75rem;padding:.5rem;border:1px solid #d0d3d9;border-radius:4px}.conversation-history{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.conversation-entry{padding:.75rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.conversation-question{font-weight:600;margin:0 0 .35rem}.conversation-answer{color:#4b5162}.conversation-answer>:first-child{margin-top:0}.conversation-answer>:last-child{margin-bottom:0}.conversation-answer table{border-collapse:collapse;width:100%;margin:.5rem 0}.conversation-answer th,.conversation-answer td{border:1px solid #e5e7eb;padding:.4rem .6rem;text-align:left}.conversation-answer th{background:#f9fafb}.conversation-related-companies,.conversation-suggested-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.6rem}.conversation-company-chip{padding:.3rem .7rem;border-radius:999px;background:#eef2ff;color:#4338ca;text-decoration:none;font-size:.85rem}.conversation-company-chip:hover{background:#e0e7ff}.conversation-suggested-actions button{padding:.3rem .7rem;font-size:.85rem;border:1px solid #d0d3d9;border-radius:4px;background:#fff;cursor:pointer}.conversation-suggested-actions button:hover:not(:disabled){background:#f3f4f6}.table-scroll{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.data-table th,.data-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap}.data-table th{font-weight:600;color:#4b5162}.confirm-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-dialog{background:#fff;border-radius:8px;padding:1.5rem;max-width:24rem;width:calc(100% - 2rem);box-shadow:0 10px 30px #0003}.confirm-dialog p{margin:0 0 1.25rem}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:.5rem}.confirm-dialog-confirm{background:#b3261e;color:#fff;border:none}.company-search{width:100%;max-width:24rem;padding:.5rem .75rem;margin-bottom:1rem;border:1px solid #d0d3d9;border-radius:4px}.company-overview{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem;margin:0}.company-overview dt{font-weight:600;color:#6b7280}.company-overview dd{margin:0}.sales-coach-recommendation{margin:1rem 0 0;display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1.5rem}.sales-coach-recommendation dt{font-weight:600;color:#6b7280}.sales-coach-recommendation dd{margin:0}.intelligence-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.chart-section-title{margin:1.25rem 0 .5rem;font-size:.9rem;font-weight:600;color:#374151}.chart-section-title:first-of-type{margin-top:.75rem}.chart-section-hint{margin:0 0 .6rem;color:#6b7280;font-size:.82rem;line-height:1.5}.intelligence-timeline{list-style:none;margin:0;padding:0 0 0 1rem;border-left:2px solid #e5e7eb;display:flex;flex-direction:column;gap:.9rem}.intelligence-timeline-item{position:relative;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-size:.85rem}.intelligence-timeline-marker{position:absolute;left:-1.31rem;top:.2rem;width:.55rem;height:.55rem;border-radius:999px;background:#4f46e5}.intelligence-timeline-research .intelligence-timeline-marker{background:#f59e0b}.intelligence-timeline-report .intelligence-timeline-marker{background:#10b981}.intelligence-timeline-type{font-weight:600;color:#4b5563}.intelligence-timeline-label{color:#1f2937}.intelligence-timeline-date{color:#9ca3af;margin-left:auto;font-size:.8rem}.intelligence-sections h3{margin:0 0 .5rem;font-size:.95rem}.toast-container{position:fixed;top:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;max-width:320px}.toast{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .9rem;border-radius:6px;box-shadow:0 2px 8px #00000026;font-size:.9rem;color:#fff}.toast-success{background:#1c7c4d}.toast-warning{background:#9a6400}.toast-info,.toast-progress{background:#2b59ff}.toast-error{background:#b42318}.toast-dismiss{background:none;border:none;color:inherit;font-size:1rem;line-height:1;padding:0}.opportunity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.opportunity-list-item{padding:.75rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.opportunity-list-item-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.opportunity-description,.opportunity-confidence{margin:.25rem 0 0;color:#6b7280;font-size:.85rem}.exec-dashboard-signal-badges{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.5rem}.exec-dashboard-reasoning{margin:.5rem 0 0;padding-left:1.1rem;color:#4b5563;font-size:.85rem}.exec-dashboard-reasoning li{margin-bottom:.2rem}.exec-dashboard-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.65rem}.exec-dashboard-actions button{padding:.3rem .7rem;font-size:.85rem;border:1px solid #d0d3d9;border-radius:4px;background:#fff;cursor:pointer}.exec-dashboard-actions button:hover:not(:disabled){background:#f3f4f6}.why-innominds-map{list-style:decimal;padding-left:1.3rem;margin:0;display:flex;flex-direction:column;gap:1rem}.why-innominds-map li::marker{font-weight:700;color:#4338ca}.why-innominds-label{display:block;font-weight:600;color:#374151;margin-bottom:.25rem}.report-generated-at{color:#6b7280;font-size:.85rem}.report-section-text{white-space:pre-wrap;margin:0}.card-title{font-weight:700;padding-bottom:.5rem;border-bottom:1px solid #eceef1}.report-section-intro{color:#6b7280;font-style:italic;margin:0 0 1rem;line-height:1.55}.prose-section p{margin:0 0 .85rem;line-height:1.65;color:#2b2f38}.prose-section p:last-child{margin-bottom:0}.prose-section-lead p:first-child{font-size:1.05rem;font-weight:500;color:#14161c}.numbered-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.numbered-list-item{display:flex;gap:.85rem;align-items:flex-start}.numbered-list-index{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:#eef1ff;color:#2b59ff;font-weight:700;font-size:.85rem;display:flex;align-items:center;justify-content:center}.numbered-list-text{line-height:1.6;padding-top:.2rem}.bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.bullet-list-item{position:relative;padding-left:1.1rem;line-height:1.55}.bullet-list-item:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:#2b59ff}.bullet-list-compact{gap:.35rem;margin-top:.5rem}.bullet-list-compact .bullet-list-item{font-size:.9rem;color:#4b5162}.opportunity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.opportunity-card{border:1px solid #e3e5ea;border-radius:8px;padding:1rem 1.1rem;background:#fbfbfd}.opportunity-card-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.opportunity-card-title{margin:0;font-size:1rem;color:#14161c}.opportunity-card-badges{display:flex;gap:.4rem;flex-shrink:0}.opportunity-card-focus{margin:0 0 .5rem;font-weight:600;color:#4b5162;font-size:.9rem}.opportunity-card-description{margin:0;line-height:1.6;color:#2b2f38}.capability-list{display:flex;flex-direction:column;gap:.85rem}.capability-card{border-left:3px solid #2b59ff;padding:.25rem 0 .25rem .9rem}.capability-card-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.3rem}.capability-card-name{margin:0;font-size:.95rem;color:#14161c}.capability-card-description{margin:0;line-height:1.6;color:#2b2f38}.objection-list{display:flex;flex-direction:column;gap:.85rem}.objection-item{border-radius:6px;background:#f7f8fa;padding:.75rem .9rem}.objection-item-question{margin:0 0 .35rem;font-weight:600;color:#14161c}.objection-item-answer{margin:0;color:#2b2f38;line-height:1.55}.tag-item-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.tag-item{padding-bottom:.75rem;border-bottom:1px solid #eceef1}.tag-item:last-child{border-bottom:none;padding-bottom:0}.tag-item-name{font-weight:600;color:#14161c;margin-right:.5rem}.tag-item-badges{display:inline-flex;gap:.4rem;vertical-align:middle}.tag-item-detail{margin:.35rem 0 0;color:#4b5162;font-size:.9rem;line-height:1.5}.delivery-list,.report-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.delivery-list-item{display:flex;align-items:center;gap:1rem}.report-list-item{display:flex;justify-content:space-between;padding:.6rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.unread-only-toggle{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.notification-list-item{padding:.75rem;border-radius:6px}.notification-list-item.unread{background:#eef2ff}.notification-action{margin:.25rem 0 0;font-size:.85rem;color:#6b7280}.settings-page .company-overview{grid-template-columns:max-content 1fr}.outreach-edit-subject{width:100%;padding:.5rem;border:1px solid #d0d3d9;border-radius:4px}.outreach-edit-content{width:100%;padding:.65rem;border:1px solid #d0d3d9;border-radius:4px;font-family:inherit;line-height:1.55;resize:vertical}.outreach-edit-actions{display:flex;gap:.5rem;margin-top:.5rem}.send-outreach-form{display:flex;flex-direction:column;gap:.4rem;max-width:420px}.send-outreach-form input,.send-outreach-form select{padding:.5rem;border:1px solid #d0d3d9;border-radius:4px}.knowledge-summary{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.knowledge-stat{display:flex;flex-direction:column;min-width:110px;padding:.75rem 1rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014}.knowledge-stat-value{font-size:1.5rem;font-weight:600;font-variant-numeric:tabular-nums}.knowledge-stat-label{color:#6b7280;font-size:.8rem}.knowledge-stat-alert .knowledge-stat-value{color:#b91c1c}.knowledge-hint{color:#6b7280;font-size:.85rem;margin:.5rem 0 0}.knowledge-optional{color:#9ca3af;font-weight:400;font-size:.75rem}.knowledge-search-form{display:flex;flex-wrap:wrap;gap:.5rem}.knowledge-search-form input{flex:1 1 260px;padding:.5rem;border:1px solid #d0d3d9;border-radius:6px;font-family:inherit}.knowledge-search-results{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.knowledge-search-result{padding:.75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #4338ca}.knowledge-search-result-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.35rem}.knowledge-search-result-label{font-weight:600;font-size:.9rem}.knowledge-search-result-header a{margin-left:auto;color:#4338ca;font-size:.85rem}.knowledge-search-result-header a:hover{text-decoration:underline}.knowledge-search-result-content{margin:0;color:#374151;font-size:.9rem;line-height:1.5}.knowledge-ingest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.knowledge-form{display:flex;flex-direction:column;gap:.6rem}.knowledge-form label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600}.knowledge-form input,.knowledge-form select,.knowledge-form textarea{padding:.5rem;border:1px solid #d0d3d9;border-radius:6px;font-family:inherit;font-size:.9rem}.knowledge-form button{align-self:flex-start}.run-scout-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.run-scout-progress progress{flex:1;min-width:0}.run-scout-summary{margin:0 0 .5rem;font-weight:600}.run-scout-list{list-style:none;margin:0;padding:0;max-height:16rem;overflow-y:auto}.run-scout-list li{display:flex;align-items:center;gap:.5rem;padding:.3rem 0;border-bottom:1px solid #f0f1f4}.run-scout-detail{color:#6b7280;overflow-wrap:anywhere}.knowledge-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem}.knowledge-filters label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;font-weight:600;min-width:0;max-width:100%}.knowledge-filters select,.knowledge-filters input[type=search]{padding:.4rem;border:1px solid #d0d3d9;border-radius:6px;font-family:inherit;max-width:100%;min-width:8rem}.knowledge-filter-text{display:flex;align-items:flex-end;gap:.5rem}.knowledge-archived-toggle{flex-direction:row!important;align-items:center;gap:.35rem;font-weight:400}.knowledge-document-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.knowledge-document-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f}.knowledge-document-main{flex:1 1 320px;min-width:0}.knowledge-document-title{display:block;font-weight:600;color:#1a1a1a;margin-bottom:.35rem}.knowledge-document-title:hover{text-decoration:underline}.knowledge-document-badges{display:flex;flex-wrap:wrap;gap:.35rem}.knowledge-document-description{margin:.4rem 0 0;color:#6b7280;font-size:.85rem}.knowledge-document-failure{margin:.4rem 0 0;color:#b91c1c;font-size:.85rem}.knowledge-document-meta{display:grid;grid-template-columns:repeat(4,minmax(80px,auto));gap:.5rem 1rem;margin:0}.knowledge-document-meta dt{color:#9ca3af;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.knowledge-document-meta dd{margin:0;font-size:.85rem;font-variant-numeric:tabular-nums}.knowledge-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.knowledge-actions button.danger{color:#b91c1c}.knowledge-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem 1rem;margin:0}.knowledge-detail-grid dt{color:#9ca3af;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.knowledge-detail-grid dd{margin:.15rem 0 0;font-size:.9rem}.knowledge-detail-ref{overflow-wrap:anywhere}.knowledge-detail-ref a{color:#4338ca}.knowledge-detail-ref a:hover{text-decoration:underline}.knowledge-detail-description{margin:1rem 0 0;color:#374151}.knowledge-tag-groups{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.knowledge-tag-groups>div{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.knowledge-tag-label{color:#9ca3af;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;margin-right:.25rem}.knowledge-preview{margin:0;padding:.75rem;background:#f9fafb;border-radius:6px;max-height:320px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.knowledge-version-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.knowledge-version-item{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;padding:.5rem .75rem;background:#f9fafb;border-radius:6px;font-size:.85rem}.knowledge-version-item.current{background:#eef2ff}.knowledge-version-item a{margin-left:auto;color:#4338ca}.knowledge-version-item a:hover{text-decoration:underline}.conversation-sources{margin-top:.75rem;padding:.5rem .75rem;background:#f9fafb;border-radius:6px}.conversation-sources summary{cursor:pointer;color:#4338ca;font-size:.85rem;font-weight:600}.conversation-source-list{margin:.6rem 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.6rem}.conversation-source-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.conversation-source-label{font-weight:600;font-size:.85rem}.conversation-source-header a{color:#4338ca;font-size:.8rem}.conversation-source-header a:hover{text-decoration:underline}.conversation-source-content{margin:.25rem 0 0;color:#374151;font-size:.85rem;line-height:1.5}.refresh-meta{color:#6b7280;font-size:.8rem;margin:0 0 .6rem}.refresh-narrative{margin:0 0 .75rem;font-size:1rem;line-height:1.55;color:#1f2937}.refresh-hint,.refresh-empty{color:#6b7280;font-size:.9rem;margin:0 0 .5rem}.refresh-counts{font-size:.85rem;font-weight:600;color:#374151;margin:0 0 .5rem}.refresh-change-list{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.refresh-change{padding:.6rem .75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #d1d5db}.refresh-change-major{border-left-color:#4338ca;background:#eef2ff}.refresh-change-header{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.refresh-change-title{font-weight:600;font-size:.9rem}.refresh-change-detail{margin:.35rem 0 0;color:#4b5563;font-size:.85rem;line-height:1.45}.refresh-change-values{margin:.35rem 0 0;font-size:.85rem;font-variant-numeric:tabular-nums}.refresh-change-was{color:#9ca3af;text-decoration:line-through}.refresh-change-now{color:#1f2937;font-weight:600}.refresh-change-source{margin:.3rem 0 0;color:#9ca3af;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.refresh-toggle-minor{background:none;border:none;padding:0;color:#4338ca;font-size:.85rem;font-weight:600;cursor:pointer}.refresh-toggle-minor:hover{text-decoration:underline}.refresh-actions{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.refresh-actions h4{margin:0 0 .4rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}.refresh-actions ol{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.3rem;font-size:.9rem}.intelligence-timeline-refresh .intelligence-timeline-marker{background:#4338ca}.intelligence-timeline-detail{display:block;color:#9ca3af;font-size:.75rem}.grounded-in-toggle{background:none;border:none;padding:0;color:#4338ca;font-size:.85rem;font-weight:600;cursor:pointer;text-align:left}.grounded-in-toggle:hover{text-decoration:underline}.grounded-in-hint{color:#6b7280;font-size:.8rem;margin:.5rem 0 0}.grounded-in-list{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.grounded-in-item{padding:.6rem .75rem;background:#f9fafb;border-radius:6px;border-left:3px solid #c7d2fe}.grounded-in-item-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.3rem}.grounded-in-source{font-weight:600;font-size:.85rem;overflow-wrap:anywhere}.grounded-in-item-header a{margin-left:auto;color:#4338ca;font-size:.8rem}.grounded-in-item-header a:hover{text-decoration:underline}.grounded-in-content{margin:0;color:#374151;font-size:.85rem;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.key-people-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.9rem}.key-people-tabs{display:flex;gap:.35rem}.key-people-tabs button{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;padding:.3rem .85rem;font-size:.82rem;font-weight:600;color:#4b5563;cursor:pointer}.key-people-tabs button.is-active{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.key-people-paths{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;counter-reset:none}.key-person{padding:.7rem .85rem;background:#f9fafb;border-radius:6px;border-left:3px solid #c7d2fe}.key-person-identity{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.key-person-name{font-weight:600;font-size:.95rem;overflow-wrap:anywhere}.key-person-title{color:#4b5563;font-size:.85rem;overflow-wrap:anywhere}.key-person-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-left:auto}.key-person-reasons{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem}.key-person-reasons li{color:#374151;font-size:.85rem;line-height:1.5}.key-person-linkedin{display:inline-block;margin-top:.5rem;color:#4338ca;font-size:.8rem;font-weight:600}.key-person-linkedin:hover{text-decoration:underline}.key-people-org{display:flex;flex-direction:column;gap:1rem}.key-people-org h4{margin:0 0 .5rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.key-people-org ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.key-people-caveat{color:#6b7280;font-size:.8rem;margin:.75rem 0 0}@media (max-width: 768px){.app-shell{flex-direction:column;height:auto;overflow:visible}.sidebar{position:sticky;top:0;z-index:40;width:auto;height:auto;overflow:visible;padding:1rem;display:flex;align-items:center}.sidebar-brand{margin-bottom:0}.sidebar-toggle{display:flex}.sidebar-nav{position:fixed;top:0;left:0;z-index:40;width:260px;max-width:80vw;height:100vh;overflow-y:auto;flex-direction:column;gap:.25rem;background:#14161c;padding:1.5rem 1rem;transform:translate(-100%);transition:transform .2s ease}.sidebar-nav.open{transform:translate(0)}.sidebar-backdrop{display:block}.app-main{height:auto;overflow:visible}.app-content{overflow:visible}.page-header{flex-wrap:wrap}.intelligence-sections{grid-template-columns:1fr}}@media (max-width: 576px){.app-header{padding:.75rem 1rem}.app-content{padding:1rem}.dashboard-summary,.opportunity-list-item-header{grid-template-columns:1fr}.company-list-item,.report-list-item{flex-direction:column;align-items:flex-start;gap:.35rem}.knowledge-document-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.key-person-badges{margin-left:0}.technology-evidence{margin-left:0;flex-basis:100%}}.related-artifacts{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin:-.25rem 0 1rem;font-size:.85rem}.related-artifacts-label{color:#6b7280}.related-artifacts a{color:#4338ca;font-weight:600}.related-artifacts a:hover{text-decoration:underline}.technology-group{margin-top:1.1rem}.technology-group h4{display:flex;align-items:center;gap:.5rem;margin:0 0 .2rem;font-size:.9rem;font-weight:700;color:#1f2430}.technology-group-count{padding:.05rem .45rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums}.technology-group-description{margin:0 0 .6rem;color:#6b7280;font-size:.8rem;line-height:1.5}.technology-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.technology-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;padding:.45rem .7rem;background:#f9fafb;border-radius:6px;border-left:3px solid #c7d2fe}.technology-name{font-weight:600;font-size:.9rem;overflow-wrap:anywhere}.technology-evidence{margin-left:auto;color:#6b7280;font-size:.78rem}.technology-note{margin:0 0 .5rem;padding:.5rem .7rem;background:#fffbeb;border-radius:6px;color:#92400e;font-size:.82rem;line-height:1.5}.technology-tail-toggle{margin-top:1rem;background:none;border:none;padding:0;color:#4338ca;font-size:.85rem;font-weight:600;cursor:pointer;text-align:left}.technology-tail-toggle:hover{text-decoration:underline}.bulk-pickers{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.bulk-picker{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem}.bulk-selection{margin:0;font-size:.85rem;color:#374151}.bulk-actions{display:flex;gap:.5rem;align-items:center;margin-top:.3rem}.bulk-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.bulk-progress{margin-top:.4rem}.bulk-progress-bar{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bulk-progress-fill{height:100%;background:#4f46e5;border-radius:999px;transition:width .2s ease}.bulk-progress-text{margin:.4rem 0 0;font-size:.85rem;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bulk-progress-counts{margin:.15rem 0 0;font-size:.78rem;color:#6b7280}.bulk-summary{margin-top:.6rem;padding-top:.6rem;border-top:1px solid #e5e7eb}.bulk-summary h4{margin:0 0 .5rem;font-size:.95rem;display:flex;justify-content:space-between;align-items:baseline}.bulk-elapsed{font-size:.78rem;font-weight:400;color:#6b7280}.bulk-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:.5rem;margin:0 0 .6rem}.bulk-summary-grid dt{font-size:.72rem;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.bulk-summary-grid dd{margin:.1rem 0 0;font-size:1.25rem;font-weight:600;font-variant-numeric:tabular-nums}.bulk-hint-warn{margin:0 0 .6rem;font-size:.82rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:.4rem .6rem}.bulk-group{border-top:1px solid #f3f4f6;padding:.4rem 0}.bulk-group summary{cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:.4rem}.bulk-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.bulk-dot-failed{background:#dc2626}.bulk-dot-duplicate{background:#6b7280}.bulk-dot-skipped{background:#d1d5db}.bulk-group-list{list-style:none;margin:.4rem 0 0;padding:0;max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.bulk-group-list li{font-size:.8rem;display:flex;flex-direction:column}.bulk-file-path{color:#374151;overflow-wrap:anywhere}.bulk-file-detail{color:#6b7280;font-size:.75rem}@media (max-width: 600px){.bulk-pickers{grid-template-columns:1fr}}:root{--s-ink: #14161c;--s-muted: #6b7280;--s-line: #e6e8ee;--s-ease: cubic-bezier(.16, 1, .3, 1);--s-fast: .14s}.app-shell h1,.app-shell h2{letter-spacing:-.021em;text-wrap:balance}.page-header h1{font-size:1.55rem;font-weight:640;letter-spacing:-.026em}.card{box-shadow:0 1px 2px #1018280a,0 6px 16px -10px #1018281f;padding:1.15rem 1.35rem}.app-shell button,.app-shell a,.app-shell input,.app-shell select,.app-shell textarea{transition:background-color var(--s-fast) ease,border-color var(--s-fast) ease,color var(--s-fast) ease,box-shadow var(--s-fast) ease}.app-shell :focus-visible{outline:2px solid currentColor;outline-offset:2px}.dashboard-page .notification-list{gap:0}.dashboard-page .notification-list>li{padding:.9rem 0;border-bottom:1px solid var(--s-line)}.dashboard-page .notification-list>li:first-child{padding-top:.2rem}.dashboard-page .notification-list>li:last-child{border-bottom:none;padding-bottom:.2rem}.dashboard-page .notification-item-header{margin-bottom:.3rem;font-weight:600;line-height:1.4}.dashboard-page .notification-summary{margin:0;line-height:1.55;max-width:74ch}.dashboard-page .notification-item-footer{margin-top:.45rem}.dashboard-page .morning-brief{color:var(--s-muted);font-size:.95rem;margin:-.35rem 0 1.35rem}.dashboard-page .stat{letter-spacing:-.03em;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion: reduce){.app-shell button,.app-shell a,.app-shell input,.app-shell select,.app-shell textarea{transition:none}}input[type=time],input[type=date],input[type=datetime-local],input[type=month]{padding:.45rem;border:1px solid #d0d3d9;border-radius:6px;background:#fff;color:inherit;font-family:inherit;font-size:.9rem;min-height:2.15rem;min-width:8rem}.app-content>*{max-width:1500px;margin-inline:auto}@media (min-width: 1800px){.app-content{padding:2rem 2.5rem}}@media (min-width: 2200px){.app-content{padding:2.5rem 3rem}}@media (min-width: 1700px){.auth-page{grid-template-columns:1fr 1fr}.auth-brand{justify-content:flex-end;padding-right:4.5rem}.auth-brand-inner{max-width:34rem}.auth-panel{padding-left:4.5rem}.auth-card{max-width:27.5rem}}@media (min-width: 1700px){.auth-tagline{font-size:clamp(2.75rem,2.5vw,3.4rem)}.auth-tagline-support{font-size:1.05rem;max-width:34rem}.auth-proof li{font-size:.95rem}}@media (min-width: 1800px){.dashboard-page .dashboard-summary{max-width:1100px}}
