:root{--bg:#0f172a;--card:#1e293b;--text:#e2e8f0;--muted:#94a3b8;--accent:#3b82f6;--danger:#ef4444;--border:#334155;--input-border:#475569;--success:#4ade80;--warning:#fbbf24;--font-sm:0.8125rem;--font-base:0.875rem;--font-md:0.9375rem}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif}a{color:var(--accent)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button,input{font:inherit}.card,.company-bar,.dash-panel{margin-bottom:1rem;background:linear-gradient(145deg,#1e293b,#172554 120%);border:1px solid #334155;border-radius:14px;padding:1.25rem 1.5rem;box-shadow:0 8px 32px rgba(15,23,42,.35)}.card>h1:first-child,.card>h2:first-child,.dash-panel>h1:first-child,.dash-panel>h2:first-child{margin-top:0;font-size:1.1rem;font-weight:600}.card>p:first-of-type,.dash-panel-lead{margin:.35rem 0 0;font-size:.85rem;color:var(--muted)}.page-back{margin:0 0 .75rem;font-size:.9rem}.page-back a{color:var(--accent);text-decoration:none}.page-back a:hover{text-decoration:underline}.page-muted{color:var(--muted)}.auth-page{flex-direction:column}.auth-page,.auth-page-top{display:flex;align-items:center}.auth-page-top{width:100%;max-width:520px;justify-content:space-between;margin-bottom:1.25rem}.auth-brand-mark{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(90deg,#60a5fa,#3b82f6 50%,#93c5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-panel{width:100%}.auth-panel .dash-panel-title{font-size:1.35rem;margin-bottom:.25rem}.auth-panel-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(51,65,85,.55);font-size:.92rem}.pilot-banner{margin-bottom:1rem;padding:.85rem 1rem;border-radius:10px;background:rgba(59,130,246,.12);border:1px solid #334155}.btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:.6rem 1rem;cursor:pointer}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:hover:not(:disabled){filter:brightness(1.07)}.btn-secondary:hover:not(:disabled){background:rgba(59,130,246,.1);border-color:#64748b}.btn-ghost{background:transparent;border:none;color:var(--muted);padding:.45rem .65rem}.btn-ghost:hover:not(:disabled){color:var(--text);background:rgba(148,163,184,.1);filter:none}.btn-secondary{background:transparent;border:1px solid var(--input-border);color:var(--text)}.btn-primary{background:var(--accent);color:#fff;border:none}a.btn{text-decoration:none}.btn-danger{background:transparent;border:1px solid var(--danger);color:#fca5a5}.btn-danger:hover:not(:disabled){background:rgba(239,68,68,.12)}.danger-zone{border-color:rgba(239,68,68,.45)}.danger-zone h2{color:#fca5a5}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field>label:first-child,.field>span:first-child{font-size:var(--font-base);font-weight:500}.field input,.field select,.select{padding:.6rem .75rem;border-radius:8px;border:1px solid var(--input-border);background:#0f172a;color:var(--text);font-size:var(--font-base)}.field--row{flex-direction:row;align-items:center;gap:.5rem}.field--row input[type=checkbox],.field--row input[type=radio]{width:auto;margin:0;flex-shrink:0}.form-message--success{color:var(--success)}.form-message--error,.form-message--success{font-size:var(--font-base);margin:.75rem 0 0}.form-message--error{color:var(--danger)}.field-hint-block{color:var(--muted);font-size:var(--font-sm);margin:-.5rem 0 .75rem}.status-on{color:var(--success);font-size:var(--font-base)}.settings-list{list-style:none;padding:0;margin:0 0 1rem}.settings-list__item{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:var(--font-base)}.settings-list__item:last-child{border-bottom:none}.settings-list__main{flex:1 1 200px;min-width:0}.settings-list__meta{color:var(--muted);font-size:var(--font-base)}.settings-list__meta--sm{font-size:var(--font-sm)}.settings-subtitle{font-size:var(--font-md);font-weight:600;margin:0 0 .5rem}.settings-nested-list{margin:.5rem 0 0;padding-left:1.25rem;font-size:var(--font-base)}.field-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.field-inline input{flex:1 1 12rem;min-width:0}.field-inline .btn{flex:0 0 auto;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.75rem}.toolbar .btn,.toolbar a.btn{text-decoration:none;font-size:.9rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(51,65,85,.55)}.dashboard-title{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(90deg,#60a5fa,#3b82f6 50%,#93c5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.dashboard-subtitle{margin:.25rem 0 0;font-size:.85rem;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1rem}@media (max-width:720px){.stat-grid{grid-template-columns:1fr}}.stat-card{position:relative;overflow:hidden;padding:1.15rem 1.25rem 1.15rem 1.4rem;border-radius:14px;border:1px solid #334155;background:linear-gradient(145deg,#1e293b,#1a2744);box-shadow:0 4px 20px rgba(15,23,42,.28)}.stat-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;border-radius:14px 0 0 14px}.stat-card--mentions:before{background:linear-gradient(180deg,#3b82f6,#60a5fa)}.stat-card--report:before{background:linear-gradient(180deg,#8b5cf6,#a78bfa)}.stat-card--confidence:before{background:linear-gradient(180deg,#22c55e,#4ade80)}.stat-card-label{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.stat-card-value{margin-top:.35rem;font-size:2rem;font-weight:700;line-height:1.1;letter-spacing:-.02em}.dash-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(51,65,85,.55)}.dash-panel-title{margin:0;font-size:1.1rem;font-weight:600}.dash-panel-lead{margin:.35rem 0 0;font-size:.85rem;color:var(--muted)}.dash-panel-lead a{color:var(--accent)}.dash-panel-meta{font-size:.82rem;color:var(--muted);text-align:right;line-height:1.45}.dashboard-empty{text-align:center;padding:2rem 1.5rem}.dashboard-empty p{color:var(--muted);margin:0 0 1rem}.company-bar-msg--ok{color:#4ade80}.pipeline-status-bar{justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem;padding:.85rem 1.1rem;border-radius:12px;border:1px solid #334155;background:rgba(15,23,42,.65)}.pipeline-status-bar,.pipeline-status-main{display:flex;flex-wrap:wrap;align-items:center}.pipeline-status-main{gap:.5rem 1rem;flex:1 1 auto;min-width:0}.pipeline-status-pill{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .55rem;border-radius:999px;border:1px solid transparent}.pipeline-status-pill.status-ok{color:#4ade80;border-color:rgba(74,222,128,.35);background:rgba(74,222,128,.1)}.pipeline-status-pill.status-degraded{color:#fbbf24;border-color:rgba(251,191,36,.35);background:rgba(251,191,36,.1)}.pipeline-status-pill.status-error{color:#f87171;border-color:hsla(0,91%,71%,.35);background:hsla(0,91%,71%,.1)}.pipeline-status-pill.status-idle,.pipeline-status-pill.status-unknown{color:var(--muted);border-color:#475569;background:rgba(51,65,85,.35)}.pipeline-status-meta{font-size:.82rem;color:var(--muted)}.pipeline-status-error{width:100%;margin:0;font-size:.82rem;color:#fca5a5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mentions-panel-meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem}.mention-item-highlight{border-color:#60a5fa!important;box-shadow:0 0 0 2px rgba(96,165,250,.35)}.company-bar-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.company-bar-select-wrap{flex:1 1 240px;min-width:0}.company-bar-label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.45rem}.custom-select{position:relative;width:100%}.field .custom-select--compact,.field .custom-select--large{width:100%;min-width:0}.invite-member-form{--invite-control-h:3rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,16rem) auto;grid-gap:.75rem;gap:.75rem;align-items:end}.invite-member-form__email,.invite-member-form__role{margin-bottom:0}.invite-member-form .custom-select--large .custom-select-trigger,.invite-member-form__email input,.invite-member-form__submit{height:var(--invite-control-h);min-height:var(--invite-control-h);box-sizing:border-box}.invite-member-form__email input{padding:0 .75rem;line-height:1.25}.invite-member-form .custom-select--large .custom-select-trigger{padding:0 1rem;font-size:1rem;font-weight:600;line-height:1.25;border-radius:8px}.invite-member-form__submit-wrap{align-self:end}.invite-member-form__submit{display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;line-height:1.25;white-space:nowrap;border:none}@media (max-width:720px){.invite-member-form{grid-template-columns:1fr}.invite-member-form__submit-wrap{justify-self:start}}.custom-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0;text-align:left;border-radius:10px;border:1px solid var(--input-border);background:#0f172a;color:var(--text);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.custom-select-trigger:hover{border-color:#64748b;background:#111c33}.custom-select-trigger:focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(59,130,246,.28)}.custom-select-trigger:disabled,.custom-select.is-disabled .custom-select-trigger{opacity:.55;cursor:not-allowed;pointer-events:none}.custom-select.is-open .custom-select-trigger{border-color:var(--accent);box-shadow:0 0 0 3px rgba(59,130,246,.22)}.custom-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-chevron{flex-shrink:0;width:1.15rem;height:1.15rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain;transition:transform .18s ease}.custom-select.is-open .custom-select-chevron{transform:rotate(180deg)}.custom-select-menu{position:absolute;z-index:50;top:calc(100% + .4rem);left:0;right:0;margin:0;padding:.35rem;list-style:none;border-radius:12px;border:1px solid #475569;background:linear-gradient(165deg,#1e293b,#0f172a);box-shadow:0 16px 40px rgba(15,23,42,.55),0 0 0 1px rgba(59,130,246,.08);max-height:16rem;overflow-y:auto;animation:custom-select-in .16s ease}@keyframes custom-select-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.custom-select-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:0;padding:.65rem .75rem;border:none;border-radius:8px;background:transparent;color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.custom-select-option:hover{background:rgba(59,130,246,.14)}.custom-select-option.is-selected{background:rgba(59,130,246,.22);color:#fff;font-weight:600}.custom-select-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select-check{flex-shrink:0;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233b82f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain}.custom-select--large .custom-select-trigger{padding:.8rem 1rem;font-size:1.05rem;font-weight:600;line-height:1.3}.custom-select--large .custom-select-menu{font-size:1rem}.custom-select--compact{width:auto;min-width:8.5rem}.custom-select--compact .custom-select-trigger{padding:.45rem .65rem;font-size:.875rem;font-weight:500;border-radius:8px}.custom-select--compact .custom-select-menu{min-width:100%;font-size:.875rem}.company-bar-actions{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:stretch;flex:0 0 auto}.company-bar-actions .btn{white-space:nowrap;padding-top:.8rem;padding-bottom:.8rem}.company-bar-actions a.btn{display:inline-flex;align-items:center;text-decoration:none}.company-bar-msg{margin:.75rem 0 0;padding:.55rem .75rem;font-size:.88rem;color:var(--muted);border-radius:8px;background:rgba(15,23,42,.55);border:1px solid rgba(51,65,85,.6)}.mentions-search{flex:1 1 200px;min-width:0;margin:0}.mentions-search input{width:100%;padding:.55rem .75rem;border-radius:8px;border:1px solid var(--input-border);background:#0f172a;color:var(--text);font:inherit;font-size:var(--font-base)}.mentions-export-btn{margin-left:auto}.mentions-search input::placeholder{color:var(--muted)}.mentions-filters-row{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}@media (max-width:640px){.company-bar-actions{width:100%}.company-bar-actions .btn{flex:1 1 auto;justify-content:center;text-align:center}}.layout{max-width:960px;margin:0 auto;padding:2rem 1rem}.layout-wide{max-width:1100px}.mentions-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid rgba(51,65,85,.55)}.mention-chip-source{border-color:#64748b;color:#cbd5e1}.reports-history-meta{margin:0 0 1rem;font-size:.88rem;color:var(--muted)}.reports-empty{color:var(--muted);margin:0}.reports-history-layout{display:grid;grid-template-columns:minmax(200px,280px) 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:start}@media (max-width:768px){.reports-history-layout{grid-template-columns:1fr}}.reports-list{list-style:none;margin:0;padding:0;gap:.5rem;max-height:420px;overflow-y:auto}.reports-list,.reports-list-item{display:flex;flex-direction:column}.reports-list-item{width:100%;text-align:left;padding:.75rem .85rem;border-radius:10px;border:1px solid #334155;background:linear-gradient(135deg,#0f172a,#131f38);color:inherit;cursor:pointer;font:inherit;gap:.3rem;transition:border-color .15s ease,box-shadow .15s ease}.reports-list-item:hover{border-color:#475569}.reports-list-item.active{border-color:var(--accent);background:linear-gradient(135deg,#1e293b,#1a2744);box-shadow:0 0 0 1px rgba(59,130,246,.25),0 4px 14px rgba(15,23,42,.35)}.reports-list-date{font-weight:600;font-size:.92rem}.reports-list-stats{font-size:.82rem;color:var(--muted)}.reports-list-preview{font-size:.8rem;color:var(--muted);line-height:1.35}.reports-detail{border:1px solid #334155;border-radius:12px;padding:1.1rem 1.25rem;background:linear-gradient(145deg,#0f172a,#131f38);box-shadow:inset 0 1px 0 rgba(148,163,184,.06)}.reports-detail-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.5rem}.reports-detail-title{display:flex;flex-direction:column;gap:.25rem}.reports-detail-when{font-size:.85rem;color:var(--muted)}.reports-detail-metrics{display:flex;flex-wrap:wrap;gap:1rem;font-size:.88rem;color:var(--muted);margin-bottom:.75rem}.reports-detail-body{margin:0;white-space:pre-wrap;line-height:1.55}.rss-validate-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.rss-validate-msg{font-size:.85rem}.rss-validate-ok{color:#4ade80}.rss-validate-error{color:var(--danger,#f87171)}.system-ops{border-color:#475569}.ops-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;margin:1rem 0 1.25rem}.ops-metric{padding:.65rem .75rem;border-radius:8px;border:1px solid #334155;background:#0f172a;display:flex;flex-direction:column;gap:.25rem}.ops-metric-label{font-size:.78rem;color:var(--muted)}.ops-metric-value{font-size:1.35rem;font-weight:700}.ops-metric-ok .ops-metric-value{color:#4ade80}.ops-metric-warn .ops-metric-value{color:#fbbf24}.ops-metric-error .ops-metric-value{color:#f87171}.ops-section-title{font-size:1rem;margin:1.25rem 0 .5rem}.ops-table-wrap{overflow-x:auto;margin-bottom:.5rem}.ops-table{width:100%;border-collapse:collapse;font-size:.88rem}.ops-table td,.ops-table th{text-align:left;padding:.5rem .65rem;border-bottom:1px solid #334155;vertical-align:top}.ops-table th{color:var(--muted);font-weight:600}.ops-row-error{background:hsla(0,91%,71%,.08)}.ops-row-stale{background:rgba(251,191,36,.06)}.ops-company-cell{display:flex;flex-direction:column;gap:.15rem}.ops-sub{font-size:.8rem;color:var(--muted)}.ops-badge-stale{font-size:.78rem;color:#fbbf24}.ops-error-cell span{display:block;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fca5a5}.btn-google{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;background:#fff;color:#1e293b;border:1px solid #475569;font-weight:600}.btn-google:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1.1rem 0;color:var(--muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:rgba(51,65,85,.7)}.auth-email-toggle{width:100%;margin-top:.75rem}.invite-auth-actions{margin-top:1.25rem}.invite-auth-links{display:flex;gap:.75rem;flex-wrap:wrap}.invite-auth-links .btn{flex:1 1 140px}.onboarding-wizard{width:100%}.onboarding-steps{display:flex;gap:.5rem;margin-bottom:1.25rem}.onboarding-step-dot{width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:600;border:1px solid #334155;color:var(--muted);background:rgba(15,23,42,.5)}.onboarding-step-dot.active{border-color:var(--accent);color:var(--text)}.onboarding-step-dot.current{background:var(--accent);color:#fff;border-color:var(--accent)}.onboarding-step-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.onboarding-step-lead{margin:0 0 1.25rem;font-size:.92rem}.onboarding-fields{display:flex;flex-direction:column;gap:.25rem}.onboarding-nav{display:flex;justify-content:space-between;gap:.75rem;margin-top:1.25rem}.onboarding-skip{margin-top:.75rem;background:none;border:none;color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:0}.onboarding-template-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.onboarding-chip{padding:.45rem .85rem;border-radius:999px;border:1px solid #334155;background:rgba(15,23,42,.55);color:var(--muted);font:inherit;font-size:.85rem;cursor:pointer}.onboarding-chip.active{border-color:var(--accent);color:var(--text);background:rgba(59,130,246,.15)}.onboarding-feed-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem}.onboarding-feed-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .75rem;border-radius:8px;border:1px solid #334155;font-size:.88rem}.onboarding-feed-list li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onboarding-check{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer}.onboarding-check input{margin-top:.2rem}.welcome-result-card{padding:1rem 1.1rem;border-radius:10px;border:1px solid rgba(74,222,128,.35);background:rgba(74,222,128,.08);margin-bottom:1.25rem}.welcome-result-card p{margin:0;font-size:.95rem}.invite-preview-card{padding:1.1rem 1.25rem;border-radius:10px;border:1px solid #334155;background:rgba(15,23,42,.55)}.invite-preview-org{margin:0 0 .35rem;font-size:1.15rem;font-weight:600;color:var(--text)}.mentions-filters{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.mentions-filter-tabs{display:flex;flex-wrap:wrap;gap:.25rem;padding:.3rem;border-radius:10px;border:1px solid #334155;background:#0f172a}.mentions-filter-tabs button{padding:.45rem .8rem;border-radius:8px;border:none;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:.85rem;transition:background .12s ease,color .12s ease}.mentions-filter-tabs button:hover{color:var(--text);background:rgba(59,130,246,.1)}.mentions-filter-tabs button.active{background:var(--accent);color:#fff;box-shadow:0 2px 10px rgba(59,130,246,.35)}.mentions-brand-select{width:auto;min-width:10rem;font-size:.88rem}.mentions-load-more{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(51,65,85,.5)}.mentions-load-more-hint{font-size:.82rem;text-align:center}.mentions-empty,.mentions-load-more-hint{margin:0;color:var(--muted)}.mentions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.mention-item{border:1px solid #334155;border-radius:12px;padding:.95rem 1.1rem;background:linear-gradient(135deg,#0f172a,#131f38);transition:border-color .15s ease,box-shadow .15s ease}.mention-item:hover{border-color:#475569;box-shadow:0 4px 16px rgba(15,23,42,.35)}.mention-item-resolved{opacity:.72}.mention-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.mention-badges{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.mention-title{font-weight:600;color:var(--text);text-decoration:none;line-height:1.35}.mention-title:hover{color:var(--accent)}.mention-snippet{margin:.4rem 0 0;font-size:.9rem;color:var(--muted);line-height:1.45}.mention-alert-reason{margin:.35rem 0 0;font-size:.85rem;color:#fbbf24;line-height:1.4}.mention-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.55rem;font-size:.8rem;color:var(--muted)}.mention-chip{padding:.15rem .45rem;border-radius:6px;background:#1e293b;border:1px solid #334155}.mention-chip-dept{color:#93c5fd}.mention-meta-date{margin-right:auto}.mention-open{font-size:.8rem}.urgency-badge{flex-shrink:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .45rem;border-radius:6px}.urgency-critical{background:rgba(239,68,68,.2);color:#fca5a5}.urgency-high{background:rgba(249,115,22,.2);color:#fdba74}.urgency-medium{background:rgba(234,179,8,.15);color:#fde047}.urgency-low{background:rgba(148,163,184,.15);color:var(--muted)}.status-badge{font-size:.68rem;font-weight:600;padding:.2rem .45rem;border-radius:6px;text-transform:uppercase;letter-spacing:.03em}.status-new{background:rgba(59,130,246,.2);color:#93c5fd}.status-ack{background:rgba(234,179,8,.15);color:#fde047}.status-resolved{background:rgba(34,197,94,.15);color:#86efac}.mention-suggested{margin:.35rem 0 0;font-size:.85rem;color:var(--muted);line-height:1.4}.mention-suggested strong{color:var(--text);font-weight:600}.mention-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem;padding-top:.65rem;border-top:1px solid #334155}.mentions-status-error{color:var(--danger);font-size:.88rem;margin:0 0 .75rem}.textarea{padding:.6rem .75rem;border-radius:8px;border:1px solid #475569;background:#0f172a;color:var(--text);font:inherit;resize:vertical;min-height:4rem;width:100%}.field-hint{font-size:.8rem;color:var(--muted);line-height:1.4}.brands-editor-hint{color:var(--muted);font-size:.9rem;margin:0 0 1rem;line-height:1.5}.brand-card{border:1px solid #334155;border-radius:10px;padding:1rem;margin-bottom:1rem;background:#0f172a}.brand-card-head{justify-content:space-between;margin-bottom:.75rem;gap:.5rem}.brand-active,.brand-card-head{display:flex;align-items:center}.brand-active{gap:.35rem;font-size:.85rem;color:var(--muted)}.brand-active input{width:auto}.btn-sm{padding:.4rem .75rem;font-size:.85rem}.settings-grid{display:flex;flex-direction:column;gap:1.25rem;max-width:640px}.layout-wide .settings-grid{max-width:720px}.dashboard-nav{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.profile-header-card{padding-bottom:.85rem}.profile-tabs{display:flex;gap:.35rem;margin-top:.75rem;flex-wrap:wrap}.profile-tabs button{padding:.55rem .95rem;border:1px solid transparent;background:rgba(15,23,42,.35);color:var(--muted);cursor:pointer;font:inherit;font-size:.88rem;font-weight:500;border-radius:8px}.profile-tabs button:hover{color:var(--text);border-color:rgba(51,65,85,.8)}.profile-tabs button.active{color:var(--text);background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.45)}.chart-card{padding:1rem 1.1rem;border-radius:12px;border:1px solid #334155;background:rgba(15,23,42,.55)}.chart-card-title{margin:0 0 .75rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.chart-card-hint{margin:.35rem 0 0;font-size:.78rem;color:var(--muted)}.chart-empty{margin:0;font-size:.85rem;color:var(--muted)}.chart-sentiment{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.chart-sentiment-legend,.chart-source-legend{list-style:none;margin:0;padding:0;display:grid;grid-gap:.35rem;gap:.35rem;flex:1 1 120px;min-width:0}.chart-sentiment-legend li,.chart-source-legend li{display:flex;align-items:center;gap:.45rem;font-size:.8rem}.chart-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chart-legend-label{flex:1 1 auto;min-width:0;color:var(--muted)}.chart-legend-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--text)}.chart-bars{list-style:none;margin:0;padding:0;display:grid;grid-gap:.65rem;gap:.65rem}.chart-bar-row{display:grid;grid-gap:.3rem;gap:.3rem}.chart-bar-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem}.chart-bar-label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-bar-meta{color:var(--muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;gap:.35rem}.chart-bar-urgency{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;padding:.1rem .35rem;border-radius:4px}.chart-bar-urgency.chart-bar--urgent{color:#fca5a5;background:rgba(239,68,68,.15)}.chart-bar-track{height:6px;border-radius:999px;background:rgba(51,65,85,.8);overflow:hidden}.chart-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.chart-bar-fill.chart-bar--urgent{background:linear-gradient(90deg,#ef4444,#f87171)}.chart-bar-fill.chart-bar--medium{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.chart-bar-fill.chart-bar--low{background:linear-gradient(90deg,#64748b,#94a3b8)}.chart-sparkline-labels{display:flex;justify-content:space-between;margin-top:.35rem;font-size:.68rem;color:var(--muted)}.chart-source{display:flex;align-items:center;gap:.85rem}.chart-alerts-bar{margin-bottom:.85rem}.chart-alerts-track{display:flex;height:8px;border-radius:999px;overflow:hidden;background:rgba(51,65,85,.8)}.chart-alerts-seg--open{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.chart-alerts-seg--resolved{background:linear-gradient(90deg,#22c55e,#4ade80)}.chart-alerts-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.45rem;font-size:.78rem;color:var(--muted)}.chart-alerts-dot--open{background:#fbbf24}.chart-alerts-dot--resolved{background:#4ade80}.dashboard-insights{display:grid;grid-template-columns:2fr 1.2fr .8fr;grid-gap:.85rem;gap:.85rem;margin-bottom:1rem}.dashboard-urgent-stat{text-align:center;padding:.5rem 0}.dashboard-urgent-value{display:block;font-size:2.25rem;font-weight:700;line-height:1.1;color:#86efac}.dashboard-urgent-value--hot{color:#fca5a5}.report-insights{margin-bottom:1rem}.report-insights-urgent{display:flex;align-items:center;gap:.55rem;margin-bottom:.85rem;font-size:.85rem;color:#fca5a5}.report-urgent-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.6rem;height:1.6rem;padding:0 .35rem;border-radius:999px;font-weight:700;font-size:.85rem;background:rgba(239,68,68,.2);border:1px solid hsla(0,91%,71%,.45)}.report-insights-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:.85rem;gap:.85rem}.mentions-breakdown{margin-bottom:1rem}.mentions-breakdown-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.85rem;gap:.85rem}.org-overview{margin-bottom:1rem}.org-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:.75rem;gap:.75rem}.org-overview-card{padding:.85rem 1rem;border-radius:10px;border:1px solid #334155;background:rgba(15,23,42,.45)}.org-overview-name{margin:0 0 .45rem;font-size:.95rem}.org-overview-metrics{display:flex;flex-wrap:wrap;gap:.35rem .65rem;font-size:.78rem;color:var(--muted);margin-bottom:.55rem}.org-overview-urgent{color:#fca5a5}.product-flow{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.85rem 1rem;margin-bottom:1rem;border-radius:12px;border:1px solid #334155;background:rgba(30,41,59,.45)}.product-flow-step{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600}.product-flow-icon{color:#60a5fa;font-size:.95rem}.product-flow-arrow{color:var(--muted);font-size:.9rem}.product-flow-channels{width:100%;margin:.15rem 0 0;font-size:.75rem;color:var(--muted)}.pipeline-status-icon{width:10px;height:10px;border-radius:50%;flex-shrink:0}.pipeline-status-icon.status-ok{background:#4ade80;box-shadow:0 0 8px rgba(74,222,128,.5)}.pipeline-status-icon.status-degraded{background:#fbbf24}.pipeline-status-icon.status-error{background:#f87171;box-shadow:0 0 8px hsla(0,91%,71%,.45)}.pipeline-status-icon.status-idle,.pipeline-status-icon.status-unknown{background:#64748b}.pipeline-serper-wrap{display:inline-flex;flex-direction:column;gap:.25rem;min-width:140px}.pipeline-serper-bar{display:block;height:5px;border-radius:999px;background:rgba(51,65,85,.9);overflow:hidden}.pipeline-serper-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.pipeline-serper-bar--warn .pipeline-serper-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}@media (max-width:900px){.dashboard-insights,.report-insights-grid{grid-template-columns:1fr}}