*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:70px}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}:root{--sans: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--cream: #FFFCF2;--stone: #CCC5B9;--charcoal: #403D39;--black: #252422;--orange: #EB5E28;--ink: var(--black);--ink-2: var(--charcoal);--muted: rgba(64, 61, 57, .78);--muted-2: rgba(64, 61, 57, .58);--line: rgba(64, 61, 57, .16);--line-2: rgba(204, 197, 185, .48);--paper: var(--cream);--off: rgba(204, 197, 185, .2);--accent: var(--orange);--accent-hover: var(--charcoal);--accent-soft: rgba(235, 94, 40, .1);--green: #3f7d58;--green-2: #e8f4eb;--amber: #b87916;--amber-2: #fff3d8;--red: #b8433e;--red-2: #f9e8e4;--purple: #6d5dfc;--radius: 14px;--radius-sm: 9px;--shadow: 0 18px 60px rgba(37, 36, 34, .1);--shadow-sm: 0 1px 2px rgba(37,36,34,.05), 0 8px 24px rgba(37,36,34,.07);--max: 1140px;--honeycomb-grid: url("data:image/svg+xml,%3Csvg%20width='120'%20height='70'%20viewBox='0%200%20120%2070'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='none'%20stroke='%23FFFCF2'%20stroke-opacity='.145'%20stroke-width='.8'%3E%3Cpath%20d='M40%200L20%2035L-20%2035L-40%200L-20-35L20-35Z'/%3E%3Cpath%20d='M100%2035L80%2070L40%2070L20%2035L40%200L80%200Z'/%3E%3Cpath%20d='M160%200L140%2035L100%2035L80%200L100-35L140-35Z'/%3E%3Cpath%20d='M40%2070L20%20105L-20%20105L-40%2070L-20%2035L20%2035Z'/%3E%3Cpath%20d='M160%2070L140%20105L100%20105L80%2070L100%2035L140%2035Z'/%3E%3C/g%3E%3C/svg%3E");--honeycomb-size: 74px 43px;--honeycomb-mask: linear-gradient(135deg, #000 0%, #000 38%, rgba(0,0,0,.86) 51%, rgba(0,0,0,.42) 64%, transparent 80%)}a{color:inherit}img,svg{display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.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}.container{width:min(100% - 40px,var(--max));margin:0 auto}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:-.03em}.brand-mark{display:none!important}.brand-text{font-family:var(--sans)!important;font-size:24px;font-weight:900;letter-spacing:-.045em;line-height:1}.brand-text span{color:var(--accent)}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:none;white-space:nowrap}.btn:hover{transform:none}.btn:focus-visible{outline:3px solid rgba(235,94,40,.3);outline-offset:3px}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{color:var(--cream);background:var(--accent);box-shadow:none}.btn-primary:hover{color:var(--cream);background:var(--accent)}.btn-secondary{color:var(--ink);background:var(--paper);border-color:var(--line)}.btn-secondary:hover{color:var(--ink);background:var(--paper);border-color:var(--line);box-shadow:none}.btn-ghost,.btn-ghost:hover{color:var(--muted);background:transparent}.btn-danger{color:#fff;background:var(--red)}.btn-full{width:100%}.btn-sm{padding:7px 11px;font-size:12.5px;border-radius:8px}.btn-lg{padding:14px 22px;font-size:15px}.badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:800;color:var(--accent);background:var(--accent-soft);border:1px solid rgba(235,94,40,.34)}.dot{width:7px;height:7px;border-radius:50%;background:currentColor}.status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;line-height:1;white-space:nowrap}.status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.status-draft{color:#667085;background:#f2f4f7}.status-submitted,.status-reviewing{color:#92400e;background:var(--amber-2)}.status-proposal_ready,.status-proposal_2_ready,.status-proposal_3_ready,.status-proposal_4_ready,.status-awaiting_customer_approval{color:var(--accent);background:var(--accent-soft)}.status-approved,.status-paid,.status-ad_budget_received{color:var(--green);background:var(--green-2)}.status-changes_requested,.status-payment_pending,.status-awaiting_ad_budget{color:#92400e;background:var(--amber-2)}.status-awaiting_creative,.status-creative_review{color:var(--purple);background:#f0edff}.status-scheduled,.status-live{color:var(--green);background:var(--green-2)}.status-completed{color:#475467;background:#eef1f6}.status-cancelled{color:var(--red);background:var(--red-2)}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-head{padding:18px 20px;border-bottom:1px solid var(--line-2);display:flex;align-items:center;justify-content:space-between;gap:14px}.card-title{font-size:15px;font-weight:800;letter-spacing:-.01em}.card-sub{color:var(--muted);font-size:13px;margin-top:2px}.card-body{padding:20px}.kicker{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.h1,.h2,.h3{margin:0;font-family:var(--sans);font-weight:700;letter-spacing:-.045em;line-height:1.02}.h1{font-size:clamp(46px,6.4vw,78px)}.h2{font-size:clamp(34px,3.8vw,52px)}.h3{font-size:25px;font-weight:700}.lead{color:var(--muted);font-size:clamp(16px,2vw,19px);max-width:860px}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{display:grid;gap:14px}.split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.toast{position:fixed;right:20px;bottom:20px;z-index:9999;max-width:380px;padding:14px 16px;border-radius:12px;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--paper);color:var(--ink);font-weight:700;display:none}.toast.show{display:block}.toast.error{border-color:#ffc9cd;background:#fff6f7;color:#b42318}.toast.success{border-color:#b8eacb;background:#f3fff7;color:#087443}.site-nav{position:sticky;top:0;z-index:100;background:#fffcf2e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.site-nav-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-links{display:flex;align-items:center;gap:4px}.site-links a{text-decoration:none;padding:8px 12px;color:var(--muted);font-weight:700;font-size:14px;border-radius:9px}.site-links a:hover{color:var(--ink);background:transparent}.site-actions{display:flex;align-items:center;gap:10px}.hero{position:relative;overflow:hidden;min-height:calc(100svh - 70px);display:grid;align-items:stretch;background:var(--charcoal);color:var(--cream)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-image:var(--honeycomb-grid);background-size:var(--honeycomb-size);background-position:top left;opacity:.82;-webkit-mask-image:linear-gradient(to bottom right,#000 0%,#000 36%,rgba(0,0,0,.95) 43%,rgba(0,0,0,.72) 49%,rgba(0,0,0,.42) 56%,rgba(0,0,0,.18) 63%,rgba(0,0,0,.04) 69%,transparent 75%);mask-image:linear-gradient(to bottom right,#000 0%,#000 36%,rgba(0,0,0,.95) 43%,rgba(0,0,0,.72) 49%,rgba(0,0,0,.42) 56%,rgba(0,0,0,.18) 63%,rgba(0,0,0,.04) 69%,transparent 75%);pointer-events:none}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:transparent;pointer-events:none}.hero-layout{position:relative;z-index:1;width:min(100% - 48px,1420px);min-height:calc(100svh - 70px);padding:34px 0 32px}.hero-copy{position:relative;width:100%;min-width:0;min-height:calc(100svh - 136px);margin:0 auto;display:grid;place-items:center;text-align:center}.hero-message{display:grid;justify-items:center;gap:20px;width:100%}.hero-title{width:100%;max-width:1320px;color:var(--cream);font-size:clamp(41px,calc(4.8vw - 3px),71px);line-height:.99}.hero-title-desktop,.hero-title-mobile,.hero-title-desktop>span,.hero-title-mobile>span{display:block}.hero-title-desktop>span{white-space:nowrap}.hero-title-mobile{display:none}.hero-lead{max-width:760px;margin:0;color:#fffcf2c2}.hero-lead-desktop{display:block}.hero-lead-mobile{display:none}.hero-lead-line{display:inline}.hero-lead-line+.hero-lead-line:before{content:" "}.hero-lead-last{display:block;margin-top:6px}.hero-bottom{position:absolute;inset-inline:0;bottom:clamp(46px,6vh,64px);display:grid;justify-items:center;gap:20px}.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0}.hero .btn-secondary,.hero .btn-secondary:hover{color:var(--cream);background:transparent;border-color:#fffcf252}.trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px;color:var(--muted);font-size:13px;font-weight:700}.hero-trust-row{justify-content:center;width:100%;margin:0}.trust-pill{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;color:#fffcf2bd;white-space:nowrap}.trust-pill:before{content:"✓";width:17px;height:17px;border-radius:50%;display:inline-grid;place-items:center;background:var(--accent);color:var(--cream);font-size:10px;font-weight:900;line-height:1;flex:0 0 17px}.trust-separator{width:4px;height:4px;border-radius:50%;background:#fffcf252;flex:0 0 auto}.city-strip{padding:34px 0;background:var(--off);border-block:1px solid var(--line)}.city-strip-inner{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.city-label{color:var(--muted-2);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-right:8px}.city-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:999px;border:1px solid var(--line);background:var(--paper);color:var(--muted);font-size:13px;font-weight:800}.city-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent)}.hero-preview{width:min(100%,960px);margin:38px auto 0;border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 90px #25242224;overflow:hidden;background:var(--paper);text-align:left}.preview-top{display:flex;gap:7px;align-items:center;padding:13px 16px;background:var(--off);border-bottom:1px solid var(--line)}.preview-dot{width:10px;height:10px;border-radius:50%;background:var(--stone)}.preview-url{margin-left:auto;margin-right:auto;font-size:12px;color:var(--muted-2);background:var(--paper);border:1px solid var(--line);padding:4px 14px;border-radius:999px}.preview-body{display:grid;grid-template-columns:210px 1fr;min-height:330px}.preview-side{border-right:1px solid var(--line);padding:18px;background:var(--paper)}.preview-main{padding:20px;background:var(--off)}.preview-nav-item{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;color:var(--muted);font-size:13px;font-weight:750}.preview-nav-item.active{color:var(--accent);background:var(--accent-soft)}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.preview-card{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:16px}.preview-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-2);font-weight:900}.preview-value{font-size:22px;font-weight:900;letter-spacing:-.04em;margin-top:7px}.timeline{display:grid;gap:12px;margin-top:16px}.timeline-item{display:flex;gap:12px;background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:13px}.timeline-num{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent);font-weight:900;font-size:12px;flex:0 0 auto}.section{padding:88px 0}.section.alt{background:#f4f0e7;border:0}.section-head{display:grid;gap:12px;margin-bottom:36px;max-width:920px}.how-it-works-section{background:#faf7ee;min-height:calc(100svh - 70px);display:flex;align-items:center}.step-card{padding:26px;position:relative;overflow:hidden}.step-card h3{margin:0 0 8px;font-size:18px;letter-spacing:-.02em}.step-card p{margin:0;color:var(--muted);font-size:14px}.step-count{font-size:50px;line-height:1;color:#eb5e282e;font-weight:900;letter-spacing:-.08em;margin-bottom:14px}.cta-band{background:var(--accent);color:var(--cream);padding:72px 0;text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,252,242,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,252,242,.1) 1px,transparent 1px);background-size:48px 48px}.cta-band .container{position:relative;display:grid;gap:18px;justify-items:center}.cta-band p{color:#fffcf2d1;margin:0;max-width:650px}.faq-card a{color:var(--accent);font-weight:800;text-decoration:none}.faq-card a:hover{text-decoration:underline}.site-footer{background:var(--black);color:#fffcf2a8;padding:46px 0 32px}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:34px}.footer-grid a{display:block;color:#fffcf29e;text-decoration:none;margin:8px 0;font-size:14px}.footer-grid a:hover{color:var(--cream)}.footer-title{color:#fffcf2eb;font-weight:850;margin-bottom:10px}.footer-bottom{border-top:1px solid rgba(255,252,242,.12);padding-top:22px;margin-top:32px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#fffcf26b}@media(max-width:860px){.hero-copy{width:min(100%,760px)}}@media(max-width:760px){html{scroll-padding-top:68px}.brand-text{font-size:22px}.site-actions .btn-primary{display:none}.site-actions{gap:0}.hero{min-height:calc(100svh - 68px);background:var(--charcoal)}.hero:before{opacity:.82;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 32%,rgba(0,0,0,.76) 38%,rgba(0,0,0,.28) 43%,transparent 48%);mask-image:linear-gradient(to bottom,#000 0%,#000 32%,rgba(0,0,0,.76) 38%,rgba(0,0,0,.28) 43%,transparent 48%)}.hero:after{background:transparent}.hero-layout{width:min(100% - clamp(28px,7vw,40px),1220px);min-height:calc(100svh - 68px);padding:0}.hero-copy{min-height:calc(100svh - 68px);padding:clamp(118px,18.5svh,164px) 0 clamp(34px,5.8svh,58px);display:flex;flex-direction:column;justify-content:center;gap:clamp(108px,16svh,156px);transform:translateY(clamp(42px,6.8svh,76px))}.hero-message{gap:clamp(23px,4.4svh,38px)}.hero-title{max-width:100%;font-size:clamp(44px,12.35vw,62px);line-height:.96;letter-spacing:-.06em}.hero-title-desktop{display:none}.hero-title-mobile{display:block}.hero-title-mobile>span{white-space:nowrap}.hero-lead{max-width:100%;font-size:clamp(15.4px,4.35vw,18px);line-height:1.5;text-wrap:wrap}.hero-lead-desktop{display:none}.hero-lead-mobile{display:grid;gap:2px;justify-items:center}.hero-lead-mobile>span{display:block;white-space:nowrap}.hero-bottom{position:static;inset:auto;gap:clamp(34px,5.6svh,50px);width:100%}.hero-actions{width:100%;gap:clamp(8px,2.4vw,10px);flex-wrap:nowrap}.hero-actions .btn{flex:1 1 0;min-width:0;min-height:clamp(48px,13vw,54px);padding-inline:clamp(10px,3vw,18px);font-size:clamp(13px,3.55vw,15px)}.hero-trust-row{justify-content:center;gap:clamp(7px,2vw,10px) clamp(8px,2.6vw,14px);font-size:clamp(10.8px,3.05vw,13px)}.hero-trust-row .trust-pill{gap:clamp(4px,1.35vw,7px)}.hero-trust-row .trust-pill:before{width:clamp(13px,3.8vw,17px);height:clamp(13px,3.8vw,17px);flex-basis:clamp(13px,3.8vw,17px);font-size:clamp(8px,2.35vw,10px)}.trust-separator{display:none}.preview-body{grid-template-columns:1fr}.preview-side{border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:760px)and (max-height:700px){.hero-copy{gap:clamp(66px,10.8svh,92px);transform:translateY(clamp(28px,5svh,46px))}.hero-title{font-size:clamp(38px,11.2vw,48px)}.hero-lead{font-size:clamp(13.6px,3.95vw,15.4px)}.hero-bottom{gap:clamp(20px,4svh,30px)}}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--paper)}.auth-art{padding:44px;background:var(--charcoal);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(150px,23vh,240px);overflow:hidden;position:relative}.auth-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:var(--honeycomb-grid);background-size:var(--honeycomb-size);background-position:top left;opacity:.86;-webkit-mask-image:var(--honeycomb-mask);mask-image:var(--honeycomb-mask);pointer-events:none}.auth-art>*{position:relative;z-index:1}.auth-kicker{color:var(--accent)}.auth-panel{display:grid;place-items:center;padding:36px 22px}.auth-card{width:min(100%,440px)}.auth-card h1{margin:30px 0 8px;font-family:var(--sans);font-size:38px;font-weight:700;letter-spacing:-.04em;line-height:1.05}.auth-card p{color:var(--muted);margin-top:0}.auth-card .auth-card-mobile-brand{display:none}.auth-form{display:grid;gap:14px;margin-top:24px}.form-group{display:grid;gap:7px}.form-label{color:var(--ink-2);font-size:13px;font-weight:800}.form-helper{margin:2px 0 0;color:var(--muted);font-size:12px;font-weight:700}.form-input,.form-select,.form-textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:var(--paper);padding:11px 12px;color:var(--ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.form-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:44px;background-color:var(--paper);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236B6256' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;background-size:14px 14px}.form-select::-ms-expand{display:none}.form-textarea{min-height:110px;resize:vertical}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #eb5e281f}.form-help{color:var(--muted-2);font-size:12px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.auth-foot{margin-top:22px;font-size:14px;color:var(--muted)}.auth-foot a{color:var(--accent);font-weight:800;text-decoration:none}.auth-mobile-brand{display:none;color:var(--ink);text-decoration:none}.message{border-radius:12px;padding:12px 14px;border:1px solid var(--line);background:var(--paper);color:var(--muted);display:none}.message.show{display:block}.message.error{border-color:#ffc9cd;background:#fff6f7;color:#b42318}.message.success{border-color:#b8eacb;background:#f3fff7;color:#087443}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:var(--paper);border-right:1px solid var(--line);display:flex;flex-direction:column}.sidebar-top{height:72px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid var(--line-2)}.sidebar-nav{padding:18px 12px;display:grid;gap:4px}.nav-label{padding:10px 10px 4px;font-size:11px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:var(--muted-2)}.app-nav-link{border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;color:var(--muted);padding:10px 11px;border-radius:10px;font-weight:800;text-decoration:none;text-align:left}.app-nav-link:hover{background:var(--off);color:var(--ink);transform:none}.app-nav-link.active{background:var(--accent-soft);color:var(--accent)}.sidebar-bottom{margin-top:auto;padding:16px 12px;border-top:1px solid var(--line-2)}.user-pill{display:flex;align-items:center;gap:0;padding:9px 10px;border-radius:11px;background:var(--off)}.app-main{min-width:0}.topbar{height:72px;background:var(--paper);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:50}.topbar-title{font-weight:900;letter-spacing:-.02em}.topbar-actions{display:flex;align-items:center;gap:10px}.app-page{padding:28px}.page-panel{display:none}.page-panel.active{display:block}.page-head{margin-bottom:24px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.page-head h1{margin:0 0 6px;font-family:var(--sans);font-size:34px;font-weight:700;letter-spacing:-.04em;line-height:1.08}.page-head p{margin:0;color:var(--muted);max-width:1120px}.metric{padding:20px}.metric-label{font-size:12px;color:var(--muted-2);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.metric-value{font-family:var(--sans);font-size:36px;font-weight:700;letter-spacing:-.04em;margin-top:8px}.metric-note{color:var(--muted);font-size:13px;margin-top:4px}.empty{padding:34px;text-align:center;color:var(--muted);border:1px dashed #cfd5e2;border-radius:var(--radius);background:var(--paper)}.empty h3{color:var(--ink);margin:0 0 6px}.empty-plain{border:0;border-radius:0;background:transparent}.campaign-empty-state{padding:42px 16px}.list{display:grid;gap:12px}.item-card{border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:16px;display:grid;gap:10px}.item-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.item-title{font-weight:900;letter-spacing:-.02em}.item-meta{color:var(--muted);font-size:13px;margin-top:2px}.timeline-feed{display:grid;gap:12px}.feed-item{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.feed-icon{width:32px;height:32px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;flex:0 0 auto;font-weight:900}.feed-title{font-weight:900}.feed-body{color:var(--muted);font-size:13px;margin-top:2px}.feed-date{color:var(--muted-2);font-size:12px;margin-top:6px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{text-align:left;color:var(--muted-2);font-size:11px;text-transform:uppercase;letter-spacing:.08em;padding:11px 13px;background:var(--off)}td{padding:13px;border-top:1px solid var(--line-2);vertical-align:top;font-size:13.5px}.file-drop{border:2px dashed #cfd5e2;border-radius:14px;background:var(--off);padding:24px;text-align:center;color:var(--muted)}.file-drop strong{color:var(--accent)}.file-list{display:grid;gap:8px;margin-top:10px}.file-chip{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:9px 10px;border:1px solid var(--line);border-radius:9px;background:var(--paper);font-size:13px}.recommendation{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.reco-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;color:var(--muted);font-size:13px}.reco-label{color:var(--muted-2);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.result-row{display:grid;grid-template-columns:120px repeat(3,1fr);gap:10px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.small-muted{color:var(--muted);font-size:13px}hr.sep{border:0;border-top:1px solid var(--line-2);margin:18px 0}.admin-list{max-height:calc(100vh - 180px);overflow:auto;display:grid;gap:10px;padding-right:4px}.admin-brief-btn{width:100%;border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:14px;text-align:left;display:grid;gap:8px}.admin-brief-btn:hover{border-color:var(--stone);transform:none}.admin-brief-btn.active{border-color:var(--accent);box-shadow:0 0 0 4px #eb5e281f}.admin-layout{display:grid;grid-template-columns:360px minmax(0,1fr);gap:20px;align-items:start}.admin-tools{display:grid;gap:18px}.permission-box{padding:24px;border-radius:var(--radius);border:1px solid var(--line);background:var(--paper);max-width:720px}.proposal-response{margin-top:18px}.decision-list{display:grid;gap:10px}.decision-item{border:1px solid var(--line);border-radius:12px;padding:12px;background:var(--paper)}.decision-approved{border-color:#b8eacb;background:#f6fff9}.decision-changes_requested{border-color:#ffe0a3;background:#fffaf0}.inline-form-note{color:var(--muted);font-size:13px;margin-top:8px}@media(max-width:960px){.site-links{display:none}.preview-body,.split,.admin-layout{grid-template-columns:1fr}.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{min-height:100svh;display:grid;justify-items:center;align-items:stretch;padding:0 22px 24px}.auth-card{width:min(100%,440px);min-height:100svh;margin:0 auto;display:flex;flex-direction:column}.auth-card>.brand{min-height:68px;display:inline-flex;align-items:center;margin-bottom:0;flex:0 0 68px}.auth-card>.brand.auth-card-mobile-brand{display:inline-flex}.auth-card h1{margin:auto 0 8px;text-align:center}.auth-card>.message,.auth-form,.auth-foot{width:min(100%,390px);margin-left:auto;margin-right:auto}.auth-foot{margin-bottom:auto;text-align:center}.auth-card.auth-card-center{min-height:calc(100svh - 24px);display:grid;grid-template-rows:68px minmax(18px,1fr) auto auto auto auto minmax(18px,1fr)}.auth-card.auth-card-center>.brand{grid-row:1;align-self:center;justify-self:start;margin:0}.auth-card.auth-card-center>.auth-mobile-brand{display:inline-flex}.auth-card.auth-card-center h1{grid-row:3;margin:0 0 8px}.auth-card.auth-card-center>.message{grid-row:4}.auth-card.auth-card-center>.auth-form{grid-row:5;margin-top:16px}.auth-card.auth-card-center>.auth-foot{grid-row:6;margin-top:22px;margin-bottom:0}.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{position:static}}@media(max-width:680px){.container{width:min(100% - 28px,var(--max))}.desktop-only-inline{display:none!important}.mobile-only-inline{display:inline!important}.pricing-tier-card{gap:10px}.pricing-tier-value{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.pricing-tier-value strong{font-size:clamp(36px,11vw,44px)}.pricing-tier-value p{font-size:13px;line-height:1.25}.site-nav-inner{height:68px;padding:0;align-items:center;gap:12px}.site-actions{flex-wrap:nowrap;justify-content:flex-end;gap:8px}.site-actions .btn{padding:9px 12px;font-size:13px}.site-actions .btn-ghost{padding-inline:6px}.hero-inner{padding:58px 0 46px}.grid-2,.grid-3,.grid-4,.form-row,.preview-cards,.reco-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-head,.item-row{flex-direction:column}.topbar{padding:12px 16px;height:auto;flex-direction:column;align-items:flex-start}.app-page{padding:18px}.sidebar-nav,.result-row{grid-template-columns:1fr}}.campaign-list{display:grid;gap:14px}.campaign-card{display:grid;gap:14px;padding:18px;min-height:180px;align-content:center;border:1px solid var(--line);border-radius:14px;background:var(--paper);color:inherit;text-decoration:none;box-shadow:var(--shadow-sm);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.campaign-card:hover,.campaign-card:focus-visible{border-color:var(--accent);transform:translateY(-1px);box-shadow:var(--shadow)}.campaign-card:focus-visible{outline:3px solid rgba(235,94,40,.22);outline-offset:3px}.campaign-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.campaign-card-grid div{border:1px solid var(--line-2);border-radius:10px;padding:12px;min-height:64px;background:var(--off);display:flex;flex-direction:column;justify-content:center}.campaign-card-grid span{display:block;color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900;margin-bottom:3px}.campaign-card-grid strong{display:block;font-size:18px;overflow-wrap:anywhere}.campaign-card-prelive-grid strong,.campaign-card-stats-grid strong{font-size:18px}.metric-money{font-size:26px}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--muted);font-size:13px}.breadcrumb a{color:var(--accent);text-decoration:none;font-weight:800}.detail-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:20px;align-items:start}.checkbox-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.checkbox-grid label{display:flex;align-items:center;gap:7px;padding:9px 10px;border:1px solid var(--line);border-radius:9px;background:var(--paper);font-size:13px;font-weight:700;color:var(--muted)}.checkbox-grid input{accent-color:var(--accent)}.notice-card{border-color:#eb5e2847;background:var(--off)}.inline-notice{padding:14px;border:1px solid rgba(235,94,40,.28);border-radius:12px;color:var(--muted)}.inline-notice strong{color:var(--ink);display:block;margin-bottom:4px}.inline-notice p{margin:0;font-size:13px}.status-line{display:flex;align-items:center;gap:8px}.progress-steps{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:8px}.progress-step{border:1px solid var(--line);border-radius:12px;padding:10px 8px;background:var(--paper);display:grid;gap:6px;text-align:center}.progress-step span{width:24px;height:24px;border-radius:50%;display:inline-grid;place-items:center;margin:0 auto;background:var(--line-2);color:var(--muted);font-size:12px;font-weight:900}.progress-step strong{font-size:11.5px}.progress-step.done{border-color:#eb5e2847;background:var(--off)}.progress-step.done span{background:var(--accent);color:#fff}.progress-step.current{box-shadow:0 0 0 3px #eb5e281f}.results-table{display:grid;gap:8px}.results-header,.results-row{display:grid;grid-template-columns:120px repeat(4,minmax(0,1fr));gap:10px;align-items:center}.results-header{color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900;padding:0 12px 2px}.results-row{padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.status-creative_review,.status-creative_approved,.status-pause_requested,.status-paused,.status-in_review,.status-needs_changes,.status-not_uploaded,.status-uploaded{background:var(--off);color:var(--charcoal)}.status-awaiting_ad_budget{background:var(--amber-2);color:#92400e}.status-ad_budget_received{background:var(--green-2);color:var(--green)}.status-creative_approved,.status-approved{background:#e7f8ee;color:#057647}.status-pause_requested,.status-needs_changes{background:#fff3d8;color:#9a5b00}.status-paused{background:var(--accent-soft);color:var(--accent)}@media(max-width:1100px){.detail-grid,.campaign-card-grid{grid-template-columns:1fr 1fr}.progress-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:680px){.detail-grid,.campaign-card-grid,.checkbox-grid,.results-header,.results-row{grid-template-columns:1fr}.results-header{display:none}}.link-button{border:0;background:transparent;color:var(--accent);font-weight:800;padding:0;cursor:pointer;font:inherit}.link-button:hover{text-decoration:underline;transform:none}.repeater-list{display:grid;gap:10px;margin-bottom:10px}.repeater-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.screen-option-card input[type=checkbox]{accent-color:var(--accent)}.screen-option-list{display:grid;gap:12px}.screen-option-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:14px;color:inherit}.screen-option-card.selected{border-color:var(--accent);background:var(--off);box-shadow:0 0 0 4px #eb5e281a}.screen-option-card>input{margin-top:4px}.source-preference-top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}.source-preference-top>.form-group{display:grid;grid-template-rows:30px auto;gap:8px}.source-preference-top>.form-group>.form-label,.screen-source-head{min-height:30px;display:flex;align-items:center}.source-preference-top .form-input,.source-preference-top .multi-select summary{min-height:48px}.screen-source-head{justify-content:space-between;gap:10px}.screen-source-head .form-label{margin:0}.screen-source-head .btn{flex:0 0 auto}.source-location-section{width:100%;display:grid;gap:10px;min-width:0}.source-location-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.source-location-head .btn{justify-self:end;align-self:center}.source-location-section .repeater-row{width:calc((100% - 22px)/2);grid-template-columns:minmax(0,1fr) auto;align-items:center}.source-location-section .repeater-list{margin-bottom:0}.source-location-section .repeater-row .btn{align-self:center}.file-drop{cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.file-drop:hover{border-color:var(--accent);background:var(--off);box-shadow:0 0 0 4px #eb5e281a}.screen-request-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;border:0}.screen-request-option{display:flex;align-items:flex-start;gap:12px;min-width:0;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--paper);cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.screen-request-option:hover{border-color:#eb5e2861;background:var(--off)}.screen-request-option:has(input:checked){border-color:var(--accent);background:var(--accent-soft);box-shadow:0 0 0 4px #eb5e281a}.screen-request-option input{width:18px;height:18px;margin:2px 0 0;accent-color:var(--accent);flex:0 0 auto}.screen-request-option span{display:grid;gap:4px;min-width:0}.screen-request-option strong{color:var(--ink)}.screen-request-option small{color:var(--muted);line-height:1.45}.screen-request-panel{display:grid;gap:16px;padding-top:18px;border-top:1px solid var(--line-2)}.screen-request-panel[hidden]{display:none!important}.optional-label{color:var(--muted-2);font-weight:700;font-size:11px}.known-screen-list{display:grid;gap:16px}.known-screen-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:12px;align-items:end;padding:0;border:0;border-radius:0;background:transparent}.screen-request-section-head{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:10px}.screen-request-section-head .form-label{margin:0}.screen-request-section-head .btn{flex:0 0 auto}.known-screen-row .form-group{min-width:0}.known-screen-row>.form-group>.form-label{min-height:30px;display:flex;align-items:center}.known-screen-row>button{align-self:end}.multi-select{position:relative;width:100%;min-width:0}.multi-select summary{list-style:none;width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 44px 11px 13px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);cursor:pointer;font-weight:750;position:relative}.multi-select summary>span[aria-hidden=true]{position:absolute;right:18px;top:50%;width:14px;height:14px;overflow:hidden;color:transparent;line-height:1;transform:translateY(-50%);pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236B6256' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}.multi-select summary::-webkit-details-marker{display:none}.multi-select[open] summary{border-color:var(--accent);box-shadow:0 0 0 3px #eb5e281f}.multi-select-panel{position:absolute;z-index:30;inset:calc(100% + 6px) 0 auto;width:100%;max-height:330px;overflow:auto;display:grid;gap:4px;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:0 18px 36px #0f172a24}.multi-select-option{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 10px;border-radius:8px;color:var(--ink);cursor:pointer}.multi-select-option:hover{background:var(--off)}.multi-select-option input{width:17px;height:17px;accent-color:var(--accent);flex:0 0 auto}.schedule-toolbar{display:flex;flex-wrap:wrap;gap:8px}.schedule-table-scroll,.schedule-summary-scroll,.brief-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-table-scroll{max-height:430px;overflow:auto;position:relative;overscroll-behavior:contain;border:1px solid var(--line);border-radius:12px;background:var(--paper);isolation:isolate}.schedule-sticky-header{position:sticky;top:0;z-index:40;display:grid;grid-template-columns:108px repeat(7,minmax(0,1fr));min-width:640px;background:#f5f1e7;box-shadow:0 1px 0 var(--line-2)}.schedule-sticky-header span{min-height:34px;display:grid;place-items:center;border-right:1px solid var(--line-2);background:#f5f1e7;color:var(--ink);font-size:12px;font-weight:900}.schedule-sticky-header span:first-child{position:sticky;left:0;z-index:41;background:#f5f1e7}.schedule-sticky-header span:last-child{border-right:0}.schedule-matrix{width:100%;min-width:640px;border-collapse:separate;border-spacing:0;table-layout:fixed;border:0;border-radius:0;overflow:visible;background:var(--paper)}.schedule-matrix th,.schedule-matrix td{border-right:1px solid var(--line-2);border-bottom:1px solid var(--line-2);padding:0;text-align:center;vertical-align:middle}.schedule-matrix tr:last-child th,.schedule-matrix tr:last-child td{border-bottom:0}.schedule-matrix th:last-child,.schedule-matrix td:last-child{border-right:0}.schedule-matrix thead{display:none}.schedule-matrix tbody th{position:sticky;left:0;z-index:4;width:108px;padding:6px 8px;background:#f5f1e7;color:var(--muted);font-size:11px;font-weight:850;white-space:nowrap}.schedule-slot{width:100%;min-height:28px;display:grid;place-items:center;border:0;border-radius:0;padding:0;background:var(--paper);cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.schedule-slot:hover{background:var(--accent-soft);transform:none}.schedule-slot span{width:10px;height:10px;border:1px solid var(--stone);border-radius:4px;background:var(--paper)}.schedule-slot.selected{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}.schedule-slot.selected span{border-color:var(--accent);background:var(--accent)}.schedule-summary-picker{max-height:none}.schedule-summary-picker .schedule-sticky-header,.schedule-summary-picker .schedule-matrix{min-width:640px}.schedule-summary-picker .schedule-slot-readonly{cursor:default;pointer-events:none}.schedule-summary-picker .schedule-slot-readonly:not(.selected):hover{background:var(--paper)}.schedule-summary-picker .schedule-slot-readonly.selected{background:var(--paper);box-shadow:none}.schedule-summary-picker .schedule-slot-readonly.selected span{border-color:var(--muted);background:var(--muted)}.schedule-summary-picker .schedule-summary-matrix tr.schedule-gap-row td{height:8px;min-height:8px;padding:0;font-size:0;line-height:0;background:var(--paper)}.schedule-summary-picker .schedule-summary-matrix .schedule-gap-hash{display:block;width:100%;height:8px;background:repeating-linear-gradient(135deg,transparent 0,transparent 5px,rgba(99,94,86,.16) 5px,rgba(99,94,86,.16) 7px)}.brief-review-footer{display:grid;gap:14px;padding:2px 0 0}.brief-review-notes{display:grid;gap:6px;max-width:1040px}.brief-review-notes p,.schedule-bidding-note{margin:0}.schedule-summary-table,.brief-detail-table{width:100%;border-collapse:collapse;font-size:12.5px;background:var(--paper)}.schedule-summary-table{min-width:680px;table-layout:fixed}.schedule-summary-table th,.schedule-summary-table td,.brief-detail-table th,.brief-detail-table td{border:1px solid var(--line);padding:9px 10px;text-align:left;vertical-align:top}.schedule-summary-table th{background:var(--off);text-align:center;font-size:11px;font-weight:900}.schedule-summary-table th:first-child,.schedule-summary-table td:first-child{width:126px;text-align:left;white-space:nowrap;font-weight:850}.schedule-summary-table td{text-align:center;color:var(--muted-2)}.schedule-summary-table td.is-selected{color:var(--accent);background:var(--accent-soft);font-weight:900}.brief-detail-table th{background:var(--off);color:var(--ink);font-size:11px;font-weight:900;white-space:nowrap}.brief-detail-table td:first-child{font-weight:800}.marketplace-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.market-card{padding:30px;display:grid;gap:18px;min-height:100%;position:relative;overflow:hidden}.market-card:after{display:none}.market-card>*{position:relative;z-index:1}.market-icon{display:none}.market-card h3{margin:0;font-size:22px;letter-spacing:-.03em}.market-card p{margin:0;color:var(--muted)}.market-list{display:grid;gap:9px;margin:0;padding:0;list-style:none;color:var(--muted);font-size:14px}.market-list li{display:flex;gap:9px}.market-list li:before{content:"✓";color:var(--accent);font-weight:900}@media(max-width:900px){.source-preference-top,.marketplace-split{grid-template-columns:1fr}.source-preference-top>.form-group{grid-template-rows:auto auto}.source-location-section{width:100%}.source-location-head{grid-template-columns:minmax(0,1fr) auto}.source-location-section .repeater-row{width:100%;grid-template-columns:minmax(0,1fr) auto}}.footer-grid-simple{grid-template-columns:1.4fr repeat(2,minmax(0,1fr))}.owner-interest-layout{align-items:start}.owner-interest-form{min-width:0}@media(max-width:960px){.footer-grid-simple{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-interest-layout{grid-template-columns:1fr}}.owner-interest-centered{display:grid;gap:22px;justify-items:center}.owner-interest-head{text-align:center;max-width:760px;margin:0 auto 8px}.owner-interest-summary,.owner-interest-form-wide{width:min(100%,920px)}.footer-grid-public{grid-template-columns:1.4fr repeat(2,minmax(0,1fr))}@media(max-width:960px){.footer-grid-public{grid-template-columns:1fr}}.business-chip:before{content:"✓";color:var(--accent);font-weight:900;line-height:1}.business-chip-row{display:flex;flex-wrap:wrap;gap:8px}.business-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--muted);font-size:13px;font-weight:800}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.faq-card{padding:22px}.faq-card summary{list-style:none;margin:0 0 8px;font-size:18px;font-weight:800;letter-spacing:-.02em}.faq-card summary::-webkit-details-marker{display:none}.faq-card p{margin:0;color:var(--muted);font-size:14px}@media(min-width:761px){.faq-card summary{cursor:default;pointer-events:none}}@media(max-width:760px){.faq-grid{grid-template-columns:1fr}.faq-card{padding:0}.faq-card summary{margin:0;padding:18px 20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px}.faq-card summary:after{content:"+";color:var(--accent);font-size:22px;font-weight:700;line-height:1}.faq-card[open] summary:after{content:"–"}.faq-card p{padding:0 20px 18px}}.pricing-card-stack{display:grid;gap:18px}.pricing-panel{border:1px solid var(--line-2);border-radius:20px;background:var(--cream);padding:clamp(20px,3vw,34px);box-shadow:0 16px 34px #2524220f}.pricing-card-stack-compact{gap:16px}.pricing-group-title{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}.pricing-tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}.pricing-tier-card{padding:24px;display:grid;align-content:start;gap:12px}.pricing-tier-card>span{display:block;color:var(--muted-2);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pricing-tier-card strong{display:block;font-family:var(--sans);font-size:clamp(42px,5vw,58px);font-weight:700;line-height:1;letter-spacing:-.04em;color:var(--ink)}.pricing-tier-value{display:grid;gap:12px}.desktop-only-inline{display:inline}.mobile-only-inline{display:none!important}.pricing-tier-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.pricing-tier-card p span{display:inline;color:inherit;font:inherit;letter-spacing:inherit;text-transform:none}.pricing-included-block{display:grid;gap:12px}.pricing-included-block h3{margin:0;font-size:18px;letter-spacing:-.02em}.pricing-included-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pricing-included-list li{border:1px solid var(--line-2);border-radius:12px;background:var(--off);padding:12px 14px;font-size:14px;font-weight:800}.pricing-note-list{color:var(--muted);font-size:14px;line-height:1.5}.pricing-note-list p{margin:0}.pricing-min-budget{margin:2px 0 0}@media(max-width:900px){.pricing-tier-grid,.pricing-included-list{grid-template-columns:1fr}}.sidebar-signout{display:none!important;width:100%;border:0;background:transparent;color:var(--muted);font-family:var(--sans);font-size:14px;font-weight:800;text-align:left;padding:10px 11px;border-radius:10px;cursor:pointer;margin:0}.sidebar-signout:hover{color:var(--ink);background:var(--off)}.results-header.results-row-4,.results-row.results-row-4{grid-template-columns:120px repeat(3,minmax(0,1fr))}.admin-panel{display:none}.admin-panel.active{display:block}.admin-list-full{max-height:none;overflow:visible;padding-right:0}.admin-campaign-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:900px){.admin-campaign-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.admin-campaign-grid{grid-template-columns:1fr}}.estimate-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.estimate-summary>div{border:1px solid var(--line-2);border-radius:12px;padding:12px;background:var(--off)}.estimate-summary span{display:block;color:var(--muted-2);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:5px}.estimate-summary strong{display:block;font-size:15px;overflow-wrap:anywhere}.upload-zone{border:1.5px dashed var(--stone);border-radius:14px;background:var(--off);padding:18px;cursor:pointer;color:var(--muted);transition:border-color .16s ease,background .16s ease}.upload-zone:hover{border-color:var(--accent);background:var(--off)}.compact-upload{min-height:86px;display:grid;align-items:center}@media(max-width:760px){.estimate-summary{grid-template-columns:1fr 1fr}}@media(max-width:520px){.estimate-summary{grid-template-columns:1fr}}.results-header.results-row-3,.results-row.results-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}.screen-option-card.draft{border-style:dashed}.section-mini-title{font-size:12px;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.screen-draft-form{border-top:1px solid var(--border-light);padding-top:18px}.screen-option-card{grid-template-columns:minmax(0,1fr)!important}.screen-option-card>input{display:none}.screen-option-card .reco-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.status-current{display:flex;align-items:center;gap:8px}.selected-file-list{display:grid;gap:6px}.selected-file-list div{border:1px solid var(--line);border-radius:9px;padding:8px 10px;background:var(--paper)}.file-chip{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}.file-chip span:first-child{min-width:0;overflow-wrap:anywhere}@media(max-width:760px){.screen-option-card .reco-grid,.file-chip{grid-template-columns:1fr}}.example-campaign-section{background:var(--cream)}.example-campaign-layout{display:grid;gap:clamp(24px,3vw,36px)}.example-campaign-head{margin-bottom:0}.example-disclaimer{margin:0}.example-carousel{padding:clamp(22px,3vw,34px);display:grid;gap:clamp(18px,2.2vw,26px)}.example-carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.example-carousel-nav{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}.example-plan-title{margin:0;font-size:clamp(28px,3.2vw,44px);line-height:1;letter-spacing:-.05em}.example-carousel-actions{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;font-weight:800;white-space:nowrap}.example-arrow{width:40px;height:40px;border:1px solid var(--line-2);border-radius:999px;background:var(--off);color:var(--ink);font:inherit;font-size:24px;font-weight:900;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.example-arrow:hover,.example-arrow:focus-visible{transform:translateY(-1px);border-color:#eb5e2873;background:#eb5e2814;outline:none}.example-arrow:disabled{cursor:not-allowed;opacity:.42}.example-arrow:disabled:hover,.example-arrow:disabled:focus-visible{transform:none;border-color:var(--line-2);background:var(--off)}.example-campaign-panels{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.28fr);gap:clamp(14px,2vw,22px);align-items:stretch}.example-panel{border:1px solid var(--line-2);border-radius:20px;background:var(--off);padding:clamp(18px,2vw,24px);display:grid;gap:16px;align-content:start}.example-panel-title{margin:0;font-size:clamp(18px,1.8vw,24px);line-height:1.1;letter-spacing:-.03em}.example-detail-list{margin:0;display:grid;gap:0}.example-detail-list>div{display:grid;grid-template-columns:minmax(130px,.95fr) minmax(0,1fr);gap:18px;align-items:baseline;padding:16px 0;border-top:1px solid var(--line-2)}.example-detail-list>div:first-child{border-top:0;padding-top:0}.example-detail-list>div:last-child{padding-bottom:0}.example-detail-list dt{margin:0;color:var(--muted-2);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.example-detail-list dd{margin:0;color:var(--ink);font-family:var(--sans);font-size:clamp(24px,3vw,34px);font-weight:800;line-height:1;letter-spacing:-.05em;text-align:right;overflow-wrap:anywhere}.example-setup-list{grid-template-columns:1fr}.example-results-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}.example-setup-list>div,.example-results-list>div{grid-template-columns:1fr;gap:9px;align-content:start}.example-results-list>div:nth-child(-n+2){border-top:0;padding-top:0}.example-results-list>div:nth-last-child(-n+2){padding-bottom:0}.example-setup-list dd,.example-results-list dd{text-align:left}.example-carousel-note{max-width:920px;flex:1 1 auto}@media(max-width:980px){.example-campaign-panels{grid-template-columns:1fr}.example-setup-list,.example-results-list{grid-template-columns:repeat(2,minmax(0,1fr))}.example-setup-list>div:nth-child(-n+2){border-top:0;padding-top:0}.example-setup-list>div:nth-last-child(-n+2){padding-bottom:0}}@media(max-width:640px){.example-carousel-footer{align-items:center;justify-content:space-between;gap:12px}.example-carousel-nav{justify-content:flex-end}.example-carousel-actions{justify-content:flex-end;width:auto}.example-campaign-panels{grid-template-columns:1fr;gap:10px}.example-panel{border-radius:16px;gap:13px;padding:14px}.example-panel-title{font-size:17px}.example-setup-list,.example-results-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.example-setup-list>div:nth-child(-n+2),.example-results-list>div:nth-child(-n+2){border-top:0;padding-top:0}.example-setup-list>div:nth-last-child(-n+2),.example-results-list>div:nth-last-child(-n+2){padding-bottom:0}.example-detail-list>div{grid-template-columns:1fr;gap:7px;padding:13px 0}.example-detail-list dt{font-size:10px}.example-detail-list dd{font-size:clamp(20px,6vw,26px);text-align:left}}.payment-breakdown{border:1px solid var(--line-2);border-radius:14px;background:var(--off);display:grid;gap:0;overflow:hidden}.payment-breakdown>*{padding:14px}.payment-breakdown>*+*{border-top:1px solid var(--line-2)}.payment-total-row{background:var(--paper)}.payment-total-row strong{font-size:22px}.proposal-stat-list{display:grid;gap:10px}.proposal-stat-form{align-content:start}.campaign-reference code,.reco-grid code{background:var(--off);border:1px solid var(--line-2);border-radius:8px;display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;padding:3px 7px;overflow-wrap:anywhere}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:20px;background:#0a0d1294}.modal-card{width:min(100%,540px);max-height:min(90vh,720px);overflow:auto;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--line-2)}.modal-head h2{margin:0;font-size:18px;letter-spacing:-.02em}.modal-close{width:34px;height:34px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--muted);font-size:22px;line-height:1}.modal-body{padding:20px}.modal-body p{margin:0;color:var(--muted)}.modal-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding:0 20px 20px}.campaign-page-head{align-items:flex-start;margin-bottom:14px}.campaign-title-block,.campaign-title-block .breadcrumb{min-width:0}.campaign-title-block .breadcrumb span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-page-actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:10px;min-width:max-content}.campaign-header-meta{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px 12px}.campaign-header-reference,.campaign-header-status{display:inline-flex;align-items:center;gap:8px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900}.campaign-header-reference code{text-transform:none;letter-spacing:0;font-size:12px;color:var(--ink);background:var(--paper);border:1px solid var(--line-2);border-radius:10px;padding:5px 8px}.campaign-header-status .status{border-radius:10px;text-transform:none;letter-spacing:0;box-shadow:none}.action-card{border-color:#eb5e2857;box-shadow:0 18px 46px #0057ff14}.payment-breakdown-single>*{border-top:0!important}.campaign-card-grid strong{overflow-wrap:anywhere}.history-card{overflow:hidden}.file-chip{grid-template-columns:minmax(0,1fr) auto auto auto}.item-card textarea{min-height:96px}@media(max-width:640px){.modal-actions{justify-content:stretch}.modal-actions .btn{flex:1 1 160px}.campaign-page-actions{align-items:flex-start;width:100%;min-width:0}.campaign-header-meta{justify-content:flex-start}}.confirmation-grid,.payment-usage-grid,.payment-document-meta{margin:0}.payment-document-card .card-head{align-items:flex-start}.payment-document-card .payment-breakdown .item-meta{max-width:620px}.payment-bank-card code,.payment-document-meta code{font-size:13px}.check-row{display:inline-flex;align-items:center;gap:10px;font-weight:800;color:var(--ink)}.check-row input{width:18px;height:18px;accent-color:var(--accent)}.muted-form-group{opacity:.55}.compact-textarea{min-height:84px}.paid-payment-document{border-color:var(--stone)}@media print{.app-sidebar,.campaign-page-head,.campaign-tab-nav,.campaign-page-actions,.toast,.payment-document-card button,.modal-backdrop{display:none!important}.app-shell,.campaign-tab-shell,.campaign-tab-panel.active{display:block!important}.app-main,.page-content{padding:0!important}.payment-document-card{box-shadow:none!important;border-color:var(--stone)!important;break-inside:avoid}}.report-entry-block{border:1px solid var(--line-2);border-radius:14px;padding:14px;background:#f8fafcb8}.report-stat-list,.report-screen-list,.campaign-report-list,.customer-report-list{display:grid;gap:14px}.report-stat-row,.report-screen-row{display:grid;gap:10px;align-items:end;padding:12px;border:1px solid var(--line-2);border-radius:12px;background:var(--paper)}.report-stat-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.report-screen-row{grid-template-columns:repeat(2,minmax(0,1fr)) auto}.report-screen-row>button,.report-stat-row>button{align-self:end}.campaign-results-block{display:grid;gap:16px}.results-section-head .card-title{margin:0;font-size:20px}.customer-report-list{gap:16px}.customer-report-group{display:grid;gap:14px}.customer-report-group+.customer-report-group{margin-top:8px;padding-top:18px;border-top:1px solid var(--line-2)}.customer-report-head{display:grid;gap:4px}.customer-report-title{font-size:24px;line-height:1.15;letter-spacing:-.04em;font-weight:900;color:var(--ink)}.customer-report-meta{color:var(--ink-2);font-size:14px}.customer-report-section,.report-section{display:grid;gap:12px}.report-panel{border:1px solid var(--line-2);border-radius:var(--radius-sm);padding:18px 20px;background:var(--paper);box-shadow:var(--shadow-sm)}.report-panel+.report-panel{margin-top:0}.report-stat-display,.report-screen-stat-grid,.campaign-fact-grid{display:grid;gap:12px}.report-stat-display{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.report-stat-card,.report-screen-stat-grid>div{border:1px solid var(--line-2);border-radius:12px;padding:14px 16px;background:var(--paper)}.report-stat-card strong,.report-screen-stat-grid strong{display:block;margin-top:6px;font-size:24px;line-height:1.1;color:var(--ink)}.customer-screen-results-list{display:grid;gap:14px}.customer-screen-result{display:grid;gap:12px;padding:16px 18px;border:1px solid var(--line-2);border-radius:14px;background:var(--paper)}.customer-screen-result-title{font-size:19px;line-height:1.25;font-weight:900;color:var(--ink)}.report-screen-stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.customer-screen-note{margin-top:0}.report-screen-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.report-screen-table{width:100%;min-width:680px;border-collapse:collapse;background:transparent;border:1px solid var(--line-2);border-radius:12px;overflow:hidden}.report-screen-table th,.report-screen-table td{border-bottom:1px solid var(--line-2);padding:13px 14px;text-align:left;vertical-align:top}.report-screen-table thead th{color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:var(--off)}.report-screen-table tbody th{color:var(--ink);font-weight:850}.report-screen-table td{font-size:20px;font-weight:850;color:var(--ink)}.report-screen-table tr:last-child th,.report-screen-table tr:last-child td{border-bottom:0}.report-note-panel{border:1px solid var(--line-2);border-radius:12px;padding:12px;background:var(--paper);color:var(--ink-2)}.campaign-fact-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));border-top:1px solid var(--line-2);padding-top:14px}.campaign-live-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;padding-top:14px;border-top:1px solid var(--line-2)}.campaign-live-summary-card .campaign-live-details:first-child{padding-top:0;border-top:0}.campaign-live-detail{display:grid;gap:6px;min-width:0;padding:14px 16px;border:1px solid var(--line-2);border-radius:12px;background:var(--paper)}.campaign-live-detail span{color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.campaign-live-detail strong{color:var(--ink);font-size:20px;line-height:1.15}.campaign-weekly-note{background:var(--paper)}@media(max-width:780px){.report-stat-row,.report-screen-row{grid-template-columns:1fr}}.disclosure-card summary{list-style:none;padding:18px 20px;cursor:pointer;font-weight:900;display:flex;align-items:center;justify-content:space-between;gap:14px}.disclosure-card summary::-webkit-details-marker{display:none}.disclosure-card summary:after{content:"+";color:var(--muted);font-weight:900}.disclosure-card[open] summary{border-bottom:1px solid var(--line-2)}.disclosure-card[open] summary:after{content:"–"}.tier-pricing-body{display:grid;gap:0;padding:16px}.campaign-brief-card .card-body{padding:12px 14px}.campaign-brief-card .card-head{padding:14px 18px}.campaign-brief-card .card-title{font-size:20px}.brief-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.brief-section{border:1px solid var(--line-2);border-radius:12px;padding:16px;background:transparent}.brief-section-wide{grid-column:1 / -1}.campaign-brief-card .compact-brief-grid{grid-template-columns:repeat(auto-fit,minmax(190px,240px));justify-content:start;gap:12px 26px}.compact-brief-grid>div>div:last-child{font-size:16.5px;line-height:1.45}.brief-section .section-mini-title{margin-bottom:10px;font-size:15px}.brief-section .reco-label{font-size:12px}.proposal-tab-nav,.campaign-tab-nav{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--line-2);padding-bottom:10px}.tab-button{border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--muted);padding:8px 12px;font-size:13px;font-weight:850}.tab-button.active,.tab-button:hover{color:var(--accent);border-color:#eb5e2857;background:var(--accent-soft)}.proposal-tab-panel,.campaign-tab-panel{display:none}.proposal-tab-panel.active,.campaign-tab-shell,.campaign-tab-panel.active{display:grid;gap:14px}.proposal-builder-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;border-top:1px solid var(--line-2);padding-top:14px;margin-top:4px}.proposal-builder-footer [hidden]{display:none!important}.proposal-section-head{align-items:center}.proposal-edit-list,.proposal-screen-edit-list,.proposal-review-list{display:grid;gap:10px}.proposal-edit-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:12px;align-items:end;border:1px solid var(--line-2);border-radius:12px;padding:12px;background:var(--off)}.proposal-screen-edit-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:1px solid var(--line-2);border-radius:12px;padding:12px;background:var(--off)}.proposal-screen-edit-row .screen-location-notes-field,.proposal-screen-edit-row .screen-notes-field{grid-column:1 / -1}.proposal-screen-edit-row [data-remove-proposal-row]{justify-self:start}.compact-review-item{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.compact-review-item span{color:var(--muted);text-align:right}.campaign-card-headline{align-items:flex-start}.campaign-card-actions{display:flex;align-items:flex-start;gap:10px}@media(max-width:760px){.proposal-edit-row,.proposal-screen-edit-row{grid-template-columns:1fr}.compact-review-item{display:grid}.compact-review-item span{text-align:left}.campaign-card-actions{width:100%;justify-content:space-between}}.proposal-fixed-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.proposal-extra-stat-head{margin-top:4px}.screen-format-fieldset{min-width:0;margin:0;padding:0;border:0}.screen-format-fieldset legend{padding:0}.screen-format-options{display:flex;flex-wrap:wrap;gap:8px;min-height:44px;align-items:center}.screen-format-option{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:var(--paper);cursor:pointer;font-size:13px;font-weight:800}.screen-format-option:has(input:checked){border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.screen-format-option input{width:16px;height:16px;accent-color:var(--accent)}.screen-format-other{margin-top:8px}.campaign-request-summary .reco-grid{margin-top:10px}@media(max-width:680px){.screen-request-choice,.known-screen-row,.proposal-fixed-stats-grid{grid-template-columns:1fr}.known-screen-row>button{justify-self:start}.multi-select-panel{position:static;margin-top:6px}}.proposal-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.proposal-preview-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:6px}.proposal-document{width:100%;max-width:920px;margin:0 auto;padding:34px 38px 28px;background:var(--paper);border:1px solid var(--line);border-radius:18px;color:var(--ink);box-shadow:0 18px 50px #0f172a14;font-family:var(--sans)}.proposal-doc-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px}.proposal-company-name{font-size:clamp(28px,4vw,42px);line-height:.95;font-weight:900;letter-spacing:-.04em}.proposal-contact-name{margin-top:8px;color:var(--muted);font-size:14px;font-weight:700}.proposal-doc-number{margin-left:auto;min-width:130px;text-align:right;font-size:15px;font-weight:900;color:var(--ink);white-space:nowrap}.proposal-section{margin-top:24px;break-inside:avoid;page-break-inside:avoid}.proposal-section h2,.proposal-section h3{margin:0 0 8px;color:var(--ink);letter-spacing:-.02em}.proposal-section h2{font-size:17px;font-weight:900}.proposal-section h3{font-size:15px;font-weight:900}.proposal-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.proposal-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:12.5px;line-height:1.25}.proposal-table th,.proposal-table td{border:1px solid var(--stone);padding:9px 10px;text-align:left;vertical-align:middle;white-space:nowrap}.proposal-table th{background:var(--off);color:var(--ink);font-size:11px;font-weight:900;text-transform:none}.proposal-screen-table th:first-child,.proposal-screen-table td:first-child{min-width:210px}.proposal-screen-table th:nth-child(5),.proposal-screen-table td:nth-child(5){min-width:120px}.proposal-schedule-table th,.proposal-schedule-table td,.proposal-stats-table th,.proposal-stats-table td,.proposal-cost-table th,.proposal-cost-table td{text-align:center}.proposal-schedule-grid-table{table-layout:fixed;min-width:760px}.proposal-schedule-grid-table th,.proposal-schedule-grid-table td{text-align:center}.proposal-schedule-grid-table th:first-child,.proposal-schedule-grid-table td:first-child{width:116px;text-align:left}.proposal-schedule-grid-table tbody th{color:var(--muted);font-weight:850;background:var(--off)}.proposal-schedule-grid-table td{height:34px;color:var(--muted-2)}.proposal-schedule-grid-table td.is-selected{background:var(--paper);box-shadow:none}.proposal-schedule-grid-table td.is-selected span{display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--muted)}.proposal-schedule-grid-table tr.schedule-gap-row td{height:8px;padding:0;font-size:0;line-height:0;background:var(--paper)}.proposal-schedule-grid-table .schedule-gap-hash{display:block;width:100%;height:8px;background:repeating-linear-gradient(135deg,transparent 0,transparent 5px,rgba(99,94,86,.16) 5px,rgba(99,94,86,.16) 7px)}.proposal-cost-table td{font-weight:850}.proposal-small-note{margin:8px 0 0;color:var(--muted);font-size:11.5px;line-height:1.4}.proposal-empty-row{border:1px dashed var(--stone);border-radius:12px;padding:12px;color:var(--muted);font-size:13px}.proposal-note-section p{margin:0;color:var(--ink-2);font-size:13px}.proposal-doc-footer{margin-top:30px;padding-top:16px;border-top:1px solid var(--line);text-align:left;font-size:14px;font-weight:900;letter-spacing:-.01em}@media(max-width:760px){.proposal-detail-grid{grid-template-columns:1fr}.proposal-preview-toolbar{display:grid}.proposal-document{padding:24px 18px;border-radius:14px}.proposal-doc-header{display:grid;gap:14px}.proposal-doc-number{margin-left:0;text-align:left}}@media print{@page{size:A4;margin:12mm}html,body{background:#fff!important}body.proposal-printing>:not(.print-root){display:none!important}body.proposal-printing .print-root{display:block!important;width:100%!important;margin:0!important;padding:0!important}body.proposal-printing .is-print-target{display:block!important;position:static!important;width:100%;max-width:none;margin:0;padding:0;border:0;border-radius:0;box-shadow:none;overflow:visible!important}body.proposal-printing .proposal-document{font-size:11px;background:#fff!important;color:#111!important;break-after:auto;page-break-after:auto;print-color-adjust:exact;-webkit-print-color-adjust:exact}body.proposal-printing .proposal-doc-header{display:flex!important;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px}body.proposal-printing .proposal-doc-number{margin-left:auto!important;min-width:130px;text-align:right!important}body.proposal-printing .proposal-company-name{font-size:34px}body.proposal-printing .proposal-section{margin-top:18px;break-inside:avoid;page-break-inside:avoid}body.proposal-printing .proposal-table-wrap{overflow:visible}body.proposal-printing .proposal-table{font-size:10.5px}body.proposal-printing .proposal-table th,body.proposal-printing .proposal-table td{padding:7px 8px}body.proposal-printing .proposal-table th{background:var(--off)!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}body.proposal-printing .proposal-doc-footer{margin-top:22px}}@media(max-width:760px){.how-it-works-section{min-height:calc(100svh - 68px);padding:64px 0}.site-footer .footer-grid-simple{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 20px}}@media(max-width:760px){.hero-lead{max-width:100%}.example-carousel{padding:22px 16px}.auth-form .form-input,.auth-form .form-select,.auth-form .form-textarea{margin-inline:auto}}@media(max-width:350px),(max-width:760px)and (max-height:720px){.hero-title{font-size:clamp(35px,10.8vw,43px);line-height:.98}.hero-message{gap:17px}.hero-lead{max-width:330px;font-size:clamp(13px,3.86vw,14.6px);line-height:1.4}.hero-copy{padding:clamp(100px,16svh,128px) 0 clamp(32px,5.5svh,54px);gap:clamp(64px,10.6svh,88px);transform:translateY(clamp(26px,5svh,42px))}.hero-bottom{gap:18px}.hero-actions{gap:7px}.hero-actions .btn{flex:1 1 0;min-height:46px;padding:10px 8px;font-size:clamp(12px,3.5vw,13px)}.hero-trust-row{gap:5px 7px}.trust-row{font-size:clamp(10px,2.95vw,11.5px)}.hero-trust-row .trust-pill{gap:4px}.hero-trust-row .trust-pill:before{width:13px;height:13px;flex-basis:13px;font-size:8px}}.no-spinner::-webkit-outer-spin-button,.no-spinner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.brief-estimate{display:grid;gap:12px}.brief-estimate-card[hidden]{display:none!important}.brief-estimate-actions{display:flex;justify-content:flex-start;gap:10px}.brief-estimate-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.brief-estimate-grid>div,.brief-estimate-message{border:1px solid var(--line-2);border-radius:14px;background:var(--off);padding:16px}.brief-estimate-grid span{display:block;color:var(--muted-2);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.brief-estimate-grid strong{display:block;color:var(--ink);font-size:clamp(22px,2.4vw,30px);line-height:1;letter-spacing:-.04em}.brief-estimate-message{color:var(--muted);margin:0;line-height:1.5}.brief-estimate-hint{margin:0;color:var(--muted);line-height:1.5}.rough-estimate-note{margin:0}@media(max-width:900px){.brief-estimate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.brief-estimate-grid{grid-template-columns:1fr}}.campaign-tab-nav [data-campaign-tab-target=history]{margin-left:auto}.proposal-response-grid{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(340px,1.2fr);gap:16px;align-items:start}.proposal-response-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.proposal-accept-form{border:1px solid var(--line-2);border-radius:12px;padding:14px;background:var(--off)}.brief-change-form{border:0;border-radius:0;padding:0;background:transparent}.brief-change-grid{gap:12px}.brief-change-screen-block,.brief-change-schedule-block{display:grid;gap:12px;border:1px solid var(--line-2);border-radius:12px;padding:14px;background:var(--paper)}.brief-change-screen-block .screen-request-choice{margin:0}.brief-change-screen-block .source-location-section{margin-top:0}.brief-change-form .multi-select{width:100%}.brief-change-schedule-head{padding:0;border:0}.brief-change-schedule-head .schedule-toolbar{margin-left:auto}.change-screen-panel{display:grid;gap:12px}.change-venue-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.compact-schedule-scroll{max-height:360px;overflow:auto}.change-schedule-matrix{min-width:760px}.response-note-text{white-space:pre-line}.campaign-tab-stack,.creative-tab-stack{display:grid;gap:18px}.creative-rotation-note{margin:0}.creative-screen-head,.creative-manual-head{align-items:flex-start;gap:14px}.creative-screen-upload-form{display:flex;justify-content:flex-end;flex:0 0 auto}.creative-requirement-grid,.creative-file-grid{display:grid;gap:10px}.creative-requirement-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.creative-requirement-grid div{border:1px solid var(--line-2);border-radius:9px;padding:8px;background:var(--paper)}.creative-requirement-grid span{display:block;color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900;margin-bottom:2px}.creative-requirement-grid b{display:block;font-size:13px;overflow-wrap:anywhere}.creative-screen-files{display:grid;gap:10px}.creative-file-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:14px;align-items:start;border:1px solid var(--line-2);border-radius:12px;padding:12px;background:var(--off)}.creative-thumb{display:grid;place-items:center;min-height:96px;border:1px dashed var(--line);border-radius:10px;overflow:hidden;background:var(--paper);color:var(--muted);font-size:12px;text-align:center}.creative-thumb img{width:100%;height:100%;min-height:96px;object-fit:cover}.creative-thumb-file{padding:12px;overflow-wrap:anywhere}.creative-file-main{display:grid;gap:10px;min-width:0}.creative-file-head{align-items:flex-start;gap:10px}.creative-file-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.creative-file-badges{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:24px;margin-top:8px}.creative-file-badges-empty{visibility:hidden}.creative-file-badges span{display:inline-flex;align-items:center;border-radius:999px;padding:4px 8px;background:var(--paper);border:1px solid var(--line-2);color:var(--muted);font-size:11px;font-weight:800}.creative-manual-card .card-body{border-top:1px solid var(--line-2)}.change-venue-options label{display:flex;align-items:flex-start;gap:8px;min-width:0;padding:8px 9px;border:1px solid var(--line-2);border-radius:9px;background:var(--paper);color:var(--muted);font-size:13px;font-weight:800}.change-venue-options span{overflow-wrap:anywhere}.creative-trouble-actions{display:flex;justify-content:flex-start}.manual-upload-picker{display:grid;gap:10px;border:1px dashed var(--line);border-radius:12px;padding:14px;background:var(--off)}.creative-submit-form{border-top:1px solid var(--line-2);padding-top:14px}.creative-submit-row{justify-content:flex-start}.proposal-accept-form .compact-textarea,.brief-change-form .compact-textarea{min-height:76px}.brief-change-form .form-label{font-size:12.5px}.brief-change-screen-block .known-screen-list{gap:10px}@media(max-width:980px){.proposal-response-grid,.brief-section-grid{grid-template-columns:1fr}.brief-section-wide{grid-column:auto}.campaign-tab-nav [data-campaign-tab-target=history]{margin-left:0}.creative-requirement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.creative-screen-head,.creative-manual-head{align-items:flex-start}.creative-screen-upload-form{justify-content:flex-start;width:100%}.change-venue-options,.creative-file-card,.creative-requirement-grid{grid-template-columns:1fr}.creative-file-actions{justify-content:flex-start}}.campaign-header-dot{color:var(--muted-2);font-weight:900;line-height:1}.campaign-header-status,.campaign-header-reference{min-height:32px}.admin-campaign-tab-shell,.admin-campaign-tab-stack{display:grid;gap:18px}.admin-campaign-tab-nav{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--line-2);padding-bottom:10px}.admin-campaign-tab-panel{display:none}.admin-campaign-tab-panel.active{display:block}.admin-schedule-section{grid-column:1 / -1}.admin-schedule-section .schedule-summary-scroll{max-width:none}.admin-schedule-section .schedule-summary-table{min-width:980px}.admin-creative-uploads-card .card-body,.admin-screen-creative-group,.admin-screen-creative-group .list{gap:12px}.admin-creative-file-chip{display:grid;grid-template-columns:minmax(0,1fr) auto auto}.admin-creative-file-chip>span:first-child{display:grid;gap:3px;min-width:0}.payment-request-document{margin:0;background:var(--paper)}.payment-request-document .proposal-doc-number{white-space:nowrap}.payment-document-card .card-body{padding:18px}.manual-upload-file-list{margin:8px 0 0;padding-left:18px}.manual-upload-file-list li+li{margin-top:3px}@media(max-width:760px){.admin-creative-file-chip{grid-template-columns:1fr}}.admin-campaign-tab-nav [data-admin-campaign-tab-target=history]{margin-left:auto}@media(max-width:980px){.admin-campaign-tab-nav [data-admin-campaign-tab-target=history]{margin-left:0}}.brief-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 26px;align-items:start}.brief-col-stack{display:grid;gap:14px}.brief-two-col>.brief-col-stack>div>div:last-child{font-size:16.5px;line-height:1.45}.payment-request-card .card-body{padding:18px 22px 22px}.payment-request-intro,.payment-bank-grid,.payment-request-lines,.go-live-choice-grid{display:grid;gap:12px}.payment-request-intro,.payment-bank-grid,.go-live-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-request-intro-single{grid-template-columns:1fr}.payment-request-section{border:1px solid var(--line-2);border-radius:14px;padding:16px;background:var(--off)}.payment-bank-grid>div,.payment-request-lines>div{display:flex;justify-content:space-between;align-items:baseline;gap:16px;border-bottom:1px solid var(--line-2);padding:0 0 10px}.payment-bank-grid>div{display:grid;justify-content:stretch;align-items:start}.payment-bank-grid span,.payment-request-lines span{color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.payment-bank-grid strong,.payment-request-lines strong{color:var(--ink);font-size:15px;font-weight:700}.payment-request-lines>div:not(.payment-request-total) span{font-weight:800}.payment-request-lines .payment-request-total{border-bottom:0;padding-bottom:0}.payment-request-lines .payment-request-total span,.payment-request-lines .payment-request-total strong{color:var(--ink);font-weight:900}.payment-request-lines .payment-request-total strong{font-size:18px}.go-live-preference-form{display:grid;gap:14px}.go-live-choice{min-height:70px;margin:0}.go-live-choice input{width:18px;height:18px;accent-color:var(--accent)}.live-campaign-message{margin:0;font-size:18px;font-weight:800;color:var(--ink)}.go-live-preference-form .small-muted{max-width:680px}.go-live-date-group{max-width:360px}.payment-invoice-document .proposal-doc-footer{text-align:left}.payment-invoice-document .proposal-doc-number span{display:block;margin-top:4px;font-size:13px;color:var(--muted)}.invoice-line-table th:last-child,.invoice-line-table td:last-child{text-align:right;white-space:nowrap}.invoice-total-row td{border-top:2px solid var(--line)}@media(max-width:760px){.brief-two-col,.payment-request-intro,.payment-bank-grid,.go-live-choice-grid{grid-template-columns:1fr}.payment-bank-account-name{order:1}.payment-bank-reference{order:2}.payment-bank-sort-code{order:3}.payment-bank-account-number{order:4}}.version-switcher{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.version-button{border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--muted);padding:8px 12px;font-size:13px;font-weight:850}.version-button.active,.version-button:hover{color:var(--accent);border-color:#eb5e2857;background:var(--accent-soft)}.brief-version-panel,.proposal-version-panel{display:none}.brief-version-panel.active,.proposal-version-panel.active,.proposal-version-stack,.proposal-version-panels,.brief-version-panels{display:grid;gap:14px}.campaign-brief-card .card-title{font-size:15px}.campaign-brief-card .card-body{padding:16px}.campaign-live-details{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:18px 28px}.campaign-live-detail{padding:0;border:0;border-radius:0;background:transparent}.campaign-live-detail strong{font-size:17px;font-weight:850}.customer-report-sections{display:grid;gap:16px}.customer-report-group{padding:0;border:0;background:transparent;box-shadow:none}.customer-report-head{padding:0;border:0}.report-panel{background:var(--paper)}.customer-screen-result{padding:16px 0 0;border:0;border-top:1px solid var(--line-2);border-radius:0;background:transparent}.customer-screen-result:first-child{padding-top:0;border-top:0}.customer-screen-result-title{font-size:18px}.results-view-controls{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin:0 0 4px}.results-view-controls label,.results-graph-control{color:var(--muted-2);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.compact-select{width:auto;min-width:220px;margin-left:8px;padding-block:9px}.customer-report-group[data-results-report-panel]{display:none}.customer-report-group[data-results-report-panel].active{display:grid}.results-graph-panel{display:grid;gap:14px}.results-graph-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.results-graph-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.results-graph-control{display:flex;align-items:center;gap:8px;white-space:nowrap}.results-graph-control .compact-select{min-width:180px}.results-bar-graph-layer{display:none}.results-bar-graph-layer.active{display:block}.results-bar-graph{display:block;width:100%;max-width:820px;max-height:280px;margin:0 auto;overflow:visible}.graph-axis{stroke:var(--line-2);stroke-width:1}.graph-grid-line{stroke:#a69b8c3d;stroke-width:1}.graph-bar{fill:var(--accent-soft);stroke:#eb5e2875;stroke-width:1}.graph-y-label,.graph-x-label{fill:var(--muted);font-size:11px;font-weight:800}@media(max-width:760px){.results-view-controls,.results-graph-head,.results-graph-controls,.results-graph-control{align-items:stretch;flex-direction:column}.compact-select,.results-graph-control .compact-select{width:100%;min-width:0;margin-left:0}}.campaign-live-summary-strip{display:grid;gap:10px;padding:16px 20px;border:1px solid var(--line-2);border-radius:var(--radius-sm);background:var(--paper);box-shadow:var(--shadow-sm)}.campaign-live-summary-strip .live-campaign-message{margin:0;font-size:17px;font-weight:800;color:var(--ink)}.campaign-live-summary-strip .campaign-live-details{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;padding:0;border:0}.campaign-live-summary-strip .campaign-live-detail{display:inline-flex;align-items:baseline;gap:7px;padding:0;border:0;border-radius:0;background:transparent}.campaign-live-summary-strip .campaign-live-detail span{color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.campaign-live-summary-strip .campaign-live-detail strong{color:var(--ink);font-size:16px;line-height:1.2;font-weight:850}.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{display:inline-grid;grid-template-columns:auto auto;align-items:baseline;column-gap:7px;row-gap:6px;min-width:min(260px,100%)}.campaign-live-summary-strip .campaign-live-budget-progress{grid-column:1 / -1;width:100%;min-width:180px}.campaign-live-separator{color:var(--line-2);font-weight:900}.report-primary-stat-display{grid-template-columns:repeat(3,minmax(0,1fr))}.report-total-panel .report-stat-card{background:var(--paper)}.report-budget-summary{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:4px;padding-top:14px;border-top:1px solid var(--line-2);color:var(--ink-2)}.report-budget-summary span{color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.report-budget-summary strong{color:var(--ink);font-size:18px;line-height:1.2}.report-screen-display .customer-screen-result{display:grid;gap:12px;padding:18px 0;border:0;border-top:1px solid var(--line-2);border-radius:0;background:transparent}.report-screen-display .customer-screen-result+.customer-screen-result{margin-top:0}.report-screen-display .customer-screen-result-title{font-size:18px;line-height:1.25;font-weight:900;color:var(--ink)}.screen-result-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.screen-result-metric{display:grid;gap:4px;min-width:0}.screen-result-metric span,.screen-result-spend span{color:var(--muted-2);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}.screen-result-metric strong{color:var(--ink);font-size:24px;line-height:1.1}.screen-result-spend{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid var(--line-2)}.screen-result-spend strong{color:var(--ink);font-size:17px}@media(max-width:760px){.report-primary-stat-display,.screen-result-metrics{grid-template-columns:1fr}.report-budget-summary,.screen-result-spend{align-items:flex-start;flex-direction:column}}.campaign-message-button{margin-left:8px}.report-budget-summary{display:grid;gap:10px}.report-budget-summary-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.budget-progress{height:9px;overflow:hidden;border-radius:999px;background:var(--line-2)}.budget-progress>span{display:block;height:100%;min-width:3px;border-radius:inherit;background:var(--accent)}.report-screen-display .customer-screen-results-list{gap:0}.report-screen-display .customer-screen-result{gap:10px;padding:14px 0}.report-screen-display .customer-screen-result:first-child{padding-top:0}.report-screen-display .customer-screen-result-title{font-size:16px}.screen-result-metrics{gap:10px}.screen-result-metric{padding:10px 12px;border:1px solid var(--line-2);border-radius:12px;background:var(--off)}.screen-result-metric strong{font-size:20px}.screen-result-spend{padding-top:8px}.admin-campaign-message-text{margin-top:10px;color:var(--ink);line-height:1.55;white-space:pre-wrap}@media(max-width:760px){.campaign-message-button{margin-left:0}.report-budget-summary-head{align-items:flex-start;flex-direction:column}}.password-field{position:relative;display:flex;align-items:center}.password-field .form-input{padding-right:78px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;border-radius:9px;background:var(--off);color:var(--accent);font:inherit;font-size:12px;font-weight:900;padding:7px 10px;cursor:pointer}.password-toggle:hover,.password-toggle:focus-visible{background:var(--accent-soft);outline:none}.report-total-panel .report-stat-card{background:var(--off)}.screen-result-spend{justify-content:flex-start}.screen-result-spend span{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.screen-result-spend strong{font-size:16px}.mobile-bottom-nav,.mobile-only,.brief-schedule-mobile-action{display:none}.account-head-signout{display:inline-flex}.proposal-mobile-note{margin:0;padding:14px 18px 18px;color:var(--muted)}.schedule-overlay-modal{width:min(96vw,920px)}.schedule-overlay-body{overflow-x:auto;-webkit-overflow-scrolling:touch}.schedule-overlay-body .schedule-table-scroll{overflow-x:auto}.schedule-overlay-body .schedule-matrix,.schedule-overlay-body .schedule-summary-matrix{min-width:640px}@media(max-width:760px){body.customer-portal-page{padding-bottom:82px}.customer-portal-page .app-shell{display:block;min-height:100vh}.customer-portal-page .sidebar{display:none}.customer-portal-page .app-main{min-width:0}.customer-portal-page .app-page{padding:16px 14px 88px}.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:9000;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px;border:1px solid var(--line);border-radius:18px;background:#fffcf2f0;box-shadow:0 16px 40px #0f172a24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-bottom-nav-link{display:grid;place-items:center;gap:3px;min-height:48px;border:0;border-radius:13px;background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:900;text-decoration:none}.mobile-bottom-nav-link>span:first-child{font-size:18px;line-height:1}.mobile-bottom-nav-link.active{color:var(--accent);background:var(--accent-soft)}.account-page-head{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.account-head-signout{display:inline-flex;flex:0 0 auto;margin-left:auto;align-self:flex-start}.customer-portal-page [data-dashboard-new-brief]{margin-left:auto;align-self:flex-end}.customer-portal-page .page-head{gap:12px;margin-bottom:16px}.customer-portal-page .page-head h1{font-size:28px;line-height:1.08}.campaign-page-head{display:grid}.campaign-page-actions{width:100%;align-items:flex-start;gap:10px}.campaign-header-meta{justify-content:flex-start;flex-wrap:wrap;gap:7px}.campaign-tab-nav,.proposal-tab-nav{flex-wrap:nowrap;gap:8px;overflow-x:auto;padding:0 0 10px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.campaign-tab-nav::-webkit-scrollbar,.proposal-tab-nav::-webkit-scrollbar{display:none}.campaign-tab-nav .tab-button,.proposal-tab-nav .tab-button{flex:0 0 auto;white-space:nowrap}.campaign-message-button{margin-left:0}.campaign-live-summary-strip{padding:13px 14px}.campaign-live-summary-strip .campaign-live-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{grid-column:1 / -1;min-width:0}.campaign-live-summary-strip .campaign-live-detail{display:grid;gap:3px}.campaign-live-summary-strip .campaign-live-detail strong{font-size:15px}.campaign-live-separator{display:none}.report-panel{padding:14px}.report-primary-stat-display,.screen-result-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.report-stat-card,.screen-result-metric{padding:9px 8px;border-radius:11px}.report-stat-card .reco-label,.screen-result-metric span,.screen-result-spend span{font-size:9px;letter-spacing:.07em}.report-stat-card strong,.screen-result-metric strong{font-size:18px;line-height:1.08}.report-screen-display .customer-screen-result{padding:12px 0}.report-screen-display .customer-screen-result-title{font-size:15px}.screen-result-spend{flex-direction:row;align-items:center;gap:8px;padding-top:8px}.screen-result-spend strong{font-size:15px}.report-budget-summary-head{flex-direction:row;align-items:center}.brief-schedule-mobile-action{display:inline-flex;width:fit-content}.brief-schedule-preview{display:none}.schedule-overlay-backdrop{place-items:stretch;padding:12px}.schedule-overlay-modal{width:100%;align-self:center}.schedule-overlay-body{padding:14px}.proposal-print-scope .proposal-preview-body,.mobile-only.proposal-mobile-note,.proposal-print-scope .card-sub{display:none}.campaign-tab-panel[data-campaign-tab-panel=payment],.payment-request-card,.payment-document-card,.payment-request-section,.payment-invoice-document{max-width:100%;min-width:0;overflow-x:hidden}.payment-request-card .card-body,.payment-document-card .card-body{padding:14px}.payment-request-section{padding:12px}.payment-request-lines>div,.payment-bank-grid>div{min-width:0}.payment-request-lines>div{flex-direction:column;align-items:flex-start;gap:4px}.payment-request-lines strong,.payment-bank-grid strong{overflow-wrap:anywhere;word-break:break-word}.payment-document-card .card-head{align-items:flex-start;flex-direction:column}.payment-document-card [data-print-payment-document]{width:100%}.payment-invoice-document{padding:18px 16px;border-radius:14px;box-shadow:none}.payment-invoice-document .proposal-doc-header{flex-direction:column;gap:8px;margin-bottom:16px}.payment-invoice-document .proposal-doc-number{margin-left:0;min-width:0;text-align:left}.payment-invoice-document .proposal-company-name{font-size:28px}.payment-invoice-document .proposal-section{margin-top:16px}.payment-invoice-document .proposal-table-wrap{max-width:100%;overflow-x:auto}.payment-invoice-document .proposal-table{min-width:0;font-size:11px}.payment-invoice-document .proposal-table th,.payment-invoice-document .proposal-table td{white-space:normal;overflow-wrap:anywhere;padding:7px 6px}.payment-invoice-document .invoice-line-table th:last-child,.payment-invoice-document .invoice-line-table td:last-child{text-align:left}}@media(max-width:420px){.report-primary-stat-display,.screen-result-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.report-primary-stat-display .report-stat-card:last-child,.screen-result-metrics .screen-result-metric:last-child{grid-column:1 / -1}}.campaign-live-summary-strip .campaign-live-details{display:grid;grid-template-columns:minmax(135px,.8fr) repeat(3,minmax(165px,1fr)) minmax(170px,.8fr);align-items:center;gap:14px 26px}.campaign-live-summary-strip .campaign-live-detail{display:flex;align-items:baseline;gap:8px;min-width:0;padding:0;border:0;background:transparent}.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{justify-self:end;text-align:right}.campaign-live-summary-strip .campaign-live-budget-progress,.campaign-live-separator{display:none}.screen-result-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.report-screen-display .customer-screen-result{padding:22px 0;border-top:2px solid var(--line)}.report-screen-display .customer-screen-result:first-child{padding-top:0;border-top:0}.report-screen-display .customer-screen-result-title{margin-bottom:2px}.payment-summary-section .section-mini-title{display:none}.creative-manual-upload-modal .form-group{margin:0}@media(max-width:760px){.campaign-header-meta{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}.campaign-header-status{justify-self:start}.campaign-header-dot{justify-self:center}.campaign-header-reference{justify-self:end}.campaign-live-summary-strip .campaign-live-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.campaign-live-summary-strip .campaign-live-detail{display:grid;gap:3px;align-items:start}.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{grid-column:auto;justify-self:auto;text-align:left}.screen-result-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-result-metrics .screen-result-metric:last-child{grid-column:auto}.payment-document-card.paid-payment-document .card-body{display:none}.payment-document-card.paid-payment-document .card-head{align-items:stretch}.payment-document-card.paid-payment-document .card-sub{display:none}}@media print{body.proposal-printing .proposal-preview-body,body.proposal-printing .payment-document-card .card-body,body.proposal-printing .is-print-target{display:block!important}body.proposal-printing .proposal-doc-header{display:flex!important;justify-content:space-between;align-items:flex-start}body.proposal-printing .proposal-doc-number{margin-left:auto!important;text-align:right!important}body.proposal-printing .proposal-table th{background:var(--off)!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}}@media(min-width:761px){.campaign-live-summary-strip .campaign-live-details{display:flex!important;align-items:baseline;justify-content:space-between;gap:22px}.campaign-live-summary-strip .campaign-live-detail{display:inline-flex!important;align-items:baseline;justify-content:flex-start;gap:8px;min-width:0;white-space:nowrap}.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{justify-self:auto;text-align:left}}@media(max-width:760px){.campaign-live-summary-strip .campaign-live-detail{display:grid!important;gap:3px;white-space:normal}}@media print{@page{size:A4;margin:8mm}html,body{width:auto!important;height:auto!important;min-height:0!important;overflow:visible!important;background:#fff!important}body.proposal-printing>:not(.print-root){display:none!important}body.proposal-printing .print-root,body.proposal-printing .print-clone-root{display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}body.proposal-printing .print-root *,body.proposal-printing .print-clone-root *{visibility:visible!important}body.proposal-printing .print-root .is-print-target,body.proposal-printing .print-clone-root .is-print-target,body.proposal-printing .print-root .proposal-document,body.proposal-printing .print-clone-root .proposal-document{display:block!important;position:static!important;inset:auto!important;width:100%!important;max-width:none!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;background:#fff!important;color:#111!important;font-size:10px!important;line-height:1.25!important;break-after:auto!important;page-break-after:auto!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}body.proposal-printing .print-root .proposal-doc-header,body.proposal-printing .print-clone-root .proposal-doc-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;margin-bottom:16px!important}body.proposal-printing .print-root .proposal-company-name,body.proposal-printing .print-clone-root .proposal-company-name{font-size:30px!important;line-height:.95!important}body.proposal-printing .print-root .proposal-contact-name,body.proposal-printing .print-clone-root .proposal-contact-name{font-size:10px!important;margin-top:5px!important}body.proposal-printing .print-root .proposal-doc-number,body.proposal-printing .print-clone-root .proposal-doc-number{margin-left:auto!important;min-width:130px!important;text-align:right!important;font-size:13px!important;white-space:nowrap!important}body.proposal-printing .print-root .proposal-section,body.proposal-printing .print-clone-root .proposal-section{margin-top:13px!important;break-inside:avoid!important;page-break-inside:avoid!important}body.proposal-printing .print-root .proposal-section h2,body.proposal-printing .print-clone-root .proposal-section h2{font-size:13px!important;margin-bottom:6px!important}body.proposal-printing .print-root .proposal-section h3,body.proposal-printing .print-clone-root .proposal-section h3{font-size:12px!important;margin-bottom:6px!important}body.proposal-printing .print-root .proposal-table-wrap,body.proposal-printing .print-clone-root .proposal-table-wrap{overflow:visible!important}body.proposal-printing .print-root .proposal-table,body.proposal-printing .print-clone-root .proposal-table{width:100%!important;border-collapse:collapse!important;font-size:9.2px!important;line-height:1.2!important}body.proposal-printing .print-root .proposal-table th,body.proposal-printing .print-root .proposal-table td,body.proposal-printing .print-clone-root .proposal-table th,body.proposal-printing .print-clone-root .proposal-table td{padding:5px 6px!important;border:1px solid #c9c0b1!important;white-space:nowrap!important}body.proposal-printing .print-root .proposal-table th,body.proposal-printing .print-clone-root .proposal-table th{background:#f1eee6!important;color:#111!important;font-weight:900!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}body.proposal-printing .print-root .proposal-small-note,body.proposal-printing .print-clone-root .proposal-small-note{font-size:8.8px!important;line-height:1.35!important;margin-top:5px!important}body.proposal-printing .print-root .proposal-doc-footer,body.proposal-printing .print-clone-root .proposal-doc-footer{margin-top:14px!important;padding-top:10px!important;text-align:left!important;font-size:10px!important;break-inside:avoid!important;page-break-inside:avoid!important}}@media(min-width:761px){.campaign-live-summary-strip .campaign-live-details{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:22px!important}.campaign-live-summary-strip .campaign-live-detail,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{display:inline-flex!important;align-items:baseline!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;text-align:left!important;white-space:nowrap!important}.campaign-live-summary-strip .campaign-live-detail span,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail span{font-size:11px!important;line-height:1.1!important}.campaign-live-summary-strip .campaign-live-detail strong,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail strong{font-size:17px!important;line-height:1.1!important}}@media(max-width:760px){.campaign-live-summary-strip .campaign-live-details{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px 16px!important}.campaign-live-summary-strip .campaign-live-detail,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{display:grid!important;grid-template-columns:1fr!important;gap:3px!important;align-items:start!important;justify-content:start!important;justify-self:stretch!important;text-align:left!important;min-width:0!important;white-space:normal!important}.campaign-live-summary-strip .campaign-live-detail span,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail span{font-size:9px!important;line-height:1.15!important;letter-spacing:.08em!important}.campaign-live-summary-strip .campaign-live-detail strong,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail strong{font-size:14px!important;line-height:1.15!important}.report-primary-stat-display{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.report-primary-stat-display .report-stat-card,.report-primary-stat-display .report-stat-card:last-child{grid-column:auto!important;min-width:0!important}.report-primary-stat-display .report-stat-card .reco-label{font-size:8px!important;letter-spacing:.06em!important}.report-primary-stat-display .report-stat-card strong{font-size:17px!important}}.report-total-panel .report-stat-card{background:var(--off)!important}@media(min-width:761px){.campaign-live-summary-strip .campaign-live-details{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:22px!important}.campaign-live-summary-strip .campaign-live-detail,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{display:inline-flex!important;align-items:baseline!important;justify-content:flex-start!important;gap:8px!important;text-align:left!important;min-width:0!important;white-space:nowrap!important}.campaign-live-summary-strip .campaign-live-detail span,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail span{color:var(--muted)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.105em!important;line-height:1.1!important;text-transform:uppercase!important}.campaign-live-summary-strip .campaign-live-detail strong,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail strong{color:var(--text)!important;font-size:16px!important;font-weight:900!important;line-height:1.15!important}}@media(max-width:760px){.campaign-live-summary-strip .campaign-live-details{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 16px!important}.campaign-live-summary-strip .campaign-live-detail,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:4px!important;align-items:start!important;justify-content:start!important;text-align:left!important;white-space:normal!important}.campaign-live-summary-strip .campaign-live-detail span,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail span{color:var(--muted)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.09em!important;line-height:1.12!important;text-transform:uppercase!important}.campaign-live-summary-strip .campaign-live-detail strong,.campaign-live-summary-strip .campaign-live-detail.campaign-live-budget-detail strong{color:var(--text)!important;font-size:14px!important;font-weight:900!important;line-height:1.12!important}.screen-result-metrics{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}.screen-result-metrics .screen-result-metric,.screen-result-metrics .screen-result-metric:last-child{grid-column:auto!important;min-width:0!important;padding:8px 6px!important;border-radius:10px!important}.screen-result-metric span{font-size:7.5px!important;letter-spacing:.045em!important;line-height:1.1!important}.screen-result-metric strong{font-size:15px!important;line-height:1.05!important;overflow-wrap:anywhere!important}.report-primary-stat-display{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.report-primary-stat-display .report-stat-card,.report-primary-stat-display .report-stat-card:last-child{grid-column:auto!important;padding:8px 6px!important;min-width:0!important}.report-primary-stat-display .report-stat-card .reco-label{font-size:7.5px!important;letter-spacing:.045em!important}.report-primary-stat-display .report-stat-card strong{font-size:15px!important;line-height:1.05!important;overflow-wrap:anywhere!important}}@media(max-width:420px){.screen-result-metrics{grid-template-columns:repeat(4,minmax(0,1fr))!important}.screen-result-metrics .screen-result-metric:last-child{grid-column:auto!important}}@media print{@page{size:A4 portrait;margin:13mm 15mm}html,body{width:auto!important;height:auto!important;min-height:0!important;overflow:visible!important;background:#fff!important}body.proposal-printing>:not(.print-root){display:none!important}body.proposal-printing .print-root,body.proposal-printing .print-clone-root{display:block!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important;background:#fff!important}body.proposal-printing .print-root .is-print-target,body.proposal-printing .print-clone-root .is-print-target,body.proposal-printing .print-root .proposal-document,body.proposal-printing .print-clone-root .proposal-document{display:block!important;position:static!important;inset:auto!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;background:#fff!important;color:#111!important;font-size:10px!important;line-height:1.34!important;break-before:auto!important;break-after:auto!important;page-break-before:auto!important;page-break-after:auto!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}body.proposal-printing .print-root .proposal-doc-header,body.proposal-printing .print-clone-root .proposal-doc-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;margin:0 0 18px!important;break-inside:avoid!important;page-break-inside:avoid!important}body.proposal-printing .print-root .proposal-company-name,body.proposal-printing .print-clone-root .proposal-company-name{font-size:31px!important;line-height:.95!important}body.proposal-printing .print-root .proposal-contact-name,body.proposal-printing .print-clone-root .proposal-contact-name{font-size:9.2px!important;margin-top:6px!important}body.proposal-printing .print-root .proposal-doc-number,body.proposal-printing .print-clone-root .proposal-doc-number{margin-left:auto!important;min-width:118px!important;text-align:right!important;font-size:12px!important;line-height:1.15!important;white-space:nowrap!important}body.proposal-printing .print-root .proposal-doc-number span,body.proposal-printing .print-clone-root .proposal-doc-number span{font-size:9.4px!important}body.proposal-printing .print-root .proposal-section,body.proposal-printing .print-clone-root .proposal-section{margin-top:14px!important;break-inside:auto!important;page-break-inside:auto!important}body.proposal-printing .print-root .proposal-screen-section,body.proposal-printing .print-clone-root .proposal-screen-section{margin-top:12px!important}body.proposal-printing .print-root .proposal-section h2,body.proposal-printing .print-clone-root .proposal-section h2{font-size:12.5px!important;line-height:1.15!important;margin:0 0 7px!important}body.proposal-printing .print-root .proposal-section h3,body.proposal-printing .print-clone-root .proposal-section h3{font-size:11.3px!important;line-height:1.15!important;margin:0 0 7px!important}body.proposal-printing .print-root .proposal-table-wrap,body.proposal-printing .print-clone-root .proposal-table-wrap{width:100%!important;max-width:100%!important;overflow:visible!important}body.proposal-printing .print-root .proposal-table,body.proposal-printing .print-clone-root .proposal-table{width:100%!important;max-width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;font-size:9.2px!important;line-height:1.28!important}body.proposal-printing .print-root .proposal-table th,body.proposal-printing .print-root .proposal-table td,body.proposal-printing .print-clone-root .proposal-table th,body.proposal-printing .print-clone-root .proposal-table td{padding:5.5px 6.5px!important;border:1px solid #c8beae!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;vertical-align:top!important}body.proposal-printing .print-root .proposal-table th,body.proposal-printing .print-clone-root .proposal-table th{background:#f1eee6!important;color:#111!important;font-size:8.7px!important;font-weight:900!important;print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}body.proposal-printing .print-root .proposal-table tr,body.proposal-printing .print-clone-root .proposal-table tr{break-inside:avoid!important;page-break-inside:avoid!important}body.proposal-printing .print-root .proposal-screen-table th:nth-child(1),body.proposal-printing .print-root .proposal-screen-table td:nth-child(1),body.proposal-printing .print-clone-root .proposal-screen-table th:nth-child(1),body.proposal-printing .print-clone-root .proposal-screen-table td:nth-child(1){width:34%!important}body.proposal-printing .print-root .proposal-screen-table th:nth-child(2),body.proposal-printing .print-root .proposal-screen-table td:nth-child(2),body.proposal-printing .print-clone-root .proposal-screen-table th:nth-child(2),body.proposal-printing .print-clone-root .proposal-screen-table td:nth-child(2){width:15%!important}body.proposal-printing .print-root .proposal-screen-table th:nth-child(3),body.proposal-printing .print-root .proposal-screen-table td:nth-child(3),body.proposal-printing .print-clone-root .proposal-screen-table th:nth-child(3),body.proposal-printing .print-clone-root .proposal-screen-table td:nth-child(3){width:15%!important}body.proposal-printing .print-root .proposal-screen-table th:nth-child(4),body.proposal-printing .print-root .proposal-screen-table td:nth-child(4),body.proposal-printing .print-clone-root .proposal-screen-table th:nth-child(4),body.proposal-printing .print-clone-root .proposal-screen-table td:nth-child(4){width:12%!important}body.proposal-printing .print-root .proposal-screen-table th:nth-child(5),body.proposal-printing .print-root .proposal-screen-table td:nth-child(5),body.proposal-printing .print-clone-root .proposal-screen-table th:nth-child(5),body.proposal-printing .print-clone-root .proposal-screen-table td:nth-child(5){width:16%!important}body.proposal-printing .print-root .proposal-screen-table th:nth-child(6),body.proposal-printing .print-root .proposal-screen-table td:nth-child(6),body.proposal-printing .print-clone-root .proposal-screen-table th:nth-child(6),body.proposal-printing .print-clone-root .proposal-screen-table td:nth-child(6){width:8%!important}body.proposal-printing .print-root .proposal-schedule-table th,body.proposal-printing .print-root .proposal-schedule-table td,body.proposal-printing .print-root .proposal-schedule-grid-table th,body.proposal-printing .print-root .proposal-schedule-grid-table td,body.proposal-printing .print-root .proposal-stats-table th,body.proposal-printing .print-root .proposal-stats-table td,body.proposal-printing .print-root .proposal-cost-table th,body.proposal-printing .print-root .proposal-cost-table td,body.proposal-printing .print-clone-root .proposal-schedule-table th,body.proposal-printing .print-clone-root .proposal-schedule-table td,body.proposal-printing .print-clone-root .proposal-schedule-grid-table th,body.proposal-printing .print-clone-root .proposal-schedule-grid-table td,body.proposal-printing .print-clone-root .proposal-stats-table th,body.proposal-printing .print-clone-root .proposal-stats-table td,body.proposal-printing .print-clone-root .proposal-cost-table th,body.proposal-printing .print-clone-root .proposal-cost-table td{text-align:center!important}body.proposal-printing .print-root .invoice-line-table th:first-child,body.proposal-printing .print-root .invoice-line-table td:first-child,body.proposal-printing .print-clone-root .invoice-line-table th:first-child,body.proposal-printing .print-clone-root .invoice-line-table td:first-child{width:78%!important}body.proposal-printing .print-root .invoice-line-table th:last-child,body.proposal-printing .print-root .invoice-line-table td:last-child,body.proposal-printing .print-clone-root .invoice-line-table th:last-child,body.proposal-printing .print-clone-root .invoice-line-table td:last-child{width:22%!important;text-align:right!important;white-space:nowrap!important}body.proposal-printing .print-root .proposal-small-note,body.proposal-printing .print-clone-root .proposal-small-note{font-size:8.1px!important;line-height:1.35!important;margin-top:5px!important}body.proposal-printing .print-root .proposal-cost-section,body.proposal-printing .print-clone-root .proposal-cost-section,body.proposal-printing .print-root .invoice-line-section,body.proposal-printing .print-clone-root .invoice-line-section{break-before:avoid!important;page-break-before:avoid!important}body.proposal-printing .print-root .proposal-doc-footer,body.proposal-printing .print-clone-root .proposal-doc-footer{position:static!important;margin-top:18px!important;padding-top:11px!important;border-top:1px solid #d8d0c3!important;text-align:left!important;font-size:9.5px!important;line-height:1.2!important;background:#fff!important;break-inside:avoid!important;page-break-inside:avoid!important}}@media(max-width:680px){.desktop-only-inline{display:none!important}.mobile-only-inline{display:inline!important}.pricing-tier-card{gap:10px}.pricing-tier-value{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.pricing-tier-value strong{font-size:clamp(36px,11vw,44px)}.pricing-tier-value p{font-size:13px;line-height:1.25}}.campaign-list-head{gap:16px;align-items:center}.campaign-search{display:block;width:min(340px,100%);margin-left:auto}.campaign-search .form-input{min-height:42px;padding:10px 14px}.legal-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;color:var(--muted)}.legal-consent input{margin-top:3px;flex:0 0 auto}.legal-consent a{color:var(--accent);font-weight:800}.legal-main{padding:72px 0 96px}.legal-container{max-width:920px}.legal-heading{margin-bottom:26px}.legal-heading h1{margin:8px 0;font-size:clamp(40px,7vw,72px);letter-spacing:-.055em;line-height:.98}.legal-heading p{color:var(--muted);margin:0}.legal-content{padding:clamp(24px,5vw,54px)}.legal-content h2{margin:34px 0 10px;font-size:23px;letter-spacing:-.025em}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:#514d46;line-height:1.75}.legal-content ul{padding-left:22px}.legal-content a{color:var(--accent);font-weight:800}@media(max-width:720px){.campaign-list-head{align-items:stretch;flex-direction:column}.campaign-search{width:100%;margin-left:0}.legal-main{padding:42px 0 72px}.legal-content{padding:22px}}@media(max-width:640px){.example-carousel-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.example-carousel-note{min-width:0;max-width:none;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.example-carousel-nav{margin-left:0;justify-self:end;flex:0 0 auto}}.account-page-head .account-head-signout{margin-left:auto}@media(max-width:760px){.account-page-head .account-head-signout{margin-left:auto;align-self:flex-start}.customer-portal-page [data-dashboard-new-brief]{margin-left:auto;align-self:flex-end}}.account-control-list{gap:14px}.account-control-card{gap:10px}.account-control-head{align-items:flex-start}.account-control-actions{gap:8px;flex-wrap:wrap}.account-delete-card{margin-top:18px;width:min(100%,calc((100% - 18px)/2))}.account-delete-card .btn{align-self:flex-start}.account-delete-card .card-body{gap:8px}#account-delete-status .form-help{margin:0}#account-delete-status:not(:empty){margin:0}#account-delete-status:not(:empty)+.form-group{margin-top:0}@media(max-width:760px){.account-delete-card{width:100%}}.admin-message-layout{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:18px;align-items:start}.admin-message-thread{width:100%;border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:14px;text-align:left;display:grid;gap:8px}.admin-message-thread.active{border-color:var(--accent);box-shadow:0 0 0 4px #eb5e281f}.admin-message-thread.unread .item-title{color:var(--ink)}.message-read-state{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;line-height:1;white-space:nowrap}.message-read-state.unread{color:var(--accent);background:var(--accent-soft)}.message-read-state.read{color:var(--muted);background:var(--off)}.admin-message-preview{color:var(--muted);font-size:13px;line-height:1.45}.admin-message-conversation{display:grid;gap:12px;align-items:start}.admin-message-bubble{width:min(100%,760px);border:1px solid var(--line);border-radius:12px;padding:12px 14px;background:var(--paper)}.admin-message-bubble.customer{background:var(--off)}.customer-thread .admin-message-bubble.customer,.admin-thread .admin-message-bubble.admin{justify-self:end;background:var(--off)}.customer-thread .admin-message-bubble.admin,.admin-thread .admin-message-bubble.customer{justify-self:start;background:var(--paper)}.admin-message-bubble-head{display:flex;justify-content:space-between;gap:14px;align-items:baseline;color:var(--muted);font-size:12px}.admin-message-bubble-head strong{color:var(--ink);font-size:13px}.admin-message-bubble-body{margin-top:7px;white-space:pre-wrap;color:var(--ink)}@media(max-width:980px){.admin-message-layout{grid-template-columns:1fr}}.campaign-board{display:grid;gap:18px}.campaign-list-head-plain{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 6px;border:0}.campaign-list-head-search-only{justify-content:flex-end}.campaign-list-head-plain .campaign-search{margin-left:auto}.proposal-response-grid-compact{grid-template-columns:repeat(2,minmax(280px,1fr))}.campaign-message-thread-card .card-body{gap:18px}.campaign-message-conversation{width:100%;max-width:none}.campaign-message-thread-card .admin-message-bubble{width:min(75%,900px)}.campaign-message-form{width:100%;max-width:none}.campaign-message-form .form-actions{justify-content:flex-start}.admin-message-reply-form{margin-top:4px}@media(max-width:760px){.campaign-list-head-plain{align-items:stretch;flex-direction:column}.campaign-list-head-plain .campaign-search{margin-left:0;width:100%}.campaign-list-head-search-only{justify-content:stretch}.proposal-response-grid-compact{grid-template-columns:1fr}.proposal-response-actions{align-items:stretch;flex-direction:column}.proposal-response-actions .btn{width:100%}.campaign-message-form{width:100%;max-width:none}.admin-message-bubble{width:min(94%,760px)}.campaign-message-thread-card .admin-message-bubble{width:100%}.brief-change-schedule-head{align-items:stretch;flex-direction:column;gap:12px}.brief-change-schedule-head .schedule-toolbar{margin-left:0}}.brief-change-heading{display:grid;gap:4px;padding:2px 2px 0}.brief-change-section-card .card-body{padding:20px}.brief-change-section-card .screen-request-choice{margin:0}.brief-change-section-card .source-preference-top{align-items:start}.brief-change-section-card .brief-change-schedule-head{padding:18px 20px;border-bottom:1px solid var(--line-2)}.brief-change-section-card .brief-change-schedule-head .schedule-toolbar{margin-left:auto}.brief-change-footer{padding-top:0}@media(max-width:700px){.brief-change-heading{padding:0}.brief-change-section-card .brief-change-schedule-head{align-items:flex-start}}.brief-change-modal{width:min(1180px,calc(100vw - 32px));max-height:min(92vh,900px)}.brief-change-modal .modal-head{align-items:flex-start}.modal-subtitle{margin:6px 0 0;color:var(--muted);font-size:14px;font-weight:500;line-height:1.45}.brief-change-modal-body{padding:20px}.example-arrow:disabled{cursor:default}.campaign-card-title-line{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.campaign-card-reference-inline{color:var(--muted);font-size:14px;font-weight:700}.campaign-card-title-separator{color:var(--muted);font-size:14px;font-weight:800}.campaign-card-identity-grid strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:760px){.brief-change-modal{width:min(100%,calc(100vw - 20px));max-height:calc(100vh - 20px)}.brief-change-modal-body{padding:14px}.campaign-card-title-line{gap:6px}}.proposal-screen-edit-details{display:block;padding:0;overflow:hidden}.proposal-screen-edit-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;font-weight:800;list-style:none}.proposal-screen-edit-summary::-webkit-details-marker{display:none}.proposal-screen-edit-summary:after{content:"+";margin-left:auto;color:var(--muted);font-weight:900}.proposal-screen-edit-details[open] .proposal-screen-edit-summary:after{content:"–"}.proposal-screen-edit-summary [data-remove-proposal-row]{margin-left:0}.proposal-screen-edit-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border-top:1px solid var(--line-2);padding:14px}.proposal-screen-edit-fields .screen-location-notes-field,.proposal-screen-edit-fields .screen-notes-field{grid-column:1 / -1}@media(max-width:760px){.proposal-screen-edit-summary{align-items:flex-start}.proposal-screen-edit-fields{grid-template-columns:1fr}}.admin-brief-version-stack{display:grid;gap:16px}.proposal-detail-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:4px}.proposal-detail-edit .grid{align-items:start}.proposal-schedule-editor{display:grid;gap:10px}.proposal-schedule-editor .schedule-table-scroll{margin-top:0}@media print{body.proposal-printing .print-root .proposal-schedule-grid-table,body.proposal-printing .print-clone-root .proposal-schedule-grid-table{min-width:0!important;width:100%!important;table-layout:fixed!important;font-size:8.6px!important;line-height:1.15!important}body.proposal-printing .print-root .proposal-schedule-grid-table th,body.proposal-printing .print-root .proposal-schedule-grid-table td,body.proposal-printing .print-clone-root .proposal-schedule-grid-table th,body.proposal-printing .print-clone-root .proposal-schedule-grid-table td{padding:4px 3.5px!important;text-align:center!important;vertical-align:middle!important;white-space:normal!important}body.proposal-printing .print-root .proposal-schedule-grid-table th:first-child,body.proposal-printing .print-root .proposal-schedule-grid-table td:first-child,body.proposal-printing .print-clone-root .proposal-schedule-grid-table th:first-child,body.proposal-printing .print-clone-root .proposal-schedule-grid-table td:first-child{width:68px!important;text-align:left!important}body.proposal-printing .print-root .proposal-schedule-grid-table tbody th,body.proposal-printing .print-clone-root .proposal-schedule-grid-table tbody th{background:#f1eee6!important;color:#77736b!important;font-weight:850!important}body.proposal-printing .print-root .proposal-schedule-grid-table td,body.proposal-printing .print-clone-root .proposal-schedule-grid-table td{height:22px!important}body.proposal-printing .print-root .proposal-schedule-grid-table td.is-selected,body.proposal-printing .print-clone-root .proposal-schedule-grid-table td.is-selected{background:#fff!important}body.proposal-printing .print-root .proposal-schedule-grid-table td.is-selected span,body.proposal-printing .print-clone-root .proposal-schedule-grid-table td.is-selected span{display:inline-block!important;width:6px!important;height:6px!important;border-radius:999px!important;background:#6a655c!important;vertical-align:middle!important}body.proposal-printing .print-root .proposal-schedule-grid-table tr.schedule-gap-row td,body.proposal-printing .print-clone-root .proposal-schedule-grid-table tr.schedule-gap-row td{height:5px!important;padding:0!important;font-size:0!important;line-height:0!important;background:#fff!important}body.proposal-printing .print-root .proposal-schedule-grid-table .schedule-gap-hash,body.proposal-printing .print-clone-root .proposal-schedule-grid-table .schedule-gap-hash{display:block!important;width:100%!important;height:5px!important;background:repeating-linear-gradient(135deg,transparent 0,transparent 4px,rgba(99,94,86,.18) 4px,rgba(99,94,86,.18) 6px)!important}}.status-creative_approved{background:var(--amber-2);color:#92400e}.creative-tab-stack{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.creative-tab-stack>.creative-rotation-note,.creative-tab-stack>.creative-manual-card,.creative-tab-stack>.creative-trouble-actions,.creative-tab-stack>.creative-submit-form{grid-column:1 / -1}.creative-requirement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creative-screen-status-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px}.creative-screen-status-line .status{box-shadow:none}.creative-screen-title-wrap{min-width:0}.creative-screen-title{overflow-wrap:anywhere}.creative-screen-card{display:flex;flex-direction:column;height:100%}.creative-screen-card .card-body{display:flex;flex:1 1 auto;flex-direction:column}.creative-screen-files{flex:1 1 auto;align-content:start}.creative-screen-card .creative-file-grid{align-content:start}.creative-screen-card .creative-file-card{min-height:176px}.creative-screen-card .creative-thumb{height:148px;min-height:148px}.creative-screen-card .creative-thumb img{min-height:0;object-fit:cover}.go-live-choice span{display:grid;gap:4px}.go-live-choice small{color:var(--muted);font-size:12px;font-weight:600;line-height:1.35}.go-live-date-group[hidden]{display:none!important}.admin-screen-creative-head{align-items:flex-start;gap:12px}.admin-screen-creative-review-controls{display:grid;gap:10px;padding-top:12px;border-top:1px solid var(--line-2)}.admin-screen-creative-review-grid{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(0,1fr);gap:10px}@media(max-width:760px){.campaign-page-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title reference" "status status";align-items:start;gap:8px 12px;margin-bottom:12px}.campaign-title-block{grid-area:title;min-width:0}.campaign-title-block h1{display:none}.campaign-title-block .breadcrumb{display:flex;align-items:center;gap:6px;min-width:0;white-space:nowrap;overflow:hidden}.campaign-title-block .breadcrumb a,.campaign-title-block .breadcrumb span{flex:0 0 auto}.campaign-title-block .breadcrumb span:last-child{flex:1 1 auto}.campaign-page-actions,.campaign-header-meta{display:contents}.campaign-header-dot{display:none}.campaign-header-reference{grid-area:reference;justify-self:end;align-self:start;align-items:center;line-height:1;min-height:0;margin-top:-2px}.campaign-header-reference>span{font-size:0;letter-spacing:0}.campaign-header-reference>span:after{content:"REF";font-size:10px;letter-spacing:.08em}.campaign-header-reference code{font-size:11px;line-height:1;padding:4px 7px;border-radius:9px}.campaign-header-status{grid-area:status;justify-self:start;align-self:start;min-height:0}.creative-tab-stack{grid-template-columns:1fr}.creative-screen-head{display:grid;grid-template-columns:1fr;align-items:start;gap:12px}.creative-screen-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal}.creative-screen-upload-form{justify-content:flex-start;width:auto}.creative-requirement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.admin-screen-creative-review-grid{grid-template-columns:1fr}}.admin-creative-uploads-card .card-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-creative-uploads-card .card-body>.small-muted{grid-column:1 / -1}@media(max-width:860px){.admin-creative-uploads-card .card-body{grid-template-columns:1fr}}.payment-request-lines .payment-request-total span{font-weight:900!important}@media(max-width:760px){.payment-bank-grid .payment-bank-account-name{order:1}.payment-bank-grid .payment-bank-reference{order:2}.payment-bank-grid .payment-bank-sort-code{order:3}.payment-bank-grid .payment-bank-account-number{order:4}}@media(max-width:760px){.payment-bank-grid>div:nth-child(1){order:1}.payment-bank-grid>div:nth-child(2){order:3}.payment-bank-grid>div:nth-child(3){order:2}.payment-bank-grid>div:nth-child(4){order:4}}.admin-creative-review-actions{grid-column:1 / -1}.dashboard-add-brief-mobile{display:none!important}@media(max-width:760px){.customer-portal-page .page-head [data-dashboard-new-brief]:not(.dashboard-add-brief-mobile){display:none!important}.customer-portal-page .campaign-list-head-plain.campaign-list-head-search-only{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.customer-portal-page .campaign-list-head-plain .campaign-search{width:100%;margin-left:0;min-width:0}.customer-portal-page .dashboard-add-brief-mobile:not([hidden]){display:inline-grid!important;place-items:center;width:48px;min-width:48px;height:48px;padding:0;border-radius:14px;font-size:24px;line-height:1}.customer-portal-page .dashboard-add-brief-mobile[hidden]{display:none!important}.customer-portal-page .account-page-head{flex-direction:column;align-items:stretch;justify-content:flex-start}.customer-portal-page .account-page-head .account-head-signout{align-self:flex-end;margin-left:0}}.site-footer .footer-grid>div:first-child .brand{align-items:flex-start;line-height:1;margin-top:-1px}.site-footer .footer-grid>div:first-child .brand-text,.site-footer .footer-title{line-height:1}@media(max-width:760px){.site-footer .footer-grid>div:first-child .brand{margin-top:0}}.status-deleted{color:var(--red);background:var(--red-2)}.admin-campaign-filter-bar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.admin-campaign-filter-button{display:inline-flex;align-items:center;gap:6px}.admin-campaign-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;padding:0 6px;border-radius:999px;background:#1118270f;color:var(--muted);font-size:11px;line-height:1}.admin-campaign-filter-button.active .admin-campaign-filter-count,.admin-campaign-filter-button:hover .admin-campaign-filter-count{background:#eb5e281f;color:var(--accent)}.admin-campaign-badges,.admin-campaign-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}@media(max-width:720px){.admin-campaign-detail-actions{justify-content:flex-start}}.site-footer .footer-grid-public>div:not(:first-child){text-align:right}.site-footer .footer-grid-public>div:not(:first-child) a{margin-left:auto}@media(max-width:760px){.site-footer .footer-grid-public>div:first-child{text-align:left}}
