:root{--red: #D10000;--red-lt: #e53030;--gold: #f4a900;--gold-lt:#ffc132;--dark-bg: #0a0a0a;--dark-bg2: #111111;--dark-border: rgba(255,255,255,.1);--bg: #ffffff;--bg-alt: #ffffff;--card: #ffffff;--card-h: #fcfcfc;--border: rgba(0,0,0,.08);--border-r: rgba(209,0,0,.18);--text: #1a1a1a;--muted: #6b7280;--muted2: #9ca3af;--font: "Google Sans Flex", "Google Sans", sans-serif;--mono: "Google Sans Flex", "Google Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:15px;background:#fff;margin:0;padding:0;overflow-x:hidden}body{background:#fff;color:var(--text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased;margin:0;padding:0;overflow-x:hidden;min-height:100vh}.page-bg{position:absolute;top:0;left:0;right:0;height:100vh;z-index:0;pointer-events:none;background:radial-gradient(ellipse 80% 40% at 50% 0%,rgba(209,0,0,.03) 0%,transparent 70%)}a{color:inherit;text-decoration:none}button{cursor:pointer}.container{max-width:1100px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.section{padding:80px 0;background:var(--bg)}.alt-bg{background:var(--bg-alt);border-top:none;border-bottom:none}.c-red{color:var(--red)}.c-gold{color:var(--gold)}.c-dark{color:#1a1a1a}.section-label{font-size:.65rem;font-weight:700;letter-spacing:.15em;color:var(--red);margin-bottom:12px;text-align:left}.section-head-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap;margin-bottom:40px}.section-head-row h2{font-size:1.7rem;font-weight:700;margin-bottom:6px}.section-sub{color:var(--muted);font-size:.88rem;max-width:850px}h1,h2,h3{font-weight:700;line-height:1.25}.grad-text{background:linear-gradient(135deg,var(--red) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;padding:4px 0;transition:padding .3s cubic-bezier(.16,1,.3,1),background .3s ease,box-shadow .3s ease}.navbar.scrolled{padding:4px 0;background:transparent;border-bottom:none!important;box-shadow:none!important}.nav-wrap{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:6px;padding:0 24px;height:40px;position:relative;z-index:2}.nav-blur{position:absolute;top:0;left:0;right:0;height:140px;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#0a0c1038,#0a0c101a 45%,#0a0c1000);-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 30%,transparent 92%);mask-image:linear-gradient(to bottom,black 0%,black 30%,transparent 92%);border-bottom:none!important;transition:all .3s cubic-bezier(.16,1,.3,1)}.navbar.scrolled .nav-blur{opacity:1;height:100%;background:#ffffff26;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);-webkit-mask-image:none;mask-image:none;border-bottom:none!important}.nav-brand,.navbar.scrolled .nav-brand{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-right:10px;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important;padding:0;border-radius:0;box-shadow:none!important;transition:opacity .25s ease,transform .25s ease}.nav-brand:hover,.navbar.scrolled .nav-brand:hover{background:transparent!important;border-color:transparent!important;opacity:.85;transform:translateY(-1px)}.nav-logo-img{height:20px;width:auto;object-fit:contain}.nav-site-name{font-size:.8rem;font-weight:700;display:block;color:#fff;letter-spacing:-.01em;transition:color .3s ease}.nav-site-sub{font-size:.45rem;color:#ffffff8c;letter-spacing:.08em;display:block;line-height:1;transition:color .3s ease}.navbar.scrolled .nav-site-name{color:#111;font-weight:600}.navbar.scrolled .nav-site-sub{color:#6b7280;font-weight:500}.nav-links{display:flex;align-items:center;gap:5px;flex:1;margin-left:0}.nav-link{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 11px;border-radius:6px;font-size:.7rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:#ffffffe6;background:#ffffff17;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap;box-shadow:none!important;box-sizing:border-box}.nav-link:hover{color:#fff;background:#ffffff38;border-color:#ffffff59;transform:translateY(-1px);box-shadow:none!important}.nav-link.active{color:#fff;background:#d10000d9;border-color:#ff3c3c99;box-shadow:none!important}.nav-link.c-gold{color:var(--gold)}.nav-link.c-gold:hover{color:var(--gold-lt)}button,button:focus,button:focus-visible,.nav-link:focus,.nav-link:focus-visible{outline:none!important}.navbar.scrolled .nav-link{color:#1a1a1a;font-weight:400;border-radius:7px;background:#0000000d;border:1px solid transparent!important;box-shadow:none!important}.navbar.scrolled .nav-link:hover{color:#000;background:#0000001a;border-color:transparent!important}.navbar.scrolled .nav-link.active{color:#fff!important;background:var(--red)!important;border-color:var(--red)!important;box-shadow:none!important}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dd-trigger{display:inline-flex;align-items:center;gap:4px}.nav-dd-trigger .dd-icon{display:inline-flex;align-items:center;justify-content:center;margin-left:2px;font-weight:300;font-size:.82rem;opacity:.9;transition:transform .2s ease}.nav-dd-trigger .dd-icon:after{content:"+"}.nav-dd-trigger.active .dd-icon:after{content:"-"}.nav-dd-menu{display:none;position:absolute;top:calc(100% + 6px);left:0;background:#16181ceb;-webkit-backdrop-filter:blur(40px) saturate(200%);backdrop-filter:blur(40px) saturate(200%);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:6px;min-width:175px;box-shadow:0 20px 50px #0009;z-index:999;margin-top:-4px}.nav-dd-menu.open{display:flex;flex-direction:column;animation:ddFadeIn .2s ease forwards}@keyframes ddFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nav-dd-item{display:block;padding:8px 14px;border-radius:7px;font-size:.82rem;font-weight:500;color:#ffffffe6;transition:background .2s,color .2s,opacity .2s,transform .15s;white-space:nowrap}.nav-dd-menu:hover .nav-dd-item{opacity:.4;color:#ffffff73!important;background:transparent!important}.nav-dd-menu .nav-dd-item:hover{opacity:1;color:#fff!important;font-weight:600!important;background:transparent!important;transform:translate(4px)}.navbar.scrolled .nav-dd-menu{background:#ffffffeb!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 16px 40px #0000001f!important;-webkit-backdrop-filter:blur(40px) saturate(200%);backdrop-filter:blur(40px) saturate(200%)}.navbar.scrolled .nav-dd-item{color:#1a1a1a!important;font-weight:500!important;opacity:1;background:transparent!important}.navbar.scrolled .nav-dd-menu:hover .nav-dd-item{opacity:.35;color:#888!important;background:transparent!important}.navbar.scrolled .nav-dd-menu .nav-dd-item:hover{opacity:1;color:#000!important;font-weight:600!important;background:transparent!important;transform:translate(4px)}.nav-cta{display:flex;align-items:center;gap:8px;margin-left:auto}.language-toggle{display:inline-flex;align-items:center;gap:2px;padding:2px;background:#fff;border:1px solid #d1d5db;border-radius:6px;margin-right:4px;box-shadow:0 1px 2px #0000000a;flex-shrink:0;z-index:10}.language-toggle .lang-option{background:transparent;border:none;padding:4px 8px;font-size:.72rem;font-weight:600;color:#4b5563;cursor:pointer;border-radius:4px;font-family:var(--font);transition:all .15s ease;line-height:1}.language-toggle .lang-option:hover{color:#111827;background:#f4f4f5}.language-toggle .lang-option.active{color:#fff;background:var(--red);font-weight:700}.mobile-toggle{display:none;background:none;border:1px solid var(--border);color:#fff;padding:6px 10px;border-radius:6px;font-size:.9rem;margin-left:8px}.btn-primary{display:inline-flex;align-items:center;gap:7px;background:var(--red);color:#fff;padding:11px 22px;border-radius:8px;font-size:.88rem;font-weight:600;border:none;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 0 #d1000000}.btn-primary:hover{background:var(--red-lt);box-shadow:0 0 20px #d1000059;transform:translateY(-1px)}.btn-primary-sm{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:28px;padding:0 12px;border-radius:6px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;background:#d10000d9;color:#fff;border:1px solid rgba(255,60,60,.5);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:none!important;box-sizing:border-box}.btn-primary-sm:hover{background:var(--red);border-color:#ff6464b3;transform:translateY(-1px);box-shadow:none!important}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:28px;padding:0 11px;border-radius:6px;font-size:.7rem;font-weight:400;text-transform:uppercase;letter-spacing:.04em;background:#ffffff17;color:#ffffffe6;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:none!important;box-sizing:border-box}.btn-ghost:hover{color:#fff;background:#ffffff38;border-color:#ffffff59;transform:translateY(-1px);box-shadow:none!important}.navbar.scrolled .btn-ghost{color:#1a1a1a;background:#0000000d;border:1px solid transparent!important;box-shadow:none!important}.navbar.scrolled .btn-ghost:hover{color:#000;background:#0000001a;box-shadow:none!important}.navbar.scrolled .btn-primary-sm{color:#fff!important;background:var(--red)!important;border-color:var(--red)!important;box-shadow:none!important}.btn-ghost-lg{display:inline-flex;align-items:center;gap:7px;background:#fff;color:#111827;padding:11px 22px;border-radius:8px;font-size:.88rem;font-weight:600;border:1px solid #d1d5db;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.btn-ghost-lg:hover{color:#000;border-color:#9ca3af;background:#f4f4f5;transform:translateY(-1px)}.hero{min-height:85vh;display:flex;align-items:center;padding:140px 0 70px;position:relative;text-align:center;background:#fff;color:#111827}.hero .container{display:flex;flex-direction:column;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(209,0,0,.25);padding:5px 14px;border-radius:20px;font-size:.68rem;font-weight:700;letter-spacing:.12em;color:var(--red);margin-bottom:28px;background:#d100000a}.dot{width:6px;height:6px;border-radius:50%;background:var(--red);animation:blink 1.8s infinite;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero-h1{font-size:clamp(2.4rem,5.5vw,3.8rem);margin-bottom:20px;max-width:780px;color:#111827;font-weight:700;letter-spacing:-.02em;line-height:1.18}.hero-sub{font-size:1.05rem;color:#4b5563;max-width:620px;margin-bottom:36px;line-height:1.65}.hero-needs-label{font-size:.85rem;font-weight:600;color:#374151;margin-bottom:12px;letter-spacing:.02em}.need-pill{display:inline-flex;align-items:center;padding:9px 18px;border-radius:20px;background:#fff;border:1px solid #e5e7eb;color:#1f2937;font-size:.84rem;font-weight:500;box-shadow:0 1px 3px #00000008;transition:all .2s ease}.need-pill:hover{background:#f4f4f5;border-color:#d1d5db;color:#111827;transform:translateY(-1px)}.hero-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.hero-stats-row{display:flex;align-items:center;gap:0;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;background:#ffffff08;flex-wrap:wrap}.hstat{padding:16px 28px;text-align:center}.hstat-v{display:block;font-size:1.1rem;font-weight:700;color:var(--gold)}.hstat-l{display:block;font-size:.7rem;color:#fff6;margin-top:2px}.hstat-div{width:1px;background:#ffffff14;align-self:stretch}.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.info-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px;box-shadow:0 1px 4px #0000000f;transition:background .25s,border-color .25s,transform .2s,box-shadow .2s}.info-card:hover{background:var(--card-h);border-color:#d100002e;transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.card-icon{width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1rem;margin-bottom:14px}.info-card h3{font-size:.92rem;font-weight:700;margin-bottom:8px;color:var(--text)}.info-card p{font-size:.8rem;color:var(--muted);line-height:1.65}.card-tag{display:inline-block;margin-top:14px;font-size:.62rem;font-weight:600;letter-spacing:.1em;padding:3px 9px;border-radius:20px;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.core-def-box{display:flex;align-items:flex-start;gap:12px;background:#d100000a;border:1px solid rgba(209,0,0,.18);border-radius:12px;padding:16px 18px;margin-bottom:20px}.core-def-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#d100001f;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:.8rem}.core-def-box p{font-size:.84rem;color:var(--text);line-height:1.65;margin:0}.core-def-box strong{color:var(--red)}.metaphor-card{text-align:center;background:#000;border:1px solid rgba(244,169,0,.2);border-radius:14px;padding:32px}.metaphor-body h3{color:#fff}.metaphor-body p{color:#ffffffbf}.video-filter-bar{display:flex;gap:6px;flex-wrap:wrap;align-self:flex-end}.vf-btn{padding:5px 14px;border-radius:20px;font-size:.74rem;font-weight:600;background:transparent;color:var(--muted);border:1px solid var(--border);cursor:pointer;transition:all .2s;white-space:nowrap}.vf-btn.active,.vf-btn:hover{background:var(--red);color:#fff;border-color:var(--red)}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin-bottom:20px}.video-card{background:var(--card);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 1px 4px #0000000f;transition:transform .2s,border-color .2s,box-shadow .2s}.video-card:hover{transform:translateY(-4px);border-color:#d1000033;box-shadow:0 10px 30px #0000001a}.video-thumb{position:relative;width:100%;aspect-ratio:16/9;background:#1a1a1a;overflow:hidden}.video-card.is-short .video-thumb{aspect-ratio:9/16;max-height:340px}.video-thumb img{width:100%;height:100%;object-fit:cover}.video-thumb-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 50%);display:flex;align-items:center;justify-content:center}.play-btn-circle{width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:#0006;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,transform .15s}.video-card:hover .play-btn-circle{background:var(--red);transform:scale(1.1)}.video-duration{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;font-size:.65rem;font-weight:600;padding:2px 7px;border-radius:4px}.video-info{padding:12px 14px}.video-cat{font-size:.62rem;color:var(--red);font-weight:700;letter-spacing:.1em;margin-bottom:4px;text-transform:uppercase}.video-title{font-size:.82rem;font-weight:600;line-height:1.4;margin-bottom:4px}.video-src{font-size:.68rem;color:var(--muted)}.video-cta-note{font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:8px;border:1px solid #e5e7eb;border-radius:8px;padding:10px 16px;background:#fff}.video-lightbox{display:none;position:fixed;inset:0;z-index:9999!important;background:#000000e6;align-items:center;justify-content:center;padding:70px 20px 20px}.video-lightbox.open{display:flex}.lightbox-inner{position:relative;width:min(90vw,800px);background:#111;border-radius:14px;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 50px #00000080}.lightbox-inner.is-short-frame{width:min(95vw,380px)}.lightbox-close{position:absolute;top:12px;right:12px;z-index:10;width:34px;height:34px;border-radius:50%;border:none;background:#000000b3;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-close:hover{background:var(--red)}.lightbox-frame{width:100%;aspect-ratio:16/9;border:none;display:block}.lightbox-inner.is-short-frame .lightbox-frame{aspect-ratio:9/16}.tool-table-wrap{background:var(--card);border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;margin-bottom:16px;box-shadow:0 1px 4px #0000000d}.tool-table{width:100%;border-collapse:collapse;font-size:.82rem}.tool-table thead th{padding:12px 16px;text-align:left;font-size:.68rem;font-weight:700;letter-spacing:.08em;color:var(--muted);text-transform:uppercase;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tool-table tbody td{padding:13px 16px;border-bottom:1px solid #f3f4f6;vertical-align:middle;color:var(--text)}.tool-table tbody tr:last-child td{border-bottom:none}.tool-table tbody tr:hover td{background:#fef2f2}.tool-table td:first-child{display:flex;align-items:center;gap:8px}.tool-table td:first-child i{color:var(--red);width:16px}.tool-badge{display:inline-block;padding:3px 10px;border-radius:6px;font-size:.72rem;font-weight:600}.tool-badge.ms{background:#0078d426;color:#0078d4}.tool-badge.oai{background:#10a37f26;color:#10a37f}.tool-badge.mid{background:#f4a9001f;color:var(--gold)}.tool-badge.aut{background:#d100001f;color:var(--red)}.tool-badge.ant{background:#b464ff1f;color:#b464ff}.safety{display:inline-block;padding:3px 9px;border-radius:6px;font-size:.7rem;font-weight:700}.safety.safe{background:#10b9811f;color:#10b981}.safety.caution{background:#f4a9001f;color:var(--gold)}.tool-note{display:flex;align-items:flex-start;gap:10px;background:#f4a9000d;border:1px solid rgba(244,169,0,.2);border-radius:10px;padding:14px 16px;font-size:.78rem;color:var(--muted);line-height:1.6}.filter-btn{padding:5px 14px;border-radius:20px;font-size:.74rem;font-weight:600;background:transparent;color:var(--muted);border:1px solid var(--border);cursor:pointer;transition:all .2s;white-space:nowrap}.filter-btn.active,.filter-btn:hover{background:var(--red);color:#fff;border-color:var(--red)}.firms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.firm-card{background:var(--card);border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .2s;box-shadow:0 1px 4px #0000000d}.firm-card:hover{background:#fef9f9;border-color:#d1000033;transform:translateY(-3px);box-shadow:0 8px 24px #00000014}.firm-card.hidden,.firms-grid.hidden{display:none}.firm-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.firm-logo-box{width:42px;height:42px;border-radius:9px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;border:1px solid #e5e7eb;color:var(--muted)}.firm-name{font-size:.9rem;font-weight:700;color:var(--text)}.firm-location{font-size:.7rem;color:var(--muted)}.firm-tag-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.firm-tag{padding:2px 8px;border-radius:12px;font-size:.62rem;font-weight:600;background:#d100001a;color:var(--red);border:1px solid rgba(209,0,0,.2)}.firm-usecase{font-size:.78rem;color:#4b5563;line-height:1.55}.firm-impact{margin-top:10px;font-size:.76rem;font-weight:700;color:var(--gold);display:flex;align-items:center;gap:6px}.firm-impact i{color:var(--gold);font-size:.75rem}.firm-source{margin-top:4px;font-size:.65rem;color:#9ca3af;font-style:italic}.btn-map-tag{background:#f4a9001f!important;color:var(--gold)!important;border-color:#f4a9004d!important}.btn-map-tag:hover,.btn-map-tag.active{background:var(--gold)!important;color:#fff!important}.firms-map-wrap{margin-top:24px}.firms-map-wrap.hidden{display:none}.world-map-box{position:relative;width:100%;height:480px;background:#0b0e14;border:1px solid #1e2433;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000040}.world-map-svg{width:100%;height:100%;object-fit:cover;opacity:.85}.map-node{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;cursor:pointer;z-index:10;transition:transform .2s}.map-node:hover,.map-node.active{transform:translate(-50%,-50%) scale(1.2);z-index:20}.mnode-dot{width:8px;height:8px;border-radius:50%;display:inline-block;position:relative;z-index:2;box-shadow:0 0 6px currentColor}.mnode-pulse{position:absolute;top:50%;left:50%;width:18px;height:18px;transform:translate(-50%,-50%);border-radius:50%;opacity:.45;animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{transform:translate(-50%,-50%) scale(.4);opacity:.8}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}.node-red .mnode-dot{background:#ef4444;color:#ef4444}.node-red .mnode-pulse{background:#ef444466}.node-blue .mnode-dot{background:#3b82f6;color:#3b82f6}.node-blue .mnode-pulse{background:#3b82f666}.node-cyan .mnode-dot{background:#06b6d4;color:#06b6d4}.node-cyan .mnode-pulse{background:#06b6d466}.node-orange .mnode-dot{background:#f97316;color:#f97316}.node-orange .mnode-pulse{background:#f9731666}.node-green .mnode-dot{background:#10b981;color:#10b981}.node-green .mnode-pulse{background:#10b98166}.node-purple .mnode-dot{background:#a855f7;color:#a855f7}.node-purple .mnode-pulse{background:#a855f766}.node-star .mnode-dot{background:none;box-shadow:none;width:auto;height:auto}.node-star .mnode-pulse{background:#f4a90080;width:34px;height:34px}.mnode-label{font-size:.65rem;font-weight:700;color:#ffffffd9;background:#0f1219d9;padding:3px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.1);white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cpg-label{color:var(--gold)!important;border-color:#f4a90066!important;box-shadow:0 0 10px #f4a9004d}.maplibre-pin-wrap{position:absolute!important;display:flex;align-items:center;justify-content:center;width:14px;height:14px;cursor:pointer;z-index:10;pointer-events:auto}.maplibre-pin-wrap:hover,.maplibre-pin-wrap.active{z-index:50}.maplibre-pin-wrap .mnode-label{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);white-space:nowrap;pointer-events:none;font-size:.65rem;font-weight:700;color:#fffffff2;background:#0c0f16b8;padding:3px 8px;border-radius:6px;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);box-shadow:0 4px 12px #0006;opacity:0;visibility:hidden;transition:opacity .15s ease}.maplibre-pin-wrap:hover .mnode-label,.maplibre-pin-wrap.active .mnode-label{opacity:1;visibility:visible}.m-red .mnode-dot{background:#ef4444;color:#ef4444;box-shadow:0 0 12px #ef4444}.m-red .mnode-pulse{background:#ef444466}.m-blue .mnode-dot{background:#3b82f6;color:#3b82f6;box-shadow:0 0 12px #3b82f6}.m-blue .mnode-pulse{background:#3b82f666}.m-cyan .mnode-dot{background:#06b6d4;color:#06b6d4;box-shadow:0 0 12px #06b6d4}.m-cyan .mnode-pulse{background:#06b6d466}.m-orange .mnode-dot{background:#f97316;color:#f97316;box-shadow:0 0 12px #f97316}.m-orange .mnode-pulse{background:#f9731666}.m-green .mnode-dot{background:#10b981;color:#10b981;box-shadow:0 0 12px #10b981}.m-green .mnode-pulse{background:#10b98166}.m-purple .mnode-dot{background:#a855f7;color:#a855f7;box-shadow:0 0 12px #a855f7}.m-purple .mnode-pulse{background:#a855f766}.m-gold .mnode-dot{background:var(--gold);color:var(--gold);box-shadow:0 0 12px var(--gold)}.m-gold .mnode-pulse{background:#f4a90066}.m-star .mnode-dot{background:none;box-shadow:none;font-size:1.1rem}.m-star .mnode-pulse{background:#f4a90080;width:34px;height:34px}.map-legend{position:absolute;bottom:20px;left:20px;background:#0f121a1a;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:16px 20px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 16px 40px #0006,inset 0 1px #ffffff1a;z-index:15}.mleg-title{font-size:.72rem;font-weight:700;color:#fff;margin-bottom:8px}.mleg-item{display:flex;align-items:center;gap:8px;font-size:.68rem;color:#ffffffbf;margin-bottom:4px}.leg-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.leg-dot.red{background:#ef4444}.leg-dot.blue{background:#3b82f6}.leg-dot.green{background:#10b981}.leg-dot.gold{background:var(--gold)}.map-info-popup{position:absolute;bottom:20px;right:20px;width:320px;background:#12162061;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:20px;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);box-shadow:0 20px 50px #00000059,inset 0 1px #ffffff1a;z-index:15;color:#fff;transition:all .3s}.mip-name{font-size:1.05rem;font-weight:800;color:#fff;margin-bottom:2px}.mip-loc{font-size:.72rem;color:var(--gold);margin-bottom:10px;font-weight:600}.mip-usecase{font-size:.78rem;color:#d1d5db;line-height:1.55;margin-bottom:12px}.mip-impact{font-size:.75rem;font-weight:700;color:var(--gold);display:flex;align-items:center;gap:6px}.mip-source{font-size:.65rem;color:#9ca3af;font-style:italic;margin-top:6px}.aios-wrap{display:grid;grid-template-columns:380px 1fr;gap:48px;align-items:center}.circle-diagram{position:relative;width:380px;height:380px;flex-shrink:0}.cring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;cursor:pointer;transition:filter .25s}.cr5{width:380px;height:380px;background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.04) 65%,rgba(209,0,0,.1) 100%)}.cr4{width:300px;height:300px;background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.08) 65%,rgba(209,0,0,.18) 100%)}.cr3{width:222px;height:222px;background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.15) 65%,rgba(209,0,0,.3) 100%)}.cr2{width:148px;height:148px;background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.28) 65%,rgba(209,0,0,.5) 100%)}.cr1{width:74px;height:74px;background:radial-gradient(circle,#d10000,#d10000b8);box-shadow:0 0 22px #d1000047}.cring:hover{filter:saturate(1.8) brightness(.9)}.cr5.active{background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.14) 60%,rgba(209,0,0,.3) 100%);box-shadow:0 0 40px #d100002e}.cr4.active{background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.26) 60%,rgba(209,0,0,.52) 100%);box-shadow:0 0 35px #d1000038}.cr3.active{background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.42) 60%,rgba(209,0,0,.72) 100%);box-shadow:0 0 30px #d1000047}.cr2.active{background:radial-gradient(circle,transparent 0%,rgba(209,0,0,.6) 60%,rgba(209,0,0,.9) 100%);box-shadow:0 0 25px #d1000059}.cr1.active{background:radial-gradient(circle,#ff1a1a,#d10000f2);box-shadow:0 0 36px #d100008c}.c-guide-line{position:absolute;top:8%;bottom:8%;left:50%;width:1px;transform:translate(-50%);background:#d100002e;pointer-events:none}.clabel{position:absolute;display:flex;align-items:center;gap:7px;cursor:pointer;white-space:nowrap;transition:opacity .2s}.clabel:hover{opacity:.75}.clabel.active .clabel-text{color:var(--red)}.cdot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--red);box-shadow:0 0 0 3px #d100002e}.clabel-text{font-size:.8rem;font-weight:600;color:#1a1a1a}.clabel-text strong{color:var(--red);margin-right:3px}.center-lbl{font-size:.78rem;font-weight:700;color:#fff}.center-lbl strong{color:#fff}.cl5{top:5%;left:51%}.cl4{top:15%;left:51%}.cl3{top:26%;left:51%}.cl2{top:36%;left:51%}.cl1{top:50%;left:50%;transform:translate(-50%,-50%);justify-content:center}.aios-layers{display:flex;flex-direction:column;gap:10px}.alayer{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000000a}.alayer:hover,.alayer.active{border-color:#d1000059;background:#fff9f9;box-shadow:0 4px 12px #d1000014}.alayer-top{display:flex;align-items:center;gap:10px}.alayer-num{font-size:.65rem;font-weight:700;color:var(--red)}.alayer-name{font-size:.88rem;font-weight:700;color:var(--text)}.alayer-desc{font-size:.78rem;color:#4b5563;margin-top:8px;line-height:1.6;display:none}.alayer.active .alayer-desc{display:block}.alayer-example{margin-top:6px;font-size:.74rem;color:var(--gold)}.ttrack-wrap{position:relative;padding:40px 0 30px;margin-bottom:36px}.ttrack-row{position:relative;width:100%}.ttrack-years{height:45px}.ttrack-titles{height:45px;margin-top:12px}.tyear-item,.ttitle-item{position:absolute;transform:translate(-50%);text-align:center;cursor:pointer;white-space:nowrap;transition:all .25s ease}.tyear-item{top:0;font-size:.85rem;font-weight:700;color:var(--muted)}.tyear-item.active{color:var(--red);font-size:.95rem;text-shadow:0 0 12px rgba(209,0,0,.25)}.ttitle-item{top:0;font-size:.78rem;font-weight:500;color:#6b7280}.ttitle-item.active{color:var(--text);font-weight:700}.t-pill{display:inline-block;padding:2px 10px;border-radius:12px;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;box-shadow:none}.t-pill-curious{display:inline-block;padding:2px 10px;border-radius:12px;background:linear-gradient(135deg,var(--gold) 0%,#ff8c00 100%);color:#fff;font-size:.7rem;font-weight:700;box-shadow:none;transition:transform .2s}.ttitle-item:hover .t-pill-curious,.ttitle-item.active .t-pill-curious{transform:scale(1.05);box-shadow:none}.tpin-future .tdot-circle{border-color:var(--gold);color:var(--gold)}.tpin-future:hover .tdot-circle{border-color:var(--gold);color:var(--gold);transform:scale(1.15)}.tpin-future.active .tstem-top,.tpin-future.active .tstem-bot{border-left-style:solid;border-left-color:var(--gold)}.tpin-future.active .tdot-circle{background:var(--gold);border-color:var(--gold);color:#fff;box-shadow:0 0 0 5px #f4a90040,0 4px 14px #f4a90080;transform:scale(1.25)}.ttrack-bar-container{position:relative;height:40px;width:100%;margin:6px 0;display:flex;align-items:center}.ttrack-base-bar{position:absolute;top:50%;left:0;right:0;height:2px;transform:translateY(-50%);background:#d1d5db}.ttrack-fill-bar{position:absolute;top:50%;left:0;height:2px;transform:translateY(-50%);background:var(--red);width:6%;transition:width .4s cubic-bezier(.4,0,.2,1),background .3s;box-shadow:0 0 8px #d1000080}.ttrack-fill-bar.is-future{background:linear-gradient(90deg,#d10000 0% 70%,#f4a900)!important;box-shadow:0 0 14px #f4a90099!important}.tpin-node{position:absolute;top:0;bottom:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;z-index:2}.tstem-top,.tstem-bot{width:1px;height:12px;border-left:1px dashed #9ca3af;transition:border-color .25s}.tdot-circle{width:22px;height:22px;border-radius:50%;background:#fff;border:1.5px solid #9ca3af;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#6b7280;box-shadow:0 2px 5px #0000000f;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.tdot-circle i{font-size:.62rem}.tpin-node:hover .tdot-circle{border-color:var(--red);color:var(--red);transform:scale(1.15)}.tpin-node.active .tstem-top,.tpin-node.active .tstem-bot{border-left-style:solid;border-left-color:var(--red)}.tpin-node.active .tdot-circle{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 0 0 5px #d100002e,0 4px 14px #d1000059;transform:scale(1.25)}.tyear-future{color:var(--gold)!important}.tyear-future.active{color:var(--gold)!important;text-shadow:0 0 12px rgba(244,169,0,.5);font-size:.95rem}.tpin-node.tpin-future .tdot-circle{border-color:var(--gold);color:var(--gold)}.tpin-node.tpin-future:hover .tdot-circle{border-color:var(--gold);color:var(--gold);transform:scale(1.15)}.tpin-node.tpin-future.active .tstem-top,.tpin-node.tpin-future.active .tstem-bot{border-left-style:solid;border-left-color:var(--gold)!important}.tpin-node.tpin-future.active .tdot-circle{background:var(--gold)!important;border-color:var(--gold)!important;color:#fff!important;box-shadow:0 0 0 5px #f4a90040,0 4px 14px #f4a90080!important;transform:scale(1.25)}.timeline-display{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;min-height:140px;transition:all .3s;box-shadow:0 4px 20px #0000000a}.tdisp-year{font-size:2rem;font-weight:800;color:var(--red);margin-bottom:4px}.tdisp-year.is-gold{color:var(--gold)!important;text-shadow:0 0 16px rgba(244,169,0,.3)}.tdisp-title{font-size:1.1rem;font-weight:700;margin-bottom:10px}.tdisp-desc{font-size:.82rem;color:#4b5563;line-height:1.7;margin-bottom:14px}.tdisp-tags{display:flex;gap:8px;flex-wrap:wrap}.tdisp-tag{font-size:.68rem;font-weight:600;padding:3px 10px;border-radius:12px;background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;box-shadow:0 1px 4px #0000000d}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fgroup{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.fgroup label{font-size:.7rem;font-weight:700;color:#4b5563;letter-spacing:.08em;text-transform:uppercase}.label-hint{color:var(--muted);font-weight:400}.fgroup input,.fgroup select,.fgroup textarea{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:9px 12px;color:var(--text);font-family:var(--font);font-size:.82rem;transition:border-color .2s,box-shadow .2s;width:100%;resize:vertical}.fgroup input:focus,.fgroup select:focus,.fgroup textarea:focus{outline:none;border-color:var(--red);background:#fff;box-shadow:0 0 0 3px #d100001a}.fgroup select option{background:#fff}.btn-submit-full{width:100%;padding:12px;border-radius:9px;border:none;background:var(--red);color:#fff;font-size:.88rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:background .2s,box-shadow .2s}.btn-submit-full:hover{background:var(--red-lt);box-shadow:0 0 20px #d100004d}.quick-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.quick-chip{padding:5px 12px;border-radius:20px;font-size:.72rem;font-weight:600;background:#f9fafb;color:var(--muted);border:1px solid #e5e7eb;cursor:pointer;transition:all .2s;white-space:nowrap}.quick-chip:hover,.quick-chip.chip-selected{background:var(--red);color:#fff;border-color:var(--red)}.extra-toggle{display:flex;align-items:center;gap:8px;width:100%;background:transparent;border:1px dashed #e5e7eb;border-radius:8px;padding:9px 12px;margin-bottom:14px;font-size:.78rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s;font-family:var(--font)}.extra-toggle:hover{border-color:var(--red);color:var(--red)}.extra-toggle i{transition:transform .2s;font-size:.7rem}.extra-toggle.open i{transform:rotate(45deg)}.extra-fields.hidden{display:none}.feed-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 1px 4px #0000000d}.feed-head{padding:16px 20px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}.feed-title{font-size:.82rem;font-weight:700;display:flex;align-items:center;gap:7px}.live-pill{display:flex;align-items:center;gap:5px;font-size:.65rem;font-weight:700;color:#10b981;background:#10b9811a;padding:3px 9px;border-radius:20px}.live-pill i{font-size:.55rem;animation:blink 1.2s infinite}.feed-list{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.feed-item{background:#f9fafb;border:1px solid #f0f0f0;border-radius:9px;padding:12px 14px}.fi-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.fi-name{font-size:.72rem;font-weight:700;color:#374151}.fi-dept{font-size:.65rem;color:var(--red);font-weight:600}.fi-time{font-size:.62rem;color:var(--muted)}.fi-text{font-size:.78rem;color:#4b5563;line-height:1.55}.fi-hours{margin-top:5px;font-size:.7rem;font-weight:600;color:var(--gold)}.dash-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:32px}.dstat{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 3px #0000000d}.dstat:hover{border-color:#d1000040;box-shadow:0 4px 12px #00000014}.dstat-icon{font-size:1rem;color:var(--red);margin-bottom:4px}.dstat-n{font-size:1.6rem;font-weight:800;color:var(--text)}.dstat-l{font-size:.72rem;color:var(--muted)}.dash-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.dash-table-head{padding:18px 24px 14px;border-bottom:1px solid #f3f4f6;background:#fff}.dash-table-head h3{font-size:.98rem;font-weight:700;color:var(--text);margin:0;display:flex;align-items:center;gap:8px}.table-scroll{overflow-x:auto;padding:16px 20px 20px}.dash-table{width:100%;border-collapse:collapse;font-size:.8rem}.dash-table th{padding:10px 14px;text-align:left;font-size:.65rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e5e7eb;background:#f9fafb}.dash-table td{padding:12px 14px;border-bottom:1px solid #f3f4f6;color:var(--text)}.dash-table tr:last-child td{border-bottom:none}.dash-table tr:hover td{background:#fef9f9}.pri{display:inline-block;padding:3px 9px;border-radius:12px;font-size:.66rem;font-weight:700}.pri.high{background:#d100001f;color:var(--red)}.pri.med{background:#f4a9001a;color:var(--gold)}.pri.go{background:#10b9811a;color:#10b981}.modal-overlay{display:none;position:fixed;inset:0;z-index:9999!important;background:#000000d9;align-items:center;justify-content:center;padding:70px 20px 20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-overlay.open{display:flex}.modal-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:min(680px,95vw);max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000080;margin-top:10px}.modal-top{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0}.modal-top h2{font-size:1rem;font-weight:700;display:flex;align-items:center;gap:8px;color:var(--text)}.modal-close-btn{background:none;border:none;color:var(--muted);font-size:1.4rem;cursor:pointer}.modal-scroll{flex:1;overflow-y:auto;padding:20px 24px}.modal-foot{padding:14px 24px;border-top:1px solid #f0f0f0}.slide-item{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #f3f4f6}.slide-item:last-child{border-bottom:none}.slide-num{min-width:28px;height:28px;border-radius:6px;font-size:.7rem;font-weight:800;background:#d100001f;color:var(--red);display:flex;align-items:center;justify-content:center;flex-shrink:0}.slide-info h4{font-size:.85rem;font-weight:700;margin-bottom:3px;color:var(--text)}.slide-info p{font-size:.75rem;color:#6b7280;line-height:1.55}.footer{display:block;width:100vw;min-width:100vw;margin-left:calc(-50vw + 50%);padding:50px 0 60px;background:#08080a!important;color:#fff;border-top:1px solid rgba(255,255,255,.08);position:relative;box-sizing:border-box;overflow:visible}.footer-wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;padding:0 40px;max-width:100%;margin:0}.footer-brand{display:flex;align-items:center;gap:14px}.footer-logo{height:36px;width:auto;object-fit:contain}.footer-name{font-size:.95rem;font-weight:700;color:#fff;letter-spacing:-.01em}.footer-sub{font-size:.72rem;color:#ffffff80;margin-top:2px}.footer-nav{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.footer-nav a:not(.footer-icon-btn){font-size:.78rem;font-weight:400;color:#fff9;transition:color .2s cubic-bezier(.16,1,.3,1);letter-spacing:.02em;text-decoration:none;outline:none!important}.footer-nav a:not(.footer-icon-btn):hover{color:#fff}.footer-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ffffff1a;color:#fff!important;border:1px solid rgba(255,255,255,.15);font-size:.95rem;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);outline:none!important;text-decoration:none}.footer-icon-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px);color:#fff!important}.back-to-top{display:inline-flex;align-items:center;justify-content:center;width:32px;height:36px;border-radius:9px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.15);font-size:1.1rem;font-weight:300;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);margin-left:4px;outline:none!important}.back-to-top:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-2px);color:#fff}.scroll-progress-track{position:fixed;left:30px;top:50%;transform:translateY(-50%);width:3px;height:110px;border-radius:4px;background:#0000001f;z-index:99;pointer-events:none;overflow:hidden;box-shadow:inset 0 0 2px #0000000d}.scroll-progress-bar{width:100%;height:0%;background:#111;border-radius:4px;transition:height .08s ease-out}@media(max-width:900px){.cards-3,.aios-wrap{grid-template-columns:1fr}.aios-diagram{height:240px}.ring-5{width:220px;height:220px}.ring-4{width:174px;height:174px}.ring-3{width:130px;height:130px}.ring-2{width:86px;height:86px}.ring-1{width:44px;height:44px}.hub-grid{grid-template-columns:1fr}.dash-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.nav-links,.nav-cta{display:none}.mobile-toggle{display:flex}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:58px;left:0;right:0;background:#0a0a0af7;padding:12px;border-bottom:1px solid var(--border);gap:4px}.hero-h1{font-size:2rem}.section-head-row{flex-direction:column}.video-filter-bar{align-self:flex-start}.form-row-2{grid-template-columns:1fr}.dash-stats{grid-template-columns:repeat(2,1fr)}.hero-stats-row{flex-direction:column}.hstat-div{width:60%;height:1px}.metaphor-card{flex-direction:column}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.language-toggle{display:inline-flex;align-items:center;height:28px;padding:0 8px;gap:6px;border-radius:6px;background:#ffffff17;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.language-toggle>span{width:1px;height:12px;background:#ffffff47}.lang-option{border:0;background:transparent;padding:0;color:#ffffff7a;font:600 .67rem/1 var(--font);letter-spacing:.05em;transition:color .2s ease,opacity .2s ease}.lang-option:hover,.lang-option.active{color:#fff}.navbar.scrolled .language-toggle{background:#0000000d;border-color:transparent}.navbar.scrolled .language-toggle>span{background:#0000002e}.navbar.scrolled .lang-option{color:#00000061}.navbar.scrolled .lang-option:hover,.navbar.scrolled .lang-option.active{color:#111}@media(max-width:900px){.language-toggle{order:-1}}.hero{isolation:isolate;overflow:hidden}.hero:before,.hero:after{content:"";position:absolute;z-index:0;pointer-events:none;border-radius:999px;filter:blur(85px);opacity:.24}.hero:before{width:440px;height:440px;left:7%;top:16%;background:radial-gradient(circle,#d1000061,#d1000000 70%)}.hero:after{width:520px;height:520px;right:3%;bottom:-16%;background:radial-gradient(circle,#f4a90040,#f4a90000 72%)}.hero .container{position:relative;z-index:1}.hero-badge,.hero .btn-primary,.hero .btn-ghost-lg,.hero-stats-row{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(24px) saturate(165%);backdrop-filter:blur(24px) saturate(165%);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff2b,inset 0 -1px #ffffff09,0 12px 34px #00000047}.hero-badge:before,.hero .btn-primary:before,.hero .btn-ghost-lg:before,.hero-stats-row:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,#ffffff21,#ffffff09 34%,#fff0 58%)}.hero-badge{background:#ffffff0e;border-color:#ff464633;box-shadow:inset 0 1px #ffffff1f,0 10px 28px #00000038,0 0 28px #d100000d}.hero .btn-primary{background:linear-gradient(135deg,#e70000e0,#be0000c7);border-color:#ff6e6e57;box-shadow:inset 0 1px #ffffff3b,inset 0 -1px #5a000052,0 14px 32px #d1000038,0 10px 28px #0000004d}.hero .btn-primary:hover{background:linear-gradient(135deg,#f50f0ff2,#cd0000db);border-color:#ff919180;box-shadow:inset 0 1px #ffffff47,0 18px 38px #d100004d,0 12px 30px #00000052;transform:translateY(-2px)}.hero .btn-ghost-lg{background:#fff1;color:#ffffffb8;border-color:#ffffff29}.hero .btn-ghost-lg:hover{color:#fff;background:#ffffff1b;border-color:#ffffff47;box-shadow:inset 0 1px #fff3,0 16px 34px #00000052;transform:translateY(-2px)}.hero-stats-row{background:linear-gradient(135deg,#ffffff13,#ffffff07);border-radius:18px;box-shadow:inset 0 1px #ffffff26,inset 0 -1px #ffffff06,0 22px 55px #00000057}.hero-stats-row .hstat{position:relative;transition:background .25s ease,transform .25s ease}.hero-stats-row .hstat:hover{background:#ffffff0b;transform:translateY(-1px)}.hero-stats-row .hstat-div{background:linear-gradient(to bottom,transparent,rgba(255,255,255,.13) 18%,rgba(255,255,255,.13) 82%,transparent)}@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.hero-badge,.hero .btn-primary,.hero .btn-ghost-lg,.hero-stats-row{background-color:#18181af0}}@media(max-width:700px){.hero:before{left:-48%;top:12%}.hero:after{right:-65%;bottom:-10%}.hero-stats-row{width:min(100%,420px);border-radius:16px}.hero-stats-row .hstat{width:100%}.hero-stats-row .hstat-div{width:calc(100% - 36px);height:1px;align-self:center;background:linear-gradient(to right,transparent,rgba(255,255,255,.12) 18%,rgba(255,255,255,.12) 82%,transparent)}}html[lang=vi] .hero-h1{width:min(1120px,96vw);max-width:none;font-size:clamp(2.15rem,4.15vw,3.35rem);line-height:1.18}html[lang=vi] .hero-h1 .grad-text{display:inline-block;white-space:nowrap}@media(max-width:760px){html[lang=vi] .hero-h1{width:min(94vw,620px);font-size:clamp(1.9rem,8.6vw,2.75rem)}html[lang=vi] .hero-h1 .grad-text{white-space:normal}}@media(min-width:1200px){.section-head-row>div:first-child{width:100%}.section-sub{max-width:none;width:100%;white-space:nowrap}}@media(max-width:1199px){.section-sub{white-space:normal}}body.premium-editorial{--glass-light: rgba(255,255,255,.72);--glass-light-strong: rgba(255,255,255,.86);--glass-line: rgba(17,17,17,.09);--glass-shadow: 0 18px 48px rgba(25,25,25,.07);--glass-shadow-hover: 0 24px 60px rgba(25,25,25,.11);background:#f7f7f5}body.premium-editorial .section,body.premium-editorial .alt-bg{border:0!important;border-top:0!important;border-bottom:0!important}body.premium-editorial .section{position:relative;background:radial-gradient(circle at 8% 16%,rgba(209,0,0,.035),transparent 28%),radial-gradient(circle at 92% 84%,rgba(244,169,0,.035),transparent 25%),#fbfbfa}body.premium-editorial .alt-bg{background:radial-gradient(circle at 88% 14%,rgba(244,169,0,.035),transparent 26%),radial-gradient(circle at 12% 84%,rgba(209,0,0,.028),transparent 24%),#f6f6f4}body.premium-editorial .section-label{font-size:.62rem;letter-spacing:.19em;font-weight:700}body.premium-editorial .section-head-row h2{letter-spacing:-.035em;font-weight:650}body.premium-editorial .section-sub{color:#747b87;line-height:1.75}body.premium-editorial .core-def-box{display:block;position:relative;padding:22px 26px 22px 30px;margin-bottom:24px;border:1px solid var(--glass-line);border-left:2px solid var(--red);border-radius:16px;background:linear-gradient(135deg,#ffffffd6,#ffffff94);-webkit-backdrop-filter:blur(24px) saturate(130%);backdrop-filter:blur(24px) saturate(130%);box-shadow:var(--glass-shadow)}body.premium-editorial .core-def-box:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(120deg,rgba(255,255,255,.58),transparent 34%);opacity:.55}body.premium-editorial .core-def-box p{position:relative;z-index:1;font-size:.86rem;line-height:1.78}body.premium-editorial .cards-3{gap:20px}body.premium-editorial .info-card{position:relative;overflow:hidden;min-height:235px;padding:28px 28px 26px;border:1px solid var(--glass-line);border-radius:18px;background:linear-gradient(145deg,#ffffffd1,#ffffff8f);-webkit-backdrop-filter:blur(26px) saturate(125%);backdrop-filter:blur(26px) saturate(125%);box-shadow:var(--glass-shadow);transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease,border-color .35s ease}body.premium-editorial .info-card:before{content:attr(data-card-index);display:block;margin-bottom:34px;color:#8b8f96;font-family:Google Sans Flex,Google Sans,sans-serif;font-size:.64rem;font-weight:500;letter-spacing:.12em}body.premium-editorial .info-card:after{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,var(--red),rgba(209,0,0,0) 72%)}body.premium-editorial .info-card:nth-child(2):after{background:linear-gradient(90deg,var(--gold),rgba(244,169,0,0) 72%)}body.premium-editorial .info-card:hover{background:linear-gradient(145deg,#ffffffe6,#ffffffa8);border-color:#11111124;box-shadow:var(--glass-shadow-hover);transform:translateY(-5px)}body.premium-editorial .info-card h3{margin-bottom:12px;font-size:1rem;line-height:1.45;letter-spacing:-.015em}body.premium-editorial .info-card p{font-size:.81rem;line-height:1.72}body.premium-editorial .card-tag,body.premium-editorial .firm-tag{padding:4px 10px;border-radius:999px;border:1px solid rgba(17,17,17,.09);background:#ffffff7a;color:#656b74;font-weight:600}body.premium-editorial .video-cta-note,body.premium-editorial .tool-note{display:block;padding:14px 18px;border:1px solid rgba(17,17,17,.08);border-left:2px solid var(--gold);border-radius:12px;background:#ffffff94;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#6f7680;box-shadow:0 10px 30px #1414140b}body.premium-editorial .tool-note{border-left-color:var(--red)}body.premium-editorial .tool-table-wrap,body.premium-editorial .firm-card,body.premium-editorial .alayer,body.premium-editorial .timeline-display,body.premium-editorial .feed-panel,body.premium-editorial .idea-form-card,body.premium-editorial .dash-card,body.premium-editorial .stat-card{border-color:#11111116;background:linear-gradient(145deg,#ffffffd1,#fff9);-webkit-backdrop-filter:blur(22px) saturate(120%);backdrop-filter:blur(22px) saturate(120%);box-shadow:0 16px 46px #14141411}body.premium-editorial .firm-card:hover,body.premium-editorial .alayer:hover,body.premium-editorial .alayer.active{background:#ffffffe0;border-color:#d1000033;box-shadow:0 22px 52px #1414141a}body.premium-editorial .firm-logo-box{background:transparent;border:1px solid rgba(17,17,17,.12);border-radius:50%;color:#222;font-weight:650}body.premium-editorial .tool-badge,body.premium-editorial .safety{position:relative;border:1px solid rgba(17,17,17,.09);background:#ffffffa3!important;color:#34373c!important;box-shadow:inset 3px 0 #d10000b8}body.premium-editorial .tool-badge.oai,body.premium-editorial .tool-badge.mid,body.premium-editorial .tool-badge.ant,body.premium-editorial .safety.caution{box-shadow:inset 3px 0 #f4a900e0}body.premium-editorial .tool-table td:first-child{gap:0}body.premium-editorial .tool-table tbody tr:hover td{background:#d1000007}body.premium-editorial .vf-btn,body.premium-editorial .filter-btn,body.premium-editorial .quick-chip{border-color:#1111111a;background:#ffffff6b;color:#686e77;font-weight:550;box-shadow:none}body.premium-editorial .vf-btn.active,body.premium-editorial .vf-btn:hover,body.premium-editorial .filter-btn.active,body.premium-editorial .filter-btn:hover,body.premium-editorial .quick-chip:hover,body.premium-editorial .quick-chip.chip-selected{background:#161616;border-color:#161616;color:#fff}body.premium-editorial .alayer{border-radius:14px;padding:17px 20px}body.premium-editorial .alayer-num{font-family:Google Sans Flex,Google Sans,sans-serif;letter-spacing:.09em}body.premium-editorial .alayer-example{color:#757b84;border-left:2px solid var(--gold);padding-left:10px}body.premium-editorial .tdot-circle{width:13px;height:13px;border-width:1px;background:#ffffffeb;box-shadow:0 0 0 5px #ffffff9e}body.premium-editorial .tpin-node.active .tdot-circle{box-shadow:0 0 0 5px #d100001f,0 4px 12px #d1000038}body.premium-editorial .tpin-node.tpin-future.active .tdot-circle{box-shadow:0 0 0 5px #f4a90024,0 4px 12px #f4a90040!important}body.premium-editorial .live-pill{color:#9a6a00;background:#f4a9001a;border:1px solid rgba(244,169,0,.22)}body.premium-editorial .feed-item{background:#ffffff85;border-color:#1111}body.premium-editorial .m-red .mnode-dot,body.premium-editorial .m-orange .mnode-dot{background:var(--red);color:var(--red);box-shadow:0 0 12px #d10000b8}body.premium-editorial .m-red .mnode-pulse,body.premium-editorial .m-orange .mnode-pulse{background:#d1000042}body.premium-editorial .m-blue .mnode-dot,body.premium-editorial .m-cyan .mnode-dot{background:#a39b91;color:#a39b91;box-shadow:0 0 10px #a39b917a}body.premium-editorial .m-blue .mnode-pulse,body.premium-editorial .m-cyan .mnode-pulse{background:#a39b913d}body.premium-editorial .m-green .mnode-dot,body.premium-editorial .m-purple .mnode-dot{background:#e8e8e4;color:#e8e8e4;border:1px solid rgba(255,255,255,.55);box-shadow:0 0 10px #fff6}body.premium-editorial .m-green .mnode-pulse,body.premium-editorial .m-purple .mnode-pulse{background:#ffffff2e}body.premium-editorial .m-gold .mnode-dot,body.premium-editorial .m-star .star-dot{width:12px;height:12px;border-radius:50%;background:var(--gold);color:var(--gold);box-shadow:0 0 0 3px #d1000052,0 0 15px #f4a900a3}body.premium-editorial .m-gold .mnode-pulse,body.premium-editorial .m-star .star-pulse{background:#f4a90047}body.premium-editorial .leg-dot.red{background:var(--red)}body.premium-editorial .leg-dot.blue{background:#a39b91}body.premium-editorial .leg-dot.green{background:#e8e8e4;border:1px solid rgba(255,255,255,.38)}body.premium-editorial .card-icon,body.premium-editorial .core-def-icon,body.premium-editorial .tool-table td:first-child>i,body.premium-editorial .tdot-circle>i{display:none!important}@media(max-width:820px){body.premium-editorial .info-card{min-height:auto}body.premium-editorial .info-card:before{margin-bottom:22px}}body.premium-editorial .firm-location i,body.premium-editorial .firm-impact i,body.premium-editorial .fi-hours i{display:none!important}body.premium-editorial .firm-location,body.premium-editorial .firm-impact,body.premium-editorial .fi-hours{gap:0}body.premium-editorial #what-is-ai .cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px;margin-bottom:36px;min-height:360px;overflow:hidden;border:1px solid rgba(17,17,17,.11);border-radius:0;background:#f7f7f5b8;-webkit-backdrop-filter:blur(18px) saturate(115%);backdrop-filter:blur(18px) saturate(115%);box-shadow:none}body.premium-editorial #what-is-ai .info-card{min-height:360px;padding:28px 30px 32px;border:0;border-right:1px solid rgba(17,17,17,.1);border-radius:0;background:#f2f2ef94;box-shadow:none;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;cursor:default;outline:none;transition:background .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s ease}body.premium-editorial #what-is-ai .info-card:last-child{border-right:0}body.premium-editorial #what-is-ai .info-card:after{display:none!important}body.premium-editorial #what-is-ai .info-card:before{content:attr(data-card-index);position:absolute;top:28px;left:30px;margin:0;color:#848991;font-family:Google Sans Flex,Google Sans,sans-serif;font-size:.67rem;font-weight:500;letter-spacing:.13em;transition:color .3s ease}body.premium-editorial #what-is-ai .info-card h3{margin:0;max-width:290px;font-size:clamp(1.05rem,1.35vw,1.34rem);line-height:1.25;letter-spacing:-.035em;font-weight:600;color:#141414;transition:transform .42s cubic-bezier(.16,1,.3,1)}body.premium-editorial #what-is-ai .info-card p{margin:0;max-height:0;overflow:hidden;opacity:0;transform:translateY(14px);color:#3d4249;font-size:.84rem;line-height:1.72;transition:max-height .42s cubic-bezier(.16,1,.3,1),opacity .28s ease .04s,transform .42s cubic-bezier(.16,1,.3,1),margin .42s cubic-bezier(.16,1,.3,1)}body.premium-editorial #what-is-ai .info-card .card-tag{display:none}body.premium-editorial #what-is-ai .cards-3:hover .info-card:not(:hover),body.premium-editorial #what-is-ai .cards-3:focus-within .info-card:not(:focus){background:#efefec85}body.premium-editorial #what-is-ai .info-card:hover,body.premium-editorial #what-is-ai .info-card:focus{z-index:2;background:#fffffff5;box-shadow:inset 0 3px 0 var(--red);transform:none}body.premium-editorial #what-is-ai .info-card:nth-child(2):hover,body.premium-editorial #what-is-ai .info-card:nth-child(2):focus{box-shadow:inset 0 3px 0 var(--gold)}body.premium-editorial #what-is-ai .info-card:hover:before,body.premium-editorial #what-is-ai .info-card:focus:before{color:var(--red)}body.premium-editorial #what-is-ai .info-card:nth-child(2):hover:before,body.premium-editorial #what-is-ai .info-card:nth-child(2):focus:before{color:#a86f00}body.premium-editorial #what-is-ai .info-card:hover h3,body.premium-editorial #what-is-ai .info-card:focus h3{transform:translateY(-2px)}body.premium-editorial #what-is-ai .info-card:hover p,body.premium-editorial #what-is-ai .info-card:focus p{max-height:190px;margin-top:18px;opacity:1;transform:translateY(0)}body.premium-editorial .m-red .mnode-dot{background:#ef4444;color:#ef4444;box-shadow:0 0 12px #ef4444}body.premium-editorial .m-red .mnode-pulse{background:#ef444466}body.premium-editorial .m-blue .mnode-dot{background:#3b82f6;color:#3b82f6;box-shadow:0 0 12px #3b82f6}body.premium-editorial .m-blue .mnode-pulse{background:#3b82f666}body.premium-editorial .m-cyan .mnode-dot{background:#06b6d4;color:#06b6d4;box-shadow:0 0 12px #06b6d4}body.premium-editorial .m-cyan .mnode-pulse{background:#06b6d466}body.premium-editorial .m-orange .mnode-dot{background:#f97316;color:#f97316;box-shadow:0 0 12px #f97316}body.premium-editorial .m-orange .mnode-pulse{background:#f9731666}body.premium-editorial .m-green .mnode-dot{background:#10b981;color:#10b981;border:0;box-shadow:0 0 12px #10b981}body.premium-editorial .m-green .mnode-pulse{background:#10b98166}body.premium-editorial .m-purple .mnode-dot{background:#a855f7;color:#a855f7;border:0;box-shadow:0 0 12px #a855f7}body.premium-editorial .m-purple .mnode-pulse{background:#a855f766}body.premium-editorial .m-gold .mnode-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);color:var(--gold);box-shadow:0 0 12px var(--gold)}body.premium-editorial .m-gold .mnode-pulse{background:#f4a90066}body.premium-editorial .m-star .mnode-dot,body.premium-editorial .m-star .star-dot{width:auto;height:auto;border-radius:0;background:none;color:inherit;border:0;box-shadow:none;font-size:1.1rem;line-height:1}body.premium-editorial .m-star .mnode-pulse,body.premium-editorial .m-star .star-pulse{width:34px;height:34px;background:#f4a90080}body.premium-editorial .leg-dot.red{background:#ef4444}body.premium-editorial .leg-dot.blue{background:#3b82f6}body.premium-editorial .leg-dot.green{background:#10b981;border:0}body.premium-editorial .leg-dot.gold{background:var(--gold)}body.premium-editorial .tdot-circle{width:22px;height:22px;border-radius:50%;background:#fff;border:1.5px solid #9ca3af;display:flex;align-items:center;justify-content:center;font-size:.65rem;color:#6b7280;box-shadow:0 2px 5px #0000000f;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}body.premium-editorial .tdot-circle>i{display:none!important}body.premium-editorial .tpin-node:hover .tdot-circle{border-color:var(--red);color:var(--red);transform:scale(1.15)}body.premium-editorial .tpin-node.active .tdot-circle{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 0 0 5px #d100002e,0 4px 14px #d1000059;transform:scale(1.25)}body.premium-editorial .tpin-node.tpin-future .tdot-circle{border-color:var(--gold);color:var(--gold)}body.premium-editorial .tpin-node.tpin-future:hover .tdot-circle{border-color:var(--gold);color:var(--gold);transform:scale(1.15)}body.premium-editorial .tpin-node.tpin-future.active .tdot-circle{background:var(--gold);border-color:var(--gold);color:#fff;box-shadow:0 0 0 5px #f4a90040,0 4px 14px #f4a90080!important;transform:scale(1.25)}@media(max-width:820px){body.premium-editorial #what-is-ai .cards-3{grid-template-columns:1fr;min-height:0}body.premium-editorial #what-is-ai .info-card{min-height:240px;border-right:0;border-bottom:1px solid rgba(17,17,17,.1)}body.premium-editorial #what-is-ai .info-card:last-child{border-bottom:0}body.premium-editorial #what-is-ai .info-card:focus p{max-height:240px}}body.premium-editorial #what-is-ai .cards-3,body.premium-editorial #what-is-ai .info-card,body.premium-editorial #what-is-ai .cards-3:hover .info-card:not(:hover),body.premium-editorial #what-is-ai .cards-3:focus-within .info-card:not(:focus),body.premium-editorial #what-is-ai .info-card:hover,body.premium-editorial #what-is-ai .info-card:focus,body.premium-editorial #what-is-ai .info-card:focus-visible,body.premium-editorial #what-is-ai .info-card:active{background:#fff!important}body.premium-editorial #what-is-ai .info-card:before{font-family:var(--font)!important;font-weight:500;letter-spacing:.1em}body.premium-editorial .tdot-circle{width:15px!important;height:15px!important;border-width:1.25px!important;box-shadow:0 1px 3px #0000000d!important}body.premium-editorial .tpin-node:hover .tdot-circle{transform:scale(1.1)!important}body.premium-editorial .tpin-node.active .tdot-circle{transform:scale(1.12)!important;box-shadow:0 0 0 3px #d100001f,0 2px 8px #d1000038!important}body.premium-editorial .tpin-node.tpin-future.active .tdot-circle{transform:scale(1.12)!important;box-shadow:0 0 0 3px #f4a90026,0 2px 8px #f4a90047!important}body.premium-editorial .hub-grid{grid-template-columns:1fr!important;gap:28px!important}body.premium-editorial .feed-panel{width:100%;min-width:0;overflow:hidden;border:1px solid rgba(17,17,17,.08);border-radius:22px;background:#ffffffb8!important;-webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%);box-shadow:0 18px 55px #14141412}body.premium-editorial .feed-head{border-bottom:1px solid rgba(17,17,17,.06);background:#ffffffb8}body.premium-editorial .feed-list{display:flex!important;flex-direction:row!important;align-items:stretch;gap:16px;width:max-content;max-height:none;overflow:visible!important;padding:18px;animation:cpgIdeasMarquee 34s linear infinite;will-change:transform}body.premium-editorial .feed-panel:hover .feed-list{animation-play-state:paused}body.premium-editorial .feed-item{flex:0 0 clamp(300px,31vw,470px);min-height:190px;padding:22px 24px;border:1px solid rgba(17,17,17,.08);border-radius:18px;background:#ffffffc7!important;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);box-shadow:inset 0 1px #ffffffe6,0 10px 30px #1414140e}body.premium-editorial .fi-text{font-size:.82rem;line-height:1.65}@keyframes cpgIdeasMarquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}@media(prefers-reduced-motion:reduce){body.premium-editorial .feed-list{animation:none}}@media(max-width:720px){body.premium-editorial .feed-item{flex-basis:82vw}body.premium-editorial .feed-list{animation-duration:28s}}body.premium-editorial .tpin-node{isolation:isolate}body.premium-editorial .tpin-node .tstem-top,body.premium-editorial .tpin-node .tstem-bot,body.premium-editorial .tpin-node .tdot-circle{position:relative;z-index:2}body.premium-editorial .tdot-circle{width:13px!important;height:13px!important;border-width:1.2px!important;box-shadow:0 1px 2px #0000000d!important}body.premium-editorial .tpin-node:hover .tdot-circle{transform:scale(1.06)!important}body.premium-editorial .tpin-node.active:after,body.premium-editorial .tpin-node.tpin-future.active:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:26px;height:52px;border-radius:999px;pointer-events:none;z-index:1}body.premium-editorial .tpin-node.active:after{background:radial-gradient(ellipse at center,#d1000038,#d1000029 38%,#d100000d 68%,#d1000000)}body.premium-editorial .tpin-node.tpin-future.active:after{background:radial-gradient(ellipse at center,#f4a90042,#f4a9002e 38%,#f4a9000f 68%,#f4a90000)}body.premium-editorial .tpin-node.active .tdot-circle{transform:scale(1.08)!important;box-shadow:0 0 0 2px #d100001f,0 2px 6px #d100002e!important}body.premium-editorial .tpin-node.tpin-future.active .tdot-circle{transform:scale(1.08)!important;box-shadow:0 0 0 2px #f4a90024,0 2px 6px #f4a90033!important}body.premium-editorial .feed-list{display:inline-flex!important;flex-wrap:nowrap!important;align-items:stretch;width:max-content!important;min-width:max-content!important;animation:cpgIdeasMarquee 30s linear infinite!important;animation-play-state:running!important}body.premium-editorial .feed-panel:hover .feed-list,body.premium-editorial .feed-panel:focus-within .feed-list{animation-play-state:running!important}html,body.premium-editorial,body.premium-editorial .page-bg,body.premium-editorial main,body.premium-editorial .section,body.premium-editorial .alt-bg,body.premium-editorial #what-is-ai,body.premium-editorial #quick-learns,body.premium-editorial #ai-tools,body.premium-editorial #global-firms,body.premium-editorial #aios,body.premium-editorial #timeline,body.premium-editorial #share-ideas,body.premium-editorial #dashboard{background-color:#fff!important;background-image:none!important}body.premium-editorial #home.hero{background-color:#080808!important}body.premium-editorial .tstem-top,body.premium-editorial .tstem-bot{height:7px!important}body.premium-editorial .tdot-circle{width:11px!important;height:11px!important;border-width:1.1px!important}body.premium-editorial .tpin-node.active:after,body.premium-editorial .tpin-node.tpin-future.active:after{width:29px!important;height:29px!important;border-radius:50%!important}body.premium-editorial .tpin-node.active:after{background:radial-gradient(circle,#d1000038,#d1000021 45%,#d100000a 68%,#d1000000)!important}body.premium-editorial .tpin-node.tpin-future.active:after{background:radial-gradient(circle,#f4a9003d,#f4a90024 45%,#f4a9000d 68%,#f4a90000)!important}body.premium-editorial .tpin-node.active .tdot-circle,body.premium-editorial .tpin-node.tpin-future.active .tdot-circle{transform:scale(1.05)!important}html,body.premium-editorial,body.premium-editorial main,body.premium-editorial .section,body.premium-editorial .alt-bg,body.premium-editorial #what-is-ai,body.premium-editorial #quick-learns,body.premium-editorial #ai-tools,body.premium-editorial #global-firms,body.premium-editorial #aios,body.premium-editorial #timeline,body.premium-editorial #share-ideas,body.premium-editorial #dashboard{background-color:#fff!important;background-image:none!important}body.premium-editorial .core-def-box,body.premium-editorial .info-card,body.premium-editorial .metaphor-card,body.premium-editorial .tools-table-wrap,body.premium-editorial .tool-note,body.premium-editorial .firm-card,body.premium-editorial .aios-card,body.premium-editorial .alayer,body.premium-editorial .timeline-display,body.premium-editorial .hub-form-card,body.premium-editorial .feed-panel,body.premium-editorial .feed-item,body.premium-editorial .dashboard-card,body.premium-editorial .stat-card,body.premium-editorial .dept-table-wrap,body.premium-editorial .slide-modal-content,body.premium-editorial .video-card,body.premium-editorial .video-cta-note{background:#ffffffeb!important;border:1px solid rgba(17,17,17,.11)!important;box-shadow:none!important;filter:none!important}body.premium-editorial .info-card:hover,body.premium-editorial .info-card:focus,body.premium-editorial .info-card:active,body.premium-editorial .video-card:hover,body.premium-editorial .firm-card:hover,body.premium-editorial .alayer:hover,body.premium-editorial .alayer.active,body.premium-editorial .feed-item:hover{background:#fff!important;box-shadow:none!important;filter:none!important}body.premium-editorial .tool-badge{display:inline-flex!important;align-items:center;gap:8px;padding:7px 11px!important;background:#fffffff5!important;border:1px solid rgba(17,17,17,.13)!important;border-left-width:1px!important;border-radius:9px!important;box-shadow:none!important;color:#2b2b2b!important;white-space:nowrap}body.premium-editorial .tool-badge i{width:16px;text-align:center;font-size:.92rem}body.premium-editorial .tool-badge.ms i{color:#2563eb}body.premium-editorial .tool-badge.oai i{color:#111}body.premium-editorial .tool-badge.mid i{color:#d10000}body.premium-editorial .tool-badge.aut i{color:#e85d04}body.premium-editorial .tool-badge.ant i{color:#b45309}body.premium-editorial,body.premium-editorial main,body.premium-editorial .section,body.premium-editorial .alt-bg,body.premium-editorial #what-is-ai,body.premium-editorial #quick-learns,body.premium-editorial #ai-tools,body.premium-editorial #global-firms,body.premium-editorial #aios,body.premium-editorial #timeline,body.premium-editorial #share-ideas,body.premium-editorial #dashboard{background:#fff!important;background-image:none!important}body.premium-editorial #home,body.premium-editorial .hero{background:#08080a!important}body.premium-editorial .metaphor-card{background:linear-gradient(135deg,#0a0a0cf5,#141418e0)!important;border:1px solid rgba(255,255,255,.12)!important;-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}body.premium-editorial .metaphor-card h3,body.premium-editorial .metaphor-card p,body.premium-editorial .metaphor-card p strong{color:#fff!important}body.premium-editorial .metaphor-card .section-label{color:var(--gold)!important}body.premium-editorial .feed-controls{display:inline-flex;align-items:center;gap:8px}body.premium-editorial .feed-pause-btn{appearance:none;border:1px solid rgba(17,17,17,.12);background:#ffffffe6;color:#494f59;font:inherit;font-size:.66rem;font-weight:700;border-radius:999px;padding:6px 12px;cursor:pointer}body.premium-editorial .feed-pause-btn:hover{border-color:#d1000038;color:var(--red)}body.premium-editorial .feed-scroll{overflow:hidden;width:100%;cursor:default}body.premium-editorial .feed-scroll.is-paused{overflow-x:auto;overflow-y:hidden;cursor:grab;scrollbar-width:thin}body.premium-editorial .feed-scroll.is-paused.is-dragging{cursor:grabbing}body.premium-editorial .feed-scroll.is-paused::-webkit-scrollbar{height:10px}body.premium-editorial .feed-scroll.is-paused::-webkit-scrollbar-thumb{background:#1111112e;border-radius:999px}body.premium-editorial .feed-list{display:inline-flex!important;flex-wrap:nowrap!important;align-items:stretch;gap:22px!important;width:max-content!important;min-width:max-content!important;padding:22px 20px!important;animation:cpgIdeasMarquee 36s linear infinite!important;animation-play-state:running!important}body.premium-editorial .feed-list.is-paused,body.premium-editorial .feed-scroll.is-paused .feed-list{animation-play-state:paused!important}body.premium-editorial .feed-item{flex:0 0 clamp(360px,38vw,600px)}body.premium-editorial .alayer-example,body.premium-editorial .alayer-example *{color:var(--gold)!important}body.premium-editorial .alayer-example{border-left:2px solid var(--gold)!important}body.premium-editorial .alayer,body.premium-editorial .timeline-display{background:#ffffffbd!important;border:1px solid rgba(17,17,17,.1)!important;-webkit-backdrop-filter:blur(16px) saturate(118%);backdrop-filter:blur(16px) saturate(118%);box-shadow:none!important}body.premium-editorial .alayer.active,body.premium-editorial .alayer:hover{background:#ffffffe0!important;border-color:#d100002e!important}body.premium-editorial .tool-note strong,body.premium-editorial .tool-note b{color:var(--red)!important}body.premium-editorial .tool-note{border-left:2px solid var(--red)!important}body.premium-editorial .tool-table tbody tr,body.premium-editorial .tool-table tbody td,body.premium-editorial .tool-table tbody tr:hover td{background:#fff!important}body.premium-editorial .tool-table td:first-child{display:flex!important;align-items:center;gap:10px!important}body.premium-editorial .tool-table td:first-child:before{content:"";width:8px;height:8px;border-radius:50%;flex:0 0 8px;display:inline-block}body.premium-editorial .tool-table tbody tr:nth-child(1) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(4) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(5) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(6) td:first-child:before{background:var(--red)}body.premium-editorial .tool-table tbody tr:nth-child(2) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(3) td:first-child:before{background:var(--gold)}body.premium-editorial .feed-panel,body.premium-editorial .feed-head,body.premium-editorial .feed-item{background:#ffffffe6!important;box-shadow:none!important}body.premium-editorial #home,body.premium-editorial .hero{background:#08080a!important;background-image:none!important}body.premium-editorial #home .container,body.premium-editorial .hero .container{background:transparent!important;background-image:none!important}body.premium-editorial .tool-badge i{display:none!important}body.premium-editorial .tool-logo{width:19px;height:19px;flex:0 0 19px;display:inline-block;background-repeat:no-repeat;background-size:contain;background-position:center}body.premium-editorial .logo-ms{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><rect x='1' y='1' width='8' height='8' rx='1' fill='%23f25022'/><rect x='11' y='1' width='8' height='8' rx='1' fill='%237fba00'/><rect x='1' y='11' width='8' height='8' rx='1' fill='%2300a4ef'/><rect x='11' y='11' width='8' height='8' rx='1' fill='%23ffb900'/></svg>")}body.premium-editorial .logo-chatgpt{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'><g transform='translate(12 12)'><ellipse rx='4.2' ry='7.2' transform='rotate(0)'/><ellipse rx='4.2' ry='7.2' transform='rotate(60)'/><ellipse rx='4.2' ry='7.2' transform='rotate(120)'/></g><circle cx='12' cy='12' r='2.15' fill='%23111111' stroke='none'/></svg>")}body.premium-editorial .logo-midjourney{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%23111111' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'><path d='M3 16.6c2.55-.05 4.55-.8 6.05-2.15 1.45 1.1 3.5 1.75 6.1 1.75h4.2'/><path d='M9.35 14.25V5.15'/><path d='M9.35 5.2c2.25.15 4.05 1.15 5.35 2.95-1.8.15-3.55.75-5.35 1.85Z' fill='%23111111' stroke='none'/><path d='M9.35 6.35c-1.55 1.15-2.8 3.05-3.7 5.6 1.45-.15 2.75-.55 3.7-1.2Z' fill='%23f4a900' stroke='none'/></svg>")}body.premium-editorial .logo-autodesk{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'><path d='M11.1 2 4.4 19h3.25l1.35-3.55h4.05L14.45 19h3.15L11.1 2Z' fill='%230695d4'/><path d='M11.05 6.3 12.9 11H9.15l1.9-4.7Z' fill='%236ad36f'/></svg>")}body.premium-editorial .logo-claude{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%23b45309' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'><path d='M11 3.1v15.8'/><path d='M4.75 11h12.5'/><path d='M6.9 6.9 15.1 15.1'/><path d='M15.1 6.9 6.9 15.1'/><circle cx='11' cy='11' r='2.3' fill='%23b45309' stroke='none'/></svg>")}body.premium-editorial .logo-excel{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><rect x='2' y='2' width='16' height='16' rx='2' fill='%231c6f43'/><path d='M11.25 3.4h5.1v13.2h-5.1z' fill='%232e8b57'/><path d='M5 4.8h5.8v10.4H5z' fill='%23155a35'/><path d='M6.6 6.55 8.55 9.5 6.6 12.45h1.35L9.35 10.3l1.45 2.15h1.35L10.2 9.5l1.95-2.95h-1.35L9.35 8.7 7.95 6.55H6.6Z' fill='white'/></svg>")}body.premium-editorial #what-is-ai .cards-3{border-width:.8px!important;border-color:#11111117!important}body.premium-editorial #what-is-ai .info-card{border-right-width:.8px!important;border-right-color:#11111114!important}body.premium-editorial #what-is-ai .info-card:before{transition:color .25s ease,text-shadow .25s ease,opacity .25s ease!important;opacity:.9}body.premium-editorial #what-is-ai .info-card:hover:before,body.premium-editorial #what-is-ai .info-card:focus:before{text-shadow:0 0 10px rgba(209,0,0,.22),0 0 18px rgba(209,0,0,.1);opacity:1}body.premium-editorial #what-is-ai .info-card:nth-child(2):hover:before,body.premium-editorial #what-is-ai .info-card:nth-child(2):focus:before{text-shadow:0 0 10px rgba(244,169,0,.24),0 0 18px rgba(244,169,0,.1)}body.premium-editorial .metaphor-card{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a0a0cf0,#212126d1 55%,#3a3a40bd)!important;border:1px solid rgba(255,255,255,.14)!important;-webkit-backdrop-filter:blur(26px) saturate(132%)!important;backdrop-filter:blur(26px) saturate(132%)!important;box-shadow:inset 0 1px #ffffff14,0 20px 48px #0a0a0f2e!important}body.premium-editorial .metaphor-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,#ffffff08,#ffffff14 42%,#ffffff05 64%);pointer-events:none}body.premium-editorial .metaphor-card:after{content:"";position:absolute;inset:1px;border-radius:inherit;background:radial-gradient(circle at 12% 22%,rgba(255,255,255,.08),transparent 28%),radial-gradient(circle at 88% 18%,rgba(255,255,255,.07),transparent 25%);pointer-events:none}body.premium-editorial .metaphor-card .metaphor-body{position:relative;z-index:1}body.premium-editorial .alayer-top{display:grid!important;grid-template-columns:74px minmax(0,1fr)!important;align-items:center!important;column-gap:10px!important}body.premium-editorial .alayer-num{width:74px!important;min-width:74px!important;margin:0!important;white-space:nowrap!important;font-family:var(--font)!important;font-variant-numeric:tabular-nums;line-height:1.2!important}body.premium-editorial .alayer-name{margin:0!important;line-height:1.2!important}body.premium-editorial .tool-logo,body.premium-editorial .tool-badge>i{display:none!important}body.premium-editorial .tool-logo-img{width:20px;height:20px;flex:0 0 20px;display:block;object-fit:contain;object-position:center}body.premium-editorial .tool-logo-autodesk{width:24px;height:18px;flex-basis:24px;border-radius:3px;background:#000}body.premium-editorial .tool-logo-stack{display:inline-flex;align-items:center;flex:0 0 auto}body.premium-editorial .tool-logo-stack .tool-logo-img+.tool-logo-img{margin-left:-4px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px #11111114}body.premium-editorial .tool-badge{gap:9px!important}body.premium-editorial .tool-table td:first-child{gap:12px!important}body.premium-editorial .tool-table td:first-child:before{width:16px!important;height:9px!important;border-radius:999px!important;background:transparent!important;border:2px solid currentColor;opacity:.95;box-sizing:border-box}body.premium-editorial .tool-table tbody tr:nth-child(1) td:first-child,body.premium-editorial .tool-table tbody tr:nth-child(4) td:first-child,body.premium-editorial .tool-table tbody tr:nth-child(5) td:first-child,body.premium-editorial .tool-table tbody tr:nth-child(6) td:first-child{color:var(--red)}body.premium-editorial .tool-table tbody tr:nth-child(2) td:first-child,body.premium-editorial .tool-table tbody tr:nth-child(3) td:first-child{color:var(--gold)}body.premium-editorial .tool-table td:first-child>*{color:#2a2d33}body.premium-editorial .tool-table .safety{display:inline-flex;align-items:center;gap:8px}body.premium-editorial .tool-table .safety:before{content:"";width:8px;height:8px;border-radius:50%;flex:0 0 8px;display:inline-block}body.premium-editorial .tool-table .safety.safe:before{background:var(--red)}body.premium-editorial .tool-table .safety.caution:before{background:var(--gold)}body.premium-editorial .alayer-example{color:#707784!important;border-left:2px solid rgba(244,169,0,.95)!important}body.premium-editorial .alayer-example *{color:inherit!important}body.premium-editorial .alayer-example-label{color:var(--gold)!important;font-weight:600}body.premium-editorial .future-spark{display:inline-block;margin-left:8px;color:var(--gold);text-shadow:0 0 8px rgba(244,169,0,.28),0 0 16px rgba(244,169,0,.16);transform:translateY(-1px)}body.premium-editorial .dash-chart-wrap{padding:18px 22px 10px}body.premium-editorial .opportunity-chart{width:100%}body.premium-editorial .opportunity-chart-head,body.premium-editorial .opportunity-row{display:grid;grid-template-columns:1.15fr .9fr 1.6fr 1.45fr .85fr;gap:18px;align-items:center}body.premium-editorial .opportunity-chart-head{padding:10px 8px 14px;color:#7b838f;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(17,17,17,.08)}body.premium-editorial .opportunity-row{padding:18px 8px;border-bottom:1px solid rgba(17,17,17,.07)}body.premium-editorial .opportunity-row:last-child{border-bottom:none}body.premium-editorial .opportunity-dept{display:flex;align-items:center;gap:10px;font-weight:600;color:#1f2329}body.premium-editorial .op-accent{width:10px;height:10px;border-radius:50%;display:inline-block}body.premium-editorial .accent-red{background:var(--red)}body.premium-editorial .accent-gold{background:var(--gold)}body.premium-editorial .accent-blue{background:#38bdf8}body.premium-editorial .accent-green{background:#10b981}body.premium-editorial .accent-sand{background:#d7a31a}body.premium-editorial .opportunity-ideas{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center}body.premium-editorial .opportunity-ideas-n{font-weight:700;color:#22262d}body.premium-editorial .opportunity-bar{height:8px;border-radius:999px;background:#11111112;overflow:hidden}body.premium-editorial .opportunity-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#d10000eb,#f4a900e6)}body.premium-editorial .opportunity-pain,body.premium-editorial .opportunity-tool{color:#5b6471;line-height:1.45}body.premium-editorial .opportunity-priority{justify-self:start}body.premium-editorial #what-is-ai .info-card:before{transition:color .28s ease,text-shadow .28s ease,-webkit-text-stroke-color .28s ease,opacity .28s ease!important;-webkit-text-stroke:.45px transparent;text-shadow:none}body.premium-editorial #what-is-ai .info-card:hover:before,body.premium-editorial #what-is-ai .info-card:focus:before{color:var(--red);-webkit-text-stroke-color:rgba(209,0,0,.45);text-shadow:0 0 2px rgba(209,0,0,.18),0 0 7px rgba(209,0,0,.24),0 0 14px rgba(209,0,0,.14);filter:drop-shadow(0 0 7px rgba(209,0,0,.14))}body.premium-editorial #what-is-ai .info-card:nth-child(2):hover:before,body.premium-editorial #what-is-ai .info-card:nth-child(2):focus:before{color:var(--gold);-webkit-text-stroke-color:rgba(244,169,0,.45);text-shadow:0 0 2px rgba(244,169,0,.18),0 0 7px rgba(244,169,0,.24),0 0 14px rgba(244,169,0,.14);filter:drop-shadow(0 0 7px rgba(244,169,0,.14))}body.premium-editorial #what-is-ai .info-card:nth-child(3):hover:before,body.premium-editorial #what-is-ai .info-card:nth-child(3):focus:before{color:#8d93a0;-webkit-text-stroke-color:rgba(141,147,160,.35);text-shadow:0 0 2px rgba(141,147,160,.12),0 0 7px rgba(141,147,160,.16);filter:drop-shadow(0 0 5px rgba(141,147,160,.12))}body.premium-editorial .metaphor-card{background:linear-gradient(132deg,#06070af7,#16171ce6 52%,#303138c7)!important;border:1px solid rgba(255,255,255,.16)!important;-webkit-backdrop-filter:blur(28px) saturate(136%)!important;backdrop-filter:blur(28px) saturate(136%)!important;box-shadow:inset 0 1px #ffffff17,0 18px 48px #04050838!important}body.premium-editorial .metaphor-card:before{background:linear-gradient(118deg,#ffffff08,#ffffff18 40%,#ffffff05 67%)!important}body.premium-editorial .metaphor-card:after{background:radial-gradient(circle at 14% 22%,rgba(255,255,255,.11),transparent 26%),radial-gradient(circle at 86% 18%,rgba(255,255,255,.075),transparent 22%),radial-gradient(circle at 65% 80%,rgba(255,255,255,.03),transparent 24%)!important}@media(max-width:980px){body.premium-editorial .opportunity-chart-head,body.premium-editorial .opportunity-row{grid-template-columns:1fr;gap:8px}body.premium-editorial .opportunity-chart-head{display:none}body.premium-editorial .opportunity-row{padding:16px 0}}body.premium-editorial .tool-table td:first-child,body.premium-editorial .tool-table td:first-child>*{color:#2a2d33!important}body.premium-editorial .tool-table td:first-child:before{background:transparent!important;border-width:2px!important}body.premium-editorial .tool-table tbody tr:nth-child(1) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(4) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(5) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(6) td:first-child:before{border-color:var(--red)!important}body.premium-editorial .tool-table tbody tr:nth-child(2) td:first-child:before,body.premium-editorial .tool-table tbody tr:nth-child(3) td:first-child:before{border-color:var(--gold)!important}body.premium-editorial .tool-table .safety{padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-weight:600!important}body.premium-editorial .tool-table .safety:before{margin-right:2px}body.premium-editorial .tool-table-wrap,body.premium-editorial .dash-chart-wrap,body.premium-editorial .feed-panel,body.premium-editorial .feed-item,body.premium-editorial #what-is-ai .cards-3,body.premium-editorial #what-is-ai .info-card,body.premium-editorial .alayer,body.premium-editorial .dash-stats .dstat,body.premium-editorial #timelineDisplay{background:#ffffff94!important;border:1px solid rgba(255,255,255,.62)!important;-webkit-backdrop-filter:blur(22px) saturate(132%)!important;backdrop-filter:blur(22px) saturate(132%)!important;box-shadow:inset 0 1px #ffffffdb,0 12px 32px #0f12190e!important}body.premium-editorial .tool-table-wrap,body.premium-editorial .dash-chart-wrap,body.premium-editorial .feed-panel,body.premium-editorial #what-is-ai .cards-3,body.premium-editorial #timelineDisplay{background:#ffffff9e!important}body.premium-editorial .tool-badge{background:#ffffff8f!important;border:1px solid rgba(255,255,255,.62)!important;box-shadow:inset 0 1px #ffffffe6,0 8px 20px #0f12190a!important;-webkit-backdrop-filter:blur(16px) saturate(126%)!important;backdrop-filter:blur(16px) saturate(126%)!important}body.premium-editorial .feed-panel{overflow:hidden}body.premium-editorial .feed-head{background:#fff6!important;border-bottom:1px solid rgba(17,17,17,.06)}body.premium-editorial .feed-item{background:linear-gradient(180deg,#ffffff8a,#ffffff6b)!important;border-color:#ffffffad!important;box-shadow:inset 0 1px #ffffffeb,0 10px 26px #1012180b!important}body.premium-editorial .dash-chart-wrap{padding:18px 22px 22px}body.premium-editorial .opportunity-chart{display:flex;flex-direction:column;gap:12px}body.premium-editorial .opportunity-chart-head{padding:8px 8px 10px;border-bottom:none!important}body.premium-editorial .opportunity-row{margin:0;padding:16px 18px;border:1px solid rgba(255,255,255,.66)!important;border-radius:18px;background:linear-gradient(180deg,#ffffff8a,#fff6)!important;-webkit-backdrop-filter:blur(18px) saturate(128%);backdrop-filter:blur(18px) saturate(128%);box-shadow:inset 0 1px #ffffffdb,0 8px 22px #1012180a}body.premium-editorial .opportunity-dept{gap:0}body.premium-editorial .op-accent{display:none!important}body.premium-editorial .opportunity-dept strong{font-size:1rem;font-weight:650;color:#1f2329}body.premium-editorial .opportunity-ideas{display:flex!important;align-items:center;justify-content:flex-start;grid-template-columns:none!important;gap:0!important}body.premium-editorial .opportunity-bar{display:none!important}body.premium-editorial .opportunity-ideas-n{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:40px;padding:0 14px;border-radius:15px;border:1px solid rgba(255,255,255,.72);background:linear-gradient(180deg,#ffffff9e,#ffffff61);-webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%);box-shadow:inset 0 1px #fffffff0,0 8px 20px #0f12190d;font-size:1rem;font-weight:700;color:#1f2329}body.premium-editorial .opportunity-pain,body.premium-editorial .opportunity-tool{font-size:.98rem;line-height:1.45;color:#5f6773}body.premium-editorial .opportunity-priority .pri{border:1px solid rgba(255,255,255,.62);box-shadow:inset 0 1px #ffffffb3}body.premium-editorial #what-is-ai .info-card{background:linear-gradient(180deg,#ffffff5c,#ffffff38)!important}body.premium-editorial #what-is-ai .info-card:hover,body.premium-editorial #what-is-ai .info-card:focus,body.premium-editorial #what-is-ai .cards-3:focus-within .info-card:not(:focus){background:linear-gradient(180deg,#ffffff94,#ffffff57)!important}@media(max-width:980px){body.premium-editorial .opportunity-row{padding:14px 16px}body.premium-editorial .opportunity-dept strong{font-size:.96rem}body.premium-editorial .opportunity-pain,body.premium-editorial .opportunity-tool{font-size:.92rem}}body.premium-editorial .opportunity-chart-head{align-items:center!important}body.premium-editorial .opportunity-chart-head>div{line-height:1.05;white-space:nowrap;align-self:center}body.premium-editorial .tool-table-wrap,body.premium-editorial .dash-chart-wrap,body.premium-editorial .feed-panel,body.premium-editorial .feed-item,body.premium-editorial #what-is-ai .cards-3,body.premium-editorial #what-is-ai .info-card,body.premium-editorial .alayer,body.premium-editorial .dash-stats .dstat,body.premium-editorial #timelineDisplay,body.premium-editorial .tool-badge,body.premium-editorial .opportunity-row,body.premium-editorial .opportunity-ideas-n,body.premium-editorial .metaphor-card{position:relative;overflow:hidden}body.premium-editorial .tool-table-wrap,body.premium-editorial .dash-chart-wrap,body.premium-editorial .feed-panel,body.premium-editorial #what-is-ai .cards-3,body.premium-editorial #timelineDisplay{background:linear-gradient(180deg,#ffffffbd,#ffffff80 52%,#ffffff5c)!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:inset 0 1px #fffffffa,inset 0 -10px 18px #ffffff2e,0 18px 36px #0f12190b,0 2px 8px #0f121905!important}body.premium-editorial .tool-table-wrap:before,body.premium-editorial .dash-chart-wrap:before,body.premium-editorial .feed-panel:before,body.premium-editorial #what-is-ai .cards-3:before,body.premium-editorial #timelineDisplay:before,body.premium-editorial .feed-item:before,body.premium-editorial #what-is-ai .info-card:after,body.premium-editorial .alayer:before,body.premium-editorial .dash-stats .dstat:before,body.premium-editorial .opportunity-row:before,body.premium-editorial .opportunity-ideas-n:before,body.premium-editorial .tool-badge:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,#ffffff75,#ffffff1f 28%,#fff0 52%),radial-gradient(circle at 18% 8%,rgba(255,255,255,.5),transparent 28%),radial-gradient(circle at 84% 0%,rgba(255,255,255,.22),transparent 26%);opacity:.95}body.premium-editorial .tool-table-wrap:after,body.premium-editorial .dash-chart-wrap:after,body.premium-editorial .feed-panel:after,body.premium-editorial #what-is-ai .cards-3:after,body.premium-editorial #timelineDisplay:after,body.premium-editorial .feed-item:after,body.premium-editorial .alayer:after,body.premium-editorial .dash-stats .dstat:after,body.premium-editorial .opportunity-row:after,body.premium-editorial .opportunity-ideas-n:after,body.premium-editorial .tool-badge:after{content:"";position:absolute;left:10px;right:10px;top:0;height:1px;border-radius:999px;background:#ffffffe0;pointer-events:none}body.premium-editorial .feed-item,body.premium-editorial .opportunity-row,body.premium-editorial .tool-badge,body.premium-editorial .opportunity-ideas-n,body.premium-editorial #what-is-ai .info-card,body.premium-editorial .alayer,body.premium-editorial .dash-stats .dstat{background:linear-gradient(180deg,#ffffffad,#ffffff6b 60%,#ffffff4d)!important;border:1px solid rgba(255,255,255,.84)!important;box-shadow:inset 0 1px #fffffff7,inset 0 -8px 16px #ffffff24,0 12px 28px #0f12190a!important}body.premium-editorial .tool-badge{background:linear-gradient(180deg,#ffffffb8,#ffffff7a)!important}body.premium-editorial .opportunity-row,body.premium-editorial .feed-item{box-shadow:inset 0 1px #fffffffc,inset 0 -8px 16px #ffffff1f,0 14px 30px #0f121908!important}body.premium-editorial #dashboard{background:#fff!important}body.premium-editorial .manager-head-row{align-items:flex-end}body.premium-editorial .dashboard-period{font-size:.68rem;font-weight:700;letter-spacing:.12em;color:#7a818c;padding:8px 12px;border-radius:999px;background:#ffffffa8;border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px #fffffff2,0 8px 20px #11111109;-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%)}body.premium-editorial .manager-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:30px 0 24px}body.premium-editorial .manager-kpi{position:relative;overflow:hidden;min-height:132px;padding:20px 20px 18px;border-radius:20px;background:linear-gradient(180deg,#ffffffc7,#ffffff70);border:1px solid rgba(255,255,255,.86);box-shadow:inset 0 1px #fffffffc,inset 0 -10px 22px #ffffff29,0 14px 32px #1012180b;-webkit-backdrop-filter:blur(24px) saturate(135%);backdrop-filter:blur(24px) saturate(135%)}body.premium-editorial .manager-kpi:before,body.premium-editorial .manager-chart-panel:before,body.premium-editorial .manager-opportunities-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.42),transparent 34%),radial-gradient(circle at 15% 0%,rgba(255,255,255,.58),transparent 28%),radial-gradient(circle at 86% 6%,rgba(255,255,255,.22),transparent 24%)}body.premium-editorial .manager-kpi-primary{background:linear-gradient(180deg,#fff4f4c7,#ffffff75)}body.premium-editorial .manager-kpi-label,body.premium-editorial .manager-kpi-value,body.premium-editorial .manager-kpi-note{position:relative;z-index:1}body.premium-editorial .manager-kpi-label{display:block;margin-bottom:12px;color:#6f7681;font-size:.74rem;font-weight:650}body.premium-editorial .manager-kpi-value{display:flex;align-items:baseline;gap:6px;margin-bottom:10px;font-size:clamp(1.65rem,2.2vw,2.35rem);line-height:1;font-weight:700;letter-spacing:-.04em;color:#17191d}body.premium-editorial .manager-kpi-value small{font-size:.78rem;font-weight:600;color:#727984;letter-spacing:0}body.premium-editorial .manager-kpi-note{color:#858c96;font-size:.7rem;line-height:1.45}body.premium-editorial .manager-chart-panel,body.premium-editorial .manager-opportunities-panel{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#ffffffc2,#ffffff6b);border:1px solid rgba(255,255,255,.88);box-shadow:inset 0 1px #fffffffc,inset 0 -14px 26px #ffffff21,0 18px 42px #1012180b;-webkit-backdrop-filter:blur(26px) saturate(135%);backdrop-filter:blur(26px) saturate(135%)}body.premium-editorial .manager-chart-panel{margin-bottom:24px;padding:26px 28px 20px}body.premium-editorial .manager-chart-head,body.premium-editorial .manager-chart-body,body.premium-editorial .manager-opportunities-head,body.premium-editorial .manager-opportunity-grid{position:relative;z-index:1}body.premium-editorial .manager-chart-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}body.premium-editorial .manager-chart-head h3,body.premium-editorial .manager-opportunities-head h3{margin:0 0 5px;font-size:1rem;color:#1e2025}body.premium-editorial .manager-chart-head p,body.premium-editorial .manager-opportunities-head p{margin:0;font-size:.75rem;color:#7b828c}body.premium-editorial .manager-chart-legend{display:flex;align-items:center;gap:8px;color:#6f7680;font-size:.72rem;white-space:nowrap}body.premium-editorial .manager-chart-legend span{width:22px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--red),var(--gold))}body.premium-editorial .manager-line-chart{width:100%;min-height:300px;display:block;overflow:visible}body.premium-editorial .manager-grid-lines line{stroke:#11111113;stroke-width:1}body.premium-editorial .manager-y-labels text,body.premium-editorial .manager-x-labels text{fill:#8a9099;font-family:var(--font);font-size:12px;text-anchor:middle}body.premium-editorial .manager-y-labels text{text-anchor:end}body.premium-editorial .manager-area-path{fill:url(#managerAreaGradient)}body.premium-editorial .manager-line-path{fill:none;stroke:url(#managerLineGradient);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}body.premium-editorial .manager-points circle{fill:#fff;stroke:#d10000;stroke-width:3}body.premium-editorial .manager-value-labels text{fill:#33383f;font-family:var(--font);font-size:12px;font-weight:700;text-anchor:middle}body.premium-editorial .manager-opportunities-panel{padding:24px 28px 26px}body.premium-editorial .manager-opportunities-head{margin-bottom:18px}body.premium-editorial .manager-opportunity-grid{display:grid;grid-template-columns:1.2fr .55fr .75fr 1.65fr 1.45fr .8fr;column-gap:18px;align-items:center}body.premium-editorial .manager-opportunity-header{min-height:42px;padding:0 16px;color:#7c838e;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(17,17,17,.075)}body.premium-editorial .manager-opportunity-header>div,body.premium-editorial .manager-opportunity-row>div{display:flex;align-items:center;min-width:0;line-height:1.35}body.premium-editorial .manager-opportunity-row{min-height:68px;margin-top:10px;padding:0 16px;border-radius:17px;background:linear-gradient(180deg,#fff9,#ffffff57);border:1px solid rgba(255,255,255,.8);box-shadow:inset 0 1px #fffffff2,0 8px 22px #10121809}body.premium-editorial .manager-dept{font-size:.84rem;font-weight:650;color:#25292f}body.premium-editorial .manager-idea-count,body.premium-editorial .manager-hours{justify-content:center;width:42px;height:34px;border-radius:12px;background:#fff9;border:1px solid rgba(255,255,255,.82);box-shadow:inset 0 1px #fffffff2;font-size:.82rem;font-weight:700;color:#2b2f35}body.premium-editorial .manager-opportunity-row>div:nth-child(4),body.premium-editorial .manager-opportunity-row>div:nth-child(5){color:#68707b;font-size:.78rem}@media(max-width:980px){body.premium-editorial .manager-kpis{grid-template-columns:repeat(2,1fr)}body.premium-editorial .manager-opportunity-header{display:none}body.premium-editorial .manager-opportunity-grid{grid-template-columns:1fr;gap:8px}body.premium-editorial .manager-opportunity-row{padding:16px}body.premium-editorial .manager-idea-count,body.premium-editorial .manager-hours{justify-content:center}body.premium-editorial .manager-line-chart{min-width:760px}body.premium-editorial .manager-chart-body{overflow-x:auto}}@media(max-width:620px){body.premium-editorial .manager-kpis{grid-template-columns:1fr}body.premium-editorial .manager-chart-head{flex-direction:column}}body.premium-editorial .workflow-copy{max-width:760px;margin-bottom:34px}body.premium-editorial .workflow-hint{margin-top:12px;color:#7b838f;font-size:.78rem;letter-spacing:.02em}body.premium-editorial .workflow-stage{position:relative;min-height:600px;overflow:hidden;border:1px solid rgba(17,17,17,.075);border-radius:30px;background:radial-gradient(circle at 18% 24%,rgba(209,0,0,.035),transparent 24%),radial-gradient(circle at 82% 72%,rgba(244,169,0,.045),transparent 24%),linear-gradient(180deg,#ffffffeb,#fafaf8f0)}body.premium-editorial .workflow-lines{position:absolute;inset:32px 32px 48px;width:calc(100% - 64px);height:calc(100% - 80px);overflow:visible;pointer-events:none}body.premium-editorial .workflow-path{fill:none;stroke:#71788247;stroke-width:1.4;stroke-dasharray:7 8;vector-effect:non-scaling-stroke;animation:workflowDash 15s linear infinite}body.premium-editorial .workflow-pulse{fill:url(#workflowFlow);filter:url(#workflowGlow)}@keyframes workflowDash{to{stroke-dashoffset:-180}}body.premium-editorial .workflow-cluster,body.premium-editorial .workflow-output{position:absolute;display:flex;flex-direction:column;gap:11px;z-index:2}body.premium-editorial .workflow-models{left:4.5%;top:12%;width:170px}body.premium-editorial .workflow-render{left:43.5%;top:22%;width:164px}body.premium-editorial .workflow-video{right:4.5%;top:7%;width:190px}body.premium-editorial .workflow-presentation{right:4.5%;bottom:8%;width:190px}body.premium-editorial .workflow-cluster-label,body.premium-editorial .workflow-output-title{display:flex;align-items:center;gap:8px;padding:0 4px 3px;color:#7d8490;font-size:.64rem;font-weight:750;letter-spacing:.14em}body.premium-editorial .workflow-output-title span{color:var(--red);font-size:.62rem}body.premium-editorial .workflow-tool,body.premium-editorial .workflow-hub{appearance:none;border:1px solid rgba(17,17,17,.08);background:#ffffffc7;color:#24272d;font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(18px) saturate(126%);backdrop-filter:blur(18px) saturate(126%);box-shadow:inset 0 1px #fffffff0,0 9px 24px #11141b0b;transition:transform .26s cubic-bezier(.2,.8,.2,1),border-color .26s,box-shadow .26s,background .26s}body.premium-editorial .workflow-tool{min-height:58px;padding:9px 13px;border-radius:16px;display:flex;align-items:center;gap:10px;text-align:left;font-size:.76rem;font-weight:650}body.premium-editorial .workflow-tool img,body.premium-editorial .workflow-letter{width:34px;height:34px;flex:0 0 34px;border-radius:10px;object-fit:contain;background:#fff}body.premium-editorial .workflow-letter{display:inline-grid;place-items:center;color:#fff;font-size:.86rem;font-weight:800}body.premium-editorial .workflow-letter.revit{background:#1769aa}body.premium-editorial .workflow-letter.sketchup{background:#d71920}body.premium-editorial .workflow-letter.autocad{background:#b51d2b}body.premium-editorial .workflow-tool:hover,body.premium-editorial .workflow-tool.active,body.premium-editorial .workflow-hub:hover,body.premium-editorial .workflow-hub.active{transform:translateY(-3px);border-color:#d1000038;background:#fffffff0;box-shadow:inset 0 1px #fff,0 16px 34px #17192016,0 0 0 4px #d1000009}body.premium-editorial .workflow-tool.active,body.premium-editorial .workflow-hub.active{box-shadow:inset 0 1px #fff,0 16px 34px #17192014,0 0 0 1px #d100002e,0 0 22px #d1000014}body.premium-editorial .workflow-hub{position:absolute;z-index:3;width:150px;min-height:126px;border-radius:28px;padding:19px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}body.premium-editorial .workflow-hub-model{left:25.8%;top:26%}body.premium-editorial .workflow-hub-render{left:61%;top:26%}body.premium-editorial .workflow-hub-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;margin-bottom:4px;background:linear-gradient(135deg,#d10000f5,#f4a900e6);color:#fff;font-size:.73rem;font-weight:800;letter-spacing:.04em;box-shadow:0 10px 20px #d1000024}body.premium-editorial .workflow-hub strong{font-size:.82rem}body.premium-editorial .workflow-hub small{color:#848b96;font-size:.62rem}body.premium-editorial .workflow-detail{position:absolute;z-index:4;left:25.8%;bottom:6.5%;width:49%;min-height:126px;padding:21px 24px;border:1px solid rgba(255,255,255,.78);border-radius:24px;background:linear-gradient(180deg,#ffffffb8,#ffffff75);-webkit-backdrop-filter:blur(24px) saturate(132%);backdrop-filter:blur(24px) saturate(132%);box-shadow:inset 0 1px #fff,0 16px 34px #11141c0e;transition:opacity .18s ease,transform .18s ease}body.premium-editorial .workflow-detail.is-updating{opacity:.35;transform:translateY(4px)}body.premium-editorial .workflow-detail-kicker{color:var(--red);font-size:.61rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase}body.premium-editorial .workflow-detail h3{margin:6px 0 7px;font-size:1.02rem}body.premium-editorial .workflow-detail p{margin:0;color:#69717d;font-size:.78rem;line-height:1.62}body.premium-editorial .manager-kpi{text-align:left;font-family:inherit;cursor:pointer}body.premium-editorial .manager-kpi .manager-kpi-value,body.premium-editorial .manager-kpi .manager-kpi-note{opacity:.18;filter:blur(3px);transition:opacity .25s,filter .25s,transform .25s}body.premium-editorial .manager-kpi:after{content:"Click to reveal";position:absolute;right:15px;bottom:12px;color:#9299a4;font-size:.58rem;letter-spacing:.06em;text-transform:uppercase}body.premium-editorial .manager-kpi.active .manager-kpi-value,body.premium-editorial .manager-kpi.active .manager-kpi-note{opacity:1;filter:none}body.premium-editorial .manager-kpi.active:after{content:"Revealed";color:var(--red)}body.premium-editorial .manager-insight{margin:14px 0 22px;padding:16px 20px;border-radius:18px;border:1px solid rgba(17,17,17,.07);background:#ffffffbd}body.premium-editorial .manager-insight span{color:var(--red);font-size:.61rem;font-weight:750;letter-spacing:.12em}body.premium-editorial .manager-insight p{margin:5px 0 0;color:#69717d;font-size:.76rem}body.premium-editorial .manager-reveal-panel{cursor:pointer;position:relative}body.premium-editorial .manager-reveal-panel .manager-chart-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .55s cubic-bezier(.2,.8,.2,1),opacity .35s ease,margin .35s}body.premium-editorial .manager-reveal-panel:after{content:"Click to view department breakdown";display:block;margin:22px 0 4px;text-align:center;color:#858c97;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase}body.premium-editorial .manager-reveal-panel.is-revealed .manager-chart-body{max-height:500px;opacity:1;margin-top:12px}body.premium-editorial .manager-reveal-panel.is-revealed:after{content:"Click to collapse"}@media(max-width:1000px){body.premium-editorial .workflow-stage{min-height:auto;padding:28px;display:grid;gap:22px}body.premium-editorial .workflow-lines{display:none}body.premium-editorial .workflow-cluster,body.premium-editorial .workflow-output,body.premium-editorial .workflow-hub,body.premium-editorial .workflow-detail{position:relative;inset:auto;width:100%}body.premium-editorial .workflow-cluster,body.premium-editorial .workflow-output{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}body.premium-editorial .workflow-cluster-label,body.premium-editorial .workflow-output-title{grid-column:1/-1}body.premium-editorial .workflow-hub{min-height:112px}}@media(max-width:620px){body.premium-editorial .workflow-cluster,body.premium-editorial .workflow-output{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){body.premium-editorial .workflow-path{animation:none}body.premium-editorial .workflow-pulse{display:none}}body.premium-editorial .workflow-stage-branch{min-height:560px;background:radial-gradient(circle at 14% 18%,rgba(209,0,0,.03),transparent 26%),radial-gradient(circle at 86% 74%,rgba(244,169,0,.04),transparent 22%),linear-gradient(180deg,#fffffff5,#fcfcfaf5)}body.premium-editorial .workflow-stage-branch .workflow-lines{inset:22px 22px 26px;width:calc(100% - 44px);height:calc(100% - 48px)}body.premium-editorial .workflow-stage-branch .workflow-path{fill:none;stroke:#8188923d;stroke-width:1.5;stroke-dasharray:6 8;vector-effect:non-scaling-stroke;animation:none}body.premium-editorial .workflow-stage-branch .workflow-flow{fill:none;stroke:url(#workflowFlow);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;filter:url(#workflowGlow);opacity:1;stroke-dasharray:56 220;animation:workflowLightRun 4.4s linear infinite}body.premium-editorial .workflow-stage-branch .flow-render{animation-duration:4.1s;animation-delay:.2s}body.premium-editorial .workflow-stage-branch .flow-video{animation-duration:4.7s;animation-delay:.55s}body.premium-editorial .workflow-stage-branch .flow-presentation{animation-duration:5s;animation-delay:.9s}@keyframes workflowLightRun{0%{stroke-dashoffset:276}to{stroke-dashoffset:0}}body.premium-editorial .workflow-stage-branch .workflow-models{left:2.4%;top:17.5%;width:188px}body.premium-editorial .workflow-branch{position:absolute;display:flex;flex-direction:column;gap:11px;z-index:2}body.premium-editorial .workflow-source{position:absolute;left:26.3%;top:28.5%;width:220px;min-height:146px;padding:18px 18px 16px;border-radius:28px;border:1px solid rgba(17,17,17,.07);background:linear-gradient(180deg,#ffffffd6,#ffffff94);box-shadow:inset 0 1px #ffffffeb,0 18px 36px #1012180d;-webkit-backdrop-filter:blur(20px) saturate(125%);backdrop-filter:blur(20px) saturate(125%);z-index:2}body.premium-editorial .workflow-source-icon{display:inline-grid;place-items:center;width:56px;height:56px;margin-bottom:12px;border-radius:20px;background:linear-gradient(180deg,#d10000,#f4a900);color:#fff;font-size:1.05rem;font-weight:800;letter-spacing:.02em}body.premium-editorial .workflow-source h3{margin:0 0 7px;font-size:1.02rem}body.premium-editorial .workflow-source p{margin:0;color:#6d7480;font-size:.79rem;line-height:1.62}body.premium-editorial .workflow-branch-render{right:4.7%;top:9.8%;width:215px}body.premium-editorial .workflow-branch-video{right:4.7%;top:34.3%;width:215px}body.premium-editorial .workflow-branch-presentation{right:4.7%;bottom:8.6%;width:215px}body.premium-editorial .workflow-branch-title{display:flex;align-items:center;gap:8px;padding:0 4px 3px;color:#7d8490;font-size:.64rem;font-weight:750;letter-spacing:.14em}body.premium-editorial .workflow-branch-title span{color:var(--red);font-size:.62rem}body.premium-editorial .workflow-stage-branch .workflow-detail{left:26.3%;bottom:7.2%;width:47.2%;min-height:122px}body.premium-editorial .workflow-stage-branch .workflow-tool,body.premium-editorial .workflow-stage-branch .workflow-detail{background:linear-gradient(180deg,#ffffffd1,#ffffff9e)}body.premium-editorial .manager-kpi{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:208px;padding-bottom:18px;cursor:default}body.premium-editorial .manager-kpi .manager-kpi-value,body.premium-editorial .manager-kpi .manager-kpi-note{opacity:1!important;filter:none!important;transform:none!important}body.premium-editorial .manager-kpi:after{content:"Hover for insight";top:18px;right:18px;bottom:auto}body.premium-editorial .manager-kpi-analysis{position:relative;left:auto;right:auto;bottom:auto;width:100%;margin-top:auto;max-height:0;padding:0 12px;border-radius:14px;border:1px solid rgba(255,255,255,.92);background:linear-gradient(180deg,#ffffffeb,#ffffffc7);box-shadow:inset 0 1px #fffffffa,0 10px 22px #1012180b;-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);opacity:0;overflow:hidden;pointer-events:none;transition:opacity .22s ease,max-height .25s ease,padding .25s ease}body.premium-editorial .manager-kpi:hover .manager-kpi-analysis,body.premium-editorial .manager-kpi:focus-visible .manager-kpi-analysis,body.premium-editorial .manager-kpi.active .manager-kpi-analysis{opacity:1;max-height:116px;padding:10px 12px}body.premium-editorial .manager-kpi-analysis strong{display:block;margin-bottom:3px;color:var(--red);font-size:.58rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}body.premium-editorial .manager-kpi-analysis p{margin:0;color:#6f7680;font-size:.69rem;line-height:1.42}body.premium-editorial .manager-kpi-label,body.premium-editorial .manager-kpi-note{max-width:calc(100% - 112px)}body.premium-editorial .manager-insight{display:none!important}body.premium-editorial .manager-reveal-panel{cursor:default}body.premium-editorial .manager-reveal-panel .manager-chart-body{max-height:none!important;opacity:1!important;overflow:visible!important;margin-top:12px!important}body.premium-editorial .manager-reveal-panel:after{display:none!important}body.premium-editorial .manager-opportunities-head{padding:0 10px}body.premium-editorial .manager-opportunity-header,body.premium-editorial .manager-opportunity-row{padding-left:14px;padding-right:14px}body.premium-editorial .manager-opportunity-header>div:first-child,body.premium-editorial .manager-opportunity-row>div:first-child{justify-content:flex-start}body.premium-editorial .alayer-num,body.premium-editorial .clabel-text strong,body.premium-editorial .section-label,body.premium-editorial .workflow-detail-kicker{background:none!important;-webkit-text-fill-color:currentColor!important}body.premium-editorial .alayer-num,body.premium-editorial .clabel-text strong{color:var(--red)!important;text-shadow:none!important}@media(max-width:1000px){body.premium-editorial .workflow-stage-branch{min-height:auto;padding:28px;display:grid;gap:22px}body.premium-editorial .workflow-stage-branch .workflow-lines{display:none}body.premium-editorial .workflow-stage-branch .workflow-models,body.premium-editorial .workflow-stage-branch .workflow-branch,body.premium-editorial .workflow-stage-branch .workflow-detail{position:relative;inset:auto;width:100%}body.premium-editorial .workflow-stage-branch .workflow-models,body.premium-editorial .workflow-stage-branch .workflow-branch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}body.premium-editorial .workflow-stage-branch .workflow-cluster-label,body.premium-editorial .workflow-stage-branch .workflow-branch-title{grid-column:1 / -1}}@media(max-width:620px){body.premium-editorial .workflow-stage-branch .workflow-models,body.premium-editorial .workflow-stage-branch .workflow-source,body.premium-editorial .workflow-stage-branch .workflow-branch{grid-template-columns:1fr}body.premium-editorial .manager-kpi{min-height:148px}}body.premium-editorial .workflow-section{background:#fff!important;padding-top:92px;padding-bottom:104px}body.premium-editorial .workflow-copy{max-width:780px;margin-bottom:30px}body.premium-editorial .workflow-copy h2{margin:8px 0 10px}body.premium-editorial .workflow-hint{margin-top:12px;color:#7b838f;font-size:.78rem}body.premium-editorial .workflow-shell-v2{border:1px solid rgba(24,28,34,.08);border-radius:30px;overflow:hidden;background:radial-gradient(circle at 10% 12%,rgba(209,0,0,.035),transparent 23%),radial-gradient(circle at 88% 78%,rgba(244,169,0,.045),transparent 24%),linear-gradient(180deg,#fff,#fbfbfa);box-shadow:0 24px 60px #15181f0e}body.premium-editorial .workflow-map-v2{position:relative;min-height:560px;padding:32px;display:grid;grid-template-columns:280px minmax(0,1fr);grid-template-rows:repeat(3,1fr);column-gap:112px;row-gap:18px;isolation:isolate}body.premium-editorial .workflow-connectors-v2{position:absolute;inset:32px;width:calc(100% - 64px);height:calc(100% - 64px);overflow:visible;pointer-events:none;z-index:0}body.premium-editorial .workflow-rail-v2{stroke:#3d434c1f;stroke-width:2.2}body.premium-editorial .workflow-color-v2{stroke-width:2.4;filter:url(#wfSoftGlow);opacity:.92;stroke-dasharray:1 0}body.premium-editorial .workflow-color-render-v2{stroke:url(#wfRenderGradient)}body.premium-editorial .workflow-color-motion-v2{stroke:url(#wfMotionGradient)}body.premium-editorial .workflow-color-deck-v2{stroke:url(#wfDeckGradient)}body.premium-editorial .workflow-junction-v2{fill:#fff;stroke:#d10000;stroke-width:2.2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 3px 7px rgba(209,0,0,.18))}body.premium-editorial .workflow-end-v2{fill:#fff;stroke-width:2;vector-effect:non-scaling-stroke}body.premium-editorial .workflow-end-v2.end-render{stroke:#e75b21}body.premium-editorial .workflow-end-v2.end-motion{stroke:#ec7f16}body.premium-editorial .workflow-end-v2.end-deck{stroke:#e0a020}body.premium-editorial .workflow-source-panel-v2,body.premium-editorial .workflow-branch-v2{position:relative;z-index:2;border:1px solid rgba(27,31,37,.075);background:#fffffff0;box-shadow:0 12px 32px #1619200e,inset 0 1px #fff}body.premium-editorial .workflow-source-panel-v2{grid-column:1;grid-row:1 / 4;align-self:center;min-height:392px;border-radius:24px;padding:24px}body.premium-editorial .workflow-source-panel-v2:after,body.premium-editorial .workflow-branch-v2:before{content:"";position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:#fff;border:2px solid rgba(209,0,0,.58);transform:translateY(-50%);box-shadow:0 0 0 5px #d1000009}body.premium-editorial .workflow-source-panel-v2:after{right:-6px}body.premium-editorial .workflow-branch-v2:before{left:-6px}body.premium-editorial .workflow-source-copy-v2{padding-bottom:18px;border-bottom:1px solid rgba(25,29,34,.075)}body.premium-editorial .workflow-step-v2{display:block;color:var(--red);font-size:.6rem;font-weight:800;letter-spacing:.15em;margin-bottom:8px}body.premium-editorial .workflow-source-copy-v2 h3{margin:0 0 8px;font-size:1.12rem}body.premium-editorial .workflow-source-copy-v2 p{margin:0;color:#737b86;font-size:.76rem;line-height:1.58}body.premium-editorial .workflow-source-tools-v2{display:grid;gap:9px;padding-top:18px}body.premium-editorial .workflow-branch-v2{grid-column:2;min-height:142px;align-self:stretch;border-radius:22px;padding:18px 20px;display:grid;grid-template-columns:minmax(190px,.95fr) minmax(230px,1.2fr);grid-template-rows:auto 1fr;column-gap:22px;align-items:center}body.premium-editorial .workflow-branch-render-v2{grid-row:1}body.premium-editorial .workflow-branch-motion-v2{grid-row:2}body.premium-editorial .workflow-branch-deck-v2{grid-row:3}body.premium-editorial .workflow-branch-head-v2{grid-column:1;grid-row:1;display:flex;justify-content:space-between;align-items:center;gap:12px}body.premium-editorial .workflow-branch-head-v2>div{display:flex;align-items:center;gap:9px}body.premium-editorial .workflow-branch-head-v2 span{color:var(--red);font-size:.62rem;font-weight:800;letter-spacing:.1em}body.premium-editorial .workflow-branch-head-v2 strong{color:#252930;font-size:.72rem;letter-spacing:.11em}body.premium-editorial .workflow-branch-head-v2 em{padding:5px 8px;border-radius:999px;font-style:normal;color:#8a7070;background:#fff7f3;border:1px solid rgba(209,0,0,.08);font-size:.54rem;font-weight:750;letter-spacing:.1em;white-space:nowrap}body.premium-editorial .workflow-branch-v2>p{grid-column:1;grid-row:2;margin:7px 0 0;color:#757d88;font-size:.72rem;line-height:1.48}body.premium-editorial .workflow-tool-row-v2{grid-column:2;grid-row:1 / 3;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:9px}body.premium-editorial .workflow-shell-v2 .workflow-tool{min-height:52px;padding:8px 12px;border-radius:14px;border:1px solid rgba(25,29,34,.075);background:#fff;box-shadow:0 7px 18px #16191f0b;color:#2b2f35;display:flex;align-items:center;gap:9px;font-size:.72rem;font-weight:700;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}body.premium-editorial .workflow-shell-v2 .workflow-source-tools-v2 .workflow-tool{width:100%}body.premium-editorial .workflow-shell-v2 .workflow-tool:hover,body.premium-editorial .workflow-shell-v2 .workflow-tool.active{transform:translateY(-2px);border-color:#d100003b;box-shadow:0 12px 25px #16191f13,0 0 0 3px #d1000009}body.premium-editorial .workflow-shell-v2 .workflow-tool img{width:32px;height:32px;flex:0 0 32px;object-fit:contain;border-radius:9px;background:#fff}body.premium-editorial .workflow-detail-v2{position:relative;inset:auto;width:auto;min-height:98px;margin:0;padding:19px 26px;border:0;border-top:1px solid rgba(25,29,34,.075);border-radius:0;display:flex;align-items:center;gap:16px;background:#fafaf9eb;box-shadow:none}body.premium-editorial .workflow-detail-icon-v2{width:42px;height:42px;flex:0 0 42px;border-radius:14px;display:grid;place-items:center;color:var(--red);background:#d1000011;border:1px solid rgba(209,0,0,.09)}body.premium-editorial .workflow-detail-v2 h3{margin:4px 0 3px;font-size:.92rem}body.premium-editorial .workflow-detail-v2 p{margin:0;color:#737b86;font-size:.74rem}body.premium-editorial #dashboard{background:radial-gradient(circle at 11% 8%,rgba(209,0,0,.035),transparent 23%),linear-gradient(180deg,#f7f7f6,#fff 22%,#fafafa)!important}body.premium-editorial .manager-head-row-v2{align-items:flex-end;margin-bottom:28px}body.premium-editorial .dashboard-period-v2{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(24,28,34,.08);box-shadow:0 8px 20px #16191f0a;color:#737b86;font-size:.64rem;font-weight:800;letter-spacing:.12em}body.premium-editorial .dashboard-live-dot-v2{width:7px;height:7px;border-radius:50%;background:#2ca66f;box-shadow:0 0 0 4px #2ca66f1c}body.premium-editorial .manager-dashboard-v2{display:grid;gap:20px}body.premium-editorial .manager-summary-grid-v2{display:grid;grid-template-columns:1.45fr 1fr 1fr;grid-template-rows:repeat(2,minmax(118px,1fr));gap:14px}body.premium-editorial .manager-capacity-card-v2,body.premium-editorial .manager-mini-kpi-v2,body.premium-editorial .manager-bars-panel-v2,body.premium-editorial .manager-priority-panel-v2,body.premium-editorial .manager-opportunity-panel-v2{position:relative;overflow:hidden;border:1px solid rgba(24,28,34,.075);background:#fffffff5;box-shadow:0 14px 38px #15181f0d,inset 0 1px #fff}body.premium-editorial .manager-capacity-card-v2{grid-column:1;grid-row:1 / 3;border-radius:24px;padding:24px;color:#fff;background:radial-gradient(circle at 86% 10%,rgba(255,190,69,.28),transparent 27%),linear-gradient(135deg,#8f0509,#d10000 46%,#ee7d00);box-shadow:0 18px 44px #99111129}body.premium-editorial .manager-capacity-card-v2:after{content:"";position:absolute;inset:auto -60px -90px auto;width:230px;height:230px;border-radius:50%;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 30px #ffffff0b,0 0 0 62px #ffffff07}body.premium-editorial .manager-card-topline-v2{display:flex;justify-content:space-between;gap:20px;color:#ffffffc2;font-size:.58rem;font-weight:800;letter-spacing:.14em}body.premium-editorial .manager-card-topline-v2 em{font-style:normal;color:#ffffff94}body.premium-editorial .manager-capacity-main-v2{display:flex;align-items:flex-end;gap:9px;margin:28px 0 12px}body.premium-editorial .manager-capacity-main-v2 strong{font-size:clamp(3rem,5.4vw,5.2rem);line-height:.82;letter-spacing:-.065em}body.premium-editorial .manager-capacity-main-v2 span{padding-bottom:8px;font-size:1rem;font-weight:650;color:#ffffffc7}body.premium-editorial .manager-capacity-card-v2>p{position:relative;z-index:1;max-width:360px;margin:0;color:#ffffffc7;font-size:.78rem;line-height:1.58}body.premium-editorial .manager-capacity-footer-v2{position:absolute;left:24px;right:24px;bottom:22px;z-index:1;display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:end}body.premium-editorial .manager-capacity-footer-v2>div:first-child{display:flex;flex-direction:column}body.premium-editorial .manager-capacity-footer-v2 b{font-size:1.08rem}body.premium-editorial .manager-capacity-footer-v2 span{color:#ffffffa1;font-size:.63rem}body.premium-editorial .manager-capacity-meter-v2{height:6px;border-radius:999px;background:#ffffff2e;overflow:hidden}body.premium-editorial .manager-capacity-meter-v2 span{display:block;height:100%;border-radius:inherit;background:#fff}body.premium-editorial .manager-mini-kpi-v2{min-height:118px;border-radius:20px;padding:18px;display:flex;align-items:flex-start;gap:14px}body.premium-editorial .manager-mini-kpi-v2:nth-child(2){grid-column:2;grid-row:1}body.premium-editorial .manager-mini-kpi-v2:nth-child(3){grid-column:3;grid-row:1}body.premium-editorial .manager-mini-wide-v2{grid-column:2 / 4;grid-row:2;align-items:center}body.premium-editorial .manager-mini-icon-v2{width:40px;height:40px;flex:0 0 40px;border-radius:13px;display:grid;place-items:center;color:var(--red);background:#d100000f;border:1px solid rgba(209,0,0,.08)}body.premium-editorial .manager-mini-alert-v2{color:#a85c00;background:#f4a9001a;border-color:#f4a90021}body.premium-editorial .manager-mini-kpi-v2>div:nth-child(2){min-width:0;display:flex;flex-direction:column}body.premium-editorial .manager-mini-kpi-v2 span{color:#777f8a;font-size:.67rem;font-weight:650}body.premium-editorial .manager-mini-kpi-v2 strong{margin:5px 0 4px;color:#1d2025;font-size:1.85rem;line-height:1;letter-spacing:-.045em}body.premium-editorial .manager-mini-kpi-v2 strong em{margin-left:3px;color:#858d98;font-size:.75rem;font-style:normal;letter-spacing:0}body.premium-editorial .manager-mini-kpi-v2 small{color:#9299a2;font-size:.62rem;line-height:1.42}body.premium-editorial .manager-priority-chips-v2{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}body.premium-editorial .manager-priority-chips-v2 b{padding:6px 9px;border-radius:999px;color:#9e1d1d;background:#fff3f1;border:1px solid rgba(209,0,0,.08);font-size:.58rem}body.premium-editorial .manager-visual-grid-v2{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(290px,.85fr);gap:14px}body.premium-editorial .manager-bars-panel-v2,body.premium-editorial .manager-priority-panel-v2,body.premium-editorial .manager-opportunity-panel-v2{border-radius:24px;padding:24px}body.premium-editorial .manager-panel-head-v2{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}body.premium-editorial .manager-panel-head-v2>div>span{color:var(--red);font-size:.56rem;font-weight:800;letter-spacing:.15em}body.premium-editorial .manager-panel-head-v2 h3{margin:5px 0 0;color:#20242a;font-size:.96rem}body.premium-editorial .manager-panel-head-v2 p{margin:4px 0 0;color:#858d97;font-size:.67rem}body.premium-editorial .manager-panel-head-v2>em{padding:6px 9px;border-radius:999px;color:#777f89;background:#f5f5f4;border:1px solid rgba(24,28,34,.06);font-size:.6rem;font-style:normal;font-weight:700}body.premium-editorial .manager-bars-v2{display:grid;gap:14px}body.premium-editorial .manager-bar-row-v2{display:grid;grid-template-columns:155px minmax(120px,1fr) 48px;gap:12px;align-items:center}body.premium-editorial .manager-bar-label-v2{display:flex;justify-content:space-between;gap:10px;align-items:center}body.premium-editorial .manager-bar-label-v2 span{color:#42474f;font-size:.7rem;font-weight:650}body.premium-editorial .manager-bar-label-v2 b{color:#252930;font-size:.68rem}body.premium-editorial .manager-bar-track-v2{height:10px;border-radius:999px;overflow:hidden;background:#f0f0ef;border:1px solid rgba(25,29,34,.035)}body.premium-editorial .manager-bar-track-v2 span{display:block;width:var(--bar);height:100%;border-radius:inherit;background:linear-gradient(90deg,#d10000,#ed6b19 62%,#f4a900);box-shadow:0 2px 8px #d1000021}body.premium-editorial .manager-bar-row-v2 small{color:#969da6;font-size:.59rem;text-align:right}body.premium-editorial .manager-donut-wrap-v2{display:grid;grid-template-columns:145px 1fr;gap:20px;align-items:center}body.premium-editorial .manager-donut-v2{width:140px;height:140px;border-radius:50%;padding:18px;background:conic-gradient(#d10000 0 40%,#f4a900 40% 80%,#39a66b 80% 100%);box-shadow:0 15px 34px #191d2214}body.premium-editorial .manager-donut-v2>div{width:100%;height:100%;border-radius:50%;background:#fff;display:grid;place-content:center;text-align:center;box-shadow:inset 0 0 0 1px #181c220d}body.premium-editorial .manager-donut-v2 strong{color:#24282e;font-size:2rem;line-height:1}body.premium-editorial .manager-donut-v2 span{margin-top:4px;color:#8a929c;font-size:.57rem}body.premium-editorial .manager-donut-legend-v2{display:grid;gap:11px}body.premium-editorial .manager-donut-legend-v2>div{display:grid;grid-template-columns:8px 1fr auto;gap:8px;align-items:center}body.premium-editorial .manager-donut-legend-v2 i{width:8px;height:8px;border-radius:50%}body.premium-editorial .legend-high-v2{background:#d10000}body.premium-editorial .legend-medium-v2{background:#f4a900}body.premium-editorial .legend-progress-v2{background:#39a66b}body.premium-editorial .manager-donut-legend-v2 span{color:#69717c;font-size:.65rem}body.premium-editorial .manager-donut-legend-v2 b{color:#30343a;font-size:.68rem}body.premium-editorial .manager-action-v2{margin-top:20px;padding:14px 15px;border-radius:16px;background:#faf6f0;border:1px solid rgba(244,169,0,.12)}body.premium-editorial .manager-action-v2>span{color:#9c5d00;font-size:.54rem;font-weight:800;letter-spacing:.13em}body.premium-editorial .manager-action-v2 p{margin:6px 0 0;color:#6e655b;font-size:.67rem;line-height:1.5}body.premium-editorial .manager-action-v2 strong{color:#9b1c1c}body.premium-editorial .manager-opportunity-panel-v2{padding-bottom:18px}body.premium-editorial .manager-pipeline-key-v2{color:#9aa0a8;font-size:.54rem;font-weight:750;letter-spacing:.1em}body.premium-editorial .manager-opportunity-list-v2{display:grid;gap:8px}body.premium-editorial .manager-opportunity-v2{display:grid;grid-template-columns:42px minmax(190px,1.25fr) 58px 72px minmax(180px,1fr) auto;gap:14px;align-items:center;min-height:70px;padding:11px 13px;border-radius:16px;background:#fafafa;border:1px solid rgba(24,28,34,.055);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}body.premium-editorial .manager-opportunity-v2:hover{transform:translateY(-1px);background:#fff;box-shadow:0 10px 24px #15181f0b}body.premium-editorial .manager-rank-v2{color:#b4b9c0;font-size:.62rem;font-weight:800;letter-spacing:.08em}body.premium-editorial .manager-opportunity-main-v2 h4{margin:0 0 3px;color:#2b2f35;font-size:.76rem}body.premium-editorial .manager-opportunity-main-v2 p{margin:0;color:#818994;font-size:.62rem}body.premium-editorial .manager-opportunity-stat-v2{display:flex;flex-direction:column;text-align:center}body.premium-editorial .manager-opportunity-stat-v2 b{color:#30343a;font-size:.78rem}body.premium-editorial .manager-opportunity-stat-v2 span{color:#9aa0a8;font-size:.53rem}body.premium-editorial .manager-tool-stack-v2{min-width:0;display:flex;align-items:center;gap:7px}body.premium-editorial .manager-tool-stack-v2 img{width:25px;height:25px;flex:0 0 25px;object-fit:contain;border-radius:7px;background:#fff;border:1px solid rgba(24,28,34,.05)}body.premium-editorial .manager-tool-stack-v2 img+img{margin-left:-12px}body.premium-editorial .manager-tool-stack-v2 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#646c76;font-size:.62rem}@media(max-width:1040px){body.premium-editorial .workflow-map-v2{grid-template-columns:250px minmax(0,1fr);column-gap:72px}body.premium-editorial .workflow-branch-v2{grid-template-columns:1fr;grid-template-rows:auto auto auto}body.premium-editorial .workflow-branch-head-v2{grid-column:1;grid-row:1}body.premium-editorial .workflow-branch-v2>p{grid-column:1;grid-row:2}body.premium-editorial .workflow-tool-row-v2{grid-column:1;grid-row:3;justify-content:flex-start;margin-top:10px}body.premium-editorial .manager-summary-grid-v2{grid-template-columns:1.35fr 1fr;grid-template-rows:repeat(3,minmax(105px,auto))}body.premium-editorial .manager-capacity-card-v2{grid-column:1;grid-row:1/4}body.premium-editorial .manager-mini-kpi-v2:nth-child(2),body.premium-editorial .manager-mini-kpi-v2:nth-child(3),body.premium-editorial .manager-mini-wide-v2{grid-column:2}body.premium-editorial .manager-mini-kpi-v2:nth-child(2){grid-row:1}body.premium-editorial .manager-mini-kpi-v2:nth-child(3){grid-row:2}body.premium-editorial .manager-mini-wide-v2{grid-row:3}body.premium-editorial .manager-priority-chips-v2{display:none}body.premium-editorial .manager-opportunity-v2{grid-template-columns:36px minmax(190px,1fr) 52px 65px minmax(150px,.9fr) auto;gap:10px}}@media(max-width:860px){body.premium-editorial .workflow-map-v2{min-height:auto;padding:22px;display:grid;grid-template-columns:1fr;grid-template-rows:auto;gap:14px}body.premium-editorial .workflow-connectors-v2{display:none}body.premium-editorial .workflow-source-panel-v2,body.premium-editorial .workflow-branch-v2{grid-column:1;grid-row:auto;min-height:auto}body.premium-editorial .workflow-source-panel-v2{align-self:stretch}body.premium-editorial .workflow-source-panel-v2:after,body.premium-editorial .workflow-branch-v2:before{display:none}body.premium-editorial .workflow-source-tools-v2{grid-template-columns:repeat(3,minmax(0,1fr))}body.premium-editorial .manager-visual-grid-v2{grid-template-columns:1fr}body.premium-editorial .manager-opportunity-v2{grid-template-columns:34px 1fr auto}body.premium-editorial .manager-opportunity-stat-v2,body.premium-editorial .manager-tool-stack-v2{display:none}}@media(max-width:680px){body.premium-editorial .workflow-source-tools-v2{grid-template-columns:1fr}body.premium-editorial .workflow-branch-v2{padding:16px}body.premium-editorial .workflow-tool-row-v2{align-items:stretch}body.premium-editorial .workflow-shell-v2 .workflow-tool{flex:1 1 145px}body.premium-editorial .workflow-detail-v2{align-items:flex-start;padding:17px 18px}body.premium-editorial .manager-summary-grid-v2{grid-template-columns:1fr;grid-template-rows:auto}body.premium-editorial .manager-capacity-card-v2,body.premium-editorial .manager-mini-kpi-v2:nth-child(2),body.premium-editorial .manager-mini-kpi-v2:nth-child(3),body.premium-editorial .manager-mini-wide-v2{grid-column:1;grid-row:auto}body.premium-editorial .manager-capacity-card-v2{min-height:320px}body.premium-editorial .manager-bar-row-v2{grid-template-columns:1fr 44px;gap:8px}body.premium-editorial .manager-bar-track-v2{grid-column:1/3;grid-row:2}body.premium-editorial .manager-bar-row-v2>small{grid-column:2;grid-row:1}body.premium-editorial .manager-donut-wrap-v2{grid-template-columns:1fr;justify-items:center}body.premium-editorial .manager-donut-legend-v2{width:100%}body.premium-editorial .manager-pipeline-key-v2{display:none}body.premium-editorial .manager-opportunity-v2{grid-template-columns:30px 1fr auto;gap:8px}}@media(prefers-reduced-motion:reduce){body.premium-editorial .workflow-shell-v2 .workflow-tool,body.premium-editorial .manager-opportunity-v2{transition:none}}body.premium-editorial .workflow-connectors-v2{shape-rendering:geometricPrecision}body.premium-editorial .workflow-rail-v2,body.premium-editorial .workflow-color-v2{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}body.premium-editorial .workflow-rail-v2{stroke:#3d434c21;stroke-width:1.35}body.premium-editorial .workflow-color-v2{stroke-width:2.1;opacity:.92;filter:url(#wfSoftGlow);stroke-dasharray:58 222;stroke-dashoffset:280;animation:workflowFlowContinuousV2 4.8s linear infinite}body.premium-editorial .workflow-color-render-v2{stroke:url(#wfRenderGradient);animation-delay:0s}body.premium-editorial .workflow-color-motion-v2{stroke:url(#wfMotionGradient);animation-delay:-.7s}body.premium-editorial .workflow-color-deck-v2{stroke:url(#wfDeckGradient);animation-delay:-1.4s}body.premium-editorial .workflow-junction-v2{fill:#fff;stroke:#d10000;stroke-width:1.8;vector-effect:non-scaling-stroke;filter:drop-shadow(0 2px 5px rgba(209,0,0,.16))}@keyframes workflowFlowContinuousV2{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){body.premium-editorial .workflow-color-v2{animation:none;stroke-dasharray:none;stroke-dashoffset:0}}body.premium-editorial .workflow-connectors-v2{inset:0;width:100%;height:100%}body.premium-editorial .workflow-color-v2{stroke-dasharray:none;stroke-dashoffset:0;animation:none;opacity:.78;stroke-width:2;filter:none}body.premium-editorial .workflow-color-trunk-v2{stroke:url(#wfTrunkGradient)}body.premium-editorial .workflow-pulse-v2{fill:none;vector-effect:non-scaling-stroke;stroke-width:3.1;stroke-linecap:round;stroke-linejoin:round;opacity:.72;filter:url(#wfSoftGlow);stroke-dasharray:34 126;stroke-dashoffset:160;animation:workflowPulseContinuousV2 3.6s linear infinite}body.premium-editorial .workflow-pulse-v2.workflow-color-render-v2{animation-delay:0s}body.premium-editorial .workflow-pulse-v2.workflow-color-motion-v2{animation-delay:-.55s}body.premium-editorial .workflow-pulse-v2.workflow-color-deck-v2{animation-delay:-1.1s}body.premium-editorial .workflow-pulse-v2.workflow-color-trunk-v2{animation-delay:-.3s}@keyframes workflowPulseContinuousV2{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){body.premium-editorial .workflow-pulse-v2{display:none}}body.premium-editorial .workflow-color-source-v2{stroke:url(#wfSourceGradient)}body.premium-editorial .workflow-pulse-v2{stroke-width:4.2;opacity:.88;stroke-dasharray:24 132;stroke-dashoffset:156;filter:url(#wfSoftGlow);animation:workflowPulseContinuousV2 2.8s linear infinite}body.premium-editorial .workflow-tracer-v2{pointer-events:none}body.premium-editorial .workflow-tracer-glow-v2{opacity:.42;filter:url(#wfOrbGlow)}body.premium-editorial .workflow-tracer-core-v2{fill:#fff;stroke-width:1.7;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 4px rgba(255,255,255,.95))}body.premium-editorial .workflow-tracer-render-v2 .workflow-tracer-glow-v2{fill:#f05a24}body.premium-editorial .workflow-tracer-render-v2 .workflow-tracer-core-v2{stroke:#e64b18}body.premium-editorial .workflow-tracer-motion-v2 .workflow-tracer-glow-v2{fill:#f38b18}body.premium-editorial .workflow-tracer-motion-v2 .workflow-tracer-core-v2{stroke:#ee7810}body.premium-editorial .workflow-tracer-deck-v2 .workflow-tracer-glow-v2{fill:#f4a900}body.premium-editorial .workflow-tracer-deck-v2 .workflow-tracer-core-v2{stroke:#e6a000}@media(prefers-reduced-motion:reduce){body.premium-editorial .workflow-pulse-v2{display:inline;animation:workflowPulseContinuousV2 2.8s linear infinite}body.premium-editorial .workflow-tracer-v2{display:inline}}body.premium-editorial .workflow-rail-v2{stroke:#4e545e3d;stroke-width:2}body.premium-editorial .workflow-color-v2,body.premium-editorial .workflow-pulse-v2,body.premium-editorial .workflow-tracer-v2{display:none!important}body.premium-editorial .workflow-flow-route-v2{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}body.premium-editorial .workflow-gradient-line-v2{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;opacity:.6;filter:url(#wfSoftGlow);pointer-events:none}body.premium-editorial .workflow-flow-highlight-v2{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6;opacity:.95;filter:url(#wfSoftGlow);pointer-events:none}body.premium-editorial .workflow-junction-v2{fill:#fff;stroke:#5d636d6b;stroke-width:1.7;filter:none}body.premium-editorial .manager-opportunity-v2{grid-template-columns:42px minmax(190px,1.25fr) 64px 76px minmax(220px,1fr) 104px;column-gap:14px}body.premium-editorial .manager-opportunity-v2>.pri{justify-self:center}body.premium-editorial .manager-opportunity-stat-v2{width:100%;align-items:center;justify-self:stretch;text-align:center}body.premium-editorial .manager-tool-stack-v2{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;column-gap:12px;align-items:center;width:100%;min-width:0}body.premium-editorial .manager-tool-stack-v2 img{grid-column:1;grid-row:1;justify-self:center;margin:0!important;transform:none}body.premium-editorial .manager-tool-stack-v2:has(img:nth-of-type(2)) img:first-of-type{transform:translate(-8px)}body.premium-editorial .manager-tool-stack-v2:has(img:nth-of-type(2)) img:nth-of-type(2){transform:translate(8px)}body.premium-editorial .manager-tool-stack-v2 img+img{margin-left:0!important}body.premium-editorial .manager-tool-stack-v2 span{grid-column:2;grid-row:1;min-width:0;justify-self:start;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1040px)and (min-width:861px){body.premium-editorial .manager-opportunity-v2{grid-template-columns:36px minmax(170px,1fr) 58px 68px minmax(190px,.95fr) 92px;column-gap:10px}body.premium-editorial .manager-tool-stack-v2{grid-template-columns:54px minmax(0,1fr)!important;column-gap:10px}}body.premium-editorial .core-def-box:after,body.premium-editorial .tool-table-wrap:before,body.premium-editorial .tool-table-wrap:after,body.premium-editorial .dash-chart-wrap:before,body.premium-editorial .dash-chart-wrap:after,body.premium-editorial .feed-panel:before,body.premium-editorial .feed-panel:after,body.premium-editorial .feed-item:before,body.premium-editorial .feed-item:after,body.premium-editorial #what-is-ai .cards-3:before,body.premium-editorial #what-is-ai .cards-3:after,body.premium-editorial #what-is-ai .info-card:after,body.premium-editorial #timelineDisplay:before,body.premium-editorial #timelineDisplay:after,body.premium-editorial .alayer:before,body.premium-editorial .alayer:after,body.premium-editorial .dash-stats .dstat:before,body.premium-editorial .dash-stats .dstat:after,body.premium-editorial .opportunity-row:before,body.premium-editorial .opportunity-row:after,body.premium-editorial .opportunity-ideas-n:before,body.premium-editorial .opportunity-ideas-n:after,body.premium-editorial .tool-badge:before,body.premium-editorial .tool-badge:after,body.premium-editorial .manager-kpi:before,body.premium-editorial .manager-chart-panel:before,body.premium-editorial .manager-opportunities-panel:before{display:none!important;content:none!important}body.premium-editorial #home.hero:before,body.premium-editorial #home.hero:after{display:none!important;content:none!important}#home .hero-h1{overflow:visible}#home .hero-title-line{display:block;opacity:0;transform:translate3d(0,26px,0);filter:blur(3px);animation:heroLineReveal 1.65s cubic-bezier(.16,1,.3,1) forwards;will-change:opacity,transform,filter}#home .hero-title-line:nth-child(1){animation-delay:.28s}#home .hero-title-line:nth-child(2){animation-delay:.82s}@keyframes heroLineReveal{0%{opacity:0;transform:translate3d(0,26px,0);filter:blur(3px)}55%{opacity:.82}to{opacity:1;transform:translateZ(0);filter:blur(0)}}body.premium-editorial #home .dot{animation:none!important}body.premium-editorial #home .btn-primary,body.premium-editorial #home .btn-ghost-lg,body.premium-editorial #home .hero-stats-row{position:relative;overflow:hidden;-webkit-backdrop-filter:blur(16px) saturate(118%);backdrop-filter:blur(16px) saturate(118%);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff24,inset 0 -1px #ffffff06,0 9px 22px #0003}body.premium-editorial #home .btn-primary:before,body.premium-editorial #home .btn-ghost-lg:before,body.premium-editorial #home .hero-stats-row:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#ffffff16,#ffffff06 44%,#fff0 72%)!important;opacity:.7}body.premium-editorial #home .btn-primary{background:linear-gradient(180deg,#fff1,#fff0 50%),linear-gradient(135deg,#d60000eb,#a90000d9)!important;border-color:#ff69694d!important;box-shadow:inset 0 1px #ffffff2b,inset 0 -1px #4b00003d,0 9px 22px #00000038!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease!important}body.premium-editorial #home .btn-primary:hover{background:linear-gradient(180deg,#ffffff14,#fff0 50%),linear-gradient(135deg,#e00707f0,#b40000de)!important;border-color:#ff7d7361!important;box-shadow:inset 0 1px #ffffff30,0 10px 23px #0000003b!important;transform:none!important}body.premium-editorial #home .btn-primary:active{background:linear-gradient(180deg,#ffffff12,#fff0 52%),linear-gradient(110deg,#d70000f5,#ec3e0ae6 62%,#f4a900a3)!important;border-color:#ff9b5a73!important;box-shadow:inset 0 1px #ffffff29,inset 0 0 14px #ff8f2314,0 7px 17px #00000036!important;transform:none!important}body.premium-editorial #home .btn-ghost-lg{background:linear-gradient(180deg,#fff1,#ffffff04 55%),#18181b99!important;color:#ffffffb3!important;border-color:#ffffff26!important;box-shadow:inset 0 1px #ffffff21,inset 0 -1px #ffffff05,0 9px 22px #0003!important;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease!important}body.premium-editorial #home .btn-ghost-lg:hover{background:linear-gradient(180deg,#ffffff14,#ffffff05 55%),#1d1d20a8!important;color:#ffffffeb!important;border-color:#ffffff36!important;box-shadow:inset 0 1px #ffffff26,0 10px 23px #00000036!important;transform:none!important}body.premium-editorial #home .btn-ghost-lg:active{background:linear-gradient(180deg,#ffffff12,#ffffff04 55%),linear-gradient(120deg,#3e1515ad,#2e2014a3)!important;color:#fff!important;border-color:#ff784647!important;box-shadow:inset 0 1px #ffffff21,inset 0 0 13px #ff5c1c0f,0 7px 17px #0003!important;transform:none!important}body.premium-editorial #home .hero-stats-row{background:linear-gradient(180deg,#ffffff0f,#ffffff04 60%),#1212148a!important;border-radius:12px!important;border-color:#ffffff1f!important;box-shadow:inset 0 1px #ffffff1c,inset 0 -1px #ffffff05,0 10px 26px #0003!important}body.premium-editorial #home .hero-stats-row .hstat,body.premium-editorial #home .hero-stats-row .hstat:hover{background:transparent!important;transform:none!important}body.premium-editorial #home .hero-stats-row .hstat-div{background:linear-gradient(to bottom,transparent,rgba(255,255,255,.11) 18%,rgba(255,255,255,.11) 82%,transparent)!important}.hero-needs{width:100%;margin-top:8px}.hero-needs-label{font-size:.8rem;font-weight:600;letter-spacing:.03em;color:#ffffffeb;margin-bottom:12px}.needs-row{display:flex;flex-wrap:wrap;gap:10px}.need-pill{display:inline-flex;align-items:center;padding:9px 18px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.18);color:#ffffffd9;font-size:.78rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease}.need-pill:hover,.need-pill:focus-visible{background:#ffffff1f;border-color:#fff6;color:#fff}@media(max-width:640px){.needs-row{gap:8px}.need-pill{padding:8px 14px;font-size:.74rem}}.need-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 24px}.need-panel-light{border:1px solid var(--border);border-radius:14px;padding:22px 24px;background:var(--card)}.need-panel-light .need-panel-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:14px}.need-panel-light .need-panel-title{font-size:1rem;font-weight:700;color:var(--text)}.need-panel-light .need-tool-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#d100000f;border:1px solid rgba(209,0,0,.2);color:var(--red);font-size:.72rem;font-weight:600}.need-panel-light .need-safety{font-size:.8rem;color:var(--muted);margin-bottom:18px;line-height:1.6}.need-panel-light .need-safety strong{color:var(--text)}.need-panel-light .need-steps{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.need-panel-light .need-steps li{display:flex;gap:12px;font-size:.85rem;color:var(--text);line-height:1.55}.need-panel-light .step-n{flex:none;width:22px;height:22px;border-radius:50%;background:#d1000014;color:var(--red);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px}.need-panel-light .need-prompt-label{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted2);margin-bottom:8px}.need-panel-light .need-prompt-box{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:10px;background:#f7f7f8;border:1px solid var(--border)}.need-panel-light .need-prompt-text{flex:1;font-family:Google Sans Flex,Google Sans,sans-serif;font-size:.8rem;line-height:1.6;color:var(--text)}.need-panel-light .need-copy-btn{flex:none;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:8px;background:var(--red);border:1px solid var(--red);color:#fff;font-size:.72rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease}.need-panel-light .need-copy-btn:hover{background:var(--red-lt)}@media(max-width:640px){.need-panel-light .need-prompt-box{flex-direction:column}.need-panel-light .need-copy-btn{width:100%;justify-content:center}}html[lang=vi] #home .container{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;transform:none!important;translate:none!important}html[lang=vi] #home .hero-h1{width:100%;max-width:1100px;margin-left:auto;margin-right:auto;text-align:center}#home .hero-needs{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}#home .needs-row{width:100%;display:flex;flex-wrap:wrap;justify-content:center!important;align-items:center;gap:10px}body.page-home>section{display:none}body.page-home>section#home{display:block}body.page-learn>section{display:none}body.page-learn>section#what-is-ai,body.page-learn>section#timeline{display:block}body.page-tools>section{display:none}body.page-tools>section#ai-tools,body.page-tools>section#task-help{display:block}body.page-tools>section#design-workflow{display:none}body.page-tools>section#design-workflow.is-revealed{display:block;animation:designWorkflowIn .35s ease}@keyframes designWorkflowIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.need-software-picker{margin-top:22px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.need-software-picker .need-software-label{font-size:13px;letter-spacing:.04em;opacity:.75;margin-bottom:10px;display:block}.need-software-row{display:flex;gap:10px;flex-wrap:wrap}.need-software-btn{display:flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff0a;cursor:pointer;font-size:14px;color:inherit;transition:border-color .2s,background .2s}.need-software-btn img{width:18px;height:18px;object-fit:contain}.need-software-btn:hover{border-color:#fff6}.need-software-btn.active{border-color:#f4a900;background:#f4a9001f}body.page-insights>section{display:none}body.page-insights>section#quick-learns,body.page-insights>section#global-firms,body.page-insights>section#aios{display:block}body.page-ideas>section{display:none}body.page-ideas>section#share-ideas{display:block}body.page-manager>section{display:none}body.page-manager>section#dashboard{display:block}body:not(.page-home)>section:first-of-type,body.page-learn>#what-is-ai,body.page-tools>#ai-tools,body.page-insights>#quick-learns,body.page-ideas>#share-ideas,body.page-manager>#dashboard{padding-top:140px}body.premium-editorial #home.hero{background-color:#fff!important;color:#1a1a1a}body.premium-editorial #home .hero-sub{color:#1a1a1a9e!important}body.premium-editorial #home .btn-ghost-lg,body.premium-editorial #home .hero-stats-row{background:#0a0a0a09!important;border-color:#0a0a0a24!important;box-shadow:inset 0 1px #fff9,0 6px 18px #0000000f!important}body.premium-editorial #home .btn-ghost-lg{color:#1a1a1abf!important}body.premium-editorial #home .btn-ghost-lg:hover{color:#000!important;background:#0a0a0a12!important;border-color:#0a0a0a3d!important}body.premium-editorial #home .btn-primary:before,body.premium-editorial #home .btn-ghost-lg:before,body.premium-editorial #home .hero-stats-row:before{display:none!important}body.premium-editorial #home .hero-stats-row .hstat-div{background:linear-gradient(to bottom,transparent,rgba(10,10,10,.14) 18%,rgba(10,10,10,.14) 82%,transparent)!important}body.premium-editorial #home .hstat-l{color:#1a1a1a8c!important}body.premium-editorial #home .hero-badge{background:#d100000f!important;border-color:#d1000038!important}body.premium-editorial #home .hero-needs-label{color:#1a1a1abf!important}body.premium-editorial #home .need-pill{background:#0a0a0a08!important;border-color:#0a0a0a29!important;color:#1a1a1acc!important}body.premium-editorial #home .need-pill:hover,body.premium-editorial #home .need-pill:focus-visible{background:#0a0a0a12!important;border-color:#0a0a0a52!important;color:#000!important}.nav-site-name{color:#111!important}.nav-site-sub{color:#6b7280!important}.nav-link{color:#1a1a1a!important;background:#0000000d!important;border-color:transparent!important}.nav-link:hover{color:#000!important;background:#0000001a!important}.nav-link.active{color:#fff!important;background:var(--red)!important;border-color:var(--red)!important}.nav-blur{background:#fff9!important;border-bottom:1px solid rgba(0,0,0,.06)!important}.card-modal-btn{display:inline-flex;align-items:center;gap:6px;margin-top:14px;margin-left:10px;background:none;border:none;padding:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:var(--red);cursor:pointer}.card-modal-btn:hover{color:#a00000;text-decoration:underline}.card-modal-btn i{font-size:.65rem;transition:transform .2s ease}.card-modal-btn:hover i{transform:translate(2px)}.modal-box-wide{width:min(760px,95vw)}.safety-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.safety-guide-col{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;background:#fafafa}.safety-guide-col ul{margin:10px 0 0;padding-left:16px}.safety-guide-col li{font-size:.78rem;color:var(--muted);line-height:1.6;margin-bottom:4px}.safety.danger{background:#d100001a;color:var(--red)}@media(max-width:700px){.safety-guide-grid{grid-template-columns:1fr}}.ai-rules-callout{margin-top:36px;background:#fff;border:1px solid #e5e7eb;border-left:4px solid var(--red);border-radius:8px;padding:24px 28px;text-align:left;max-width:780px;box-shadow:0 4px 20px #0000000a}.arc-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.arc-icon{color:var(--red);font-size:1.1rem;display:flex;align-items:center}.arc-title{font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.01em;margin:0}.arc-desc{font-size:.92rem;line-height:1.6;color:#4b5563;margin-bottom:14px}.arc-link{background:none;border:none;padding:0;margin:0;color:var(--red);font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.arc-link:hover{color:#a00000}.arc-link .arrow,.arc-link-light .arrow{display:inline-block;transition:transform .2s ease}.arc-link:hover .arrow,.arc-link-light:hover .arrow{transform:translate(4px)}.arc-link-light{background:none;border:none;padding:0;margin-top:14px;color:var(--red);font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:6px;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.arc-link-light:hover{color:#a00000}.rules-panel-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;opacity:0;pointer-events:none;transition:opacity .35s cubic-bezier(.16,1,.3,1)}.rules-panel-overlay.is-open{opacity:1;pointer-events:all}.rules-slide-panel{position:fixed;top:0;right:0;bottom:0;width:min(500px,100vw);background:#fff;z-index:301;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;border-radius:18px;box-shadow:0 28px 90px #0000003d;overflow:hidden}.rules-slide-panel.is-open{transform:translate(0)}.rsp-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #f3f4f6;flex-shrink:0}.rsp-title{font-size:1.2rem;font-weight:700;color:#111827;letter-spacing:-.01em;margin:0}.rsp-close{width:32px;height:32px;border-radius:50%;border:1px solid #e5e7eb;background:transparent;color:#4b5563;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.rsp-close:hover{background:#f3f4f6;color:#111827}.rsp-body{flex:1;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:28px}.rsp-intro{font-size:.9rem;color:#4b5563;line-height:1.6;margin-bottom:4px}.rsp-item{display:flex;flex-direction:column;padding-bottom:20px;border-bottom:1px solid #f3f4f6}.rsp-item:last-of-type{border-bottom:none;padding-bottom:0}.rsp-num{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.08em;margin-bottom:4px}.rsp-item h4{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:10px;letter-spacing:-.01em}.rsp-item ul{padding-left:18px;margin:0}.rsp-item li{font-size:.88rem;color:#374151;line-height:1.65;margin-bottom:6px}.rsp-summary-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px}.rsp-summary-box p{font-size:.85rem;color:#374151;line-height:1.6;margin:0}.reveal-up{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.reveal-up.is-revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.reveal-left.is-revealed{opacity:1;transform:translate(0)}.stagger-children>*{opacity:0;transform:translateY(22px);transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1)}.stagger-children.is-revealed>*:nth-child(1){transition-delay:0s;opacity:1;transform:none}.stagger-children.is-revealed>*:nth-child(2){transition-delay:.08s;opacity:1;transform:none}.stagger-children.is-revealed>*:nth-child(3){transition-delay:.16s;opacity:1;transform:none}.stagger-children.is-revealed>*:nth-child(4){transition-delay:.24s;opacity:1;transform:none}.stagger-children.is-revealed>*:nth-child(5){transition-delay:.32s;opacity:1;transform:none}.stagger-children.is-revealed>*:nth-child(6){transition-delay:.4s;opacity:1;transform:none}.reveal-clip{clip-path:inset(0 100% 0 0);transition:clip-path .7s cubic-bezier(.16,1,.3,1)}.reveal-clip.is-revealed{clip-path:inset(0 0% 0 0)}@media(prefers-reduced-motion:reduce){.reveal-up,.reveal-left,.stagger-children>*,.reveal-clip{opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important}}.m365-signin-btn{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;font:600 .76rem var(--font);cursor:pointer}.m365-signin-btn:hover{border-color:#9ca3af;background:#f9fafb}.ms-mark{width:14px;height:14px;display:grid;grid-template-columns:1fr 1fr;gap:1px;flex:0 0 auto}.ms-mark i:nth-child(1){background:#f25022}.ms-mark i:nth-child(2){background:#7fba00}.ms-mark i:nth-child(3){background:#00a4ef}.ms-mark i:nth-child(4){background:#ffb900}.m365-modal{position:fixed;inset:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:24px;background:#1118278c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .2s ease}.m365-modal.is-open{opacity:1;pointer-events:auto}.m365-card{position:relative;width:min(460px,100%);padding:42px;border-radius:16px;background:#fff;box-shadow:0 28px 90px #00000040;transform:translateY(12px);transition:transform .25s ease}.m365-modal.is-open .m365-card{transform:translateY(0)}.m365-close{position:absolute;top:14px;right:16px;width:34px;height:34px;border:0;border-radius:50%;background:#f3f4f6;font-size:22px;cursor:pointer}.ms-mark-lg{width:28px;height:28px;gap:2px;margin-bottom:24px}.m365-eyebrow{margin:0 0 10px;color:#6b7280;font:600 .7rem var(--mono);letter-spacing:.1em}.m365-card h2{margin:0 0 12px;font-size:1.8rem;line-height:1.15;color:#111827}.m365-copy{margin:0 0 24px;color:#4b5563;line-height:1.6}.m365-primary{width:100%;padding:13px 16px;border:0;border-radius:7px;background:#2f2f2f;color:#fff;font:600 .9rem var(--font);cursor:pointer}.m365-primary:hover{background:#111}.m365-note{margin:12px 0 0;text-align:center;color:#6b7280;font-size:.72rem}.m365-demo-state{display:grid;gap:4px;margin-top:18px;padding:0;color:#166534;font-size:.78rem}.m365-demo-state:not(:empty){padding:12px;border:1px solid #bbf7d0;border-radius:7px;background:#f0fdf4}@media(max-width:700px){.rules-slide-panel{width:calc(100vw - 24px);height:calc(100vh - 32px)}.m365-card{padding:34px 24px}.m365-signin-btn span:last-child{display:none}}.rules-panel-overlay{z-index:10000}.rules-slide-panel{inset:50% auto auto 50%;width:min(1120px,calc(100vw - 48px));height:min(720px,calc(100vh - 72px));z-index:10001;transform:translate(-50%,-46%) scale(.97);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .22s ease}.rules-slide-panel.is-open{transform:translate(-50%,-50%) scale(1);opacity:1}@media(max-width:700px){.rules-slide-panel{width:calc(100vw - 24px);height:calc(100vh - 32px)}}body:has(#arbReadMoreBtn:focus) .rules-panel-overlay,body:has(#openDataSafetyBtn:focus) .rules-panel-overlay{opacity:1;pointer-events:auto}body:has(#arbReadMoreBtn:focus) .rules-slide-panel,body:has(#openDataSafetyBtn:focus) .rules-slide-panel{transform:translate(-50%,-50%) scale(1);opacity:1}.m365-signin-btn.is-authenticated{border-color:#b8d9c2;background:#f4fbf6;color:#14532d}.auth-avatar{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#166534;color:#fff;font-size:.58rem;font-weight:800}.auth-status{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #dcfce7}.is-locked{position:relative}.is-locked:after{content:"↗";margin-left:5px;color:#9ca3af;font-size:.72em}body:not(.demo-authenticated) .need-pill.is-locked{border-style:dashed!important}body.demo-authenticated #home .need-pill{border-color:#16653440!important}body.demo-authenticated #home .hero-needs-label:after{content:" · Staff tools unlocked";color:#166534;font-weight:600}.rules-slide-panel{pointer-events:none;visibility:hidden}.rules-slide-panel.is-open,body:has(#arbReadMoreBtn:focus) .rules-slide-panel,body:has(#openDataSafetyBtn:focus) .rules-slide-panel{pointer-events:auto;visibility:visible}html{background:#08080a}body{background:transparent}.page-curtain{position:relative;z-index:2;min-height:100vh;margin-bottom:260px;background:#fff;box-shadow:0 18px 45px #00000024;overflow:visible}.footer{position:fixed!important;z-index:1;left:0;right:0;bottom:0;width:100%!important;min-width:0!important;height:260px;margin-left:0!important;display:flex;align-items:center}.footer .footer-wrap{width:100%}body.page-home .page-curtain>section{display:none}body.page-home .page-curtain>section#home{display:block}body.page-learn .page-curtain>section{display:none}body.page-learn .page-curtain>section#what-is-ai,body.page-learn .page-curtain>section#timeline{display:block}body.page-tools .page-curtain>section{display:none}body.page-tools .page-curtain>section#ai-tools,body.page-tools .page-curtain>section#task-help{display:block}body.page-tools .page-curtain>section#design-workflow{display:none}body.page-tools .page-curtain>section#design-workflow.is-revealed{display:block}body.page-insights .page-curtain>section{display:none}body.page-insights .page-curtain>section#quick-learns,body.page-insights .page-curtain>section#global-firms,body.page-insights .page-curtain>section#aios{display:block}body.page-ideas .page-curtain>section{display:none}body.page-ideas .page-curtain>section#share-ideas{display:block}body.page-manager .page-curtain>section{display:none}body.page-manager .page-curtain>section#dashboard{display:block}@media(max-width:700px){.page-curtain{margin-bottom:320px}.footer{height:320px}.footer-wrap{padding:0 24px;align-content:center}}@media(prefers-reduced-motion:reduce){.page-curtain{box-shadow:none}}.page-curtain{margin-bottom:0!important}.footer{position:relative!important;z-index:1;min-height:100svh;height:auto;bottom:auto;padding:clamp(56px,8vh,96px) 0!important;align-items:stretch}.footer .footer-wrap{min-height:calc(100svh - clamp(112px,16vh,192px));align-content:space-between}@media(max-width:700px){.page-curtain{margin-bottom:0!important}.footer{height:auto;min-height:100svh}}.navbar{transition:transform .32s cubic-bezier(.16,1,.3,1),opacity .22s ease,padding .3s ease,background .3s ease,box-shadow .3s ease}body.footer-in-view .navbar{transform:translateY(-110%);opacity:0;pointer-events:none}.page-curtain{margin-bottom:100svh!important;z-index:2;background:#fff}.footer{position:fixed!important;inset:0;z-index:1;width:100%!important;min-height:100svh;height:100svh;margin:0!important;padding:clamp(56px,8vh,96px) 0!important;display:flex;align-items:stretch}.footer .footer-wrap{width:100%;min-height:calc(100svh - clamp(112px,16vh,192px));align-content:space-between}@media(max-width:700px){.page-curtain{margin-bottom:100svh!important}.footer{height:100svh;min-height:100svh}}.footer .footer-editorial{display:grid;grid-template-rows:auto 1fr auto;gap:clamp(48px,10vh,110px);align-content:stretch;padding:0 clamp(28px,7vw,140px);margin:0 auto}.footer-editorial .footer-brand{align-self:start}.footer-editorial .footer-logo{height:54px}.footer-editorial .footer-name{font-size:1.65rem}.footer-editorial .footer-sub{font-size:.8rem}.footer-columns{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));column-gap:clamp(30px,8vw,130px);align-items:start}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-column-title{margin-bottom:28px;color:#ffffff7a;font-size:.72rem;font-weight:700;letter-spacing:.04em}.footer-column a,.footer-text-top{color:#ffffffe6;font:400 1.05rem/1.45 var(--font);text-decoration:none}.footer-column a:hover,.footer-text-top:hover{color:#fff}.footer-text-top.back-to-top{width:auto;height:auto;margin:0;padding:0;border:0;border-radius:0;background:none;justify-content:flex-start}.footer-copyright{align-self:end;color:#ffffff7a;font-size:.75rem}@media(max-width:760px){.footer .footer-editorial{gap:32px;padding:34px 24px;overflow-y:auto}.footer-columns{grid-template-columns:1fr 1fr;gap:34px 24px}.footer-column-title{margin-bottom:10px}.footer-editorial .footer-logo{height:40px}.footer-editorial .footer-name{font-size:1.1rem}.footer-column a,.footer-text-top{font-size:.9rem}}.footer-columns{grid-template-columns:repeat(4,max-content);justify-content:space-between;align-self:end;width:100%;padding-bottom:clamp(34px,6vh,64px)}.footer-column{min-width:120px}@media(max-width:760px){.footer-columns{grid-template-columns:1fr 1fr;justify-content:stretch;align-self:start;padding-bottom:0}.footer-column{min-width:0}}.footer-columns{padding-bottom:0}.footer .footer-editorial{width:100%!important;max-width:none!important;margin:0!important}.footer-columns{width:100%!important;max-width:none!important;grid-template-columns:repeat(4,1fr);justify-content:stretch}.footer-column:nth-child(1){justify-self:start}.footer-column:nth-child(2){justify-self:center}.footer-column:nth-child(3){justify-self:center}.footer-column:nth-child(4){justify-self:end}@media(max-width:760px){.footer-columns{grid-template-columns:1fr 1fr}.footer-column:nth-child(n){justify-self:start}}.footer .footer-editorial{grid-template-columns:minmax(0,1fr);justify-content:stretch!important}.footer-editorial>*{grid-column:1 / -1}body,button,input,select,textarea,.navbar,.footer,.modal-box,.rules-slide-panel,.m365-card{font-family:Google Sans Flex,Google Sans,sans-serif}.is-locked:after{display:none!important;content:none!important}.btn-primary-sm,.need-pill,#home .btn-primary,#home .btn-ghost-lg,.nav-link,.filter-btn,.quick-chip{text-align:center;justify-content:center}.language-toggle.lang-single-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:32px;padding:0 11px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;color:#111;font-size:.72rem;font-weight:700;letter-spacing:.05em;cursor:pointer}.language-toggle.lang-single-toggle:hover{background:#f4f4f4}.footer-columns{width:72%!important;margin-left:auto}.nav-dd-trigger .dd-icon{position:relative;width:12px;height:14px;margin-left:4px;perspective:80px;opacity:1}.nav-dd-trigger .dd-icon:before,.nav-dd-trigger .dd-icon:after{position:absolute;inset:0;display:grid;place-items:center;backface-visibility:hidden;transform-origin:50% 50%;transition:transform .7s cubic-bezier(.16,1,.3,1),opacity .42s ease}.nav-dd-trigger .dd-icon:before{content:"+";transform:rotateX(0) translateY(0);opacity:1}.nav-dd-trigger .dd-icon:after{content:"−";transform:rotateX(-90deg) translateY(7px);opacity:0}.nav-dd-trigger.active .dd-icon:before{transform:rotateX(90deg) translateY(-7px);opacity:0}.nav-dd-trigger.active .dd-icon:after{content:"−";transform:rotateX(0) translateY(0);opacity:1}@media(max-width:760px){.footer-columns{width:100%!important;margin-left:0}}.footer-columns{justify-self:end}@media(max-width:760px){.footer-columns{justify-self:stretch}}.nav-dd-trigger.active .dd-icon:before{transform:rotateX(0) translateY(0);opacity:1}.nav-dd-trigger.active .dd-icon:after{transform:rotateX(-90deg) translateY(7px);opacity:0}.nav-dd-trigger:hover .dd-icon:before,.nav-dd-trigger.active:hover .dd-icon:before{transform:rotateX(90deg) translateY(-7px);opacity:0}.nav-dd-trigger:hover .dd-icon:after,.nav-dd-trigger.active:hover .dd-icon:after{transform:rotateX(0) translateY(0);opacity:1}.footer-columns{width:64%!important;justify-self:end}@media(max-width:760px){.footer-columns{width:100%!important;justify-self:stretch}}.footer-columns{width:56%!important}@media(max-width:760px){.footer-columns{width:100%!important}}.footer .footer-editorial{padding-left:clamp(32px,8vw,160px)!important;padding-right:clamp(32px,8vw,160px)!important}.footer-column:nth-child(4){width:max-content;justify-self:end!important;align-items:flex-end;text-align:right}@media(max-width:760px){.footer .footer-editorial{padding-left:24px!important;padding-right:24px!important}.footer-column:nth-child(4){width:auto;justify-self:start!important;align-items:flex-start;text-align:left}}.footer-columns{column-gap:clamp(20px,2.5vw,44px)}.footer-column{min-width:0}.footer-bottom-row{display:grid;grid-template-columns:44% 56%;align-items:end;width:100%;gap:0}.footer-bottom-row .footer-copyright,.footer-legal-address{margin:0;color:#ffffff7a;font-size:.75rem;line-height:1.55}.footer-legal-address{padding-left:0;max-width:880px;text-align:left}@media(max-width:760px){.footer-bottom-row{grid-template-columns:1fr;gap:10px}.footer-legal-address{max-width:none}}.footer-bottom-row{align-items:start}.footer-bottom-row .footer-copyright{align-self:start}.footer-bottom-row .footer-legal-address{grid-column:2}@media(max-width:760px){.footer-bottom-row .footer-legal-address{grid-column:1}}.news-content-label{margin:34px 0 14px;color:#6b6f76;font-size:12px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.news-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:38px}.news-article-card{min-height:260px;padding:26px;border:1px solid #dde0e5;border-radius:18px;background:#fff;color:#111827;text-decoration:none;display:flex;flex-direction:column;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.news-article-card:hover,.news-article-card:focus-visible{transform:translateY(-4px);border-color:#d1000052;box-shadow:0 14px 34px #0f172a17;outline:none}.news-article-meta{color:#d10000;font-size:11px;font-weight:750;letter-spacing:.09em}.news-article-card h3{margin:26px 0 12px;font-size:clamp(21px,1.65vw,27px);line-height:1.12;letter-spacing:-.025em}.news-article-card p{margin:0 0 28px;color:#626872;font-size:15px;line-height:1.55}.news-read-link{margin-top:auto;color:#111827;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:4px}.news-video-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:16px}.news-video-head .news-content-label{margin:0}@media(max-width:900px){.news-article-grid{grid-template-columns:1fr}.news-article-card{min-height:220px}.news-video-head{align-items:flex-start;flex-direction:column}}:root{--cpg-glass-bg: linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(249,250,252,.72) 48%, rgba(238,241,246,.54) 100%);--cpg-glass-border: rgba(255,255,255,.88);--cpg-glass-outline: rgba(20,27,40,.11);--cpg-glass-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -1px 0 rgba(255,255,255,.38), 0 5px 15px rgba(24,31,44,.055);--cpg-glass-shadow-hover: inset 0 1px 0 rgba(255,255,255,1), inset 0 -1px 0 rgba(255,255,255,.48), 0 7px 18px rgba(24,31,44,.075)}body.premium-editorial .nav-link:not(.active),body.premium-editorial .language-toggle.lang-single-toggle,body.premium-editorial .m365-signin-btn:not(.is-authenticated),body.premium-editorial #home .hero-badge,body.premium-editorial #home .need-pill,body.premium-editorial #home .btn-ghost-lg,body.premium-editorial .vf-btn:not(.active),body.premium-editorial .filter-btn:not(.active),body.premium-editorial .quick-chip:not(.active),body.premium-editorial .need-software-btn:not(.active){background:var(--cpg-glass-bg)!important;border:1px solid var(--cpg-glass-border)!important;outline:1px solid var(--cpg-glass-outline);outline-offset:-1px;-webkit-backdrop-filter:blur(20px) saturate(145%);backdrop-filter:blur(20px) saturate(145%);box-shadow:var(--cpg-glass-shadow)!important}body.premium-editorial .nav-link:not(.active):hover,body.premium-editorial .language-toggle.lang-single-toggle:hover,body.premium-editorial .m365-signin-btn:not(.is-authenticated):hover,body.premium-editorial #home .need-pill:hover,body.premium-editorial #home .need-pill:focus-visible,body.premium-editorial #home .btn-ghost-lg:hover,body.premium-editorial .vf-btn:not(.active):hover,body.premium-editorial .filter-btn:not(.active):hover,body.premium-editorial .quick-chip:not(.active):hover,body.premium-editorial .need-software-btn:not(.active):hover{background:linear-gradient(135deg,#fffffffa,#f2f5f9c2)!important;box-shadow:var(--cpg-glass-shadow-hover)!important;transform:translateY(-1px)}body.premium-editorial .nav-link.active,body.premium-editorial .btn-primary,body.premium-editorial .btn-primary-sm,body.premium-editorial .btn-submit-full,body.premium-editorial .vf-btn.active,body.premium-editorial .filter-btn.active,body.premium-editorial .need-copy-btn{background:linear-gradient(135deg,#e81212f5,#c40000f0 62%,#a60000eb)!important;border:1px solid rgba(255,118,118,.42)!important;outline:1px solid rgba(126,0,0,.12);outline-offset:-1px;-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%);box-shadow:inset 0 1px #ffffff61,inset 0 -1px #54000033,0 6px 16px #ae000021!important}body.premium-editorial .btn-primary:hover,body.premium-editorial .btn-primary-sm:hover,body.premium-editorial .btn-submit-full:hover,body.premium-editorial .vf-btn.active:hover,body.premium-editorial .filter-btn.active:hover,body.premium-editorial .need-copy-btn:hover{box-shadow:inset 0 1px #ffffff75,inset 0 -1px #5400002e,0 8px 19px #ae000029!important;transform:translateY(-1px)}body.premium-editorial #home .hero-badge{background:linear-gradient(135deg,#ffffffe6,#ffeff0a3)!important;border-color:#ffffffe6!important;outline-color:#d100002e;box-shadow:inset 0 1px #fff,inset 0 -1px #ffffff6b,0 5px 14px #41191e0f!important}body.premium-editorial .nav-dd-menu,body.premium-editorial .navbar.scrolled .nav-dd-menu{background:linear-gradient(145deg,#ffffffe6,#f4f7fbb3)!important;border:1px solid rgba(255,255,255,.92)!important;outline:1px solid rgba(22,29,42,.1);outline-offset:-1px;-webkit-backdrop-filter:blur(26px) saturate(155%);backdrop-filter:blur(26px) saturate(155%);box-shadow:inset 0 1px #fff,inset 0 -1px #ffffff5c,0 10px 26px #141b2816!important}body.premium-editorial .nav-dd-item,body.premium-editorial .navbar.scrolled .nav-dd-item{color:#20242b!important}body.premium-editorial .nav-dd-menu:hover .nav-dd-item,body.premium-editorial .navbar.scrolled .nav-dd-menu:hover .nav-dd-item{color:#8a9099!important}body.premium-editorial .nav-dd-menu .nav-dd-item:hover,body.premium-editorial .navbar.scrolled .nav-dd-menu .nav-dd-item:hover{color:#11151b!important}body.premium-editorial input:not([type=checkbox]):not([type=radio]),body.premium-editorial select,body.premium-editorial textarea{background:linear-gradient(135deg,#ffffffe6,#f7f9fcb3)!important;border-color:#1c232f21!important;-webkit-backdrop-filter:blur(16px) saturate(135%);backdrop-filter:blur(16px) saturate(135%);box-shadow:inset 0 1px #fffffffa,0 4px 12px #181f2c0a!important}body.premium-editorial input:not([type=checkbox]):not([type=radio]):focus,body.premium-editorial select:focus,body.premium-editorial textarea:focus{border-color:#d1000061!important;box-shadow:inset 0 1px #fff,0 0 0 3px #d1000013!important}@media(prefers-reduced-motion:reduce){body.premium-editorial .nav-link,body.premium-editorial .btn-primary,body.premium-editorial .btn-primary-sm,body.premium-editorial .btn-ghost-lg,body.premium-editorial .need-pill,body.premium-editorial .vf-btn,body.premium-editorial .filter-btn{transition:none!important}}body.premium-editorial #home .btn-primary{background:linear-gradient(145deg,#e81212f5,#be0000eb)!important;border:1px solid rgba(255,125,125,.4)!important;outline:1px solid rgba(126,0,0,.11);outline-offset:-1px;-webkit-backdrop-filter:blur(18px) saturate(135%);backdrop-filter:blur(18px) saturate(135%);box-shadow:inset 0 1px #fff6,inset 0 -1px #5400002e,0 6px 15px #ae000021!important}body.premium-editorial #home .btn-primary:hover{background:linear-gradient(145deg,#f01818fa,#c60000f0)!important;box-shadow:inset 0 1px #ffffff7a,inset 0 -1px #54000029,0 8px 18px #ae000029!important;transform:translateY(-1px)}body.premium-editorial #home .hero-btns{display:flex;align-items:stretch;justify-content:flex-end;gap:12px}body.premium-editorial #home .hero-btns .btn-primary,body.premium-editorial #home .hero-btns .btn-ghost-lg{min-height:54px;padding:0 28px;border-radius:12px!important;display:inline-flex;align-items:center;justify-content:center;line-height:1.2}@media(min-width:761px){body.premium-editorial .nav-wrap{display:flex;align-items:center}body.premium-editorial .nav-links{flex:0 0 auto;margin-left:auto;justify-content:flex-end}body.premium-editorial .nav-cta{flex:0 0 auto;margin-left:8px}body.premium-editorial .nav-link,body.premium-editorial .btn-primary-sm,body.premium-editorial .m365-signin-btn,body.premium-editorial .language-toggle.lang-single-toggle{min-height:38px;border-radius:10px!important}}@media(max-width:760px){body.premium-editorial #home .hero-btns{width:min(100%,286px);flex-direction:column;align-items:stretch}body.premium-editorial #home .hero-btns .btn-primary,body.premium-editorial #home .hero-btns .btn-ghost-lg{width:100%}}body.premium-editorial #home .need-pill,body.premium-editorial #home .hero-btns .btn-primary,body.premium-editorial #home .hero-btns .btn-ghost-lg{border-radius:12px!important}body.premium-editorial .nav-submit-inline{min-height:38px;padding:0 16px;border-radius:10px!important;color:#20242b!important;background:var(--cpg-glass-bg)!important;border:1px solid var(--cpg-glass-border)!important;outline:1px solid var(--cpg-glass-outline);outline-offset:-1px;-webkit-backdrop-filter:blur(20px) saturate(145%);backdrop-filter:blur(20px) saturate(145%);box-shadow:var(--cpg-glass-shadow)!important}body.premium-editorial .nav-submit-inline:hover{color:#111!important;background:linear-gradient(135deg,#fffffffa,#f2f5f9c2)!important;box-shadow:var(--cpg-glass-shadow-hover)!important;transform:translateY(-1px)}body.premium-editorial .nav-submit-inline.active{color:#fff!important;background:linear-gradient(135deg,#e81212f5,#c40000f0 62%,#a60000eb)!important;border-color:#ff76766b!important;outline-color:#7e00001f;box-shadow:inset 0 1px #ffffff61,inset 0 -1px #54000033,0 6px 16px #ae000021!important}body.premium-editorial #home .hero-h1,body.premium-editorial #home .hero-title-line{font-weight:600!important}body.premium-editorial .nav-submit-inline:not(.active){outline:none!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.home-canvas{position:relative;width:100%;overflow:clip;background:#fff}.home-canvas-track{width:100%}.home-canvas-panel{position:relative;width:100%}.keep-exploring{display:none}.home-canvas-arrow{display:none;position:absolute;z-index:12;width:52px;height:52px;border:0;background:transparent;color:#141923;font:400 2.2rem/1 var(--font);align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,color .25s ease;box-shadow:none!important}.home-canvas-arrow:focus-visible{outline:2px solid var(--red);outline-offset:3px;border-radius:50%}body.demo-authenticated .home-canvas{min-height:calc(100svh - 64px)}body.demo-authenticated .home-canvas-track{display:flex;align-items:stretch;transform:translate(0);transition:transform .85s cubic-bezier(.62,.05,.18,1);will-change:transform}body.demo-authenticated .home-canvas-panel{flex:0 0 100%;min-width:100%;min-height:calc(100svh - 64px)}body.demo-authenticated .home-canvas-primary{display:flex;align-items:center;padding-top:72px;padding-bottom:36px}body.demo-authenticated .home-canvas-primary>.container{width:100%}body.demo-authenticated .keep-exploring{display:block;overflow:hidden;background:#f7f5f0;color:#161718}body.demo-authenticated .home-canvas-arrow{display:flex}body.demo-authenticated .home-canvas-next{right:clamp(16px,3vw,50px);top:50%;transform:translateY(-50%)}body.demo-authenticated .home-canvas-next:hover{color:var(--red);transform:translate(7px,-50%)}body.demo-authenticated .home-canvas-prev{left:clamp(16px,3vw,50px);top:50%;transform:translateY(-50%)}body.demo-authenticated .home-canvas-prev:hover{color:var(--red);transform:translate(-7px,-50%)}body.canvas-exploring .home-canvas-track{transform:translate(-100%)}.explore-word{position:absolute;z-index:3;font-family:var(--font);font-weight:400;letter-spacing:-.065em;line-height:.82;color:#18191b;pointer-events:none;transition:transform 1s cubic-bezier(.22,.7,.16,1),opacity .65s ease}.explore-word-keep{top:9%;left:7%;font-size:clamp(5.5rem,11vw,10.5rem);transform:translate(42px)}.explore-word-exploring{right:7%;bottom:10%;font-size:clamp(5rem,10vw,9.6rem);transform:translate(-42px)}body.canvas-exploring .explore-word-keep{transform:translate(-12px)}body.canvas-exploring .explore-word-exploring{transform:translate(12px)}.explore-cards{position:absolute;inset:0;z-index:5}.explore-card{--accent:#d10000;position:absolute;display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;width:clamp(180px,17vw,244px);min-height:90px;padding:11px 12px;text-decoration:none;color:#1a1c21;background:#ffffffbd;border:1px solid rgba(30,35,42,.09);border-radius:13px;box-shadow:0 6px 18px #1b1f270e;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%);opacity:0;transform:translateY(14px);transition:opacity .5s ease var(--delay),transform .7s cubic-bezier(.22,.7,.16,1) var(--delay),border-color .2s ease,box-shadow .2s ease}body.canvas-exploring .explore-card{opacity:1;transform:translateY(0)}.explore-card:hover,.explore-card:focus-visible{border-color:color-mix(in srgb,var(--accent) 48%,transparent);box-shadow:0 10px 24px #1b1f271a;outline:none}.explore-thumb{width:56px;height:56px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:color-mix(in srgb,var(--accent) 10%,#fff);color:var(--accent);font-weight:700;font-size:.7rem;letter-spacing:.04em}.explore-thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.explore-card-category{display:block;margin-bottom:4px;color:var(--accent);font-size:.56rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.explore-card h3{margin:0;font-size:clamp(.76rem,.9vw,.9rem);font-weight:600;line-height:1.18}.explore-card-meta{display:block;margin-top:5px;color:#74777d;font-size:.58rem;line-height:1.2}.explore-card:nth-child(1){left:21%;top:27%;--accent:#d10000}.explore-card:nth-child(2){left:43%;top:17%;--accent:#aa6300}.explore-card:nth-child(3){left:66%;top:29%;--accent:#365b9d}.explore-card:nth-child(4){left:16%;top:57%;--accent:#9b3f2b}.explore-card:nth-child(5){left:40%;top:51%;--accent:#5f4b9b}.explore-card:nth-child(6){left:63%;top:58%;--accent:#1f775b}.explore-connectors{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;opacity:0;transition:opacity .65s ease .25s;pointer-events:none}body.canvas-exploring .explore-connectors{opacity:.55}.explore-connectors line{stroke:#c9a48c;stroke-width:1;vector-effect:non-scaling-stroke}.explore-footer{position:absolute;z-index:8;left:50%;bottom:3.5%;display:flex;align-items:center;gap:24px;transform:translate(-50%);font-size:.72rem;color:#777a80;white-space:nowrap}.explore-footer a{color:#202329;text-decoration:none;font-weight:600}.explore-footer a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:900px){body.demo-authenticated .home-canvas-primary{padding-top:76px}.explore-word-keep{top:8%;left:8%;font-size:clamp(4.2rem,15vw,7rem)}.explore-word-exploring{right:8%;bottom:8%;font-size:clamp(3.8rem,14vw,6.5rem)}.explore-card{width:205px}.explore-card:nth-child(1){left:13%;top:26%}.explore-card:nth-child(2){left:54%;top:20%}.explore-card:nth-child(3){left:38%;top:38%}.explore-card:nth-child(4){left:10%;top:55%}.explore-card:nth-child(5){left:55%;top:56%}.explore-card:nth-child(6){left:34%;top:71%}}@media(max-width:640px){body.demo-authenticated .home-canvas,body.demo-authenticated .home-canvas-panel{min-height:calc(100svh - 58px)}body.demo-authenticated .home-canvas-primary{padding-top:62px;padding-bottom:28px}body.demo-authenticated .home-canvas-next{right:4px;top:46%}body.demo-authenticated .home-canvas-prev{left:2px;top:46%}.keep-exploring{padding:84px 34px 78px;overflow-y:auto!important}.explore-word-keep{top:30px;left:38px;font-size:4.2rem}.explore-word-exploring{right:32px;bottom:28px;font-size:3.7rem}.explore-cards{position:relative;inset:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:82px}.explore-card,.explore-card:nth-child(n){position:relative;left:auto;top:auto;width:auto;min-width:0;min-height:126px;grid-template-columns:1fr;padding:10px;gap:7px}.explore-thumb{width:38px;height:38px;border-radius:8px}.explore-card h3{font-size:.72rem}.explore-card-meta{font-size:.54rem}.explore-connectors{display:none}.explore-footer{left:50%;bottom:12px;gap:12px;font-size:.62rem}}@media(prefers-reduced-motion:reduce){body.demo-authenticated .home-canvas-track,.explore-word,.explore-card,.explore-connectors{transition-duration:.01ms!important;transition-delay:0ms!important}}.home-rules-after-canvas{position:relative;z-index:2;padding:0 0 76px;background:#fff}.home-rules-after-canvas .ai-rules-callout{margin-top:0}body.page-home>section.home-rules-after-canvas{display:block}body.page-home>section.home-rules-after-canvas,body.page-home .page-curtain>section.home-rules-after-canvas{display:block!important}body.demo-authenticated .keep-exploring{background:#fff}.explore-word{font-size:clamp(4.8rem,9vw,8.8rem);transition:top .95s cubic-bezier(.22,.7,.16,1),left .95s cubic-bezier(.22,.7,.16,1),transform .95s cubic-bezier(.22,.7,.16,1),opacity .5s ease}.explore-word-keep{top:42%;left:calc(50% - 10px);right:auto;bottom:auto;transform:translate(-100%,-50%)}.explore-word-exploring{top:42%;left:calc(50% + 10px);right:auto;bottom:auto;transform:translateY(-50%)}body.canvas-exploring .explore-word-keep{top:42%;left:calc(50% - 10px);transform:translate(-100%,-50%)}body.canvas-exploring .explore-word-exploring{top:42%;left:calc(50% + 10px);transform:translateY(-50%)}body.explore-expanded .explore-word-keep{top:7%;left:6.5%;transform:translate(-10px)}body.explore-expanded .explore-word-exploring{top:72%;left:61%;transform:translate(10px)}.explore-scroll{position:absolute;z-index:10;left:50%;bottom:10%;display:flex;align-items:center;justify-content:center;gap:10px;min-width:118px;height:48px;padding:0 18px;border:1px solid rgba(25,28,34,.16);border-radius:10px;background:#fff;color:#5f6268;font:500 .86rem/1 var(--font);box-shadow:none;cursor:pointer;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .35s ease .55s,transform .35s ease .55s,border-color .2s ease,color .2s ease}.explore-scroll:hover,.explore-scroll:focus-visible{color:#16181d;border-color:#191c2257;outline:none}body.canvas-exploring:not(.explore-expanded) .explore-scroll{opacity:1;pointer-events:auto;transform:translate(-50%)}body.explore-expanded .explore-scroll{opacity:0;pointer-events:none;transition-delay:0s}body.canvas-exploring:not(.explore-expanded) .explore-card{opacity:0;pointer-events:none;transform:translateY(14px);transition-delay:0ms}body.explore-expanded .explore-card{opacity:1;pointer-events:auto;transform:translateY(0)}body.canvas-exploring:not(.explore-expanded) .explore-connectors{opacity:0}body.explore-expanded .explore-connectors{opacity:.55}.explore-footer{opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .4s ease .5s,transform .4s ease .5s}body.explore-expanded .explore-footer{opacity:1;pointer-events:auto;transform:translate(-50%)}@media(max-width:640px){.keep-exploring{padding-top:74px}.explore-word{font-size:clamp(3.2rem,14vw,4.6rem)}.explore-word-keep,body.canvas-exploring .explore-word-keep{top:37%;left:calc(50% - 5px);transform:translate(-100%,-50%)}.explore-word-exploring,body.canvas-exploring .explore-word-exploring{top:37%;left:calc(50% + 5px);transform:translateY(-50%)}body.explore-expanded .explore-word-keep{top:3%;left:9%;transform:translate(0)}body.explore-expanded .explore-word-exploring{top:82%;left:39%;transform:translate(0)}.explore-scroll{bottom:17%;height:44px;min-width:108px}body.canvas-exploring:not(.explore-expanded) .explore-cards{pointer-events:none}body.explore-expanded .explore-cards{margin-top:78px}}body.demo-authenticated .home-canvas,body.demo-authenticated .home-canvas-panel{min-height:100svh}body.canvas-exploring .explore-word{transition-property:top,left,transform,opacity!important;transition-duration:1.15s,1.15s,1.15s,.5s!important;transition-delay:0s!important;transition-timing-function:cubic-bezier(.22,.7,.16,1)!important}body.explore-expanded .explore-card{transition-duration:.55s,.78s,.2s,.2s!important;transition-delay:var(--delay),var(--delay),0s,0s!important}body.explore-expanded .explore-connectors{transition-duration:.65s!important;transition-delay:.3s!important}body.canvas-exploring .home-rules-after-canvas{display:none!important}body.canvas-exploring .explore-word{transition-duration:1.45s,1.45s,1.45s,.55s!important;transition-timing-function:cubic-bezier(.65,0,.2,1)!important}body.explore-expanded .explore-card{transition-delay:calc(var(--delay) + .42s),calc(var(--delay) + .42s),0s,0s!important}body.page-home.canvas-exploring .page-curtain>section.home-rules-after-canvas,body.page-home.canvas-exploring>section.home-rules-after-canvas{display:none!important}body.explore-expanded .explore-card{width:clamp(126px,10.3vw,166px);min-height:58px;grid-template-columns:36px 1fr;gap:7px;padding:7px 8px;border-radius:9px;box-shadow:0 4px 13px #1b1f270b}body.explore-expanded .explore-thumb{width:36px;height:36px;border-radius:7px}body.explore-expanded .explore-thumb img{padding:5px}body.explore-expanded .explore-card-category{margin-bottom:2px;font-size:.43rem;letter-spacing:.075em}body.explore-expanded .explore-card h3{font-size:clamp(.54rem,.62vw,.66rem);line-height:1.12}body.explore-expanded .explore-card-meta{margin-top:3px;font-size:.41rem;line-height:1.12}body.explore-expanded .explore-card:nth-child(1){left:14%;top:23%;--accent:#d10000}body.explore-expanded .explore-card:nth-child(2){left:32%;top:10%;--accent:#b64a38}body.explore-expanded .explore-card:nth-child(3){left:42%;top:23%;--accent:#9d3d2a}body.explore-expanded .explore-card:nth-child(4){left:55%;top:11%;--accent:#aa6300}body.explore-expanded .explore-card:nth-child(5){left:69%;top:19%;--accent:#b17924}body.explore-expanded .explore-card:nth-child(6){left:82%;top:11%;--accent:#365b9d}body.explore-expanded .explore-card:nth-child(7){left:11%;top:35%;--accent:#8c4a7a}body.explore-expanded .explore-card:nth-child(8){left:25%;top:31%;--accent:#d06a47}body.explore-expanded .explore-card:nth-child(9){left:39%;top:40%;--accent:#456b9a}body.explore-expanded .explore-card:nth-child(10){left:54%;top:30%;--accent:#9b3f2b}body.explore-expanded .explore-card:nth-child(11){left:68%;top:38%;--accent:#a05a45}body.explore-expanded .explore-card:nth-child(12){left:82%;top:32%;--accent:#5963a8}body.explore-expanded .explore-card:nth-child(13){left:14%;top:54%;--accent:#5f4b9b}body.explore-expanded .explore-card:nth-child(14){left:29%;top:50%;--accent:#bf2f36}body.explore-expanded .explore-card:nth-child(15){left:44%;top:59%;--accent:#42748f}body.explore-expanded .explore-card:nth-child(16){left:57%;top:49%;--accent:#7b5a9c}body.explore-expanded .explore-card:nth-child(17){left:73%;top:57%;--accent:#1f775b}body.explore-expanded .explore-card:nth-child(18){left:84%;top:49%;--accent:#b03d35}@media(max-width:900px)and (min-width:641px){body.explore-expanded .explore-card{width:clamp(112px,15vw,142px);grid-template-columns:30px 1fr;padding:6px;gap:5px}body.explore-expanded .explore-thumb{width:30px;height:30px}body.explore-expanded .explore-card h3{font-size:.55rem}body.explore-expanded .explore-card:nth-child(1){left:10%;top:17%}body.explore-expanded .explore-card:nth-child(2){left:30%;top:10%}body.explore-expanded .explore-card:nth-child(3){left:51%;top:19%}body.explore-expanded .explore-card:nth-child(4){left:72%;top:11%}body.explore-expanded .explore-card:nth-child(5){left:9%;top:29%}body.explore-expanded .explore-card:nth-child(6){left:31%;top:31%}body.explore-expanded .explore-card:nth-child(7){left:53%;top:32%}body.explore-expanded .explore-card:nth-child(8){left:74%;top:28%}body.explore-expanded .explore-card:nth-child(9){left:11%;top:43%}body.explore-expanded .explore-card:nth-child(10){left:32%;top:45%}body.explore-expanded .explore-card:nth-child(11){left:54%;top:44%}body.explore-expanded .explore-card:nth-child(12){left:75%;top:43%}body.explore-expanded .explore-card:nth-child(13){left:10%;top:58%}body.explore-expanded .explore-card:nth-child(14){left:31%;top:60%}body.explore-expanded .explore-card:nth-child(15){left:52%;top:58%}body.explore-expanded .explore-card:nth-child(16){left:73%;top:60%}body.explore-expanded .explore-card:nth-child(17){left:27%;top:72%}body.explore-expanded .explore-card:nth-child(18){left:57%;top:72%}}@media(max-width:640px){body.explore-expanded .explore-card,body.explore-expanded .explore-card:nth-child(n){width:auto;min-height:92px;grid-template-columns:32px 1fr;padding:8px;gap:7px}body.explore-expanded .explore-thumb{width:32px;height:32px}body.explore-expanded .explore-card h3{font-size:.62rem}}.home-rules-after-canvas .ai-rules-callout{margin-left:auto;margin-right:auto}body.explore-expanded .explore-card{width:clamp(112px,9.2vw,148px);min-height:52px;grid-template-columns:30px 1fr;gap:6px;padding:6px 7px}body.explore-expanded .explore-thumb{width:30px;height:30px;border-radius:6px}body.explore-expanded .explore-thumb img{padding:4px}body.explore-expanded .explore-card:nth-child(1){left:10%;top:22%}body.explore-expanded .explore-card:nth-child(2){left:32%;top:8%}body.explore-expanded .explore-card:nth-child(3){left:45%;top:23%}body.explore-expanded .explore-card:nth-child(4){left:57%;top:8%}body.explore-expanded .explore-card:nth-child(5){left:71%;top:19%}body.explore-expanded .explore-card:nth-child(6){left:87%;top:10%}body.explore-expanded .explore-card:nth-child(7){left:5%;top:36%}body.explore-expanded .explore-card:nth-child(8){left:23%;top:35%}body.explore-expanded .explore-card:nth-child(9){left:39%;top:41%}body.explore-expanded .explore-card:nth-child(10){left:55%;top:29%}body.explore-expanded .explore-card:nth-child(11){left:71%;top:38%}body.explore-expanded .explore-card:nth-child(12){left:87%;top:32%}body.explore-expanded .explore-card:nth-child(13){left:8%;top:57%}body.explore-expanded .explore-card:nth-child(14){left:27%;top:52%}body.explore-expanded .explore-card:nth-child(15){left:44%;top:62%}body.explore-expanded .explore-card:nth-child(16){left:60%;top:50%}body.explore-expanded .explore-card:nth-child(17){left:76%;top:59%}body.explore-expanded .explore-card:nth-child(18){left:88%;top:51%}body.explore-expanded .explore-word-keep{top:10%}body.explore-expanded .explore-card:nth-child(1){left:12%;top:25%}body.explore-expanded .explore-word-keep{top:14%}body.explore-expanded .explore-card{width:clamp(104px,8.6vw,136px);min-height:48px;grid-template-columns:24px 1fr;gap:5px;padding:5px 6px;border-radius:8px}body.explore-expanded .explore-thumb{width:24px;height:24px;border-radius:5px}body.explore-expanded .explore-thumb img{padding:3px}body.explore-expanded .explore-card-category{font-size:.4rem}body.explore-expanded .explore-card h3{font-size:clamp(.5rem,.57vw,.61rem)}body.explore-expanded .explore-card-meta{font-size:.38rem}body.explore-expanded .explore-card:nth-child(1){left:32%;top:16%}body.explore-expanded .explore-card:nth-child(2){left:43%;top:8%}body.explore-expanded .explore-card:nth-child(3){left:48%;top:22%}body.explore-expanded .explore-card:nth-child(4){left:60%;top:10%}body.explore-expanded .explore-card:nth-child(5){left:70%;top:20%}body.explore-expanded .explore-card:nth-child(6){left:79%;top:12%}body.explore-expanded .explore-card:nth-child(7){left:19%;top:37%}body.explore-expanded .explore-card:nth-child(8){left:30%;top:31%}body.explore-expanded .explore-card:nth-child(9){left:36%;top:46%}body.explore-expanded .explore-card:nth-child(10){left:58%;top:34%}body.explore-expanded .explore-card:nth-child(11){left:69%;top:44%}body.explore-expanded .explore-card:nth-child(12){left:78%;top:35%}body.explore-expanded .explore-card:nth-child(13){left:24%;top:60%}body.explore-expanded .explore-card:nth-child(14){left:36%;top:55%}body.explore-expanded .explore-card:nth-child(15){left:43%;top:69%}body.explore-expanded .explore-card:nth-child(16){left:58%;top:51%}body.explore-expanded .explore-card:nth-child(17){left:69%;top:55%}body.explore-expanded .explore-card:nth-child(18){left:78%;top:50%}@media(min-width:641px){body.explore-expanded .explore-cards{transform:translateY(5vh)}}@media(min-width:641px){body.explore-expanded .explore-word-exploring{left:auto;right:calc(6.5% - 5px);transform:translate(10px)}}
