@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@1,600&display=swap";:root{color:#17241f;background:#f5f6f1;font-family:Manrope,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17241f;--muted: #69746e;--paper: #f5f6f1;--white: #ffffff;--line: #dfe4de;--green: #164f3b;--green-light: #d8f26a;--green-soft: #e9f5ee;--pink: #ef476f;--shadow: 0 18px 55px rgba(28, 54, 44, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}body.modal-open{overflow:hidden}.session-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--green)}.session-loading p{margin:0;color:var(--muted);font-size:13px;font-weight:650}.login-page{min-height:100vh;position:relative;overflow:hidden;background:#f3f5ef}.login-page:before{content:"";width:720px;height:720px;position:absolute;right:-240px;bottom:-380px;border:1px dashed rgba(22,79,59,.16);border-radius:50%}.login-page:after{content:"";width:510px;height:510px;position:absolute;right:-135px;bottom:-275px;border:1px solid rgba(22,79,59,.11);border-radius:50%}.login-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px)}.login-glow--one{width:520px;height:520px;top:-270px;left:-230px;background:radial-gradient(circle,rgba(216,242,106,.34),rgba(216,242,106,.04) 66%,transparent 67%)}.login-glow--two{width:420px;height:420px;right:20%;bottom:-260px;background:radial-gradient(circle,rgba(77,161,116,.17),rgba(77,161,116,.02) 66%,transparent 67%)}.login-header{width:min(1380px,calc(100% - 56px));height:78px;margin:0 auto;position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(22,79,59,.13)}.login-stage{width:min(1160px,calc(100% - 56px));min-height:calc(100vh - 78px);margin:0 auto;padding:70px 0 86px;position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);align-items:center;gap:110px}.login-intro{max-width:620px}.login-eyebrow{width:fit-content;padding:8px 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid #ccd8cf;border-radius:99px;color:var(--green);background:#ffffff9e;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.login-intro h1{margin:25px 0 24px;font-size:clamp(58px,7vw,92px);line-height:.92;letter-spacing:-.075em}.login-intro h1 em{display:block;color:var(--green);font-family:Playfair Display,serif;font-weight:600}.login-intro>p{max-width:540px;margin:0;color:#68746e;font-size:16px;line-height:1.75}.login-signal{width:170px;height:80px;margin-top:40px;position:relative;display:flex;align-items:center}.login-signal span{width:58px;height:58px;position:relative;z-index:2;display:grid;place-items:center;border-radius:18px;color:var(--green-light);background:var(--green);box-shadow:0 15px 35px #164f3b33}.login-signal i{width:8px;height:8px;margin-left:17px;border-radius:50%;background:#9db3a7}.login-signal i:nth-of-type(2){opacity:.65}.login-signal i:nth-of-type(3){opacity:.3}.login-card{padding:34px;border:1px solid rgba(205,216,208,.9);border-radius:24px;background:#fffffff0;box-shadow:0 28px 80px #1c362c21;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-card__mark{width:48px;height:48px;margin-bottom:27px;display:grid;place-items:center;border-radius:14px;color:var(--green);background:var(--green-soft)}.login-card h2{margin:0;font-size:31px;letter-spacing:-.05em}.login-card__subtitle{margin:10px 0 28px;color:var(--muted);font-size:12px;line-height:1.65}.login-field{margin-top:16px;display:block}.login-field>span{display:block;margin-bottom:8px;color:#66736c;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.login-field>div{height:50px;padding:0 13px;display:flex;align-items:center;gap:10px;border:1px solid #d9dfda;border-radius:12px;color:#839088;background:#fafbf9;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.login-field>div:focus-within{border-color:#448267;background:#fff;box-shadow:0 0 0 4px #164f3b14}.login-field input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:13px;font-weight:650}.login-field input::placeholder{color:#abb3ae;font-weight:500}.password-toggle{width:32px;height:32px;padding:0;display:grid;place-items:center;border:0;border-radius:8px;color:#7f8b84;background:transparent;cursor:pointer}.password-toggle:hover{color:var(--green);background:#edf3ee}.login-error{margin-top:16px;padding:11px 12px;border:1px solid #f1c5bd;border-radius:10px;color:#9f3227;background:#fff0ed;font-size:11px;font-weight:650}.login-submit{width:100%;height:50px;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;color:#fff;background:var(--green);cursor:pointer;font-weight:800;box-shadow:0 12px 24px #164f3b30;transition:transform .16s ease,background .16s ease}.login-submit:hover:not(:disabled){transform:translateY(-1px);background:#0e422f}.login-submit:disabled{opacity:.7;cursor:wait}.login-security{margin-top:17px;display:flex;align-items:center;justify-content:center;gap:6px;color:#87928c;font-size:9px}.app-shell{min-height:100vh;overflow:hidden}.site-header{width:min(1380px,calc(100% - 56px));height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(22,79,59,.13)}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--ink);text-decoration:none;font-weight:800;letter-spacing:-.03em}.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:var(--green-light);border-radius:12px;background:var(--green);box-shadow:0 8px 18px #164f3b38}.header-actions{display:flex;align-items:center;gap:18px}.header-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.live-dot{width:8px;height:8px;border-radius:99px;background:#37b776;box-shadow:0 0 0 4px #37b7761f}.language-toggle{padding:3px;display:flex;align-items:center;border:1px solid #d4dcd6;border-radius:10px;background:#ffffffb3}.language-toggle button{min-width:42px;height:29px;padding:0 9px;border:0;border-radius:7px;color:#7a867f;background:transparent;cursor:pointer;font-size:10px;font-weight:800;letter-spacing:.03em}.language-toggle button[data-active=true]{color:#fff;background:var(--green);box-shadow:0 4px 10px #164f3b2b}.logout-button{height:35px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d4dcd6;border-radius:10px;color:#6d7972;background:#ffffffb3;cursor:pointer;font-size:10px;font-weight:800}.logout-button:hover{color:#9f3227;border-color:#e9c5be;background:#fff5f3}main{position:relative}.hero-section{width:min(1260px,calc(100% - 56px));min-height:610px;margin:0 auto;padding:92px 0 72px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:80px}.hero-copy{max-width:680px;position:relative;z-index:1}.kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #ccd6ce;border-radius:999px;color:var(--green);background:#ffffff8a;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hero-copy h1{margin:24px 0 20px;font-size:clamp(58px,7.3vw,102px);line-height:.9;letter-spacing:-.075em;font-weight:800}.hero-copy h1 em{font-family:Playfair Display,serif;color:var(--green);font-weight:600;white-space:nowrap}.hero-copy>p{max-width:590px;margin:0;color:#64716b;font-size:17px;line-height:1.75}.hero-cta{margin-top:30px;padding:14px 19px;display:inline-flex;align-items:center;gap:12px;border:0;border-radius:12px;color:#fff;background:var(--green);cursor:pointer;font-weight:800;box-shadow:0 14px 26px #164f3b36;transition:transform .18s ease,box-shadow .18s ease}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 18px 32px #164f3b45}.hero-visual{min-height:460px;position:relative;display:grid;place-items:center}.hero-visual:before{content:"";width:440px;height:440px;position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(216,242,106,.42),rgba(216,242,106,.04) 64%,transparent 65%);filter:blur(2px)}.signal-core{width:126px;height:126px;position:relative;z-index:2;display:grid;place-items:center;border:12px solid white;border-radius:50%;color:var(--green-light);background:var(--green);box-shadow:0 28px 70px #164f3b40}.signal-orbit{position:absolute;z-index:1;border:1px solid rgba(22,79,59,.24);border-radius:50%}.orbit-one{width:278px;height:278px;animation:pulse-orbit 3s ease-in-out infinite}.orbit-two{width:420px;height:420px;border-style:dashed;animation:rotate 32s linear infinite}.floating-card{position:absolute;z-index:3;min-width:196px;padding:13px 15px;display:flex;align-items:center;gap:11px;border:1px solid rgba(210,219,213,.84);border-radius:15px;background:#ffffffe6;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--green)}.floating-card span{display:flex;flex-direction:column;gap:2px}.floating-card b{color:var(--ink);font-size:12px}.floating-card small{color:var(--muted);font-size:10px}.floating-card--one{top:64px;right:0;animation:float 5s ease-in-out infinite}.floating-card--two{left:-10px;bottom:76px;animation:float 5s ease-in-out 1.2s infinite}.floating-card--three{right:8px;bottom:13px;animation:float 5s ease-in-out 2.3s infinite}.search-section,.results-section,.loading-section{width:min(1380px,calc(100% - 56px));margin:0 auto}.search-section{padding:52px 0 58px;scroll-margin-top:20px}.search-section:before{content:"";position:absolute;left:0;right:0;height:560px;margin-top:-52px;z-index:-1;background:#ebeee8;border-block:1px solid #dfe5df}.section-heading,.results-topline{margin-bottom:24px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-label{margin:0 0 8px;color:#7b867f;font-family:DM Mono,monospace;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.section-heading h2,.results-topline h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.05em;line-height:1}.search-panel{padding:25px;border:1px solid #d9ded8;border-radius:22px;background:#fffffff5;box-shadow:0 22px 55px #223a2f14}.main-query-row{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:16px;align-items:end}.field{position:relative;display:flex;flex-direction:column;gap:8px}.field>span{color:#68746e;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.input-with-icon,.select-wrap{height:52px;display:flex;align-items:center;gap:11px;padding:0 15px;border:1px solid #d7ddd8;border-radius:12px;color:#7f8a84;background:#fafbf9;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.fixed-app-ids{height:52px;display:flex;align-items:center;gap:11px;padding:7px 14px;border:1px solid #cddbd1;border-radius:12px;color:var(--green);background:#f4f8f4}.fixed-app-ids>div{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.fixed-app-ids>div>span{min-width:0;display:flex;align-items:center;gap:8px}.fixed-app-ids b{width:48px;flex:0 0 auto;color:#718078;font-size:8px;letter-spacing:.07em;text-transform:uppercase}.fixed-app-ids code{overflow:hidden;color:#263a31;font-family:DM Mono,monospace;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.fixed-app-ids>svg:last-child{color:#7c9186}.input-with-icon:focus-within,.select-wrap:focus-within{border-color:#448267;background:#fff;box-shadow:0 0 0 4px #164f3b14}.input-with-icon input,.select-wrap select{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:14px;font-weight:650}.input-with-icon input::placeholder{color:#abb2ae;font-weight:500}.select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.search-button{height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:12px;color:#fff;background:var(--green);cursor:pointer;font-weight:800;white-space:nowrap;box-shadow:0 10px 22px #164f3b2e;transition:transform .16s ease,background .16s ease}.search-button:hover:not(:disabled){transform:translateY(-1px);background:#0e422f}.search-button:disabled{opacity:.68;cursor:wait}.filter-row{margin-top:20px;padding-top:20px;display:flex;align-items:flex-end;gap:13px;border-top:1px solid #edf0ed}.compact-field{width:170px}.compact-field>input,.country-trigger{width:100%;height:42px;padding:0 12px;border:1px solid #dfe3df;border-radius:10px;color:#3e4b45;background:#fff;outline:none;font-size:12px;font-weight:650}.compact-field>input:focus,.country-trigger:focus{border-color:#448267;box-shadow:0 0 0 3px #164f3b12}.country-field{width:190px}.country-trigger{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}.country-menu{width:270px;max-height:310px;padding:7px;position:absolute;top:calc(100% + 8px);left:0;z-index:10;overflow-y:auto;border:1px solid #d9dfda;border-radius:13px;background:#fff;box-shadow:0 20px 44px #152c2229}.country-menu button{width:100%;padding:9px 10px;display:grid;grid-template-columns:20px 1fr auto;gap:8px;align-items:center;border:0;border-radius:8px;background:transparent;cursor:pointer;text-align:left;font-size:12px}.country-menu button:hover{background:#f0f4f0}.country-menu small{color:#949d98;font-family:DM Mono,monospace}.checkbox{width:17px;height:17px;display:grid;place-items:center;border:1px solid #bdc6c0;border-radius:5px}.checkbox.checked{color:#fff;border-color:var(--green);background:var(--green)}.global-error{margin-top:16px;padding:13px 15px;display:flex;align-items:center;gap:9px;border:1px solid #f1c5bd;border-radius:12px;color:#9f3227;background:#fff0ed;font-size:13px;font-weight:600}.loading-section{padding:70px 0 95px}.loading-heading{margin-bottom:22px;display:flex;align-items:center;gap:12px;color:var(--green)}.loading-heading div{display:flex;flex-direction:column;gap:3px}.loading-heading b{font-size:16px}.loading-heading span{color:var(--muted);font-size:12px}.skeleton-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.skeleton-card{height:400px;padding:12px;border:1px solid #e0e5e0;border-radius:18px;background:#fff}.skeleton-card span,.skeleton-card i{display:block;border-radius:12px;background:linear-gradient(90deg,#edf0ed 25%,#f7f8f6,#edf0ed 75%);background-size:200% 100%;animation:shimmer 1.6s linear infinite}.skeleton-card span{height:270px}.skeleton-card i{height:14px;margin:16px 6px 0}.skeleton-card i:last-child{width:58%;margin-top:9px}.results-section{padding:82px 0 110px;scroll-margin-top:10px}.result-context{margin:12px 0 0;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px}.app-id-chip{padding:5px 8px;border:1px solid #d8ded9;border-radius:7px;color:var(--green);background:#fff;font-family:DM Mono,monospace;font-size:10px}.results-count{display:flex;align-items:baseline;gap:9px}.results-count strong{color:var(--green);font-size:34px;letter-spacing:-.05em}.results-count span{color:var(--muted);font-size:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.stat-card{padding:18px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:15px;background:#ffffffbf}.stat-icon{width:41px;height:41px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;color:var(--green);background:var(--green-soft)}.stat-icon svg{width:19px}.stat-card[data-accent=pink] .stat-icon{color:#c92d59;background:#fff0f4}.tiktok-stat{font-size:20px;font-weight:800}.stat-card>div{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px}.stat-card p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.stat-card strong{margin-top:3px;font-size:24px;letter-spacing:-.04em}.stat-card small{color:#8b948f;font-size:9px}.provider-strip{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:13px}.provider-result{min-height:58px;padding:11px 14px;display:flex;align-items:center;gap:10px;border:1px solid #d7e3da;border-radius:13px;background:#f1f8f3}.provider-result[data-status=error],.provider-result[data-status=not_configured]{border-color:#efcfc7;background:#fff3f0}.provider-result__icon{width:27px;height:27px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;color:#fff;background:#329867}.provider-result[data-status=error] .provider-result__icon,.provider-result[data-status=not_configured] .provider-result__icon{background:#d05d4e}.provider-result>span:last-child{min-width:0;display:flex;flex-direction:column;gap:2px}.provider-result b{font-size:11px}.provider-result small{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.library-toolbar{margin:28px 0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.filter-group{display:flex;align-items:center;gap:5px}.filter-group>svg{margin-right:6px;color:#7b8780}.filter-group button{padding:7px 10px;border:1px solid transparent;border-radius:8px;color:#76817b;background:transparent;cursor:pointer;font-size:10px;font-weight:800;text-transform:uppercase}.filter-group button:hover{color:var(--green)}.filter-group button[data-active=true]{border-color:#cfdbd3;color:var(--green);background:#fff;box-shadow:0 3px 10px #1b3d2e0d}.creative-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.creative-card{min-width:0;overflow:hidden;border:1px solid #dde2de;border-radius:18px;background:#fff;box-shadow:0 7px 24px #1e322a0e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.creative-card:hover{transform:translateY(-3px);border-color:#c9d6cd;box-shadow:0 18px 38px #1e322a1a}.creative-card__media{width:100%;aspect-ratio:4 / 3.15;position:relative;overflow:hidden;display:block;padding:0;border:0;background:#18201d;cursor:pointer}.creative-card__media>img,.creative-card__media>video{width:100%;height:100%;display:block;object-fit:contain;transition:transform .45s cubic-bezier(.2,.8,.2,1)}.creative-card:hover .creative-card__media>img{transform:scale(1.025)}.media-fallback{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8a948f;font-size:10px}.media-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(8,15,12,.26),transparent 35%,transparent 66%,rgba(8,15,12,.32));pointer-events:none}.source-badge{padding:6px 8px;position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.26);border-radius:8px;color:#fff;background:#111c17c2;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.source-badge[data-source=spy]{background:#261119d1}.source-dot{width:5px;height:5px;border-radius:50%;background:var(--green-light)}.source-badge[data-source=spy] .source-dot{background:#ff4c7a}.play-button,.expand-button{width:44px;height:44px;position:absolute;top:50%;left:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.44);border-radius:50%;color:#fff;background:#0b161194;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .18s ease,background .18s ease}.creative-card__media:hover .play-button,.creative-card__media:hover .expand-button{background:var(--green);transform:translate(-50%,-50%) scale(1.08)}.duration-badge{padding:4px 6px;position:absolute;right:9px;bottom:9px;display:inline-flex;align-items:center;gap:4px;border-radius:6px;color:#fff;background:#070e0bba;font-family:DM Mono,monospace;font-size:8px}.creative-card__body{padding:15px}.creative-title-row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.creative-title-row>div{min-width:0}.creative-eyebrow{margin:0 0 3px;color:#8a948f;font-family:DM Mono,monospace;font-size:8px;text-transform:uppercase}.creative-title-row h3{margin:0;overflow:hidden;color:#26322d;font-size:13px;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.format-chip{max-width:90px;padding:4px 6px;overflow:hidden;border-radius:6px;color:#597165;background:#eff4f0;font-family:DM Mono,monospace;font-size:7px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.creative-message{height:36px;margin:10px 0 0;display:-webkit-box;overflow:hidden;color:#727d77;font-size:10px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.creative-metrics{margin:14px 0 0;padding:12px 0;display:grid;grid-template-columns:1fr 1fr;border-block:1px solid #edf0ee}.creative-metrics div+div{padding-left:12px;border-left:1px solid #edf0ee}.creative-metrics dt{display:flex;align-items:center;gap:5px;color:#929b96;font-size:8px;font-weight:700;text-transform:uppercase}.creative-metrics dd{margin:4px 0 0;color:#3c4943;font-size:10px;font-weight:800}.creative-card__footer{margin-top:11px;display:flex;align-items:center;justify-content:space-between}.creative-card__footer>span{max-width:65%;overflow:hidden;color:#919a95;font-family:DM Mono,monospace;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.creative-card__footer button{padding:4px 0;border:0;color:var(--green);background:transparent;cursor:pointer;font-size:9px;font-weight:800;text-transform:uppercase}.empty-state{min-height:310px;display:grid;place-items:center;align-content:center;text-align:center;border:1px dashed #cfd7d1;border-radius:18px;background:#fff9}.empty-state>span{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:var(--green);background:var(--green-soft)}.empty-state h3{margin:15px 0 4px;font-size:17px}.empty-state p{margin:0;color:var(--muted);font-size:12px}.modal-backdrop{padding:28px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#08120eb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fade-in .16s ease}.creative-modal{width:min(1120px,100%);max-height:calc(100vh - 56px);overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);border:1px solid rgba(255,255,255,.25);border-radius:22px;background:#fff;box-shadow:0 34px 100px #00000059;animation:modal-in .22s cubic-bezier(.2,.8,.2,1)}.modal-media{min-height:580px;display:grid;place-items:center;overflow:hidden;background:#101814}.modal-media video,.modal-media img,.modal-media iframe{width:100%;height:100%;max-height:calc(100vh - 56px);display:block;object-fit:contain;border:0}.modal-detail{min-width:0;max-height:calc(100vh - 56px);padding:23px;overflow-y:auto}.modal-topbar{display:flex;align-items:center;justify-content:space-between}.modal-topbar .source-badge{position:static;color:#33463e;border-color:#dae0dc;background:#f1f5f2}.modal-topbar .source-badge[data-source=spy]{color:#9b284b;border-color:#f0cdd7;background:#fff2f5}.icon-button{width:37px;height:37px;display:grid;place-items:center;border:1px solid #dce2dd;border-radius:10px;background:#fff;cursor:pointer}.icon-button:hover{background:#f1f4f1}.modal-heading{padding:38px 0 26px}.modal-heading>p{margin:0 0 8px;color:#89938e;font-family:DM Mono,monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.modal-heading h2{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.045em}.modal-copy{max-height:120px;margin-top:16px;overflow-y:auto;color:#69746e;font-size:12px;line-height:1.75;white-space:pre-wrap}.detail-list{margin:0 0 24px;border-top:1px solid #e8ece9}.detail-list>div{padding:13px 0;display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:10px;border-bottom:1px solid #e8ece9}.detail-list dt{display:flex;align-items:center;gap:6px;color:#89938e;font-size:9px;font-weight:700;text-transform:uppercase}.detail-list dd{min-width:0;margin:0;color:#36433d;font-size:11px;font-weight:700;text-align:right;overflow-wrap:anywhere}.mono-value{font-family:DM Mono,monospace;font-size:9px!important}.primary-link{height:45px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;color:#fff;background:var(--green);text-decoration:none;font-size:12px;font-weight:800}.primary-link:hover{background:#0e422f}.site-footer{width:min(1380px,calc(100% - 56px));margin:0 auto;padding:24px 0 34px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #dce2dd}.site-footer>span{font-weight:800;letter-spacing:-.03em}.site-footer p{margin:0;color:#7b857f;font-size:10px}.spin{animation:rotate 1s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes pulse-orbit{0%,to{transform:scale(.97);opacity:.7}50%{transform:scale(1.03);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes shimmer{to{background-position:-200% 0}}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(12px) scale(.985)}}@media(max-width:1120px){.hero-section{gap:30px}.hero-copy h1{font-size:clamp(55px,8vw,82px)}.creative-grid,.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(2,1fr)}.filter-row{flex-wrap:wrap}}@media(max-width:820px){.login-header,.login-stage{width:min(100% - 32px,680px)}.login-stage{padding:55px 0 70px;grid-template-columns:1fr;gap:48px}.login-intro{max-width:580px}.login-intro h1{font-size:clamp(55px,12vw,80px)}.login-signal{display:none}.login-card{width:min(100%,480px)}.site-header,.hero-section,.search-section,.results-section,.loading-section,.site-footer{width:min(100% - 32px,680px)}.hero-section{min-height:0;padding:70px 0;display:block}.hero-copy h1{font-size:clamp(54px,14vw,86px)}.hero-visual{min-height:410px;margin-top:54px}.main-query-row{grid-template-columns:1fr}.field--app-id{grid-column:auto}.search-button{width:100%}.creative-grid,.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-toolbar{align-items:flex-start;flex-direction:column}.creative-modal{grid-template-columns:1fr;overflow-y:auto}.modal-media{min-height:360px;max-height:56vh}.modal-media video,.modal-media img,.modal-media iframe{max-height:56vh}.modal-detail{overflow:visible}}@media(max-width:560px){.login-header{height:66px}.login-stage{min-height:calc(100vh - 66px);padding:38px 0 50px;gap:34px}.login-intro h1{margin:18px 0;font-size:clamp(47px,15vw,66px)}.login-intro>p{font-size:13px}.login-card{padding:25px 20px;border-radius:20px}.login-card__mark{margin-bottom:22px}.site-header{height:66px}.header-status{display:none}.logout-button{width:35px;padding:0;justify-content:center}.logout-button span{display:none}.hero-section{padding:54px 0 60px}.hero-copy h1{margin-top:20px;font-size:clamp(48px,15vw,68px)}.hero-copy>p{font-size:14px}.hero-visual{min-height:330px;transform:scale(.86);margin-inline:-30px}.floating-card--two{left:0}.search-section{padding-top:42px}.section-heading,.results-topline{align-items:flex-start;flex-direction:column}.search-panel{padding:18px}.main-query-row{grid-template-columns:1fr}.field--app-id{grid-column:auto}.filter-row{display:grid;grid-template-columns:1fr 1fr}.compact-field,.country-field{width:auto}.country-field{grid-column:1 / -1}.country-menu{width:100%}.stats-grid,.provider-strip,.creative-grid,.skeleton-grid{grid-template-columns:1fr}.filter-group{max-width:100%;overflow-x:auto;padding-bottom:4px}.filter-group button{white-space:nowrap}.modal-backdrop{padding:0;align-items:stretch}.creative-modal{max-height:100vh;border-radius:0}.modal-media{min-height:320px}.site-footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
