.z-logo{z-index:998}.z-sidebar{z-index:997}.z-port-dropdown{z-index:996}.z-iframe-overlay{z-index:995}.z-prompt{z-index:2}.z-workbench{z-index:3}.z-file-tree-breadcrumb{z-index:998}.z-max{z-index:999}.animated{animation-fill-mode:both;animation-duration:var(--animate-duration,.2s);animation-timing-function:cubic-bezier(0,0,.2,1)}.animated.fadeInRight{animation-name:fadeInRight}.animated.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.dropdown-animation{opacity:0;animation:fadeMoveDown .15s forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes fadeMoveDown{to{opacity:1;transform:translateY(6px)}}.homepage{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0a0f!important;color:#e8e8ed;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-size:15px;min-height:100vh;position:relative;z-index:0;isolation:isolate;display:flex;flex-direction:column;--bg-depth-1:#0a0a0f;--bg-depth-2:#0f0f16;--bg-depth-3:#181825;--bg-depth-4:rgba(255,255,255,0.04);--text-primary:#e8e8ed;--text-secondary:#c0c0cc;--text-tertiary:#8888a0;--border-color:rgba(255,255,255,0.08);--border-active:rgba(255,255,255,0.2);--accent-500:#9c7dff;--accent-600:#8a5fff;--accent-700:#7645e8;--backdrop-blur:blur(16px);--shadow-glass:0 8px 32px rgba(0,0,0,0.3)}.homepage :not(.nav-right *){margin:0;padding:0;box-sizing:border-box}.homepage .nav-right *{box-sizing:border-box}.homepage ::selection{background:hsla(0,0%,100%,.15)}.homepage .mono{font-family:SF Mono,SFMono-Regular,ui-monospace,Cascadia Mono,Menlo,monospace}.homepage .hp-nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,0);backdrop-filter:var(--backdrop-blur)}.homepage .nav-logo{font-size:1rem;font-weight:700;letter-spacing:-.01em}.homepage .nav-logo span{color:var(--accent-600)}.homepage .nav-center{position:absolute;left:50%;transform:translateX(-50%)}.homepage .nav-right{display:flex;align-items:center;gap:16px}.homepage .nav-link{font-size:.82rem;color:var(--text-tertiary);text-decoration:none;padding:6px 10px;border-radius:8px;background:rgba(0,0,0,0);border:none;transition:color .2s}.homepage .nav-link:hover{color:var(--text-primary)}.homepage .nav-dropdown-wrapper{position:relative}.homepage .nav-chevron{width:12px;height:12px;transition:transform .2s}.homepage .nav-chevron-open{transform:rotate(180deg)}.homepage .nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:8px;min-width:220px;background:rgba(15,23,42,.95);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.3);overflow:hidden;z-index:50}.homepage .nav-dropdown-item{display:flex;align-items:center;gap:10px;padding:12px 16px;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.82rem;transition:background .2s;cursor:pointer}.homepage .nav-dropdown-item:hover{background:hsla(0,0%,100%,.1);color:#fff}.homepage .nav-dropdown-item+.nav-dropdown-item{border-top:1px solid hsla(0,0%,100%,.05)}.homepage .nav-signin{padding:8px 16px;border-radius:12px;background:linear-gradient(90deg,#a855f7,#3b82f6);color:#fff;font-weight:500;font-size:.875rem;text-decoration:none;transition:all .3s;border:none}.homepage .nav-signin:hover{background:linear-gradient(90deg,#9333ea,#2563eb);transform:scale(1.05)}.homepage .nav-icon-link{display:flex;align-items:center;gap:5px}.homepage .nav-icon{width:14px;height:14px}.homepage .center-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;min-height:0}.homepage .hero{text-align:center;margin-bottom:32px}.homepage .hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:16px}.homepage .hero h1 .hero-name{font-size:1.3em;display:block;margin-bottom:2px}.homepage .hero h1 em{font-style:normal;color:var(--text-secondary)}.homepage .hero-sub{font-size:1rem;color:var(--text-tertiary);max-width:480px;line-height:1.7;margin:0 auto}.homepage .hero-sub em{font-style:italic;color:var(--text-primary)}.homepage .input-card{width:100%;max-width:720px;background:var(--bg-depth-2);border:1px solid var(--border-color);border-radius:18px;padding:4px;transition:border-color .3s,box-shadow .3s}.homepage .input-card:focus-within{border-color:rgba(156,125,255,.25);box-shadow:0 0 0 1px rgba(156,125,255,.08),0 12px 48px -8px rgba(0,0,0,.6)}.homepage .chat-textarea{width:100%;min-height:114px;max-height:200px;resize:none;background:rgba(0,0,0,0);border:none;border-radius:14px;padding:16px 18px 8px;color:var(--text-primary);font-size:15px;font-family:inherit;line-height:1.5;outline:none}.homepage .chat-textarea::placeholder{color:#555}.homepage .inspo-strip{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;margin:0 4px;border-top:1px solid hsla(0,0%,100%,.05);gap:12px;flex-wrap:wrap}.homepage .inspo-strip-label{display:flex;align-items:center;gap:6px;font-size:.76rem;color:#666;white-space:nowrap;position:relative;cursor:default}.homepage .inspo-strip-label svg{color:#555;flex-shrink:0}.homepage .inspo-strip-label:hover .inspo-tooltip{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.homepage .inspo-rec{font-size:.65rem;font-weight:500;color:#888;font-style:italic}.homepage .inspo-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%) translateY(4px);width:260px;padding:10px 14px;background:var(--bg-depth-3);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;font-size:.73rem;font-weight:400;color:var(--text-secondary);line-height:1.5;white-space:normal;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:0 8px 24px -4px rgba(0,0,0,.5);z-index:10}.homepage .inspo-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid rgba(0,0,0,0);border-top:6px solid var(--bg-depth-3)}.homepage .inspo-strip-links{display:flex;align-items:center;gap:4px}.homepage .inspo-strip-links a{font-size:.72rem;color:var(--accent-500);text-decoration:none;padding:3px 10px;border-radius:6px;border:1px solid rgba(156,125,255,.15);background:rgba(156,125,255,.04);transition:all .2s;white-space:nowrap}.homepage .inspo-strip-links a:hover{border-color:rgba(156,125,255,.3);background:rgba(156,125,255,.08);color:var(--accent-600)}.homepage .input-card-upload{margin:0 4px}.homepage .input-card-upload .upload-area{border-radius:12px;border-color:hsla(0,0%,100%,.05);border-style:dashed;background:hsla(0,0%,100%,.015)}.homepage .input-card-upload .opt-tag,.homepage .input-card-upload .upload-context,.homepage .input-card-upload .upload-rec,.homepage .input-card-upload .upload-resources,.homepage .input-card-upload .upload-sub,.homepage .input-card-upload .upload-why{display:none!important}.homepage .input-card-upload .upload-zone{padding:14px 16px}.homepage .input-card-upload .upload-icon{width:32px;height:32px;margin-bottom:6px;background:hsla(0,0%,100%,.03);border-color:hsla(0,0%,100%,.06)}.homepage .input-card-upload .upload-icon svg{width:16px;height:16px}.homepage .input-card-upload .upload-title{font-size:.82rem;font-weight:500}.homepage .input-card-upload .upload-spec{font-size:.68rem;color:#555}.homepage .input-card-bar{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 8px;gap:8px}.homepage .input-card-left{display:flex;align-items:center;gap:8px;min-width:0}.homepage .file-count{font-size:.73rem;color:var(--accent-500);font-weight:500;white-space:nowrap}.homepage .upload-area{border:1.5px dashed var(--border-color);border-radius:14px;padding:0;text-align:center;cursor:pointer;transition:all .25s;display:flex;flex-direction:column;overflow:hidden;position:relative}.homepage .upload-area:hover{border-color:var(--border-active);background:var(--bg-depth-4)}.homepage .upload-zone{padding:20px 24px 18px;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:border-color .2s,background .2s}.homepage .upload-zone.dragging{background:hsla(0,0%,100%,.04);outline:2px dashed var(--text-secondary);outline-offset:-4px}.homepage .upload-context{background:var(--bg-depth-2)}.homepage .upload-context,.homepage .upload-resources{padding:10px 20px;border-top:1px solid var(--border-color)}.homepage .upload-resources{background:var(--bg-depth-3)}.homepage .upload-rec{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#facc15;background:rgba(250,204,21,.1);padding:4px 12px;border-radius:12px;margin-bottom:12px;display:inline-block;animation:pulse-glow 2.5s ease-in-out infinite}.homepage .upload-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:12px;background:var(--bg-depth-4);display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color)}.homepage .upload-icon svg{width:24px;height:24px;color:var(--text-secondary)}.homepage .upload-title{font-size:1.05rem;font-weight:600;margin-bottom:4px}.homepage .upload-sub{font-size:.84rem;color:var(--text-secondary);font-weight:500;margin-bottom:10px}.homepage .upload-why{font-size:.8rem;color:var(--text-tertiary);margin-top:0;line-height:1.6;max-width:360px;text-align:center}.homepage .upload-why strong{color:var(--text-secondary);font-weight:600}.homepage .upload-spec{font-size:.72rem;color:#6b7280;margin-top:8px}.homepage .inspo-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:center}.homepage .inspo-lbl{font-size:.74rem;color:var(--text-tertiary);font-weight:500}.homepage .inspo-link{font-size:.76rem;color:var(--accent-500);text-decoration:none;padding:4px 10px;border:1px solid rgba(156,125,255,.12);border-radius:6px;transition:all .2s}.homepage .inspo-link:hover{border-color:rgba(156,125,255,.22);background:rgba(156,125,255,.05);color:var(--accent-600)}.homepage .plugin-row{font-size:.74rem;color:var(--text-tertiary);text-align:center;line-height:1.5}.homepage .plugin-row a{color:#22c55e;text-decoration:none;border-bottom:1px dashed rgba(34,197,94,.3)}.homepage .opt-tag{position:absolute;top:12px;right:12px;font-size:.56rem;color:var(--text-tertiary);background:var(--bg-depth-1);padding:2px 7px;border-radius:4px;border:1px solid var(--border-color);z-index:10;pointer-events:none}.homepage .build-btn{padding:9px 22px;border-radius:10px;background:var(--accent-600);border:none;color:#fff;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit;letter-spacing:.01em;white-space:nowrap;flex-shrink:0}.homepage .build-btn:hover{background:var(--accent-500);box-shadow:0 4px 16px -4px rgba(138,95,255,.4)}.homepage .build-btn:active{transform:scale(.97)}.homepage .build-btn:disabled{opacity:.35;cursor:not-allowed;transform:none;box-shadow:none}.homepage .build-btn:focus-visible{outline:2px solid var(--accent-500);outline-offset:2px}.homepage .hp-footer{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;font-size:.72rem;color:#555}.homepage .hp-footer a{color:#666;text-decoration:none;transition:color .2s}.homepage .hp-footer a:hover{color:var(--text-tertiary)}.homepage .hp-footer .footer-sep{color:#444}.homepage .nav-hamburger{display:none;padding:8px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:background .2s}.homepage .nav-hamburger:hover{background:hsla(0,0%,100%,.2)}.homepage .nav-mobile-menu{display:none}.homepage .nav-mobile-link{display:block;padding:12px 16px;border-radius:8px;color:hsla(0,0%,100%,.8);text-decoration:none;font-size:.9rem;transition:background .2s}.homepage .nav-mobile-link:hover{background:hsla(0,0%,100%,.1)}.homepage .nav-mobile-section-label{padding:4px 16px;font-size:.7rem;font-weight:600;color:hsla(0,0%,100%,.35);text-transform:uppercase;letter-spacing:.05em}.homepage .nav-mobile-link-indent{padding-left:28px}.homepage .nav-mobile-divider{border-top:1px solid hsla(0,0%,100%,.1);margin:4px 0}.homepage .nav-mobile-login{background:linear-gradient(to right,var(--accent-600),var(--accent-500));color:#fff;text-align:center;margin-top:4px}.homepage .nav-mobile-login:hover{opacity:.9}@media(max-width:768px){.homepage .hp-nav{padding:12px 16px}.homepage .nav-center,.homepage .nav-right{display:none}.homepage .nav-hamburger{display:flex;align-items:center;justify-content:center}.homepage .nav-mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgba(10,10,15,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:8px;gap:2px}.homepage .center-stage{justify-content:flex-start;padding:88px 16px 24px}.homepage .hero{margin-bottom:24px}.homepage .input-card{border-radius:14px}.homepage .input-hint{padding:0 8px}}.why-juliet-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000!important;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;z-index:0;isolation:isolate;--bg-depth-1:#000;--bg-depth-2:#030303;--bg-depth-3:#111827;--bg-depth-4:rgba(255,255,255,0.03);--text-primary:#fff;--text-secondary:#d1d5db;--text-tertiary:#9ca3af;--border-color:rgba(255,255,255,0.08);--border-active:rgba(255,255,255,0.2);--accent-500:#9c7dff;--accent-600:#8a5fff;--backdrop-blur:blur(16px);--shadow-glass:0 8px 32px rgba(0,0,0,0.3)}.why-juliet-page *{margin:0;padding:0;box-sizing:border-box}.why-juliet-page ::selection{background:hsla(0,0%,100%,.2)}.why-juliet-page .mono{font-family:SF Mono,SFMono-Regular,ui-monospace,Cascadia Mono,Menlo,monospace}.why-juliet-page .wj-nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.1)}.why-juliet-page .wj-nav-logo{font-size:1.1rem;font-weight:800;letter-spacing:-.03em;color:#fff;text-decoration:none}.why-juliet-page .wj-nav-logo span{color:#fff;font-size:1.2rem}.why-juliet-page .wj-nav-right{display:flex;align-items:center;gap:16px}.why-juliet-page .wj-nav-link{display:flex;align-items:center;gap:5px;font-size:.78rem;color:#a0a0a0;text-decoration:none;transition:color .2s}.why-juliet-page .wj-nav-link:hover{color:#fff}.why-juliet-page .wj-nav-icon{width:14px;height:14px}.why-juliet-page .wj-nav-back{font-size:.9rem;color:#a0a0a0;text-decoration:none;transition:all .2s;padding:8px 16px;border-radius:8px;font-weight:500}.why-juliet-page .wj-nav-back:hover{color:#fff;background:hsla(0,0%,100%,.08)}.why-juliet-page .wj-page{max-width:900px;margin:0 auto;padding:160px 48px 120px}.why-juliet-page .wj-title{font-size:clamp(3rem,6vw,5rem);font-weight:900;letter-spacing:-.06em;line-height:1;margin-bottom:32px;color:#fff}.why-juliet-page .wj-title em{font-style:normal;color:#e0e0e0}.why-juliet-page .wj-intro{font-size:1.3rem;color:#b0b0b0;line-height:1.7;margin-bottom:100px;max-width:750px;font-weight:400}.why-juliet-page .wj-intro strong{color:#fff;font-weight:700}.why-juliet-page .wj-section{margin-bottom:100px;padding:0}.why-juliet-page .wj-section-tag{font-size:.7rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:gray;margin-bottom:24px;display:block}.why-juliet-page .wj-section h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.04em;margin-bottom:32px;line-height:1.1;color:#fff}.why-juliet-page .wj-section h2 em{font-style:normal;color:#e0e0e0}.why-juliet-page .wj-section p{font-size:1.15rem;color:#b0b0b0;line-height:1.8;margin-bottom:24px;font-weight:400}.why-juliet-page .wj-section p .accent,.why-juliet-page .wj-section p strong{color:#fff;font-weight:700}.why-juliet-page .wj-pull-quote{border-left:4px solid #fff;padding:32px 0 32px 40px;margin:48px 0;font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.3}.why-juliet-page .wj-pull-quote em{font-style:normal;color:#e0e0e0}.why-juliet-page .wj-not-list{margin:40px 0;display:flex;flex-direction:column;gap:16px}.why-juliet-page .wj-not-item{display:flex;align-items:center;gap:16px;font-size:1.05rem;color:#b0b0b0;line-height:1.6;padding:24px 28px;background:#0a0a0a;border:2px solid hsla(0,0%,100%,.15);border-radius:12px;transition:all .2s;font-weight:400}.why-juliet-page .wj-not-item:hover{background:#0f0f0f;border-color:hsla(0,0%,100%,.25)}.why-juliet-page .wj-not-item strong{color:#fff;font-weight:700}.why-juliet-page .wj-not-icon{font-size:1rem;color:#fff;flex-shrink:0;font-weight:800;opacity:.6}.why-juliet-page .wj-contrast-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:56px 0}.why-juliet-page .wj-contrast-col{padding:44px 40px;position:relative;border:2px solid hsla(0,0%,100%,.15);border-radius:16px}.why-juliet-page .wj-contrast-col.them{background:#0a0a0a}.why-juliet-page .wj-contrast-col.us{background:#121212}.why-juliet-page .wj-contrast-col.us .wj-contrast-label{color:#fff}.why-juliet-page .wj-contrast-col.us .wj-contrast-item{color:#e0e0e0;font-weight:500}.why-juliet-page .wj-contrast-col.us .wj-contrast-item:before{color:#a0a0a0}.why-juliet-page .wj-contrast-label{font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin-bottom:32px;display:block;color:gray;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.why-juliet-page .wj-contrast-item{font-size:1.05rem;color:#909090;margin-bottom:18px;padding-left:24px;position:relative;line-height:1.7;font-weight:400}.why-juliet-page .wj-contrast-item:before{content:"—";position:absolute;left:0;top:0;font-weight:400;color:#606060}.why-juliet-page .wj-disciplines{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:56px 0}.why-juliet-page .wj-disc{padding:36px;border-radius:16px;border:2px solid hsla(0,0%,100%,.15);background:#0f0f0f;transition:all .25s}.why-juliet-page .wj-disc:hover{border-color:hsla(0,0%,100%,.3);background:#141414;transform:translateY(-2px)}.why-juliet-page .wj-disc-name{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}.why-juliet-page .wj-disc-what{font-size:1.02rem;color:#b0b0b0;line-height:1.7;margin-bottom:14px;font-weight:400}.why-juliet-page .wj-disc-who{font-size:.88rem;color:gray;margin-top:14px;font-style:italic;font-weight:500}.why-juliet-page .wj-t-visual{margin:80px 0;text-align:center;padding:60px}.why-juliet-page .wj-t-bar{background:#fff;height:5px;border-radius:3px;margin-bottom:0;opacity:.8}.why-juliet-page .wj-t-bar-label{font-size:.8rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-bottom:20px}.why-juliet-page .wj-t-stem{width:5px;height:140px;background:#fff;margin:0 auto;border-radius:3px;opacity:.8}.why-juliet-page .wj-t-stem-label{font-size:.8rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-top:20px}.why-juliet-page .wj-divider{height:1px;background:hsla(0,0%,100%,.1);margin:100px 0}.why-juliet-page .wj-cta{text-align:center;padding:80px 60px;background:#0f0f0f;border-radius:24px;border:2px solid hsla(0,0%,100%,.2);margin-top:100px}.why-juliet-page .wj-cta h2{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:900;letter-spacing:-.04em;margin-bottom:24px;line-height:1.1;color:#fff}.why-juliet-page .wj-cta h2 em{font-style:normal;color:#e0e0e0}.why-juliet-page .wj-cta p{font-size:1.2rem;color:#b0b0b0;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;font-weight:400}.why-juliet-page .wj-cta-btn{display:inline-block;padding:20px 48px;border-radius:14px;background:#fff;color:#000;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .25s;letter-spacing:-.02em;border:2px solid #fff}.why-juliet-page .wj-cta-btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px hsla(0,0%,100%,.3);background:#f5f5f5}.why-juliet-page .wj-faq-section{margin-bottom:100px}.why-juliet-page .wj-faq-list{display:flex;flex-direction:column;gap:16px;margin-top:40px}.why-juliet-page .wj-faq-item{background:#0f0f0f;border:2px solid hsla(0,0%,100%,.15);border-radius:14px;overflow:hidden;transition:all .25s}.why-juliet-page .wj-faq-item.open{border-color:hsla(0,0%,100%,.25)}.why-juliet-page .wj-faq-item.open .wj-faq-icon{transform:rotate(45deg);color:#fff}.why-juliet-page .wj-faq-item.open .wj-faq-answer{max-height:500px}.why-juliet-page .wj-faq-question{padding:28px 32px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all .2s;background:none;border:none;width:100%;text-align:left;font-family:inherit;color:inherit}.why-juliet-page .wj-faq-question:hover{background:#141414}.why-juliet-page .wj-faq-q-text{font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1.4}.why-juliet-page .wj-faq-icon{font-size:1.4rem;color:gray;transition:transform .3s;flex-shrink:0;font-weight:300}.why-juliet-page .wj-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.why-juliet-page .wj-faq-a-content{padding:0 32px 32px;font-size:1.05rem;color:#b0b0b0;line-height:1.8}.why-juliet-page .wj-faq-a-content strong{color:#fff;font-weight:700}.why-juliet-page .wj-fade-in{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.why-juliet-page .wj-fade-in.visible{opacity:1;transform:translateY(0)}.why-juliet-page .wj-footer{text-align:center;padding:80px 48px 60px;border-top:1px solid hsla(0,0%,100%,.1);font-size:.75rem;color:#606060;letter-spacing:.1em;font-weight:600}@media(max-width:768px){.why-juliet-page .wj-page{padding:140px 28px 80px}.why-juliet-page .wj-section{margin-bottom:80px}.why-juliet-page .wj-disciplines{grid-template-columns:1fr}.why-juliet-page .wj-contrast-grid{grid-template-columns:1fr;gap:16px}.why-juliet-page .wj-not-list{gap:12px}.why-juliet-page .wj-cta{padding:60px 32px}.why-juliet-page .wj-pull-quote{padding:24px 0 24px 28px;font-size:1.2rem}.why-juliet-page .wj-title{font-size:clamp(2.2rem,10vw,3.5rem)}.why-juliet-page .wj-intro{font-size:1.1rem}.why-juliet-page .wj-section h2{font-size:clamp(1.6rem,7vw,2.2rem)}.why-juliet-page .wj-section p{font-size:1.05rem}}.aeo-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000!important;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;z-index:0;isolation:isolate;--bg-depth-1:#000;--bg-depth-2:#030303;--bg-depth-3:#0a0a0a;--bg-depth-4:#111;--text-primary:#fff;--text-secondary:#d1d5db;--text-tertiary:#9ca3af;--text-dim:#666;--border-color:rgba(255,255,255,0.08);--border-active:rgba(255,255,255,0.2);--accent:#4c6ef5;--accent-light:#5c7cfa;--accent-glow:rgba(76,110,245,0.3);--accent-purple:#7c3aed;--accent-purple-light:#8b5cf6;--red-500:#ef4444;--red-400:#f87171;--red-bg:rgba(239,68,68,0.08);--red-border:rgba(239,68,68,0.2);--amber-500:#f59e0b;--amber-400:#fbbf24;--amber-bg:rgba(245,158,11,0.08);--amber-border:rgba(245,158,11,0.2);--green-500:#22c55e;--green-400:#4ade80;--green-bg:rgba(34,197,94,0.08);--green-border:rgba(34,197,94,0.2)}.aeo-page *{margin:0;padding:0;box-sizing:border-box}.aeo-page ::selection{background:rgba(76,110,245,.3)}.aeo-page .aeo-hero-section{padding:140px 24px 80px;background:radial-gradient(ellipse at top,rgba(76,110,245,.08) 0,transparent 60%)}.aeo-page .aeo-hero-inner{max-width:900px;margin:0 auto;text-align:center}.aeo-page .aeo-urgency-badge{display:inline-flex;align-items:center;gap:8px;background:var(--red-bg);border:1px solid var(--red-border);color:var(--red-400);font-size:.85rem;padding:6px 16px;border-radius:999px;margin-bottom:24px;font-weight:500}.aeo-page .aeo-urgency-icon{width:16px;height:16px;flex-shrink:0}.aeo-page .aeo-hero-title{font-size:clamp(2.5rem,5.5vw,3.75rem);font-weight:900;letter-spacing:-.04em;line-height:1.1;margin-bottom:24px;color:#fff}.aeo-page .aeo-hero-title em{font-style:normal;background:linear-gradient(135deg,var(--accent) 0,var(--accent-purple) 50%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.aeo-page .aeo-hero-subtitle{font-size:1.2rem;color:#9ca3af;max-width:700px;margin:0 auto 16px;line-height:1.7}.aeo-page .aeo-hero-subtext{font-size:1.05rem;color:#6b7280;max-width:500px;margin:0 auto 40px}.aeo-page .aeo-hero-form-wrapper{max-width:680px;margin:0 auto}.aeo-page .aeo-hero-form{width:100%}.aeo-page .aeo-hero-input-wrap{display:flex;align-items:center;background:var(--bg-depth-3);border:2px solid hsla(0,0%,100%,.1);border-radius:16px;padding:6px;transition:border-color .3s,box-shadow .3s}.aeo-page .aeo-hero-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow)}.aeo-page .aeo-hero-input-icon{padding:0 8px 0 12px;color:#6b7280}.aeo-page .aeo-hero-input-icon svg{width:20px;height:20px}.aeo-page .aeo-hero-input{flex:1;padding:14px 8px;background:rgba(0,0,0,0);border:none;outline:none;color:#fff;font-size:1.05rem;font-family:inherit}.aeo-page .aeo-hero-input::placeholder{color:#4b5563}.aeo-page .aeo-hero-input--email{padding-left:16px}.aeo-page .aeo-hero-btn{padding:14px 28px;border-radius:12px;background:var(--accent);color:#fff;border:none;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .25s;animation:pulse-glow 2s infinite}.aeo-page .aeo-hero-btn:hover:not(:disabled){background:var(--accent-light);transform:translateY(-1px)}.aeo-page .aeo-hero-btn:disabled{opacity:.4;cursor:not-allowed;animation:none}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 12px rgba(76,110,245,0)}}.aeo-page .aeo-hero-error{color:var(--red-400);font-size:.88rem;margin-top:12px;text-align:center}.aeo-page .aeo-hero-note{text-align:center;font-size:.85rem;color:#6b7280;margin-top:12px}.aeo-page .aeo-hero-card{background:var(--bg-depth-3);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:40px;text-align:left}.aeo-page .aeo-hero-card:hover{border-color:hsla(0,0%,100%,.15)}.aeo-page .aeo-hero-card-title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:20px;letter-spacing:-.02em}.aeo-page .aeo-hero-email-form{width:100%}.aeo-page .aeo-confirmed-url{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:rgba(76,110,245,.08);border:1px solid rgba(76,110,245,.2);margin-bottom:28px;overflow:hidden}.aeo-page .aeo-confirmed-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-light);flex-shrink:0}.aeo-page .aeo-confirmed-value{font-size:.9rem;color:#d1d5db;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aeo-page .aeo-captcha-wrapper{margin-top:20px;display:flex;justify-content:center}.aeo-page .aeo-progress-list{display:flex;flex-direction:column;gap:4px}.aeo-page .aeo-progress-item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.05);transition:opacity .3s}.aeo-page .aeo-progress-item:last-child{border-bottom:none}.aeo-page .aeo-progress-pending{opacity:.35}.aeo-page .aeo-progress-in_progress{opacity:1}.aeo-page .aeo-progress-in_progress .aeo-progress-label{color:#fff}.aeo-page .aeo-progress-complete{opacity:1}.aeo-page .aeo-progress-complete .aeo-progress-icon{color:#34d399}.aeo-page .aeo-progress-complete .aeo-progress-label{color:#9ca3af}.aeo-page .aeo-progress-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.aeo-page .aeo-progress-icon svg{width:18px;height:18px}.aeo-page .aeo-progress-label{font-size:1rem;font-weight:500;color:gray;transition:color .3s}.aeo-page .aeo-spinner{width:18px;height:18px;border:2px solid rgba(76,110,245,.2);border-top:2px solid var(--accent-light);border-radius:50%;animation:aeo-spin .8s linear infinite}@keyframes aeo-spin{to{transform:rotate(1turn)}}.aeo-page .aeo-pending-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.15)}.aeo-page .aeo-error-block{margin-top:24px;padding:20px;border-radius:12px;background:var(--red-bg);border:1px solid var(--red-border);text-align:center}.aeo-page .aeo-error-block p{color:var(--red-400);font-size:.95rem;margin-bottom:16px}.aeo-page .aeo-retry-btn{padding:10px 24px;border-radius:10px;background:hsla(0,0%,100%,.08);color:#fff;border:1px solid hsla(0,0%,100%,.15);font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.aeo-page .aeo-retry-btn:hover{background:hsla(0,0%,100%,.12)}.aeo-page .aeo-ready-card{text-align:center;padding:60px 40px}.aeo-page .aeo-ready-icon{width:56px;height:56px;border-radius:50%;background:rgba(52,211,153,.12);border:2px solid rgba(52,211,153,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#34d399}.aeo-page .aeo-ready-icon svg{width:28px;height:28px}.aeo-page .aeo-trust-bar{border-top:1px solid hsla(0,0%,100%,.06);border-bottom:1px solid hsla(0,0%,100%,.06);background:var(--bg-depth-3);padding:16px 24px}.aeo-page .aeo-trust-inner{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px}.aeo-page .aeo-trust-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#9ca3af}.aeo-page .aeo-trust-check{width:16px;height:16px;color:var(--accent)}.aeo-page .aeo-section{padding:80px 24px}.aeo-page .aeo-section--alt{background:var(--bg-depth-3)}.aeo-page .aeo-section-inner{max-width:1000px;margin:0 auto}.aeo-page .aeo-section-inner--narrow{max-width:860px}.aeo-page .aeo-section-inner--wide{max-width:1200px}.aeo-page .aeo-section-header{text-align:center;margin-bottom:40px}.aeo-page .aeo-section-title{font-size:clamp(1.5rem,3.5vw,1.9rem);font-weight:800;letter-spacing:-.03em;text-align:center;margin-bottom:16px;color:#fff}.aeo-page .aeo-section-subtitle{font-size:1rem;color:#9ca3af;text-align:center;max-width:700px;margin:0 auto 48px;line-height:1.6}.aeo-page .aeo-section-subtitle-lg{font-size:1.15rem;color:#9ca3af;max-width:800px;margin:0 auto;line-height:1.7}.aeo-page .aeo-section-subtitle-lg strong{color:var(--accent)}.aeo-page .aeo-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.aeo-page .aeo-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.aeo-page .aeo-stats-grid{grid-template-columns:1fr}}.aeo-page .aeo-stat-card{background:var(--bg-depth-3);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:24px;text-align:center}.aeo-page .aeo-stat-number{font-size:2.5rem;font-weight:900;letter-spacing:-.03em;margin-bottom:8px}.aeo-page .aeo-stat-red{color:var(--red-500)}.aeo-page .aeo-stat-amber{color:var(--amber-500)}.aeo-page .aeo-stat-blue{color:var(--accent)}.aeo-page .aeo-stat-green{color:var(--green-500)}.aeo-page .aeo-stat-label{font-size:.875rem;font-weight:500;color:#d1d5db;margin-bottom:8px}.aeo-page .aeo-stat-note{font-size:.75rem;color:#6b7280}.aeo-page .aeo-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:768px){.aeo-page .aeo-compare-grid{grid-template-columns:1fr}}.aeo-page .aeo-compare-card{border-radius:16px;padding:24px}.aeo-page .aeo-compare-card h3{font-weight:700;font-size:1rem;margin-bottom:16px}.aeo-page .aeo-compare-card ul{list-style:none;display:flex;flex-direction:column;gap:12px}.aeo-page .aeo-compare-card li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;line-height:1.5}.aeo-page .aeo-compare-card--losing{background:var(--red-bg);border:1px solid var(--red-border)}.aeo-page .aeo-compare-card--losing h3{color:var(--red-400)}.aeo-page .aeo-compare-card--losing li{color:rgba(248,113,113,.9)}.aeo-page .aeo-compare-card--winning{background:var(--green-bg);border:1px solid var(--green-border)}.aeo-page .aeo-compare-card--winning h3{color:var(--green-400)}.aeo-page .aeo-compare-card--winning li{color:rgba(74,222,128,.9)}.aeo-page .aeo-plus,.aeo-page .aeo-x{font-weight:700;margin-top:1px;flex-shrink:0}.aeo-page .aeo-cta-link-wrap{text-align:center;margin-top:32px}.aeo-page .aeo-cta-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent-light);font-weight:600;font-size:.95rem;background:none;border:none;cursor:pointer;font-family:inherit;transition:color .2s}.aeo-page .aeo-cta-link svg{width:16px;height:16px}.aeo-page .aeo-cta-link:hover{color:#fff}.aeo-page .aeo-report-tabs{display:flex;justify-content:center;gap:4px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto}.aeo-page .aeo-report-tab{padding:12px 24px;font-size:.875rem;font-family:inherit;background:none;cursor:pointer;color:#6b7280;border:none;border-bottom:3px solid rgba(0,0,0,0);transition:all .2s;border-radius:8px 8px 0 0}.aeo-page .aeo-report-tab:hover{background:hsla(0,0%,100%,.04)}.aeo-page .aeo-report-tab.aeo-report-tab--active{border-bottom-color:var(--accent);color:var(--accent-light);font-weight:700}.aeo-page .aeo-report{background:var(--bg-depth-3);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;overflow:hidden;max-width:1000px;margin:0 auto}.aeo-page .aeo-report-header{padding:24px 32px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.aeo-page .aeo-report-header--plg{background:linear-gradient(135deg,var(--accent) 0,var(--accent-purple) 100%)}.aeo-page .aeo-report-header--enterprise{background:linear-gradient(135deg,#1e293b,#334155)}.aeo-page .aeo-report-header--dtc{background:linear-gradient(135deg,#e11d48,#ec4899)}.aeo-page .aeo-report-header-info{flex:1}.aeo-page .aeo-report-meta{display:flex;align-items:center;gap:12px;margin-bottom:8px}.aeo-page .aeo-report-meta p{font-size:.85rem;opacity:.7;color:#fff}.aeo-page .aeo-report-tag{background:hsla(0,0%,100%,.2);font-size:.72rem;padding:2px 8px;border-radius:999px;color:#fff}.aeo-page .aeo-report-url{font-size:1.4rem;font-weight:700;color:#fff}.aeo-page .aeo-report-date{font-size:.8rem;color:hsla(0,0%,100%,.5);margin-top:4px}.aeo-page .aeo-report-score-ring{width:96px;height:96px;flex-shrink:0}.aeo-page .aeo-report-score-inner,.aeo-page .aeo-report-score-ring{border-radius:50%;display:flex;align-items:center;justify-content:center}.aeo-page .aeo-report-score-inner{width:80px;height:80px;background:#fff;flex-direction:column}.aeo-page .aeo-report-score-num{font-size:1.75rem;font-weight:900;line-height:1}.aeo-page .aeo-report-score-max{font-size:.72rem;color:#6b7280}.aeo-page .aeo-report-verdict{margin:24px 32px 0;padding:16px;border-radius:12px;display:flex;align-items:flex-start;gap:12px}.aeo-page .aeo-report-verdict--red{background:var(--red-bg);border:1px solid var(--red-border)}.aeo-page .aeo-report-verdict--amber{background:var(--amber-bg);border:1px solid var(--amber-border)}.aeo-page .aeo-report-verdict--green{background:var(--green-bg);border:1px solid var(--green-border)}.aeo-page .aeo-verdict-icon{width:20px;height:20px;margin-top:2px;flex-shrink:0}.aeo-page .aeo-report-verdict--red .aeo-verdict-icon{color:var(--red-500)}.aeo-page .aeo-report-verdict--amber .aeo-verdict-icon{color:var(--amber-500)}.aeo-page .aeo-report-verdict--green .aeo-verdict-icon{color:var(--green-500)}.aeo-page .aeo-verdict-title{font-size:.875rem;font-weight:600;margin-bottom:4px}.aeo-page .aeo-report-verdict--red .aeo-verdict-title{color:var(--red-400)}.aeo-page .aeo-report-verdict--amber .aeo-verdict-title{color:var(--amber-400)}.aeo-page .aeo-report-verdict--green .aeo-verdict-title{color:var(--green-400)}.aeo-page .aeo-verdict-desc{font-size:.85rem;line-height:1.5}.aeo-page .aeo-report-verdict--red .aeo-verdict-desc{color:rgba(248,113,113,.8)}.aeo-page .aeo-report-verdict--amber .aeo-verdict-desc{color:rgba(251,191,36,.8)}.aeo-page .aeo-report-verdict--green .aeo-verdict-desc{color:rgba(74,222,128,.8)}.aeo-page .aeo-report-body{padding:24px 32px 32px}.aeo-page .aeo-report-columns{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}@media(max-width:768px){.aeo-page .aeo-report-columns{grid-template-columns:1fr}}.aeo-page .aeo-report-section-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:12px}.aeo-page .aeo-scores-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:500px){.aeo-page .aeo-scores-grid{grid-template-columns:1fr}}.aeo-page .aeo-score-bar{background:hsla(0,0%,100%,.03);border-radius:10px;padding:12px}.aeo-page .aeo-score-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.aeo-page .aeo-score-bar-label{font-size:.75rem;font-weight:500;color:#9ca3af}.aeo-page .aeo-score-bar-value{font-size:.85rem;font-weight:700}.aeo-page .aeo-score-bar-value--red{color:var(--red-500)}.aeo-page .aeo-score-bar-value--amber{color:var(--amber-500)}.aeo-page .aeo-score-bar-value--green{color:var(--green-500)}.aeo-page .aeo-score-bar-track{width:100%;height:6px;background:hsla(0,0%,100%,.08);border-radius:999px}.aeo-page .aeo-score-bar-fill{height:6px;border-radius:999px;transition:width .6s ease}.aeo-page .aeo-score-bar-fill--red{background:var(--red-500)}.aeo-page .aeo-score-bar-fill--amber{background:var(--amber-500)}.aeo-page .aeo-score-bar-fill--green{background:var(--green-500)}.aeo-page .aeo-score-bar-note{font-size:.65rem;color:#6b7280;margin-top:4px;line-height:1.4}.aeo-page .aeo-platform-list{display:flex;flex-direction:column;gap:8px}.aeo-page .aeo-platform-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:hsla(0,0%,100%,.03);border-radius:8px}.aeo-page .aeo-platform-row-name{font-size:.78rem;font-weight:500;color:#d1d5db}.aeo-page .aeo-platform-row-status{display:flex;align-items:center;gap:6px}.aeo-page .aeo-platform-dot{width:8px;height:8px;border-radius:50%}.aeo-page .aeo-platform-dot--green{background:var(--green-400)}.aeo-page .aeo-platform-dot--amber{background:var(--amber-400)}.aeo-page .aeo-platform-dot--red{background:var(--red-400)}.aeo-page .aeo-platform-status-text{font-size:.75rem;font-weight:600}.aeo-page .aeo-platform-status-text--green{color:var(--green-500)}.aeo-page .aeo-platform-status-text--amber{color:var(--amber-500)}.aeo-page .aeo-platform-status-text--red{color:var(--red-500)}.aeo-page .aeo-competitor-box{margin-top:12px;padding:12px;border-radius:10px}.aeo-page .aeo-competitor-box--red{background:var(--red-bg);border:1px solid var(--red-border)}.aeo-page .aeo-competitor-box--amber{background:var(--amber-bg);border:1px solid var(--amber-border)}.aeo-page .aeo-competitor-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.aeo-page .aeo-competitor-box--red .aeo-competitor-label{color:var(--red-400)}.aeo-page .aeo-competitor-box--amber .aeo-competitor-label{color:var(--amber-400)}.aeo-page .aeo-competitor-list{display:flex;flex-direction:column;gap:4px}.aeo-page .aeo-competitor-row{display:flex;justify-content:space-between;font-size:.78rem;color:#d1d5db}.aeo-page .aeo-competitor-you{font-weight:600}.aeo-page .aeo-competitor-score--green{color:var(--green-500);font-weight:600}.aeo-page .aeo-competitor-score--amber{color:var(--amber-500);font-weight:600}.aeo-page .aeo-competitor-score--red{color:var(--red-500);font-weight:600}.aeo-page .aeo-report-fixes{border-top:1px solid hsla(0,0%,100%,.06);padding-top:20px}.aeo-page .aeo-fixes-list{display:flex;flex-direction:column;gap:10px}.aeo-page .aeo-fix-item{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:10px}.aeo-page .aeo-fix-item--red{background:var(--red-bg);border:1px solid var(--red-border)}.aeo-page .aeo-fix-item--amber{background:var(--amber-bg);border:1px solid var(--amber-border)}.aeo-page .aeo-fix-item--gray{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.aeo-page .aeo-fix-badge{font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-top:2px;color:#fff;flex-shrink:0}.aeo-page .aeo-fix-badge--red{background:var(--red-500)}.aeo-page .aeo-fix-badge--amber{background:var(--amber-500)}.aeo-page .aeo-fix-badge--gray{background:#6b7280}.aeo-page .aeo-fix-content{flex:1}.aeo-page .aeo-fix-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:600px){.aeo-page .aeo-fix-main{flex-direction:column}}.aeo-page .aeo-fix-title{font-size:.875rem;font-weight:600;color:#e5e7eb}.aeo-page .aeo-fix-desc{font-size:.78rem;color:#9ca3af;margin-top:4px;line-height:1.5}.aeo-page .aeo-fix-impact{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.aeo-page .aeo-fix-impact--red{background:rgba(239,68,68,.15);color:var(--red-400)}.aeo-page .aeo-fix-impact--amber{background:rgba(245,158,11,.15);color:var(--amber-400)}.aeo-page .aeo-fix-impact--gray,.aeo-page .aeo-fix-impact--green{background:rgba(34,197,94,.15);color:var(--green-400)}.aeo-page .aeo-fixes-more{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.78rem;color:#6b7280}.aeo-page .aeo-fixes-more svg{width:14px;height:14px}.aeo-page .aeo-report-cta{margin-top:24px;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px}@media(min-width:768px){.aeo-page .aeo-report-cta{flex-direction:row;align-items:center}}.aeo-page .aeo-report-cta--plg{background:linear-gradient(135deg,rgba(76,110,245,.1),rgba(124,58,237,.1));border:1px solid rgba(76,110,245,.2)}.aeo-page .aeo-report-cta--enterprise{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1)}.aeo-page .aeo-report-cta--dtc{background:linear-gradient(135deg,rgba(225,29,72,.1),rgba(236,72,153,.1));border:1px solid rgba(225,29,72,.2)}.aeo-page .aeo-report-cta-text{flex:1}.aeo-page .aeo-report-cta-title{font-weight:700;font-size:.95rem;color:#fff;margin-bottom:4px}.aeo-page .aeo-report-cta-desc{font-size:.85rem;color:#9ca3af;line-height:1.5}.aeo-page .aeo-report-cta-action{flex-shrink:0;text-align:center}.aeo-page .aeo-report-cta-btn{background:var(--accent);color:#fff;padding:12px 24px;border-radius:10px;border:none;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .2s}.aeo-page .aeo-report-cta-btn:hover{background:var(--accent-light);transform:translateY(-1px)}.aeo-page .aeo-report-cta-fine{font-size:.65rem;color:#6b7280;margin-top:6px}.aeo-page .aeo-cta-center{text-align:center;margin-top:40px}.aeo-page .aeo-cta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:14px 32px;border-radius:14px;border:none;font-size:1.1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s}.aeo-page .aeo-cta-btn svg{width:20px;height:20px}.aeo-page .aeo-cta-btn:hover{background:var(--accent-light);transform:translateY(-2px);box-shadow:0 8px 24px var(--accent-glow)}.aeo-page .aeo-cta-note{font-size:.85rem;color:#6b7280;margin-top:8px}.aeo-page .aeo-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:768px){.aeo-page .aeo-steps-grid{grid-template-columns:1fr}}.aeo-page .aeo-step{text-align:center}.aeo-page .aeo-step h3{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.aeo-page .aeo-step p{font-size:.875rem;color:#9ca3af;line-height:1.6}.aeo-page .aeo-step-number{width:56px;height:56px;background:rgba(76,110,245,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:1.5rem;font-weight:900;color:var(--accent)}.aeo-page .aeo-dimensions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:900px){.aeo-page .aeo-dimensions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.aeo-page .aeo-dimensions-grid{grid-template-columns:1fr}}.aeo-page .aeo-dim-card{background:var(--bg-depth-3);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:20px;transition:all .3s}.aeo-page .aeo-dim-card:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.15);box-shadow:0 8px 30px rgba(76,110,245,.08)}.aeo-page .aeo-dim-card h3{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:6px}.aeo-page .aeo-dim-card p{font-size:.78rem;color:#9ca3af;line-height:1.5}.aeo-page .aeo-platforms-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}@media(max-width:900px){.aeo-page .aeo-platforms-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:500px){.aeo-page .aeo-platforms-grid{grid-template-columns:repeat(2,1fr)}}.aeo-page .aeo-platform-card{background:var(--bg-depth-3);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:16px;text-align:center;transition:all .3s}.aeo-page .aeo-platform-card:hover{transform:translateY(-2px);border-color:hsla(0,0%,100%,.15)}.aeo-page .aeo-platform-name{font-size:.9rem;font-weight:600;color:#fff}.aeo-page .aeo-platform-stat{font-size:.78rem;color:#9ca3af;margin-top:4px}.aeo-page .aeo-platform-note{font-size:.72rem;color:#6b7280;margin-top:4px}.aeo-page .aeo-before-after{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:40px 0}@media(max-width:768px){.aeo-page .aeo-before-after{grid-template-columns:1fr}}.aeo-page .aeo-ba-card{border-radius:20px;overflow:hidden}.aeo-page .aeo-ba-card--without{border:2px solid var(--red-border)}.aeo-page .aeo-ba-card--with{border:2px solid var(--green-border);box-shadow:0 0 40px rgba(34,197,94,.08)}.aeo-page .aeo-ba-header{padding:20px 24px;display:flex;align-items:center;justify-content:space-between}.aeo-page .aeo-ba-header--red{background:var(--red-bg);border-bottom:1px solid var(--red-border)}.aeo-page .aeo-ba-header--green{background:var(--green-bg);border-bottom:1px solid var(--green-border)}.aeo-page .aeo-ba-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.aeo-page .aeo-ba-header--red .aeo-ba-label{color:var(--red-500)}.aeo-page .aeo-ba-header--green .aeo-ba-label{color:var(--green-500)}.aeo-page .aeo-ba-score{font-size:1.15rem;font-weight:700;margin-top:4px}.aeo-page .aeo-ba-header--red .aeo-ba-score{color:var(--red-400)}.aeo-page .aeo-ba-header--green .aeo-ba-score{color:var(--green-400)}.aeo-page .aeo-ba-ring{width:56px;height:56px;flex-shrink:0}.aeo-page .aeo-ba-ring,.aeo-page .aeo-ba-ring-inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.aeo-page .aeo-ba-ring-inner{width:44px;height:44px;background:var(--bg-depth-1)}.aeo-page .aeo-ba-ring-num{font-size:1.1rem;font-weight:900}.aeo-page .aeo-ba-ring-num--red{color:var(--red-500)}.aeo-page .aeo-ba-ring-num--green{color:var(--green-500)}.aeo-page .aeo-ba-body{padding:24px;display:flex;flex-direction:column;gap:12px}.aeo-page .aeo-ba-item{display:flex;align-items:flex-start;gap:10px}.aeo-page .aeo-ba-x{color:var(--red-400);font-weight:700;font-size:.875rem;margin-top:2px;flex-shrink:0}.aeo-page .aeo-check-icon{width:16px;height:16px;color:var(--green-500);margin-top:2px;flex-shrink:0}.aeo-page .aeo-ba-item-title{font-size:.875rem;font-weight:500;color:#e5e7eb}.aeo-page .aeo-ba-item-note{font-size:.75rem;color:#6b7280;margin-top:2px}.aeo-page .aeo-ba-verdict{font-size:.78rem;font-weight:600;padding-top:16px;margin-top:4px}.aeo-page .aeo-ba-verdict--red{border-top:1px solid var(--red-border);color:var(--red-400)}.aeo-page .aeo-ba-verdict--green{border-top:1px solid var(--green-border);color:var(--green-400)}.aeo-page .aeo-punchline{background:linear-gradient(135deg,var(--accent) 0,var(--accent-purple) 100%);border-radius:20px;padding:40px;text-align:center}.aeo-page .aeo-punchline-title{font-size:clamp(1.3rem,3vw,1.75rem);font-weight:700;color:#fff;margin-bottom:12px}.aeo-page .aeo-punchline-sub{font-size:1.05rem;color:hsla(0,0%,100%,.8);margin-bottom:8px}.aeo-page .aeo-punchline-sub em{font-style:italic}.aeo-page .aeo-punchline-note{font-size:.9rem;color:hsla(0,0%,100%,.5);margin-bottom:32px}.aeo-page .aeo-punchline-actions{display:flex;flex-direction:column;gap:12px;align-items:center}@media(min-width:640px){.aeo-page .aeo-punchline-actions{flex-direction:row;justify-content:center}}.aeo-page .aeo-punchline-btn-primary{background:#fff;color:var(--accent);padding:14px 32px;border-radius:14px;font-weight:700;font-size:1.05rem;text-decoration:none;transition:all .2s}.aeo-page .aeo-punchline-btn-primary:hover{background:#f3f4f6;transform:translateY(-1px)}.aeo-page .aeo-punchline-btn-secondary{background:none;border:2px solid hsla(0,0%,100%,.3);color:#fff;padding:14px 32px;border-radius:14px;font-weight:600;font-size:1.05rem;font-family:inherit;cursor:pointer;transition:all .2s}.aeo-page .aeo-punchline-btn-secondary:hover{background:hsla(0,0%,100%,.1)}.aeo-page .aeo-punchline-fine{font-size:.75rem;color:hsla(0,0%,100%,.4);margin-top:12px}.aeo-page .aeo-bottom-cta{padding:80px 24px;background:var(--accent)}.aeo-page .aeo-bottom-cta-inner{max-width:700px;margin:0 auto;text-align:center;color:#fff}.aeo-page .aeo-bottom-cta-inner h2{font-size:clamp(1.5rem,3.5vw,1.9rem);font-weight:700;margin-bottom:16px}.aeo-page .aeo-bottom-cta-inner>p{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:32px}.aeo-page .aeo-bottom-cta-form{max-width:560px;margin:0 auto}.aeo-page .aeo-bottom-input-wrap{display:flex;align-items:center;background:hsla(0,0%,100%,.1);backdrop-filter:blur(4px);border:2px solid hsla(0,0%,100%,.2);border-radius:16px;padding:6px}.aeo-page .aeo-bottom-input{flex:1;padding:14px 16px;background:rgba(0,0,0,0);border:none;outline:none;color:#fff;font-size:1.05rem;font-family:inherit}.aeo-page .aeo-bottom-input::placeholder{color:hsla(0,0%,100%,.5)}.aeo-page .aeo-bottom-btn{padding:14px 28px;border-radius:12px;background:#fff;color:var(--accent);border:none;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;transition:all .2s}.aeo-page .aeo-bottom-btn:hover{background:#f3f4f6}.aeo-page .aeo-footer{padding:32px 24px;border-top:1px solid hsla(0,0%,100%,.06)}.aeo-page .aeo-footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;font-size:.85rem;color:#6b7280}@media(min-width:768px){.aeo-page .aeo-footer-inner{flex-direction:row;justify-content:space-between}}.aeo-page .aeo-footer-brand{display:flex;align-items:center;gap:8px}.aeo-page .aeo-footer-logo{width:24px;height:24px;background:var(--accent);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.72rem}.aeo-page .aeo-footer-links{display:flex;align-items:center;gap:24px}.aeo-page .aeo-footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.aeo-page .aeo-footer-links a:hover{color:#9ca3af}.aeo-page .aeo-footer-tagline{color:#4b5563}@media(max-width:768px){.aeo-page .aeo-hero-section{padding:120px 16px 60px}.aeo-page .aeo-hero-input-wrap{flex-direction:column;padding:12px}.aeo-page .aeo-hero-btn{width:100%}.aeo-page .aeo-hero-input-icon{display:none}.aeo-page .aeo-hero-card{padding:24px 16px}.aeo-page .aeo-section{padding:60px 16px}.aeo-page .aeo-report-header{padding:20px;flex-direction:column}.aeo-page .aeo-report-body{padding:20px}.aeo-page .aeo-report-verdict{margin:16px 20px 0}.aeo-page .aeo-report-tabs{flex-direction:column}.aeo-page .aeo-report-tab{border-bottom:none;border-left:3px solid rgba(0,0,0,0);text-align:left}.aeo-page .aeo-report-tab.aeo-report-tab--active{border-bottom:none;border-left-color:var(--accent)}.aeo-page .aeo-punchline{padding:32px 20px}.aeo-page .aeo-bottom-input-wrap{flex-direction:column}.aeo-page .aeo-bottom-btn{width:100%}}.aeo-rpt{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000!important;color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;z-index:0;isolation:isolate;--bg-depth-3:#0a0a0a;--accent:#4c6ef5;--accent-light:#5c7cfa;--accent-glow:rgba(76,110,245,0.3);--red-500:#ef4444;--red-400:#f87171;--red-bg:rgba(239,68,68,0.08);--red-border:rgba(239,68,68,0.2);--amber-500:#f59e0b;--amber-400:#fbbf24;--amber-bg:rgba(245,158,11,0.08);--amber-border:rgba(245,158,11,0.2);--green-500:#22c55e;--green-400:#4ade80;--green-bg:rgba(34,197,94,0.08);--green-border:rgba(34,197,94,0.2)}.aeo-rpt *{margin:0;padding:0;box-sizing:border-box}.aeo-rpt ::selection{background:rgba(76,110,245,.3)}.aeo-rpt .aeo-rpt-nav{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(0,0,0,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.06)}.aeo-rpt .aeo-rpt-nav-inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.aeo-rpt .aeo-rpt-nav-logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;font-weight:700;font-size:1.1rem}.aeo-rpt .aeo-rpt-nav-logo-icon{width:32px;height:32px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem}.aeo-rpt .aeo-rpt-nav-back{font-size:.875rem;color:#9ca3af;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .2s}.aeo-rpt .aeo-rpt-nav-back:hover{color:#fff;background:hsla(0,0%,100%,.06)}.aeo-rpt .aeo-rpt-container{max-width:1000px;margin:0 auto;padding:100px 24px 80px}.aeo-rpt .aeo-rpt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px}.aeo-rpt .aeo-rpt-loading p{font-size:1rem;color:#9ca3af}.aeo-rpt .aeo-rpt-spinner{width:32px;height:32px;border:3px solid rgba(76,110,245,.2);border-top:3px solid var(--accent-light);border-radius:50%;animation:aeo-rpt-spin .8s linear infinite}@keyframes aeo-rpt-spin{to{transform:rotate(1turn)}}.aeo-rpt .aeo-rpt-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:16px;text-align:center}.aeo-rpt .aeo-rpt-error h2{font-size:1.5rem;font-weight:700;color:#fff}.aeo-rpt .aeo-rpt-error p{font-size:1rem;color:#9ca3af;max-width:400px;line-height:1.6}.aeo-rpt .aeo-rpt-error-icon{width:56px;height:56px;border-radius:50%;background:var(--red-bg);border:2px solid var(--red-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--red-400)}.aeo-rpt .aeo-rpt-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:10px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;border:none;white-space:nowrap;text-decoration:none}.aeo-rpt .aeo-rpt-btn--primary{background:var(--accent);color:#fff}.aeo-rpt .aeo-rpt-btn--primary:hover{background:var(--accent-light);transform:translateY(-1px);box-shadow:0 8px 24px var(--accent-glow)}.aeo-rpt .aeo-rpt-btn--ghost{background:hsla(0,0%,100%,.06);color:#d1d5db;border:1px solid hsla(0,0%,100%,.1)}.aeo-rpt .aeo-rpt-btn--ghost:hover{background:hsla(0,0%,100%,.1);color:#fff}.aeo-rpt .aeo-rpt-header{background:linear-gradient(135deg,var(--accent) 0,#7c3aed 100%);border-radius:20px;padding:28px 32px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.aeo-rpt .aeo-rpt-header-info{flex:1;min-width:0}.aeo-rpt .aeo-rpt-header-meta{display:flex;align-items:center;gap:10px;margin-bottom:8px}.aeo-rpt .aeo-rpt-header-meta p{font-size:.85rem;color:hsla(0,0%,100%,.7)}.aeo-rpt .aeo-rpt-tier-tag{background:hsla(0,0%,100%,.2);font-size:.7rem;padding:2px 8px;border-radius:999px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.aeo-rpt .aeo-rpt-header-url{font-size:1.5rem;font-weight:700;color:#fff;word-break:break-all;letter-spacing:-.02em}.aeo-rpt .aeo-rpt-header-date{font-size:.8rem;color:hsla(0,0%,100%,.5);margin-top:4px}.aeo-rpt .aeo-rpt-header-actions{display:flex;gap:8px;margin-top:16px}.aeo-rpt .aeo-rpt-header-actions .aeo-rpt-btn--ghost{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.2);color:#fff;font-size:.78rem;padding:6px 14px}.aeo-rpt .aeo-rpt-header-actions .aeo-rpt-btn--ghost:hover{background:hsla(0,0%,100%,.25)}.aeo-rpt .aeo-rpt-score-ring{width:96px;height:96px;flex-shrink:0}.aeo-rpt .aeo-rpt-score-ring,.aeo-rpt .aeo-rpt-score-ring-inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.aeo-rpt .aeo-rpt-score-ring-inner{width:80px;height:80px;background:#fff;flex-direction:column}.aeo-rpt .aeo-rpt-score-num{font-size:1.75rem;font-weight:900;line-height:1}.aeo-rpt .aeo-rpt-score-max{font-size:.72rem;color:#6b7280}.aeo-rpt .aeo-rpt-verdict{padding:16px 20px;border-radius:14px;display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}.aeo-rpt .aeo-rpt-verdict--red{background:var(--red-bg);border:1px solid var(--red-border)}.aeo-rpt .aeo-rpt-verdict--red .aeo-rpt-verdict-icon{color:var(--red-500)}.aeo-rpt .aeo-rpt-verdict--red .aeo-rpt-verdict-title{color:var(--red-400)}.aeo-rpt .aeo-rpt-verdict--red .aeo-rpt-verdict-desc{color:rgba(248,113,113,.8)}.aeo-rpt .aeo-rpt-verdict--amber{background:var(--amber-bg);border:1px solid var(--amber-border)}.aeo-rpt .aeo-rpt-verdict--amber .aeo-rpt-verdict-icon{color:var(--amber-500)}.aeo-rpt .aeo-rpt-verdict--amber .aeo-rpt-verdict-title{color:var(--amber-400)}.aeo-rpt .aeo-rpt-verdict--amber .aeo-rpt-verdict-desc{color:rgba(251,191,36,.8)}.aeo-rpt .aeo-rpt-verdict--green{background:var(--green-bg);border:1px solid var(--green-border)}.aeo-rpt .aeo-rpt-verdict--green .aeo-rpt-verdict-icon{color:var(--green-500)}.aeo-rpt .aeo-rpt-verdict--green .aeo-rpt-verdict-title{color:var(--green-400)}.aeo-rpt .aeo-rpt-verdict--green .aeo-rpt-verdict-desc{color:rgba(74,222,128,.8)}.aeo-rpt .aeo-rpt-verdict-icon{width:20px;height:20px;margin-top:2px;flex-shrink:0}.aeo-rpt .aeo-rpt-verdict-title{font-size:.9rem;font-weight:600;margin-bottom:4px}.aeo-rpt .aeo-rpt-verdict-desc{font-size:.85rem;line-height:1.5}.aeo-rpt .aeo-rpt-columns{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}@media(max-width:768px){.aeo-rpt .aeo-rpt-columns{grid-template-columns:1fr}}.aeo-rpt .aeo-rpt-section-title{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:12px}.aeo-rpt .aeo-rpt-scores-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:500px){.aeo-rpt .aeo-rpt-scores-grid{grid-template-columns:1fr}}.aeo-rpt .aeo-rpt-score-bar{background:hsla(0,0%,100%,.03);border-radius:10px;padding:12px}.aeo-rpt .aeo-rpt-score-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.aeo-rpt .aeo-rpt-score-bar-label{font-size:.75rem;font-weight:500;color:#9ca3af}.aeo-rpt .aeo-rpt-score-bar-value{font-size:.85rem;font-weight:700}.aeo-rpt .aeo-rpt-score-bar-value--red{color:var(--red-500)}.aeo-rpt .aeo-rpt-score-bar-value--amber{color:var(--amber-500)}.aeo-rpt .aeo-rpt-score-bar-value--green{color:var(--green-500)}.aeo-rpt .aeo-rpt-score-bar-value--gray{color:#6b7280}.aeo-rpt .aeo-rpt-score-bar-track{width:100%;height:6px;background:hsla(0,0%,100%,.08);border-radius:999px}.aeo-rpt .aeo-rpt-score-bar-fill{height:6px;border-radius:999px;transition:width .8s ease}.aeo-rpt .aeo-rpt-score-bar-fill--red{background:var(--red-500)}.aeo-rpt .aeo-rpt-score-bar-fill--amber{background:var(--amber-500)}.aeo-rpt .aeo-rpt-score-bar-fill--green{background:var(--green-500)}.aeo-rpt .aeo-rpt-score-bar-fill--gray{background:#6b7280}.aeo-rpt .aeo-rpt-score-bar-note{font-size:.65rem;color:#6b7280;margin-top:4px;line-height:1.4}.aeo-rpt .aeo-rpt-platform-list{display:flex;flex-direction:column;gap:8px}.aeo-rpt .aeo-rpt-platform-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:hsla(0,0%,100%,.03);border-radius:8px}.aeo-rpt .aeo-rpt-platform-name{font-size:.78rem;font-weight:500;color:#d1d5db}.aeo-rpt .aeo-rpt-platform-status{display:flex;align-items:center;gap:6px}.aeo-rpt .aeo-rpt-platform-dot{width:8px;height:8px;border-radius:50%}.aeo-rpt .aeo-rpt-platform-dot--green{background:var(--green-400)}.aeo-rpt .aeo-rpt-platform-dot--amber{background:var(--amber-400)}.aeo-rpt .aeo-rpt-platform-dot--red{background:var(--red-400)}.aeo-rpt .aeo-rpt-platform-text{font-size:.75rem;font-weight:600}.aeo-rpt .aeo-rpt-platform-text--green{color:var(--green-500)}.aeo-rpt .aeo-rpt-platform-text--amber{color:var(--amber-500)}.aeo-rpt .aeo-rpt-platform-text--red{color:var(--red-500)}.aeo-rpt .aeo-rpt-gate-info{margin-top:12px;display:flex;flex-direction:column;gap:6px}.aeo-rpt .aeo-rpt-gate-warning{font-size:.72rem;color:var(--amber-400);padding:8px 10px;background:var(--amber-bg);border:1px solid var(--amber-border);border-radius:8px}.aeo-rpt .aeo-rpt-citation-summary{margin-top:12px;padding:12px;background:hsla(0,0%,100%,.03);border-radius:10px;text-align:center}.aeo-rpt .aeo-rpt-citation-summary-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:4px}.aeo-rpt .aeo-rpt-citation-summary-value{font-size:.85rem;font-weight:700}.aeo-rpt .aeo-rpt-cite--green{color:var(--green-500)}.aeo-rpt .aeo-rpt-cite--amber{color:var(--amber-500)}.aeo-rpt .aeo-rpt-cite--red{color:var(--red-500)}.aeo-rpt .aeo-rpt-fixes-section{margin-bottom:24px}.aeo-rpt .aeo-rpt-fixes-list{display:flex;flex-direction:column;gap:10px}.aeo-rpt .aeo-rpt-fix{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:10px}.aeo-rpt .aeo-rpt-fix--red{background:var(--red-bg);border:1px solid var(--red-border)}.aeo-rpt .aeo-rpt-fix--amber{background:var(--amber-bg);border:1px solid var(--amber-border)}.aeo-rpt .aeo-rpt-fix--gray{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08)}.aeo-rpt .aeo-rpt-fix-badge{font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:4px;margin-top:2px;color:#fff;flex-shrink:0}.aeo-rpt .aeo-rpt-fix-badge--red{background:var(--red-500)}.aeo-rpt .aeo-rpt-fix-badge--amber{background:var(--amber-500)}.aeo-rpt .aeo-rpt-fix-badge--gray{background:#6b7280}.aeo-rpt .aeo-rpt-fix-content{flex:1;min-width:0}.aeo-rpt .aeo-rpt-fix-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:600px){.aeo-rpt .aeo-rpt-fix-main{flex-direction:column}}.aeo-rpt .aeo-rpt-fix-title{font-size:.875rem;font-weight:600;color:#e5e7eb}.aeo-rpt .aeo-rpt-fix-desc{font-size:.78rem;color:#9ca3af;margin-top:4px;line-height:1.5}.aeo-rpt .aeo-rpt-fix-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:.7rem;color:#6b7280}.aeo-rpt .aeo-rpt-fix-impact{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}.aeo-rpt .aeo-rpt-fix-impact--red{background:rgba(239,68,68,.15);color:var(--red-400)}.aeo-rpt .aeo-rpt-fix-impact--amber{background:rgba(245,158,11,.15);color:var(--amber-400)}.aeo-rpt .aeo-rpt-fix-impact--gray{background:hsla(0,0%,100%,.06);color:#9ca3af}.aeo-rpt .aeo-rpt-fixes-blur-wrap{position:relative}.aeo-rpt .aeo-rpt-fixes-blur{filter:blur(4px);pointer-events:none;opacity:.5;display:flex;flex-direction:column;gap:10px}.aeo-rpt .aeo-rpt-fixes-blur-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;background:rgba(0,0,0,.6);border-radius:10px;color:#9ca3af;font-size:.85rem}.aeo-rpt .aeo-rpt-fixes-blur-overlay svg{width:16px;height:16px}.aeo-rpt .aeo-rpt-cta{background:linear-gradient(135deg,rgba(76,110,245,.1),rgba(124,58,237,.1));border:1px solid rgba(76,110,245,.2);border-radius:16px;padding:28px;display:flex;gap:24px;align-items:center;margin-bottom:24px}@media(max-width:768px){.aeo-rpt .aeo-rpt-cta{flex-direction:column;text-align:center}}.aeo-rpt .aeo-rpt-cta-text{flex:1}.aeo-rpt .aeo-rpt-cta-title{font-weight:700;font-size:1rem;color:#fff;margin-bottom:4px}.aeo-rpt .aeo-rpt-cta-desc{font-size:.85rem;color:#9ca3af;line-height:1.5}.aeo-rpt .aeo-rpt-cta-action{flex-shrink:0;text-align:center}.aeo-rpt .aeo-rpt-cta-fine{font-size:.65rem;color:#6b7280;margin-top:6px}.aeo-rpt .aeo-rpt-footer{border-top:1px solid hsla(0,0%,100%,.06);padding:32px 24px}.aeo-rpt .aeo-rpt-footer-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;font-size:.85rem;color:#6b7280}@media(min-width:768px){.aeo-rpt .aeo-rpt-footer-inner{flex-direction:row;justify-content:space-between}}.aeo-rpt .aeo-rpt-footer-brand{display:flex;align-items:center;gap:8px}.aeo-rpt .aeo-rpt-footer-logo{width:24px;height:24px;background:var(--accent);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.72rem}.aeo-rpt .aeo-rpt-footer-links{display:flex;align-items:center;gap:24px}.aeo-rpt .aeo-rpt-footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.aeo-rpt .aeo-rpt-footer-links a:hover{color:#9ca3af}@media(max-width:768px){.aeo-rpt .aeo-rpt-container{padding:80px 16px 60px}.aeo-rpt .aeo-rpt-header{padding:20px;flex-direction:column;align-items:flex-start}.aeo-rpt .aeo-rpt-score-ring{align-self:center}.aeo-rpt .aeo-rpt-header-url{font-size:1.2rem}.aeo-rpt .aeo-rpt-scores-grid{grid-template-columns:1fr}.aeo-rpt .aeo-rpt-fix-main{flex-direction:column}}.xterm{padding:1rem}[data-resize-handle]{position:relative}[data-resize-handle][data-panel-group-direction=horizontal]:after{content:"";position:absolute;top:0;bottom:0;left:-6px;right:-5px;z-index:999}[data-resize-handle][data-panel-group-direction=vertical]:after{content:"";position:absolute;left:0;right:0;top:-5px;bottom:-6px;z-index:999}[data-resize-handle][data-resize-handle-state=drag]:after,[data-resize-handle][data-resize-handle-state=hover]:after{background-color:rgba(136,136,136,.1333333333)}.actions .shiki{background-color:var(--juliet-actions-code-background)!important;padding:1rem;border-radius:.5rem}.shiki:not(:has(.actions),.actions *){background-color:var(--juliet-messages-code-background)!important}:root{--cm-backgroundColor:var(--juliet-editor-backgroundColor,var(--juliet-bg-depth-1));--cm-textColor:var(--juliet-editor-textColor,var(--juliet-text-primary));--cm-gutter-backgroundColor:var(--juliet-editor-gutter-backgroundColor,var(--cm-backgroundColor));--cm-gutter-textColor:var(--juliet-editor-gutter-textColor,var(--juliet-text-secondary));--cm-gutter-activeLineTextColor:var(--juliet-editor-gutter-activeLineTextColor,var(--cm-gutter-textColor));--cm-foldGutter-textColor:var(--juliet-editor-foldGutter-textColor,var(--cm-gutter-textColor));--cm-foldGutter-textColorHover:var(--juliet-editor-foldGutter-textColorHover,var(--cm-gutter-textColor));--cm-activeLineBackgroundColor:var(--juliet-editor-activeLineBackgroundColor,rgb(224 231 235/30%));--cm-cursor-width:2px;--cm-cursor-backgroundColor:var(--juliet-editor-cursorColor,var(--juliet-text-secondary));--cm-matching-bracket:var(--juliet-editor-matchingBracketBackgroundColor,rgb(50 140 130/0.3));--cm-selection-backgroundColorFocused:var(--juliet-editor-selection-backgroundColor,#42b4ff);--cm-selection-backgroundOpacityFocused:var(--juliet-editor-selection-backgroundOpacity,0.3);--cm-selection-backgroundColorBlured:var(--juliet-editor-selection-inactiveBackgroundColor,#c9e9ff);--cm-selection-backgroundOpacityBlured:var(--juliet-editor-selection-inactiveBackgroundOpacity,0.3);--cm-panels-borderColor:var(--juliet-editor-panels-borderColor,var(--juliet-border-color));--cm-search-backgroundColor:var(--juliet-editor-search-backgroundColor,var(--cm-backgroundColor));--cm-search-textColor:var(--juliet-editor-search-textColor,var(--juliet-text-secondary));--cm-search-closeButton-backgroundColor:var(--juliet-editor-search-closeButton-backgroundColor,transparent);--cm-search-closeButton-backgroundColorHover:var( --juliet-editor-search-closeButton-backgroundColorHover,var(--juliet-item-background-active) );--cm-search-closeButton-textColor:var( --juliet-editor-search-closeButton-textColor,var(--juliet-item-contentDefault) );--cm-search-closeButton-textColorHover:var( --juliet-editor-search-closeButton-textColorHover,var(--juliet-item-contentActive) );--cm-search-button-backgroundColor:var( --juliet-editor-search-button-backgroundColor,var(--juliet-item-backgroundDefault) );--cm-search-button-backgroundColorHover:var( --juliet-editor-search-button-backgroundColorHover,var(--juliet-item-background-active) );--cm-search-button-textColor:var(--juliet-editor-search-button-textColor,var(--juliet-text-secondary));--cm-search-button-textColorHover:var(--juliet-editor-search-button-textColorHover,var(--juliet-text-primary));--cm-search-button-borderColor:var(--juliet-editor-search-button-borderColor,transparent);--cm-search-button-borderColorHover:var(--juliet-editor-search-button-borderColorHover,transparent);--cm-search-button-borderColorFocused:var( --juliet-editor-search-button-borderColorFocused,var(--juliet-border-color-active) );--cm-search-input-backgroundColor:var(--juliet-editor-search-input-backgroundColor,transparent);--cm-search-input-textColor:var(--juliet-editor-search-input-textColor,var(--juliet-text-primary));--cm-search-input-borderColor:var(--juliet-editor-search-input-borderColor,var(--juliet-border-color));--cm-search-input-borderColorFocused:var( --juliet-editor-search-input-borderColorFocused,var(--juliet-border-color-active) );--cm-tooltip-backgroundColor:var(--juliet-editor-tooltip-backgroundColor,var(--cm-backgroundColor));--cm-tooltip-textColor:var(--juliet-editor-tooltip-textColor,var(--juliet-text-primary));--cm-tooltip-backgroundColorSelected:var( --juliet-editor-tooltip-backgroundColorSelected,rgb(var(--color-accent-900)/0.3) ; );--cm-tooltip-textColorSelected:var(--juliet-editor-tooltip-textColorSelected,var(--juliet-text-primary));--cm-tooltip-borderColor:var(--juliet-editor-tooltip-borderColor,var(--juliet-border-color));--cm-searchMatch-backgroundColor:var(--juliet-editor-searchMatch-backgroundColor,rgba(234,92,0,0.33))}html[data-theme=light]{--juliet-editor-gutter-textColor:#237893;--juliet-editor-gutter-activeLineTextColor:var(--juliet-text-primary);--juliet-editor-foldGutter-textColorHover:var(--juliet-text-primary);--juliet-editor-activeLineBackgroundColor:rgb(50 53 63/5%);--juliet-editor-tooltip-backgroundColorSelected:rgb(var(--color-accent-900)/0.2);--juliet-editor-search-button-backgroundColor:var(--color-accent-100);--juliet-editor-search-button-backgroundColorHover:rgb(var(--color-gray-900)/0.1)}html[data-theme=dark]{--cm-backgroundColor:var(--juliet-bg-depth-2);--juliet-editor-gutter-textColor:var(--juliet-text-tertiary);--juliet-editor-gutter-activeLineTextColor:var(--juliet-text-secondary);--juliet-editor-selection-inactiveBackgroundOpacity:0.3;--juliet-editor-activeLineBackgroundColor:rgb(50 53 63/50%);--juliet-editor-foldGutter-textColorHover:var(--juliet-text-primary);--juliet-editor-matchingBracketBackgroundColor:rgba(66,180,255,0.3);--juliet-editor-search-button-backgroundColor:var(--color-gray-800);--juliet-editor-search-button-backgroundColorHover:rgb(var(--color-white)/0.1)}.Toastify__toast{--at-apply:shadow-md;background-color:#1a1a2e;color:var(--juliet-text-primary,#f0f0f0);border:1px solid var(--juliet-border-color,rgba(255,255,255,.1))}.Toastify__close-button{color:var(--juliet-text-secondary,#a0a0b0);opacity:1;transition:none}.Toastify__close-button:hover{color:var(--juliet-text-primary,#f0f0f0)}@media(max-width:640px){.Toastify__toast-container{width:calc(100vw - 1rem)!important;padding:0 .5rem!important;left:0!important;right:0!important;bottom:.5rem!important;margin:0 auto!important}.Toastify__toast{background-color:rgba(26,26,46,.98);border-radius:.75rem;margin-bottom:.5rem;min-width:0;width:100%}}body,html{height:100%;width:100%}:root{--gradient-opacity:0.8;--primary-color:rgba(158,117,240,var(--gradient-opacity));--secondary-color:rgba(138,43,226,var(--gradient-opacity));--accent-color:rgba(128,59,239,var(--gradient-opacity))}