:root{--grey-bg:#eff1f4;--grey-stroke:#d8dcea;--white-bg:#fff;--white-stroke:#dee0ec;--white-hover:#eff1f4;--text-main:#17181f;--text-grey:#657086;--text-important:#f4467d;--icon-grey:#aeadba;--chart-1:#6a4fd5;--chart-2:#bdacff;--chart-3:#d0cfdd;--chart-1-soft:#f0ecff;--status-approved:var(--chart-1);--status-review:var(--chart-2);--status-suspended:var(--chart-3);--card-shadow:0 0 20px #aaa9c61f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--font-sans:"Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--h1-size:30px;--h1-weight:600;--h1-spacing:2px;--h2-size:22px;--h2-weight:600;--h3-size:18px;--h3-weight:600;--p14-size:14px;--line-tight:1.2;--line-body:1.3;--rail-width:68px;--topbar-height:76px}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--grey-bg);color:var(--text-main);font-family:var(--font-sans);font-size:var(--p14-size);line-height:var(--line-body);-webkit-font-smoothing:antialiased;margin:0}h1,h2,h3{line-height:var(--line-tight);margin:0}h1{font-size:var(--h1-size);font-weight:var(--h1-weight);letter-spacing:var(--h1-spacing)}h2{font-size:var(--h2-size);font-weight:var(--h2-weight)}h3{font-size:var(--h3-size);font-weight:var(--h3-weight)}a{color:inherit}button{font:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--chart-1);outline-offset:2px}.app-splash{height:100%;color:var(--text-grey);place-items:center;display:grid}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.shell{grid-template-columns:var(--rail-width) 1fr;height:100%;display:grid}.rail{align-items:center;gap:var(--space-4);padding:var(--space-4) 0;background:var(--white-bg);border-right:1px solid var(--white-stroke);flex-direction:column;display:flex}.rail__logo{width:36px;height:36px;margin-bottom:var(--space-2);place-items:center;display:grid}.rail__spacer{flex:1}.rail__item{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-grey);background:0 0;border:1px solid #0000;place-items:center;padding:0;transition:background .15s,border-color .15s;display:grid}.rail__item:hover{background:var(--white-hover)}.rail__item--active{background:var(--white-bg);border-color:var(--white-stroke);box-shadow:var(--card-shadow)}.rail__item--add{border:1px dashed var(--grey-stroke);color:var(--icon-grey)}.rail__avatar{border-radius:var(--radius-pill);object-fit:cover;width:36px;height:36px}.main{flex-direction:column;min-width:0;display:flex;overflow:auto}.topbar{align-items:center;gap:var(--space-3);min-height:var(--topbar-height);padding:0 var(--space-6);display:flex}.topbar__title{margin-right:var(--space-2)}.topbar__right{align-items:center;gap:var(--space-3);margin-left:auto;display:flex}.topbar__divider{background:var(--grey-stroke);width:1px;height:28px}.select,.button{align-items:center;gap:var(--space-2);height:40px;padding:0 var(--space-4);border:1px solid var(--white-stroke);border-radius:var(--radius-md);background:var(--white-bg);color:var(--text-main);white-space:nowrap;font-weight:500;text-decoration:none;display:inline-flex}.select:hover,.button:hover{background:var(--white-hover)}.button--primary{background:var(--text-main);border-color:var(--text-main);color:#fff}.button--primary:hover{background:#000}.button--ghost{background:0 0;border-color:#0000}.button:disabled{opacity:.5;cursor:not-allowed}.icon-button{border:1px solid var(--white-stroke);border-radius:var(--radius-md);background:var(--white-bg);width:40px;height:40px;color:var(--text-main);place-items:center;padding:0;display:grid;position:relative}.icon-button__dot{border-radius:var(--radius-pill);background:var(--text-important);width:7px;height:7px;position:absolute;top:8px;right:9px}.card{background:var(--white-bg);border:1px solid var(--white-stroke);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.page{gap:var(--space-4);padding:0 var(--space-6) var(--space-4);flex-direction:column;display:flex}.dashboard{gap:var(--space-4);grid-template-columns:minmax(300px,380px) 1fr;align-items:start;display:grid}@media (width<=1100px){.dashboard{grid-template-columns:1fr}}.summary{padding:var(--space-6)}.summary__donut{padding:var(--space-4) 0 var(--space-6);place-items:center;display:grid}.summary__list{flex-direction:column;display:flex}.summary__row{align-items:start;gap:var(--space-3);padding:var(--space-4) 0;border-top:1px solid var(--white-stroke);text-align:left;color:inherit;background:0 0;border-bottom:0;border-left:0;border-right:0;grid-template-columns:20px 1fr 16px;display:grid}.summary__row:hover{background:var(--white-hover)}.summary__value{font-weight:700}.summary__label{color:var(--text-main)}.summary__cta{margin-top:var(--space-2);color:var(--text-important);font-weight:500;display:block}.summary__chevron{color:var(--icon-grey);align-self:center}.trend{padding:var(--space-6);min-width:0}.trend__head{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);display:flex}.trend__title{font-weight:600;font-size:var(--h3-size)}.trend__toggle{border:1px solid var(--white-stroke);border-radius:var(--radius-md);background:var(--grey-bg);margin-left:auto;padding:3px;display:inline-flex}.trend__toggle button{height:32px;padding:0 var(--space-4);color:var(--text-grey);background:0 0;border:0;border-radius:9px;font-weight:500}.trend__toggle button[aria-pressed=true]{background:var(--white-bg);color:var(--text-main);box-shadow:var(--card-shadow)}.chart{width:100%;height:420px}.chart__grid line{stroke:var(--grey-stroke);stroke-dasharray:2 4}.chart__axis{fill:var(--text-grey);font-size:11px}.chart__empty{height:420px;color:var(--text-grey);place-items:center;display:grid}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:var(--p14-size)}.table th{z-index:1;padding:var(--space-3) var(--space-4);background:var(--white-bg);border-bottom:1px solid var(--white-stroke);color:var(--text-grey);text-align:left;white-space:nowrap;font-weight:500;position:sticky;top:0}.table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--white-stroke);vertical-align:top}.table tr:hover td{background:var(--white-hover)}.table__num{text-align:right;font-variant-numeric:tabular-nums}.table__reason{max-width:520px;color:var(--text-grey)}.pill{border-radius:var(--radius-pill);background:var(--grey-bg);color:var(--text-grey);white-space:nowrap;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.pill:before{content:"";border-radius:var(--radius-pill);background:currentColor;width:6px;height:6px}.pill--approved{background:var(--chart-1-soft);color:var(--chart-1)}.pill--review{background:var(--chart-1-soft);color:#7a63dd}.pill--suspended{color:var(--text-important);background:#fde9f0}.footer{padding:var(--space-2) var(--space-6) var(--space-5);color:var(--text-grey);justify-content:space-between;font-size:13px;display:flex}.footer a{color:var(--chart-1);text-decoration:none}.empty,.error{padding:var(--space-8);text-align:center;color:var(--text-grey)}.error{color:var(--text-important)}.login{place-items:center;height:100%;display:grid}.login__card{width:360px;padding:var(--space-8);text-align:center}.login__actions{gap:var(--space-3);margin-top:var(--space-6);flex-direction:column;display:flex}.auth{min-height:100%;padding:var(--space-6);place-items:center;display:grid}.auth__card{width:496px;max-width:100%;min-height:693px;padding:var(--space-6) 40px 28px;background:var(--white-bg);border-radius:20px;flex-direction:column;display:flex;position:relative}.auth__brand{letter-spacing:-.5px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:22px;font-weight:700;display:flex}.auth__back{top:var(--space-6);height:40px;color:var(--text-main);background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:500;display:inline-flex;position:absolute;left:40px}.auth__body{flex-direction:column;flex:1;justify-content:center;margin-top:-40px;display:flex}.auth__title{margin:0 0 var(--space-2);letter-spacing:0;text-align:center;font-size:26px;font-weight:600;line-height:1.25}.auth__subtitle{margin:0 0 var(--space-6);color:var(--text-grey);text-align:center}.auth__subtitle strong{color:var(--text-main);font-weight:600}.auth__google{border:1px solid var(--white-stroke);border-radius:var(--radius-pill);background:var(--white-bg);width:100%;height:48px;color:inherit;justify-content:center;align-items:center;gap:10px;font-weight:500;text-decoration:none;display:flex}.auth__google:hover{background:var(--white-hover)}.auth__or{margin:var(--space-4) 0;color:var(--text-grey);text-align:center}.auth__field{width:100%;height:48px;padding:0 var(--space-4);border:1px solid var(--white-stroke);border-radius:var(--radius-md);background:var(--white-bg);font:inherit;color:var(--text-main)}.auth__field::placeholder{color:var(--icon-grey)}.auth__field:focus{border-color:var(--chart-1);outline:none}.auth__code{letter-spacing:12px;font-variant-numeric:tabular-nums}.auth__submit{width:100%;height:48px;margin-top:var(--space-3);border-radius:var(--radius-pill);background:var(--text-main);color:#fff;border:0;justify-content:center;align-items:center;font-weight:500;display:flex}.auth__submit:hover{background:#000}.auth__submit:disabled{opacity:.45;cursor:not-allowed}.auth__links{padding-top:var(--space-6);text-align:center;margin-top:auto}.auth__link{margin-top:var(--space-2);color:var(--chart-1);font:inherit;background:0 0;border:0;width:100%;font-weight:500;text-decoration:none;display:block}.auth__legal{padding-top:var(--space-6);color:var(--text-grey);text-align:center;margin-top:auto;font-size:12px;line-height:1.5}.auth__legal a{color:var(--chart-1);text-decoration:none}.auth__error{margin-top:var(--space-3);color:var(--text-important);text-align:center}.modal-backdrop{z-index:50;padding:var(--space-6);background:#17181f73;place-items:center;display:grid;position:fixed;inset:0}.modal{width:100%;max-width:420px;max-height:calc(100vh - 48px);padding:var(--space-6);background:var(--white-bg);border-radius:20px;position:relative;overflow:auto}.modal--wide{max-width:760px;padding:0}.modal__close{top:var(--space-4);right:var(--space-4);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-grey);background:0 0;border:0;place-items:center;padding:0;display:grid;position:absolute}.modal__close:hover{background:var(--white-hover)}.modal__art{height:128px;margin-bottom:var(--space-5);border-radius:var(--radius-md);background:var(--grey-bg)}.modal__title{margin:0 0 var(--space-2);text-align:center;font-size:22px;font-weight:600}.modal__text{color:var(--text-grey);text-align:center;margin:0}.modal__text strong{color:var(--text-main);font-weight:600}.modal__link{margin-top:var(--space-2);color:var(--chart-1);text-align:center;font-weight:500;text-decoration:none;display:block}.modal__actions{justify-content:center;gap:var(--space-3);margin-top:var(--space-6);display:flex}.modal__actions .button{border-radius:var(--radius-pill);height:44px}.modal__check{margin-top:var(--space-4);color:var(--text-grey);justify-content:center;align-items:center;gap:8px;display:flex}.empty-state{min-height:520px;padding:var(--space-8);text-align:center;place-items:center;display:grid}.empty-state__title{margin:var(--space-5) 0 var(--space-2);font-size:26px;font-weight:600;line-height:1.3}.empty-state__text{max-width:460px;color:var(--text-grey);margin:0}.empty-state__action{margin-top:var(--space-5)}.toasts{z-index:60;gap:var(--space-2);flex-direction:column;width:min(420px,100vw - 32px);display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%)}.toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--white-bg);border:1px solid var(--white-stroke);border-radius:var(--radius-lg);box-shadow:var(--card-shadow);display:flex}.toast__body{flex:1;min-width:0}.toast__text{color:var(--text-grey);margin:0}.toast__text strong{color:var(--text-main);font-weight:600}.toast__action{margin-top:var(--space-3);height:32px;padding:0 var(--space-4);border-radius:var(--radius-pill);background:var(--text-main);color:#fff;border:0;font-weight:500}.settings{gap:var(--space-4);max-width:760px;padding:var(--space-6) var(--space-6) var(--space-8);flex-direction:column;margin:0 auto;display:flex}.panel{padding:var(--space-5);background:var(--white-bg);border-radius:var(--radius-lg);box-shadow:var(--card-shadow)}.panel__title{margin:0 0 var(--space-4);font-size:var(--h3-size);font-weight:600}.row{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-2);border-bottom:1px solid var(--white-stroke);display:flex}.row:last-of-type{border-bottom:0}.row--muted{opacity:.55}.row__main{flex:1;min-width:0}.row__name{font-weight:500}.row__meta{color:var(--text-grey);font-size:13px}.row__note{color:var(--chart-1);margin-top:2px;font-size:13px}.row__note--warn{color:var(--text-important)}.row__stamp{color:var(--text-grey);text-align:right;white-space:nowrap;font-size:13px}.row__actions{align-items:center;gap:var(--space-2);display:flex}.switch{border-radius:var(--radius-pill);background:var(--grey-stroke);border:0;flex:none;width:44px;height:26px;padding:0;transition:background .15s;position:relative}.switch[aria-checked=true]{background:var(--text-main)}.switch:after{content:"";border-radius:var(--radius-pill);background:#fff;width:20px;height:20px;transition:transform .15s;position:absolute;top:3px;left:3px}.switch[aria-checked=true]:after{transform:translate(18px)}.switch:disabled{opacity:.5;cursor:not-allowed}.icon-action{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--icon-grey);background:0 0;border:0;place-items:center;padding:0;display:grid}.icon-action:hover{background:var(--white-hover);color:var(--text-main)}.pill-button{height:34px;padding:0 var(--space-4);border:1px solid var(--white-stroke);border-radius:var(--radius-pill);background:var(--white-bg);white-space:nowrap;font-weight:500}.pill-button:hover{background:var(--white-hover)}.panel__add{width:100%;height:44px;margin-top:var(--space-4);border:1px solid var(--white-stroke);border-radius:var(--radius-pill);background:var(--white-bg);font-weight:500}.panel__add:hover{background:var(--white-hover)}.invite{gap:var(--space-3);margin-top:var(--space-4);display:flex}.invite__field{height:44px;padding:0 var(--space-2) 0 var(--space-4);border:1px solid var(--white-stroke);border-radius:var(--radius-md);flex:1;align-items:center;display:flex}.invite__field input{min-width:0;font:inherit;background:0 0;border:0;outline:none;flex:1}.role-select{height:32px;padding:0 var(--space-2);border-radius:var(--radius-sm);color:var(--text-main);font:inherit;background:0 0;border:0;align-items:center;gap:4px;font-weight:500;display:inline-flex}.role-select:hover{background:var(--white-hover)}.avatar{border-radius:var(--radius-pill);object-fit:cover;background:var(--grey-bg);flex:none;width:36px;height:36px}.avatar--initials{color:var(--text-grey);place-items:center;font-size:13px;font-weight:600;display:grid}.toggle-line{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-2);display:flex}.toggle-line__label{flex:1}.recipients{align-items:center;gap:var(--space-2);margin:var(--space-2) 0 0 56px;flex-wrap:wrap;display:flex}.chip{height:32px;padding:0 var(--space-2) 0 4px;border-radius:var(--radius-pill);background:var(--grey-bg);align-items:center;gap:6px;font-size:13px;display:inline-flex}.chip img,.chip .avatar--initials{width:24px;height:24px;font-size:11px}.chip button{color:var(--icon-grey);background:0 0;border:0;padding:0 2px}.creatives{gap:var(--space-4);padding:0 var(--space-6) var(--space-6);flex-direction:column;display:flex}.back-link{padding:var(--space-2) 0;color:var(--text-main);background:0 0;border:0;align-items:center;gap:8px;font-weight:500;display:inline-flex}.creatives__head{align-items:center;gap:var(--space-3);padding:var(--space-5) var(--space-5) var(--space-4);display:flex}.creatives__title{font-size:var(--h3-size);font-weight:600}.search{width:340px;max-width:45vw;height:40px;padding:0 var(--space-4);border:1px solid var(--white-stroke);border-radius:var(--radius-md);color:var(--icon-grey);align-items:center;gap:8px;margin-left:auto;display:flex}.search input{min-width:0;font:inherit;color:var(--text-main);background:0 0;border:0;outline:none;flex:1}.table th button{color:inherit;font:inherit;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.table__check{width:40px}.table__rejection,.table__sub{color:var(--text-grey);font-size:12px}.table__link{color:var(--chart-1);word-break:break-all;text-decoration:none}.table__more{color:var(--chart-1);font:inherit;text-align:left;background:0 0;border:0;margin-top:2px;padding:0;display:block}.row-actions{align-items:center;gap:var(--space-2);opacity:0;display:flex}.table tr:hover .row-actions,.table tr:focus-within .row-actions{opacity:1}.bulk-bar{gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--white-bg);border-top:1px solid var(--white-stroke);display:flex;position:sticky;bottom:0}.bulk-bar__danger{color:var(--text-important);background:#fde9f0;border-color:#0000}.detail{grid-template-columns:260px 1fr;min-height:360px;display:grid}@media (width<=700px){.detail{grid-template-columns:1fr}}.detail__aside{gap:var(--space-4);padding:var(--space-5);background:var(--grey-bg);border-radius:20px 0 0 20px;flex-direction:column;display:flex}.detail__creative{align-items:center;gap:var(--space-3);display:flex}.detail__thumb{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-important);background:#fde9f0;place-items:center;display:grid}.detail__field{font-size:13px}.detail__field span{color:var(--text-grey);display:block}.detail__danger{color:var(--text-important);font:inherit;text-align:left;background:0 0;border:0;margin-top:auto;padding:0}.detail__body{padding:var(--space-5) var(--space-6) var(--space-5) var(--space-5)}.detail__title{margin:0 0 var(--space-3);font-size:var(--h2-size);font-weight:600}.detail__meta{margin:var(--space-3) 0;color:var(--chart-1);font-size:13px}.detail__howto{margin:var(--space-4) 0 0;font-weight:600}.detail__howto+ul{margin:var(--space-2) 0 0;color:var(--text-grey);padding-left:18px}.detail__howto+ul li{margin-bottom:6px}.detail__actions{gap:var(--space-3);margin-top:var(--space-6);display:flex}.dropdown{display:inline-flex;position:relative}.select__chevron--up{transform:rotate(180deg)}.dropdown__panel{top:calc(100% + var(--space-2));z-index:40;min-width:220px;max-height:60vh;padding:var(--space-1);border-radius:var(--radius-lg);background:var(--white-bg);position:absolute;overflow-y:auto;box-shadow:0 8px 32px #17181f24}.dropdown__panel--left{left:0}.dropdown__panel--right{right:0}.dropdown__item{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font:inherit;color:var(--text-main);text-align:left;background:0 0;border:0;display:flex}.dropdown__item:hover,.dropdown__item:focus-visible{background:var(--white-hover)}.dropdown__item-text{flex:1;min-width:0}.dropdown__item-sub{color:var(--text-grey);font-size:12px;display:block}.dropdown__rule{height:1px;margin:var(--space-1) var(--space-3);background:var(--white-stroke)}.dropdown__scope,.dropdown__empty{padding:var(--space-2) var(--space-3);color:var(--text-grey);margin:0;font-size:13px}.dropdown__confirm{width:100%;margin-top:var(--space-1);justify-content:center}.dropdown--chip .select{height:32px;padding:0 var(--space-3);border-radius:var(--radius-pill);background:var(--grey-bg);border-color:#0000;font-size:13px}.button--danger{background:var(--text-important);border-color:var(--text-important);color:#fff}.button--danger:hover{background:#dd2f68}.icon-action--danger:hover{color:var(--text-important)}.confirm__type{margin:var(--space-4) 0 0;color:var(--text-grey);font-size:13px;display:block}.confirm__type input{margin-top:var(--space-2)}.chip__warn{background:var(--text-important);color:#fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:11px;font-weight:600;display:grid}.pick-list{max-height:260px;margin:var(--space-4) 0;flex-direction:column;gap:2px;display:flex;overflow-y:auto}.pick-list__row{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);text-align:left;display:flex}.pick-list__row:hover{background:var(--white-hover)}.pick-list__row .row__main{flex-direction:column;gap:2px;min-width:0;display:flex}.pick-list__row--muted{opacity:.55}.pick-list__manager{margin-top:var(--space-2);display:block}.pick-list__manager input{margin-top:var(--space-2)}.connect-choice{gap:var(--space-3);flex-direction:column;display:flex}.connect-choice__option{height:auto;padding:var(--space-3) var(--space-4);text-align:left;white-space:normal;flex-direction:column;align-items:flex-start;gap:4px}.connect-choice__title{font-weight:600}.connect-choice__note{color:var(--text-grey);font-size:13px;font-weight:400;line-height:1.35}
