:root{--navy-950:#061328;--navy-900:#081b35;--navy-850:#0b2444;--navy-800:#102c50;--navy-700:#183b63;--orange-500:#b84a16;--orange-400:#d56d35;--white:#fff;--ink:#f4f7fb;--muted:#9db0c7;--dim:#7690ad;--line:#1b3556;--card:#0b2444;--card-alt:#0c2240;--green:#2dc48d;--purple:#8e77f2;--red:#ff8a90;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--navy-950)}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}.muted{color:var(--muted);line-height:1.6}.eyebrow{margin:0 0 8px;color:var(--dim);font-size:10px;font-weight:800;letter-spacing:.14em}.orange-text{color:var(--orange-400)}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--green);display:inline-block;box-shadow:0 0 0 3px #2dc48d21}.button{border:0;border-radius:8px;padding:12px 16px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:transform .16s,background .16s}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button.primary{color:#fff;background:var(--orange-500);box-shadow:0 8px 18px #b84a1659}.button.outline{border:1px solid rgba(213,109,53,.55);color:var(--orange-400);background:transparent}.button.subtle{color:var(--ink);background:var(--card);border:1px solid var(--line)}.button.full{width:100%}.text-button{border:0;background:transparent;color:var(--orange-400);font-size:12px;font-weight:800}.error{color:var(--red);font-size:13px}.notice{margin:0 0 16px;padding:12px 16px;border-radius:8px;color:#7ff0c8;background:#2dc48d1f;border:1px solid rgba(45,196,141,.25);font-size:13px;font-weight:650}.banner{margin-bottom:16px;padding:12px 16px;background:#ff8a901a;border:1px solid rgba(255,138,144,.25);border-radius:8px}.login-shell{display:grid;min-height:100vh;grid-template-columns:minmax(380px,.9fr) 1.1fr;background:var(--navy-950)}.login-card{align-self:center;max-width:420px;width:calc(100% - 48px);margin:auto}.brand-mark{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:var(--orange-500);border-radius:12px 12px 12px 4px;font-size:24px;font-weight:900;font-style:italic;box-shadow:0 12px 24px #b84a1659}.brand-mark.small{width:30px;height:30px;border-radius:9px 9px 9px 3px;font-size:17px}.login-card .brand-mark{margin-bottom:48px}.login-card h1{margin:0 0 18px;color:#fff;font-size:44px;line-height:1.05;letter-spacing:-.05em}h1 span,h3 span{color:var(--orange-400)}.login-card>.muted{max-width:350px;margin-bottom:34px}.login-form{display:grid;gap:18px}label{display:grid;gap:8px;color:var(--muted);font-size:12px;font-weight:750}input,select{width:100%;padding:12px 13px;color:var(--ink);background:var(--card-alt);border:1px solid var(--line);border-radius:7px;outline:none}input:focus,select:focus{border-color:var(--orange-400);box-shadow:0 0 0 3px #d56d3533}.hint{color:var(--dim);font-size:11px;text-align:center}.login-aside{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:64px;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--navy-900),var(--navy-950))}.login-aside:after{content:"";position:absolute;inset:12% -12% -16% 28%;border:1px solid rgba(213,109,53,.17);border-radius:50%;transform:rotate(-24deg);box-shadow:0 0 0 80px #d56d3506,0 0 0 160px #d56d3505}.glow{position:absolute;right:18%;top:18%;width:180px;height:180px;background:var(--orange-500);filter:blur(100px);opacity:.28}.quote{position:relative;z-index:1;align-self:flex-end;margin-top:30vh;max-width:440px;color:#f6f8fb;font-size:42px;line-height:1.08;font-weight:650;letter-spacing:-.04em}.aside-footer{position:relative;z-index:1;display:flex;gap:10px;align-items:center;color:var(--dim);font-size:12px}.app-shell{min-height:100vh;display:flex;background:var(--navy-950)}.sidebar{position:fixed;inset:0 auto 0 0;z-index:4;display:flex;flex-direction:column;width:252px;padding:25px 16px 18px;color:#c1cee0;background:var(--navy-950);border-right:1px solid var(--line)}.brand{display:flex;gap:11px;align-items:center;padding:0 11px 28px;color:#fff}.brand strong{display:block;font-size:20px;letter-spacing:-.06em}.brand strong span{color:var(--orange-400)}.brand small{display:block;margin-top:2px;color:var(--dim);font-size:8px;letter-spacing:.17em;text-transform:uppercase}.workspace-switch{display:flex;align-items:center;gap:9px;padding:10px;margin-bottom:24px;border:1px solid var(--line);border-radius:8px;background:var(--card-alt)}.workspace-switch span:nth-child(2){flex:1;min-width:0}.workspace-switch small,.profile small{display:block;color:var(--dim);font-size:8px;letter-spacing:.1em}.workspace-switch strong,.profile strong{display:block;overflow:hidden;color:#e9eef5;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.avatar{display:grid;place-items:center;flex:none;width:29px;height:29px;color:#d6e7ff;background:#20528a;border-radius:8px;font-size:9px;font-weight:800}.avatar.orange{color:#fff;background:var(--orange-500)}.chevron{color:var(--dim)}nav{display:grid;gap:3px}.nav-label{margin:14px 11px 5px;color:var(--dim);font-size:9px;font-weight:800;letter-spacing:.15em}nav button{display:flex;align-items:center;gap:12px;width:100%;padding:10px 11px;color:#8da2bb;background:transparent;border:0;border-radius:7px;text-align:left;font-size:12px;font-weight:650}nav button span{width:17px;color:#728aa7;font-size:17px;text-align:center}nav button:hover,nav button.active{color:#fff;background:#112f53}nav button.active{box-shadow:inset 3px 0 var(--orange-500)}nav button.active span{color:var(--orange-400)}nav button b{margin-left:auto;padding:2px 6px;color:#9fb2c9;background:#1b3d66;border-radius:10px;font-size:9px}nav button i{margin-left:auto;padding:2px 5px;color:var(--orange-400);background:#ff76291f;border-radius:4px;font-size:8px;font-style:normal}.sidebar-bottom{margin-top:auto;display:grid;gap:12px}.kill-card{padding:12px;border:1px solid #21476f;border-radius:8px;background:#0d2748}.kill-card.active{border-color:#ff7629b3;background:#321f24}.kill-card div{display:flex;gap:8px;align-items:center;color:#9ab0ca;font-size:10px}.kill-card strong{display:block;margin:9px 0;color:#fff;font-size:15px;letter-spacing:.02em}.kill-card button{padding:0;color:var(--orange-400);background:transparent;border:0;font-size:10px;font-weight:800}.profile{display:flex;align-items:center;gap:9px;padding:8px 4px;color:#fff;background:transparent;border:0;text-align:left}.profile span:nth-child(2){flex:1;min-width:0}.profile>span:last-child{color:var(--dim);font-size:20px}.main-content{width:calc(100% - 252px);margin-left:252px;padding:38px 48px 64px}.topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:35px}.breadcrumb{margin:0 0 10px;color:var(--dim);font-size:9px;font-weight:800;letter-spacing:.14em}.breadcrumb span{padding:0 8px;color:#5a7291}.topbar h2{margin:0;color:#fff;font-size:27px;letter-spacing:-.04em}.top-actions{display:flex;align-items:center;gap:18px}.last-sync{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px}.icon-button{position:relative;padding:8px;color:var(--muted);background:transparent;border:0;font-size:20px}.notification{position:absolute;top:7px;right:5px;width:5px;height:5px;background:var(--orange-500);border-radius:50%}.toolbar{display:flex;justify-content:flex-end;gap:10px;margin-bottom:18px}.toolbar select{width:auto;min-width:160px;font-size:11px}.date-filter{display:flex;align-items:center;gap:8px;padding:10px 12px;color:var(--muted);background:var(--card);border:1px solid var(--line);border-radius:7px;font-size:11px}.date-filter span:last-child{color:var(--dim)}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.kpi-card{padding:19px 20px;background:var(--card);border:1px solid var(--line);border-radius:9px;box-shadow:0 4px 14px #02081440}.kpi-card.accent{color:#fff;background:var(--navy-850);border-color:var(--navy-700)}.kpi-head{display:flex;justify-content:space-between;align-items:center;color:var(--dim);font-size:9px;font-weight:800;letter-spacing:.1em}.accent .kpi-head{color:#90a7c1}.kpi-icon{display:grid;place-items:center;width:27px;height:27px;border-radius:7px;color:#fff;font-size:13px}.orange-bg{background:var(--orange-500)}.blue-bg{background:#439bd3}.navy-bg{background:#244e7d}.purple-bg{background:var(--purple)}.kpi-card>strong{display:block;margin:14px 0 7px;color:#fff;font-size:27px;letter-spacing:-.05em}.accent>strong{color:#fff}.kpi-card small{color:var(--green);font-size:10px;font-weight:800}.kpi-card small em{color:var(--dim);font-style:normal;font-weight:500}.accent small em{color:#8fa4ba}.dashboard-grid,.lower-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:18px;margin-bottom:18px}.lower-grid{grid-template-columns:1.45fr 1fr}.panel{padding:22px;background:var(--card);border:1px solid var(--line);border-radius:9px;box-shadow:0 4px 14px #02081440}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel h3{margin:0;color:#fff;font-size:16px;letter-spacing:-.03em}.legend{display:flex;align-items:center;gap:7px;color:var(--dim);font-size:10px}.legend span{width:7px;height:7px;border-radius:50%}.legend-spend{margin-left:8px;background:#5c7292}.legend-revenue{margin-left:8px;background:var(--orange-500)}.chart{position:relative;height:240px;padding:20px 0 0 43px}.chart svg{width:100%;height:205px;overflow:visible}.grid-line{fill:none;stroke:var(--line);stroke-width:1}.line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.line.revenue{stroke:var(--orange-400)}.line.spend{stroke:#5c7292;stroke-dasharray:3 4;stroke-width:2}.area{fill:#ff762914}.y-axis{position:absolute;left:0;top:20px;bottom:38px;display:flex;flex-direction:column;justify-content:space-between;color:var(--dim);font-size:9px}.x-axis{display:flex;justify-content:space-between;color:var(--dim);font-size:8px}.ai-panel{position:relative;overflow:hidden;color:#fff;background:var(--navy-900);border-color:var(--navy-700)}.ai-panel h3{color:#fff;font-size:24px;line-height:1.06}.ai-panel .muted{color:#9eb1c7;font-size:12px}.ai-panel .muted strong{color:#fff}.ai-orb{display:grid;place-items:center;width:40px;height:40px;margin-bottom:25px;color:#fff;background:linear-gradient(145deg,var(--orange-500),#ffbd84);border-radius:50%;box-shadow:0 0 0 8px #ff76291a,0 0 36px #ff762959;font-size:18px}.ai-orb.large{width:66px;height:66px;margin:0 auto 22px;font-size:28px}.ai-metric{display:flex;justify-content:space-between;align-items:center;padding:14px 0;margin-top:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#9eb1c7;font-size:10px}.ai-metric strong{color:#fff;font-size:17px}.ai-metric small{color:#ff9c64;font-size:10px}.ai-recommendation{padding:13px 0 17px}.ai-recommendation span{color:#ff9c64;font-size:9px;font-weight:800;letter-spacing:.12em}.ai-recommendation p{margin:6px 0 0;color:#d8e1eb;font-size:11px;line-height:1.45}.campaign-row{display:flex;align-items:center;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.campaign-row:last-child{border-bottom:0}.channel-icon{display:grid;place-items:center;width:29px;height:29px;color:#fff;background:#1877f2;border-radius:8px;font-weight:900}.channel-icon.google{background:#4285f4}.campaign-info{flex:1;min-width:130px}.campaign-info strong{display:block;overflow:hidden;color:#fff;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.campaign-info span{display:block;margin-top:4px;color:var(--dim);font-size:9px}.campaign-status{display:flex;align-items:center;gap:6px;color:#5fe0ac;font-size:9px;font-weight:800;text-transform:capitalize}.campaign-status i{width:5px;height:5px;background:var(--green);border-radius:50%}.campaign-status.paused{color:#f0b14a}.campaign-status.paused i{background:#f0b14a}.campaign-spend{width:110px;color:var(--muted);font-size:9px;text-align:right}.progress{height:4px;margin-top:7px;overflow:hidden;background:var(--line);border-radius:4px}.progress i{display:block;height:100%;background:var(--orange-500);border-radius:4px}.row-arrow{color:var(--dim)}.alert-count{display:grid;place-items:center;width:22px;height:22px;color:#fff;background:var(--orange-500);border-radius:50%;font-size:10px;font-weight:800}.alert-row{display:flex;gap:11px;padding:15px 0;border-bottom:1px solid var(--line)}.alert-row:last-child{border:0}.alert-symbol{display:grid;place-items:center;flex:none;width:22px;height:22px;color:#fff;background:#f0ad41;border-radius:50%;font-size:11px;font-weight:900}.alert-row strong{color:#fff;font-size:11px}.alert-row p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.4}.empty{padding:20px 0;color:var(--dim);font-size:12px;text-align:center}.section-title{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.section-title h3,.section-intro h3{margin:0;color:#fff;font-size:30px;letter-spacing:-.05em}.section-kicker{margin-bottom:14px}.table-panel{padding:4px 20px 20px;background:var(--card);border:1px solid var(--line);border-radius:9px;overflow:auto}table{width:100%;border-collapse:collapse;min-width:700px}th{padding:15px 10px;color:var(--dim);border-bottom:1px solid var(--line);font-size:9px;text-align:left;letter-spacing:.1em;text-transform:uppercase}td{padding:17px 10px;color:var(--muted);border-bottom:1px solid var(--line);font-size:11px}td strong{color:#fff}.channel-pill{padding:4px 7px;color:#8fc2ff;background:#439bd529;border-radius:5px;font-size:9px;font-weight:800}.planner{max-width:950px}.section-intro{margin:20px 0 30px}.section-intro h3{font-size:38px}.section-intro .muted{max-width:500px}.plan-form{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.form-card{padding:20px;background:var(--card);border:1px solid var(--line);border-radius:9px}.form-card-head{display:flex;gap:11px;align-items:center;margin-bottom:24px}.step{display:grid;place-items:center;width:30px;height:30px;color:var(--orange-400);background:#d56d3524;border-radius:8px;font-size:11px;font-weight:900}.form-card-head strong,.form-card-head small{display:block}.form-card-head strong{color:#fff;font-size:12px}.form-card-head small{margin-top:3px;color:var(--dim);font-size:10px}.form-card label+label{margin-top:17px}.field-hint{color:var(--dim);font-size:10px;font-weight:500}.date-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}.plan-submit{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:19px 0}.plan-submit>span{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:11px}.placeholder-section{display:grid;place-items:center;min-height:70vh}.empty-state{max-width:430px;text-align:center}.empty-state h3{margin:0;color:#fff;font-size:34px;letter-spacing:-.05em}.empty-state .muted{font-size:13px}.help-card h4{margin:0 0 8px;color:#fff;font-size:14px}.help-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.help-steps{margin:0;padding-left:20px;color:var(--muted);font-size:12px;line-height:1.9}.help-steps strong{color:#fff}.help-section .panel{margin-bottom:14px}@media(max-width:1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.lower-grid{grid-template-columns:1fr}.quote{font-size:32px}.plan-form{grid-template-columns:1fr}}@media(max-width:760px){.login-shell{display:block}.login-aside{display:none}.login-card{padding:44px 0}.sidebar{width:70px;padding:20px 10px}.brand{padding:0 10px 28px}.brand>div:last-child,.workspace-switch span:not(.avatar),nav .nav-label,nav button b,nav button i,nav button:not(.active):after,.kill-card,.profile span:not(.avatar){display:none}nav button{justify-content:center;padding:12px 8px}nav button span{width:auto}.profile{justify-content:center}.main-content{width:calc(100% - 70px);margin-left:70px;padding:25px 16px 45px}.topbar{align-items:flex-start;flex-direction:column;margin-bottom:25px}.topbar h2{font-size:23px}.top-actions{width:100%;justify-content:space-between}.last-sync{display:none}.toolbar{justify-content:flex-start;flex-wrap:wrap}.kpi-card{padding:15px}.kpi-card>strong{font-size:22px}.panel{padding:16px}.legend,.campaign-spend{display:none}.section-title{align-items:flex-start;gap:20px;flex-direction:column}.section-title h3,.section-intro h3{font-size:28px}}.ops-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0 24px}.ops-strip article{display:grid;gap:5px;padding:14px 16px;background:var(--card);border:1px solid var(--line);border-radius:14px}.ops-strip strong{color:#fff;font-size:1.05rem}.ops-strip small{color:var(--muted);font-size:.75rem}.ops-strip .eyebrow{margin:0;color:#dd7640;font-size:.62rem}@media(max-width:1100px){.ops-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
