@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary:#0056d2;--primary-hover:#0046b0;--primary-soft:#e8f1ff;--navy:#001a3d;--text:#1a2332;--text-muted:#64748b;--text-light:#94a3b8;--border:#e2e8f0;--bg:#fff;--bg-muted:#f4f7fa;--danger:#c53030;--success:#0f766e;--shadow-card:0 10px 40px #001a3d14;--radius:8px;--radius-lg:12px;--font:"Plus Jakarta Sans", "Avenir Next", sans-serif;--header-h:72px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100svh;font-family:var(--font);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:16px;line-height:1.5}#root{min-height:100svh}h1,h2,h3,h4{color:var(--navy);letter-spacing:-.02em;margin:0;font-weight:700;line-height:1.2}p{margin:0}a{color:var(--primary);font-weight:600;text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}img,svg{max-width:100%;display:block}.btn{appearance:none;border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.4rem;font-weight:600;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{color:var(--primary);border-color:var(--primary);background:#fff}.btn-secondary:hover:not(:disabled){background:var(--primary-soft)}.btn-block{width:100%}a.btn,a.btn:hover{text-decoration:none}.linkish{appearance:none;color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.linkish:hover{text-decoration:underline}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.field{gap:.4rem;display:grid}.field label{color:var(--navy);font-size:.875rem;font-weight:600}.field-control{align-items:center;display:flex;position:relative}.field-control .field-icon{width:18px;height:18px;color:var(--text-light);pointer-events:none;position:absolute;left:.9rem}.field-control .field-action{width:2rem;height:2rem;color:var(--text-light);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:.65rem}.field-control .field-action:hover{color:var(--navy);background:var(--bg-muted)}.field-control input{border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);background:#fff;outline:none;padding:.8rem .9rem .8rem 2.7rem;transition:border-color .16s,box-shadow .16s}.field-control input.plain,.field-control--plain input{padding-left:.9rem}.field-control input.has-action{padding-right:2.7rem}.field-control input::placeholder{color:var(--text-light)}.field-control input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0056d226}.form-error{color:var(--danger);margin:0;font-size:.875rem;font-weight:600}.brand{color:inherit;letter-spacing:-.02em;align-items:center;gap:.65rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:inline-flex}.brand:hover{text-decoration:none}.brand-mark{flex-shrink:0;width:34px;height:34px}.brand--light{color:#fff}.brand--dark{color:var(--navy)}.site-header{z-index:20;height:var(--header-h);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;position:sticky;top:0}.site-header__inner,.site-footer__inner,.page-container{width:min(1120px,100% - 2.5rem);margin-inline:auto}.site-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.site-nav{align-items:center;gap:1.75rem;display:flex}.site-nav a{color:var(--text-muted);border-bottom:2px solid #0000;padding:.35rem 0;font-size:.95rem;font-weight:600;text-decoration:none}.site-nav a:hover,.site-nav a.active{color:var(--primary);text-decoration:none}.site-nav a.active{border-bottom-color:var(--primary)}.site-header__actions{align-items:center;gap:.75rem;display:flex}.site-footer{background:var(--navy);color:#ffffffc7;margin-top:auto;padding:3.5rem 0 1.75rem}.site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr);gap:2rem;display:grid}.site-footer h3{color:#fff;margin-bottom:1rem;font-size:.95rem}.site-footer p,.site-footer a{color:#ffffffb8;font-size:.9rem;font-weight:500}.site-footer a:hover{color:#fff}.site-footer ul{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.site-footer__brand p{max-width:28ch;margin-top:.85rem;line-height:1.55}.site-footer__bottom{color:#ffffff8c;border-top:1px solid #ffffff1f;margin-top:2.5rem;padding-top:1.25rem;font-size:.85rem}.auth-shell{grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);min-height:100svh;display:grid}.auth-aside{color:#fff;background:linear-gradient(165deg,#0a66e0 0%,#0047b3 42%,#002f7a 100%);flex-direction:column;justify-content:space-between;padding:2rem 2.5rem 2.25rem;display:flex;position:relative;overflow:hidden}.auth-aside__content{z-index:1;max-width:420px;margin-top:3.5rem;position:relative}.auth-aside h1{color:#fff;margin-top:1.5rem;font-size:clamp(2rem,3.2vw,2.75rem)}.auth-aside__lead{color:#ffffffdb;max-width:34ch;margin-top:.85rem;font-size:1.02rem;line-height:1.55}.auth-features{gap:1.15rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.auth-features li{grid-template-columns:auto 1fr;align-items:start;gap:.85rem;display:grid}.auth-feature-icon{color:#fff;background:#ffffff24;border-radius:999px;place-items:center;width:40px;height:40px;display:grid}.auth-features strong{margin-bottom:.15rem;font-size:.98rem;display:block}.auth-features span{color:#ffffffc7;font-size:.9rem;line-height:1.45}.auth-aside__footer{z-index:1;color:#ffffffc7;margin-top:2rem;font-size:.92rem;position:relative}.auth-mountains{pointer-events:none;width:100%;height:38%;position:absolute;inset:auto 0 0}.auth-main{background:var(--bg-muted);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2.5rem 1.5rem;display:flex}.auth-card{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(100%,440px);box-shadow:var(--shadow-card);background:#fff;padding:2rem 1.75rem 1.75rem;animation:.42s both rise-in}.auth-card h2{font-size:1.75rem}.auth-card__lead{color:var(--text-muted);margin-top:.4rem;font-size:.95rem}.auth-tabs{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;margin:1.5rem 0 1.35rem;display:grid}.auth-tabs button{appearance:none;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.8rem .5rem;font-weight:600}.auth-tabs button.active{color:var(--primary);border-bottom-color:var(--primary)}.auth-form{gap:1rem;display:grid}.auth-form__meta{justify-content:flex-end;margin-top:-.25rem;display:flex}.auth-form__meta a{font-size:.875rem}.auth-card__footer{text-align:center;color:var(--text-muted);margin-top:1.25rem;font-size:.925rem}.auth-security{color:var(--text-light);text-align:center;align-items:center;gap:.45rem;max-width:36ch;font-size:.82rem;display:inline-flex}.auth-security svg{color:var(--primary);flex-shrink:0}.app-shell{background:var(--bg);flex-direction:column;min-height:100svh;display:flex}.hero{border-bottom:1px solid var(--border);background:linear-gradient(#f7faff 0%,#fff 100%);padding:4.5rem 0 3.5rem}.hero__eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem;font-size:.78rem;font-weight:700}.hero h1{max-width:16ch;font-size:clamp(2.1rem,4vw,3rem)}.hero p{color:var(--text-muted);max-width:46ch;margin-top:.9rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.section{padding:3.5rem 0}.section--muted{background:var(--bg-muted)}.section__header{text-align:center;max-width:40rem;margin:0 auto 2.25rem}.section__header .hero__eyebrow{margin-bottom:.65rem}.section__header p{color:var(--text-muted);margin-top:.7rem}.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card{border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;background:#fff;padding:1.75rem 1.4rem;box-shadow:0 4px 18px #001a3d0a}.feature-card__icon{background:var(--primary-soft);width:56px;height:56px;color:var(--primary);border-radius:999px;place-items:center;margin:0 auto 1rem;display:grid}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.loading-screen{min-height:100svh;color:var(--text-muted);background:var(--bg-muted);place-items:center;display:grid}.muted{color:var(--text-muted)}.card-panel{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;padding:1.5rem}.campaign-layout{grid-template-columns:minmax(280px,420px) 1fr;align-items:start;gap:1.25rem;display:grid}.campaign-sidebar{gap:1.25rem;display:grid}.campaign-form h2,.card-panel h2,.chart-card h2{margin-bottom:.35rem;font-size:1.25rem}.campaign-form .muted{margin-bottom:1.25rem}.source-fieldset{border:1px solid var(--border);border-radius:var(--radius);margin:0 0 1rem;padding:.85rem 1rem}.source-fieldset legend{color:var(--navy);padding:0 .35rem;font-size:.85rem;font-weight:700}.radio-option{color:var(--text);align-items:center;gap:.5rem;margin:.35rem 0;font-weight:600;display:flex}.field-hint{color:var(--text-muted);margin:.35rem 0 0;font-size:.85rem}.field-hint code{background:var(--bg-muted);border-radius:4px;padding:.1rem .35rem;font-size:.82rem}.panel-heading{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.campaign-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.campaign-list__item{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.95rem 0;display:flex}.campaign-list__item:first-child{border-top:0;padding-top:0}.campaign-title{color:var(--navy);font-weight:700;text-decoration:none}.campaign-title:hover{color:var(--primary);text-decoration:none}.campaign-meta{margin-top:.25rem;font-size:.9rem}.campaign-tags{flex-wrap:wrap;gap:.35rem;margin-top:.45rem;display:flex}.campaign-tag{background:var(--primary-soft);color:var(--primary);border-radius:999px;align-items:center;padding:.15rem .55rem;font-size:.72rem;font-weight:700;line-height:1.3;text-decoration:none;display:inline-flex}.campaign-tag:hover{background:#0056d22e;text-decoration:none}.campaign-subsection+.campaign-subsection{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.campaign-subsection__toggle{appearance:none;width:100%;font:inherit;color:var(--navy);cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;font-weight:700;display:flex}.campaign-subsection__toggle:hover{color:var(--primary)}.group-add-form{border-bottom:1px solid var(--border);gap:.45rem;padding-bottom:1rem;display:grid}.group-add-form label{color:var(--navy);font-size:.875rem;font-weight:600}.group-add-row{align-items:center;gap:.65rem;display:flex}.group-add-row select{border:1px solid var(--border);border-radius:var(--radius);min-width:0;color:var(--text);font:inherit;background:#fff;flex:1;padding:.7rem .85rem}.campaign-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.btn-compact{padding:.55rem .85rem;font-size:.875rem}.btn-danger{color:var(--danger);background:#fff;border:1px solid #c5303059}.btn-danger:hover:not(:disabled){background:#fff5f5}.hero--compact{padding:2.5rem 0 2rem}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.25rem;display:flex}.chart-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.chart-wrap{width:100%;min-height:260px}.chart-wrap--tall{min-height:320px}.comment-table-wrap{margin-top:1rem;overflow-x:auto}.comment-table{border-collapse:collapse;width:100%;font-size:.92rem}.comment-table th,.comment-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.75rem .65rem}.comment-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.sentiment-pill{text-transform:capitalize;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.sentiment-pill--positive{color:#0f766e;background:#0f766e1f}.sentiment-pill--neutral{color:#475569;background:#64748b24}.sentiment-pill--negative{color:#c53030;background:#c530301f}@keyframes rise-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=960px){.auth-shell{grid-template-columns:1fr}.auth-aside{min-height:auto;padding-bottom:4.5rem}.auth-aside__content{margin-top:1.5rem}.auth-features{display:none}.auth-mountains{height:120px}.site-nav{display:none}.site-footer__grid{grid-template-columns:1fr 1fr}.feature-grid,.campaign-layout,.chart-grid{grid-template-columns:1fr}.campaign-list__item{flex-direction:column;align-items:flex-start}.campaign-actions{justify-content:flex-start}}@media (width<=560px){.site-footer__grid{grid-template-columns:1fr}.auth-card{padding:1.5rem 1.2rem 1.35rem}.hero{padding:3rem 0 2.5rem}}
