:root{--elite-black: #0A0A0D;--elite-dark: #12121A;--elite-panel: #1A1A24;--elite-accent: #00FF9C;--elite-text: #9AA3B2;--elite-white: #FFFFFF;--elite-separator: rgba(255, 255, 255, .06)}.elite-scanner{min-height:100vh;background:var(--elite-black);color:var(--elite-white);font-family:Inter,system-ui,-apple-system,sans-serif}.docs-header{position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(180deg,#050607f2,#050607d9,#05060700);backdrop-filter:saturate(120%) blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.docs-nav-wrapper{max-width:1400px;margin:0 auto;padding:0 32px}.docs-nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;letter-spacing:.08em;font-weight:700;font-size:15px;color:#ffffffeb;text-decoration:none;transition:opacity .2s ease;cursor:pointer}.brand:hover{opacity:.8}.brand-logo{height:56px;width:auto}.nav-links{display:flex;align-items:center;gap:8px}.navLink{color:#ffffffc7;font-weight:500;font-size:14px;letter-spacing:.01em;padding:10px 14px;min-height:40px;display:inline-flex;align-items:center;text-decoration:none;border-radius:8px;transition:all .2s ease;background:transparent;border:none;cursor:pointer}.navLink:hover{background:#ffffff0f;color:#fffffff2}.navLink.whitepaper-button{background:#28ff881f;border:1px solid rgba(40,255,136,.3);color:#28ff88f2;padding:10px 16px;border-radius:999px}.navLink.whitepaper-button:hover{background:#28ff882e;border-color:#28ff8866}.ctaBtn{border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#ffffffeb;border-radius:999px;padding:10px 18px;min-height:40px;font-size:14px;font-weight:600;letter-spacing:.01em;transition:all .2s ease;display:inline-flex;align-items:center;text-decoration:none}.ctaBtn:hover{border-color:#ffffff59;background:#ffffff1a;transform:translateY(-1px)}.elite-container{max-width:1200px;margin:0 auto;padding:0 48px}.elite-hero{padding:180px 0 100px;text-align:center;background:radial-gradient(800px 400px at 50% -100px,rgba(0,255,156,.08),transparent 70%)}.elite-hero-content{max-width:900px;margin:0 auto}.elite-label{font-size:13px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--elite-accent);margin-bottom:24px;opacity:.9}.elite-title{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:clamp(44px,6vw,68px);font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--elite-white);margin:0 0 32px}.elite-subtitle{font-size:20px;line-height:1.6;color:#ffffffd9;margin:0 0 24px;font-weight:400}.elite-subline{font-size:15px;line-height:1.6;color:var(--elite-text);margin:0 0 56px}.elite-trust-metrics{display:flex;justify-content:center;gap:48px;padding:40px 0;border-top:1px solid var(--elite-separator);border-bottom:1px solid var(--elite-separator)}.trust-metric{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:200px}.trust-value{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:36px;font-weight:700;color:var(--elite-white);line-height:1}.live-pulse{color:var(--elite-accent);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.trust-label{font-size:13px;color:var(--elite-text);font-weight:500;letter-spacing:.01em}.elite-scanner-section{padding:100px 0}.elite-scanner-box{background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:48px;position:relative;overflow:hidden}.elite-scanner-box:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--elite-accent) 50%,transparent);opacity:.4}.scanner-console-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--elite-separator)}.research-lab-badge{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.05em;color:var(--elite-accent);text-transform:uppercase;padding:8px 16px;background:#00ff9c14;border:1px solid rgba(0,255,156,.2);border-radius:8px}.research-lab-badge svg{color:var(--elite-accent)}.console-indicator{display:flex;align-items:center;gap:10px}.console-dot{width:8px;height:8px;background:var(--elite-accent);border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 12px var(--elite-accent)}.console-label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.08em;color:var(--elite-text);text-transform:uppercase}.scanner-input-area{margin-bottom:24px}.input-label{display:block;font-size:14px;color:#ffffffb3;margin-bottom:16px;font-weight:500}.elite-prompt-input{width:100%;min-height:200px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;color:var(--elite-white);font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.7;resize:vertical;outline:none;transition:all .3s ease;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:24px 24px}.elite-prompt-input:focus{border-color:#00ff9c4d;box-shadow:0 0 32px #00ff9c1f;background-color:#00000080}.elite-prompt-input::placeholder{color:#9aa3b259}.scanner-actions{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}.elite-scan-button{width:100%;padding:20px 32px;background:linear-gradient(135deg,var(--elite-accent),#00CC7A);border:none;border-radius:12px;color:var(--elite-black);font-size:16px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.elite-scan-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.elite-scan-button:hover:not(:disabled):before{left:100%}.elite-scan-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 32px #00ff9c66}.elite-scan-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.scanning-spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--elite-black);border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px}.scanner-meta{display:flex;justify-content:center;align-items:center;gap:16px;font-size:13px;color:var(--elite-text)}.elite-samples{padding-top:40px;border-top:1px solid var(--elite-separator)}.samples-label{font-size:13px;color:var(--elite-text);margin-bottom:16px;font-weight:500}.samples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.sample-chip{padding:14px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:var(--elite-text);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.sample-chip:hover{background:#ffffff0f;border-color:#ffffff26;color:var(--elite-white);transform:translate(4px)}.vulnerable-chip{border-color:#ff64644d;color:#ff9696cc}.vulnerable-chip:hover{border-color:#ff646480;background:#ff64640d}.elite-results{margin-top:48px;padding:32px;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.12);border-radius:20px;backdrop-filter:blur(20px);position:relative;overflow:hidden}.elite-results:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(40,255,136,.5),transparent)}.results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.results-header h3{margin:0;font-size:20px;font-weight:700;color:#fff;flex:1;min-width:200px}.elite-risk-badge{padding:10px 20px;border-radius:8px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,monospace;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d}.elite-risk-badge:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shine 3s infinite}@keyframes shine{to{left:200%}}.risk-high{background:linear-gradient(135deg,#ff3b3b,#c41e3a);color:#fff;border:1px solid rgba(255,59,59,.5);box-shadow:0 0 30px #ff3b3b66,0 4px 20px #0000004d;animation:pulse-red 2s ease-in-out infinite}@keyframes pulse-red{0%,to{box-shadow:0 0 30px #ff3b3b66,0 4px 20px #0000004d}50%{box-shadow:0 0 40px #ff3b3b99,0 4px 25px #0006}}.risk-medium{background:linear-gradient(135deg,#ff9500,#d67d00);color:#fff;border:1px solid rgba(255,149,0,.5);box-shadow:0 0 25px #ff95004d,0 4px 20px #0000004d}.risk-low{background:linear-gradient(135deg,#28ff88,#00d968);color:#000;border:1px solid rgba(40,255,136,.5);box-shadow:0 0 25px #28ff884d,0 4px 20px #0000004d}.vulnerabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-bottom:32px}.vuln-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;position:relative;overflow:hidden;transition:all .3s ease;backdrop-filter:blur(10px)}.vuln-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#ffffff4d,#ffffff1a);transition:all .3s ease}.vuln-card:hover{transform:translateY(-4px);border-color:#fff3;box-shadow:0 12px 40px #0000004d,0 0 0 1px #ffffff1a}.vuln-card:hover:before{width:6px;background:linear-gradient(180deg,#28ff88,#00d968)}.vuln-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.vuln-type{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em}.vuln-severity{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-family:JetBrains Mono,ui-monospace,monospace;white-space:nowrap}.severity-critical{background:linear-gradient(135deg,#ff3b3b33,#c41e3a33);color:#ff6b6b;border:1px solid rgba(255,59,59,.4);box-shadow:0 0 15px #ff3b3b33;animation:glow-critical 2s ease-in-out infinite}@keyframes glow-critical{0%,to{box-shadow:0 0 15px #ff3b3b33}50%{box-shadow:0 0 25px #ff3b3b66}}.severity-high{background:linear-gradient(135deg,#ff3b3b26,#c41e3a26);color:#ff8080;border:1px solid rgba(255,59,59,.3);box-shadow:0 0 12px #ff3b3b26}.severity-medium{background:linear-gradient(135deg,#ff950026,#d67d0026);color:#ffb84d;border:1px solid rgba(255,149,0,.3);box-shadow:0 0 12px #ff950026}.severity-low{background:linear-gradient(135deg,#28ff8826,#00d96826);color:#5cffb4;border:1px solid rgba(40,255,136,.3);box-shadow:0 0 12px #28ff8826}.vuln-description{color:#ffffffbf;font-size:14px;line-height:1.7;margin:0;letter-spacing:.01em}.threat-details{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:6px}.threat-details-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c;margin-bottom:10px}.threat-item{display:flex;align-items:center;gap:10px;padding:8px 10px;margin-bottom:6px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:8px;transition:all .2s ease}.threat-item:hover{background:#ffffff0a;border-color:#ffffff1f;transform:translate(2px)}.threat-id{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;color:#28ff88c7;background:#28ff8814;padding:4px 8px;border-radius:6px;letter-spacing:.02em;flex-shrink:0}.threat-name{font-size:12.5px;color:#ffffffdb;font-weight:500}.hardened-section{margin-bottom:32px;padding:28px;background:linear-gradient(135deg,#0006,#0003);border:1px solid rgba(40,255,136,.2);border-radius:16px;position:relative;overflow:hidden}.hardened-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(40,255,136,.6),transparent)}.hardened-section h4{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:18px;font-weight:700;color:#28ff88;margin:0 0 20px;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.hardened-section h4:before{content:"✓";display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#28ff8833,#28ff881a);border:1px solid rgba(40,255,136,.3);border-radius:50%;font-size:14px}.hardened-code{background:#00000080;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;position:relative;backdrop-filter:blur(5px)}.hardened-code:before{content:"HARDENED PROMPT";position:absolute;top:12px;right:12px;font-size:10px;font-weight:800;letter-spacing:.08em;color:#28ff8899;font-family:JetBrains Mono,ui-monospace,monospace}.hardened-code pre{margin:0;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.7;color:#ffffffd9;white-space:pre-wrap;word-wrap:break-word;max-height:400px;overflow-y:auto;padding-right:10px}.hardened-code pre::-webkit-scrollbar{width:6px}.hardened-code pre::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.hardened-code pre::-webkit-scrollbar-thumb{background:#28ff884d;border-radius:3px}.hardened-code pre::-webkit-scrollbar-thumb:hover{background:#28ff8880}.recommendations-section{padding:28px;background:linear-gradient(135deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.1);border-radius:16px}.recommendations-section h4{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:18px;font-weight:700;color:#fff;margin:0 0 20px;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}.recommendations-section h4:before{content:"⚡";font-size:20px}.recommendations-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.recommendations-list li{background:linear-gradient(135deg,#28ff880d,#28ff8805);border:1px solid rgba(40,255,136,.15);border-radius:10px;color:#ffffffd9;font-size:14px;line-height:1.6;position:relative;padding:16px 20px 16px 50px;transition:all .3s ease}.recommendations-list li:before{content:"→";position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#28ff88;font-size:18px;font-weight:700;transition:all .3s ease}.recommendations-list li:hover{background:linear-gradient(135deg,#28ff8814,#28ff880a);border-color:#28ff8840;transform:translate(4px)}.recommendations-list li:hover:before{left:24px;color:#5cffb4}.reality-section{padding:100px 0;background:linear-gradient(180deg,transparent,rgba(255,50,50,.02),transparent)}.reality-title{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:clamp(36px,5vw,56px);font-weight:600;text-align:center;color:var(--elite-white);margin:0 0 48px;letter-spacing:-.02em}.reality-content{max-width:700px;margin:0 auto;text-align:center}.reality-text{font-size:18px;color:#fffc;margin:0 0 24px;line-height:1.6}.reality-list{list-style:none;padding:0;margin:0 0 40px;display:grid;gap:12px}.reality-list li{font-size:16px;color:var(--elite-text);padding:16px 24px;background:#ff32320d;border:1px solid rgba(255,100,100,.2);border-radius:10px}.reality-list li:before{content:"•";color:#ff6b6b;font-weight:700;margin-right:12px}.reality-conclusion{font-size:18px;color:#fffc;margin:0 0 32px;line-height:1.6}.reality-tagline{font-size:20px;color:#ffffffe6;line-height:1.6;margin:0}.reality-tagline strong{color:var(--elite-accent);font-weight:600}.elite-how-section{padding:100px 0;background:radial-gradient(800px 400px at 50% 50%,rgba(0,255,156,.03),transparent 70%)}.elite-section-title{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:600;text-align:center;color:var(--elite-white);margin:0 0 72px;letter-spacing:-.01em}.analysis-steps{display:grid;gap:40px;max-width:900px;margin:0 auto}.analysis-step{display:grid;grid-template-columns:80px 1fr;gap:32px;align-items:start}.step-number{width:80px;height:80px;background:linear-gradient(135deg,#00ff9c1a,#00ff9c0d);border:2px solid rgba(0,255,156,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:28px;font-weight:700;color:var(--elite-accent)}.step-content h3{font-size:20px;font-weight:600;color:var(--elite-white);margin:0 0 12px;letter-spacing:.01em}.step-content p{font-size:15px;color:var(--elite-text);line-height:1.7;margin:0}.capabilities-section{padding:80px 0;background:radial-gradient(800px 400px at 50% 50%,rgba(40,255,136,.03),transparent 70%)}.patterns-subtitle{text-align:center;color:#ffffffa6;font-size:15px;margin-top:-20px;margin-bottom:40px;letter-spacing:.01em}.threat-patterns-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}.threat-pattern-category{background:linear-gradient(180deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:20px;transition:all .3s ease;text-align:center}.threat-pattern-category:hover{transform:translateY(-2px);border-color:#28ff8840;box-shadow:0 8px 32px #28ff8814}.pattern-category-header{font-size:15px;font-weight:700;color:#28ff88eb;letter-spacing:.02em;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08);text-align:center}.pattern-category-item{padding:10px 12px;margin-bottom:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:8px;font-size:13px;color:#ffffffc7;transition:all .2s ease;cursor:default;text-align:center}.pattern-category-item:hover{background:#ffffff0a;border-color:#ffffff1f;color:#ffffffeb;transform:translate(2px)}.pattern-category-item:last-child{margin-bottom:0}.threat-pattern{padding:14px 18px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:12px;font-size:14px;font-weight:600;color:#ffffffdb;text-align:center;transition:all .3s ease}.threat-pattern:hover{background:#ffffff0f;border-color:#28ff8859;color:#28ff88eb;transform:translateY(-2px);box-shadow:0 4px 16px #28ff881f}.strategic-quote-section{padding:100px 0;background:linear-gradient(180deg,transparent,rgba(0,255,156,.03),transparent)}.strategic-quote{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:clamp(28px,4vw,44px);font-weight:600;text-align:center;color:var(--elite-white);margin:0;padding:0 48px;line-height:1.4;letter-spacing:-.01em}.strategic-quote:before{content:'"';color:var(--elite-accent);opacity:.5}.strategic-quote:after{content:'"';color:var(--elite-accent);opacity:.5}.elite-enterprise{padding:100px 0}.enterprise-content{text-align:center}.enterprise-subtext{font-size:18px;color:var(--elite-text);line-height:1.7;margin:16px auto 72px;max-width:600px}.enterprise-capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:80px}.enterprise-capability{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;text-align:left;transition:all .3s ease}.enterprise-capability:hover{background:#ffffff0a;border-color:#00ff9c33;transform:translateY(-4px)}.capability-icon{width:48px;height:48px;background:linear-gradient(135deg,#00ff9c1a,#00ff9c0d);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--elite-accent)}.enterprise-capability h4{font-size:17px;font-weight:600;color:var(--elite-white);margin:0;line-height:1.4}.enterprise-cta-box{max-width:700px;margin:0 auto;padding:56px 48px;background:linear-gradient(180deg,#ffffff08,#ffffff03);border:1px solid rgba(255,255,255,.1);border-radius:24px;text-align:center}.enterprise-cta-box h3{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:clamp(28px,3.5vw,38px);font-weight:600;color:var(--elite-white);margin:0 0 16px;letter-spacing:-.01em}.enterprise-cta-box p{font-size:16px;color:var(--elite-text);margin:0 0 32px;line-height:1.6}.elite-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 48px;background:linear-gradient(135deg,var(--elite-accent),#00CC7A);border:none;border-radius:12px;color:var(--elite-black);font-size:16px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.elite-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.elite-cta-button:hover:before{left:100%}.elite-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00ff9c80}.elite-cta-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.vision-section{padding:100px 0 120px;background:linear-gradient(180deg,transparent,rgba(0,255,156,.04))}.vision-title{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:clamp(36px,5vw,56px);font-weight:600;text-align:center;color:var(--elite-white);margin:0 0 48px;letter-spacing:-.02em}.vision-content{max-width:800px;margin:0 auto;text-align:center}.vision-statement{font-size:clamp(20px,3vw,28px);color:#fffc;line-height:1.6;margin:0 0 32px}.vision-tagline{font-size:clamp(22px,3.5vw,32px);color:#ffffffe6;line-height:1.5;margin:0}.vision-tagline strong{color:var(--elite-accent);font-weight:600}@media (max-width: 1024px){.elite-container{padding:0 40px}.elite-logo{font-size:14px}.elite-logo img{height:64px}.scanner-meta{flex-direction:column;gap:8px;text-align:center}.scanner-meta span{display:block}.strategic-quote{padding:0 24px}}@media (max-width: 768px){.api-nav{display:block!important;position:fixed;top:0;left:0;right:0;z-index:100}.api-nav-content{padding:0 24px;height:72px;display:flex!important;align-items:center}.api-logo-wrapper{display:block!important;flex-shrink:0}.api-logo{display:flex!important;align-items:center;font-size:14px}.api-logo img{height:48px!important;width:auto!important;display:inline-block!important}.api-nav-spacer{flex:1;min-width:20px}.api-nav-link{display:inline-flex!important;font-size:12px;padding:8px 12px;white-space:nowrap}.elite-logo{font-size:14px}.elite-logo img{height:64px}.scanner-meta{flex-direction:column;gap:8px;text-align:center}.scanner-meta span{display:block}.strategic-quote{padding:0 24px}}@media (max-width: 480px){.api-nav-content{padding:0 16px;height:64px;gap:12px}.api-logo{font-size:12px}.api-logo img{height:40px!important;width:auto!important;display:inline-block!important}.api-nav-link{font-size:11px;padding:6px 10px}.elite-logo span{font-size:14px}.elite-logo img{height:64px}.scanner-meta{flex-direction:column;gap:8px;text-align:center}.scanner-meta span{display:block}.strategic-quote{padding:0 24px}}.elite-score-display{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:center;padding:40px;background:linear-gradient(135deg,#0006,#0003);border:1px solid rgba(255,255,255,.12);border-radius:20px;margin-bottom:32px;position:relative;overflow:hidden}.elite-score-display:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(40,255,136,.6),transparent)}.score-circle-container{position:relative;width:200px;height:200px;margin:0 auto}.score-circle-svg{width:100%;height:100%;filter:drop-shadow(0 0 20px rgba(40,255,136,.3))}.score-progress{transition:stroke-dasharray 1.5s cubic-bezier(.4,0,.2,1);animation:pulse-score 2s ease-in-out infinite}@keyframes pulse-score{0%,to{filter:drop-shadow(0 0 10px currentColor)}50%{filter:drop-shadow(0 0 20px currentColor)}}.score-inner-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.score-value{font-family:Space Grotesk,Inter,system-ui,sans-serif;font-size:56px;font-weight:800;color:#fff;line-height:1;margin-bottom:8px;letter-spacing:-.03em;text-shadow:0 0 20px rgba(40,255,136,.5);animation:score-appear 1s cubic-bezier(.4,0,.2,1)}@keyframes score-appear{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.score-label{font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;font-weight:700;color:#fff9;letter-spacing:.08em;text-transform:uppercase}.score-metrics{display:flex;flex-direction:column;gap:24px}.score-metric-item{display:flex;flex-direction:column;gap:8px;padding:16px 20px;background:linear-gradient(135deg,#ffffff0a,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.score-metric-item:hover{border-color:#ffffff26;background:linear-gradient(135deg,#ffffff0f,#ffffff08)}.metric-label{font-size:12px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.06em;font-family:JetBrains Mono,ui-monospace,monospace}.metric-value{font-size:16px;font-weight:700;color:#fff;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.metric-value.risk-critical{color:#ff6b6b;font-size:20px;text-transform:uppercase;letter-spacing:.04em;animation:pulse-red 2s ease-in-out infinite}.metric-value.risk-high{color:#ff8080;font-size:20px;text-transform:uppercase;letter-spacing:.04em}.metric-value.risk-medium{color:#ffb84d;font-size:20px;text-transform:uppercase;letter-spacing:.04em}.metric-value.risk-low{color:#5cffb4;font-size:20px;text-transform:uppercase;letter-spacing:.04em}.vuln-count{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.vuln-count.critical{background:linear-gradient(135deg,#ff3b3b33,#c41e3a33);color:#ff6b6b;border:1px solid rgba(255,59,59,.4)}.vuln-count.high{background:linear-gradient(135deg,#ff3b3b26,#c41e3a26);color:#ff8080;border:1px solid rgba(255,59,59,.3)}.vuln-count.medium{background:linear-gradient(135deg,#ff950026,#d67d0026);color:#ffb84d;border:1px solid rgba(255,149,0,.3)}.vuln-count.low{background:linear-gradient(135deg,#28ff8826,#00d96826);color:#5cffb4;border:1px solid rgba(40,255,136,.3)}.status-complete{color:#28ff88;display:flex;align-items:center;gap:6px}.results-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);margin:0 0 32px}.vuln-impact{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:6px}.impact-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff8c}.impact-text{font-size:13px;color:#ffffffc7;line-height:1.55}@media (max-width: 880px){.elite-score-display{grid-template-columns:1fr;gap:32px;padding:32px 24px}.score-circle-container{width:220px;height:220px}.score-value{font-size:48px}}@media (max-width: 720px){.elite-nav-links{display:none}.elite-hero{padding-top:100px;min-height:auto}.elite-title{font-size:36px}.elite-trust-metrics{grid-template-columns:1fr;gap:16px}.elite-scanner-box{padding:24px 18px}.scanner-actions{flex-direction:column;gap:12px}.scanner-meta{flex-direction:column;gap:6px;font-size:12px}.samples-grid{grid-template-columns:1fr}.elite-score-display{flex-direction:column}.score-circle-container{width:220px;height:220px}.score-metrics{grid-template-columns:1fr;width:100%}.vulnerabilities-grid,.analysis-steps{grid-template-columns:1fr}.threat-patterns-grid{grid-template-columns:1fr;gap:16px}.threat-pattern-category{padding:16px}.enterprise-capabilities-grid,.formRow{grid-template-columns:1fr}}.critical-words-section{margin-bottom:32px;padding:32px;background:linear-gradient(135deg,#ff64640d,#ff646405);border:1px solid rgba(255,100,100,.15);border-radius:20px;position:relative;overflow:hidden}.critical-words-section:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,100,100,.5),transparent)}.word-stats-summary{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px;font-size:13px;color:#ffffffb3}.word-stat{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px}.word-stat strong{color:#fff;font-weight:700}.word-stat-divider{color:#ffffff4d;font-size:10px}.critical-words-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:24px}.critical-word-item{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:18px;position:relative;overflow:hidden;transition:all .3s ease}.critical-word-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;transition:all .3s ease}.critical-word-item.category-attack:before{background:linear-gradient(180deg,#ff6464cc,#ff646466)}.critical-word-item.category-security:before{background:linear-gradient(180deg,#28ff88cc,#28ff8866)}.critical-word-item.category-neutral:before{background:linear-gradient(180deg,#6496ff99,#6496ff4d)}.critical-word-item:hover{transform:translateY(-2px);border-color:#fff3;box-shadow:0 8px 32px #0000004d}.critical-word-item:hover:before{width:6px}.critical-word-item.severity-critical{border-color:#ff64644d;background:linear-gradient(135deg,#ff646414,#ff646408)}.critical-word-item.severity-critical:hover{border-color:#ff646480;box-shadow:0 8px 32px #ff646433}.critical-word-item.severity-high{border-color:#ff950040;background:linear-gradient(135deg,#ff95000f,#ff950005)}.critical-word-item.severity-high:hover{border-color:#ff950066;box-shadow:0 8px 32px #ff950026}.word-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.word-text{font-family:JetBrains Mono,ui-monospace,monospace;font-size:15px;font-weight:700;color:#fff;letter-spacing:.01em;text-transform:lowercase}.word-count{padding:3px 8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:6px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:800;color:#ffffffe6;letter-spacing:.02em;white-space:nowrap}.word-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px}.word-category{padding:5px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.word-category.cat-attack{background:linear-gradient(135deg,#ff646433,#ff64641a);color:#f99;border:1px solid rgba(255,100,100,.3)}.word-category.cat-security{background:linear-gradient(135deg,#28ff8833,#28ff881a);color:#5cffb4;border:1px solid rgba(40,255,136,.3)}.word-category.cat-neutral{background:linear-gradient(135deg,#6496ff33,#6496ff1a);color:#8af;border:1px solid rgba(100,150,255,.3)}.word-severity{padding:5px 10px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.06em;font-family:JetBrains Mono,ui-monospace,monospace;white-space:nowrap}.word-severity.sev-critical{background:linear-gradient(135deg,#ff3b3b40,#c41e3a40);color:#ff6b6b;border:1px solid rgba(255,59,59,.5);box-shadow:0 0 12px #ff3b3b33;animation:glow-critical 2s ease-in-out infinite}.word-severity.sev-high{background:linear-gradient(135deg,#ff950033,#d67d0033);color:#ffb84d;border:1px solid rgba(255,149,0,.4)}.word-severity.sev-medium{background:linear-gradient(135deg,#ffc80026,#c8a00026);color:#fd6;border:1px solid rgba(255,200,0,.3)}.word-severity.sev-low{background:linear-gradient(135deg,#6496ff26,#5082e626);color:#8af;border:1px solid rgba(100,150,255,.3)}.word-description{font-size:12.5px;color:#ffffffad;line-height:1.55;margin:0;letter-spacing:.01em}.elite-trust-metrics-wrapper{margin-top:48px}@media (max-width: 768px){.critical-words-grid{grid-template-columns:1fr}.word-stats-summary{flex-direction:column;align-items:flex-start;gap:8px}.word-stat-divider{display:none}.critical-words-section{padding:24px 18px}}.elite-export-button{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,#28ff881f,#28ff8814);border:1px solid rgba(40,255,136,.3);border-radius:8px;color:#28ff88;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;letter-spacing:.01em}.elite-export-button:hover{background:linear-gradient(135deg,#28ff882e,#28ff881f);border-color:#28ff8880;transform:translateY(-2px);box-shadow:0 4px 12px #28ff8840}.elite-export-button:active{transform:translateY(0)}.elite-export-button svg{width:18px;height:18px;stroke:currentColor}@media (max-width: 768px){.elite-export-button{width:100%;justify-content:center}.results-header{flex-direction:column;align-items:flex-start}}.batch-modal-overlay{position:fixed;inset:0;background:#050607eb;backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.batch-modal{background:linear-gradient(180deg,#0b0d0ffa,#050607fa);border:1px solid rgba(255,255,255,.12);border-radius:16px;width:100%;max-width:1100px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.batch-modal-header{padding:24px 28px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.batch-modal-header>div{flex:1;text-align:center}.batch-modal-header h2{margin:0 0 6px;font-size:24px;color:#28ff88;font-weight:700;letter-spacing:.01em}.batch-modal-header p{margin:0;color:#ffffffa6;font-size:14px}.batch-modal-header .batch-close-btn{background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#ffffffa6;cursor:pointer;transition:all .2s ease}.batch-modal-header .batch-close-btn:hover{background:#ffffff0a;border-color:#fff3;color:#ffffffe6}.batch-modal-body{padding:24px 28px;overflow-y:auto;flex:1}.batch-upload-section{margin-bottom:28px}.batch-method-tabs{display:flex;gap:8px;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.1)}.batch-tab{padding:12px 20px;background:transparent;border:none;border-bottom:2px solid transparent;color:#ffffff8c;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.batch-tab:hover{color:#ffffffd9}.batch-tab.active{color:#28ff88;border-bottom-color:#28ff88}.batch-manual-input{display:flex;flex-direction:column;gap:12px}.batch-input{width:100%;min-height:200px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;color:var(--elite-white);font-family:JetBrains Mono,monospace;font-size:14px;line-height:1.7;resize:vertical;outline:none;transition:all .3s ease;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:24px 24px}.batch-input:focus{border-color:#00ff9c4d;box-shadow:0 0 32px #00ff9c1f;background-color:#00000080}.batch-input::placeholder{color:#9aa3b259}.batch-textarea{width:100%;min-height:300px;background:#ffffff05;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-family:inherit;font-size:14px;line-height:1.7;resize:vertical;outline:none;transition:all .3s ease}.batch-textarea:focus{border-color:#28ff884d;box-shadow:0 0 32px #28ff881f;background-color:#ffffff0d}.batch-textarea::placeholder{color:#9aa3b259}.batch-add-btn{align-self:flex-start;padding:10px 20px;background:#28ff881f;border:1px solid rgba(40,255,136,.25);border-radius:8px;color:#28ff88;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.batch-add-btn:hover:not(:disabled){background:#28ff882e;border-color:#28ff8866;transform:translateY(-1px)}.batch-add-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.batch-file-upload{display:flex;flex-direction:column;gap:16px}.batch-upload-info{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px}.batch-upload-info p{margin:0;color:#ffffffb8;font-size:13px}.batch-upload-info code{background:#ffffff14;padding:2px 6px;border-radius:4px;font-size:12px;color:#28ff88;font-family:JetBrains Mono,monospace}.batch-template-btn{padding:8px 14px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ffffffd9;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.batch-template-btn:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-1px)}.batch-file-input{padding:16px;background:#ffffff08;border:2px dashed rgba(255,255,255,.2);border-radius:10px;color:#ffffffd9;font-size:14px;cursor:pointer;transition:all .2s ease}.batch-file-input:hover{border-color:#28ff8866;background:#ffffff0d}.batch-file-input:hover:before{color:#28ff8899}.batch-prompts-section{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px}.batch-prompts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;flex-wrap:wrap;gap:12px}.batch-prompts-header h3{margin:0;font-size:16px;font-weight:700;color:#fff;font-family:Space Grotesk,sans-serif;flex:1;min-width:200px}.batch-prompts-header p{margin:0;color:#ffffffa6;font-size:13px}.batch-actions{display:flex;gap:8px;flex-wrap:wrap}.batch-analyze-btn{padding:10px 18px;background:#28ff881f;border:1px solid rgba(40,255,136,.3);border-radius:8px;color:#28ff88;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.batch-analyze-btn:hover:not(:disabled){background:#28ff8833;border-color:#28ff8880;transform:translateY(-1px)}.batch-analyze-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.batch-export-btn{padding:10px 16px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffd9;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.batch-export-btn:hover{background:#ffffff0d;border-color:#ffffff4d;transform:translateY(-1px)}.batch-clear-btn{padding:10px 16px;background:transparent;border:1px solid rgba(255,76,60,.3);border-radius:8px;color:#ff4c3cd9;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.batch-clear-btn:hover{background:#ff4c3c14;border-color:#ff4c3c80;transform:translateY(-1px)}.batch-clear-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.batch-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;color:#ffffff73;text-align:center}.batch-empty-state svg{margin-bottom:16px;opacity:.4;stroke:currentColor;fill:none}.batch-empty-state p{margin:0 0 8px;font-size:16px;font-weight:600;color:#ffffffa6}.batch-empty-state span{font-size:13px;color:#ffffff73}.batch-prompts-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.batch-prompt-item{display:flex;align-items:center;gap:16px;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;transition:all .3s ease}.batch-prompt-item:hover{border-color:#ffffff26;background:#ffffff0d}.batch-prompt-info{flex:1;min-width:0}.batch-prompt-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:4px}.batch-prompt-preview{font-size:12px;color:#ffffff8c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-prompt-result{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.batch-prompt-pending{padding:6px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:12px;color:#ffffff8c;font-weight:600}.batch-remove-btn{background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#ffffff73;cursor:pointer;transition:all .2s ease;flex-shrink:0}.batch-remove-btn:hover:not(:disabled){background:#ff4c3c1f;border-color:#ff4c3c66;color:#ff4c3c}.batch-remove-btn:disabled{opacity:.3;cursor:not-allowed}.batch-progress{margin-top:20px;padding:16px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px}.batch-progress-bar{width:100%;height:8px;background:#ffffff14;border-radius:999px;overflow:hidden;margin-bottom:10px}.batch-progress-fill{height:100%;background:linear-gradient(90deg,#28ff88cc,#28ff88);border-radius:999px;transition:width .3s ease}.batch-progress-text{text-align:center;font-size:13px;color:#ffffffc7;font-weight:600}@media (max-width: 880px){.batch-progress{margin-top:16px;padding:14px 16px}.batch-progress-bar{height:6px}.batch-progress-text{font-size:12px}}@media (max-width: 720px){.batch-prompt-result{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.batch-score{width:48px;height:48px;font-size:18px}.batch-stats{font-size:11px}.batch-risk{font-size:10px;padding:4px 10px}.batch-remove-btn{position:absolute;top:12px;right:12px;width:28px;height:28px}.batch-remove-btn svg{width:14px;height:14px}.batch-more-items{padding:12px}.batch-more-items .batch-prompt-name{font-size:12px}.batch-more-items .batch-prompt-preview{font-size:11px}.batch-progress{margin-top:16px;padding:14px 16px}.batch-progress-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:8px}.batch-progress-stats{width:100%;justify-content:space-between}.batch-progress-label{font-size:12px}.batch-progress-percentage{font-size:11px;padding:6px 10px}.batch-progress-meta{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.batch-progress-speed,.batch-progress-eta{font-size:11px}}.elite-batch-button{padding:12px 18px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#ffffffe6;font-size:14px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px}.elite-batch-button:hover{border-color:#28ff8866;background:#28ff8814;color:#28ff88;transform:translateY(-1px)}.elite-batch-button svg{flex-shrink:0}.batch-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:12px;flex-wrap:wrap}.batch-progress-stats{display:flex;align-items:center;gap:12px}.batch-progress-label{font-size:14px;color:#ffffffb8;font-weight:600}.batch-progress-label strong{color:#28ff88}.batch-progress-percentage{font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700;color:#28ff88;background:#28ff881f;padding:4px 10px;border-radius:6px;border:1px solid rgba(40,255,136,.25)}.batch-progress-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.batch-progress-speed,.batch-progress-eta{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffffa6;font-weight:600;font-family:JetBrains Mono,monospace}.batch-progress-speed svg,.batch-progress-eta svg{opacity:.7;flex-shrink:0}.batch-progress-bar{position:relative;overflow:visible}.batch-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 2s infinite;pointer-events:none}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.batch-progress-fill{background:linear-gradient(90deg,#28ff88,#00d968,#28ff88);background-size:200% 100%;animation:gradient-shift 2s ease infinite;box-shadow:0 0 10px #28ff8866;position:relative;z-index:1}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media (max-width: 768px){.batch-progress-header{flex-direction:column;align-items:flex-start}.batch-progress-meta{width:100%;justify-content:space-between}}.batch-cancel-btn{background:#ff084414;color:#ff0844;border:1px solid rgba(255,8,68,.22);padding:8px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease;letter-spacing:.01em}.batch-cancel-btn:hover{background:#ff084426;border-color:#ff084459;transform:translateY(-1px)}.batch-cancel-btn:active{transform:translateY(0)}.batch-more-items{background:#28ff8814!important;border:1px dashed rgba(40,255,136,.25)!important;cursor:default!important;opacity:.85}.batch-more-items .batch-prompt-name{color:#ffffffc7;font-style:italic}.batch-more-items .batch-prompt-preview{color:#ffffff8c;font-size:12px}@media print{.batch-modal,.batch-prompts-list,.batch-prompt-item,.batch-prompt-info,.batch-prompt-name,.batch-prompt-preview,.batch-prompt-result,.batch-score,.batch-stats,.batch-stat,.batch-risk,.batch-remove-btn,.batch-more-items,.batch-progress,.batch-progress-header,.batch-progress-stats,.batch-progress-label,.batch-progress-percentage,.batch-progress-meta,.batch-progress-speed,.batch-progress-eta,.batch-progress-bar,.batch-progress-fill,.batch-progress-text{display:none!important}}@media (max-width: 1024px) and (min-width: 769px){.elite-container{padding:0 32px}.elite-nav-inner{max-width:100%;padding:0 32px}.elite-nav-links{display:none}.elite-logo{font-size:13px;gap:8px}.elite-logo img{height:48px}.elite-hero{padding:140px 0 80px;min-height:auto}.elite-title{font-size:48px}.elite-subtitle{font-size:18px}.elite-scanner-section{padding:80px 0}.elite-scanner-box{padding:36px 32px}.samples-grid,.vulnerabilities-grid,.threat-patterns-grid{grid-template-columns:repeat(2,1fr)}.enterprise-capabilities-grid{grid-template-columns:1fr}}@media (max-width: 768px){.api-nav{display:block!important;position:fixed;top:0;left:0;right:0;z-index:100}.api-nav-content{padding:0 20px;height:72px;display:flex!important;align-items:center}.api-logo-wrapper{display:block!important;flex-shrink:0}.api-logo{display:flex!important;align-items:center;font-size:14px}.api-logo img{height:48px!important;width:auto!important;display:inline-block!important}.api-nav-spacer{flex:1;min-width:20px}.api-nav-link{display:inline-flex!important;font-size:12px;padding:8px 12px;white-space:nowrap}.elite-container{padding:0 20px}.elite-hero{padding:100px 0 60px;min-height:auto}.elite-title{font-size:32px}.elite-subtitle{font-size:16px;margin-bottom:16px}.elite-subline{font-size:14px;margin-bottom:36px}.elite-lead{font-size:16px;margin-bottom:24px}.elite-trust-metrics{flex-direction:column;gap:24px;padding:24px 0}.elite-trust-metrics-wrapper{margin-top:48px}.trust-metric{width:100%;min-width:0}.trust-value{font-size:32px}.trust-label{font-size:12px}.elite-scanner-section{padding:60px 0}.elite-scanner-box{padding:24px 18px;border-radius:16px}.scanner-console-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0}.research-lab-badge{font-size:10px;padding:6px 12px;border-radius:8px}.console-indicator{flex-direction:column;gap:8px;align-items:flex-start}.console-dot{width:8px;height:8px;background:var(--elite-accent);border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 12px var(--elite-accent)}.console-label{font-size:10px}.scanner-input-area{margin-bottom:20px}.input-label{font-size:13px;margin-bottom:12px}.elite-prompt-input{min-height:150px;padding:16px;font-size:13px}.scanner-actions{gap:12px;margin-bottom:32px}.elite-scan-button{padding:16px 24px;font-size:15px}.elite-batch-button{padding:12px 16px;font-size:13px}.scanner-meta{flex-direction:column;gap:8px;font-size:12px}.elite-samples{padding-top:24px}.samples-label{font-size:12px;margin-bottom:12px}.samples-grid{grid-template-columns:1fr;gap:10px}.sample-chip{padding:12px 16px;font-size:12px}.elite-results{margin-top:32px;padding:24px 20px;border-radius:16px}.results-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0}.results-header h3{font-size:18px;width:100%}.elite-risk-badge{width:100%;text-align:center;padding:10px 16px;font-size:12px}.elite-export-button{width:100%;justify-content:center;padding:12px 16px;font-size:13px}.elite-score-display{grid-template-columns:1fr;gap:24px;padding:24px 20px}.score-circle-container{width:160px;height:160px;margin:0 auto}.score-value{font-size:48px}.score-label{font-size:10px}.score-metrics{gap:12px}.score-metric-item{padding:14px 16px}.metric-label{font-size:11px}.metric-value{font-size:15px}.metric-value.risk-critical,.metric-value.risk-high,.metric-value.risk-medium,.metric-value.risk-low{font-size:18px}.vuln-count{padding:5px 10px;font-size:11px}.critical-words-section{padding:24px 20px;margin-bottom:24px}.word-stats-summary{flex-direction:column;align-items:flex-start;gap:8px;font-size:12px}.word-stat{padding:6px 12px;font-size:12px}.critical-words-grid{grid-template-columns:1fr;gap:12px;margin-top:16px}.critical-word-item{padding:14px}.word-text{font-size:14px}.word-count{padding:3px 8px;font-size:11px}.word-category,.word-severity{padding:4px 8px;font-size:10px}.word-description{font-size:12px}.vulnerabilities-grid{grid-template-columns:1fr;gap:16px;margin-bottom:24px}.vuln-card{padding:18px}.vuln-card-header{flex-direction:column;align-items:flex-start;gap:8px}.vuln-type{font-size:15px}.vuln-severity{padding:5px 10px;font-size:10px}.vuln-description{font-size:13px}.threat-details{margin-top:12px;padding-top:12px}.threat-details-label{font-size:10px;margin-bottom:8px}.threat-item{padding:7px 9px;margin-bottom:5px}.threat-id{font-size:10px;padding:3px 7px}.threat-name{font-size:12px}.hardened-section{padding:20px;margin-bottom:24px}.hardened-section h4{font-size:16px;margin-bottom:16px}.hardened-code{padding:16px}.hardened-code:before{font-size:9px;top:10px;right:10px}.hardened-code pre{font-size:12px;max-height:300px}.recommendations-section{padding:20px}.recommendations-section h4{font-size:16px;margin-bottom:16px}.recommendations-list{gap:10px}.recommendations-list li{padding:12px 16px 12px 40px;font-size:13px}.recommendations-list li:before{left:16px;font-size:16px}.reality-section,.elite-how-section,.capabilities-section,.strategic-quote-section,.elite-enterprise,.vision-section,.elite-batch-section{padding:60px 0}.reality-title,.vision-title,.elite-section-title{font-size:28px;margin-bottom:32px}.reality-text,.reality-conclusion,.reality-tagline,.vision-statement,.vision-tagline{font-size:16px}.reality-list li{font-size:14px;padding:12px 18px}.analysis-steps{gap:28px}.analysis-step{grid-template-columns:1fr;gap:16px}.step-number{width:60px;height:60px;font-size:24px;margin:0 auto}.step-content h3{font-size:18px}.step-content p{font-size:14px}.patterns-subtitle{font-size:14px;margin-top:-16px;margin-bottom:24px}.threat-patterns-grid{grid-template-columns:1fr;gap:16px}.threat-pattern-category{padding:16px}.pattern-category-header{font-size:14px;margin-bottom:12px}.pattern-category-item{padding:9px 11px;font-size:12px}.strategic-quote{font-size:24px;padding:0 20px}.enterprise-subtext{font-size:16px;margin-bottom:48px}.enterprise-capabilities-grid{grid-template-columns:1fr;gap:16px;margin-bottom:48px}.enterprise-capability{padding:24px}.capability-icon{width:40px;height:40px;margin-bottom:16px}.enterprise-capability h4{font-size:16px}.enterprise-cta-box{padding:36px 28px}.enterprise-cta-box h3{font-size:24px}.enterprise-cta-box p{font-size:15px}.elite-cta-button{width:100%;padding:16px 36px;font-size:15px}.batch-feature-container{grid-template-columns:1fr;gap:32px}.batch-feature-description{font-size:15px;margin-bottom:24px}.batch-capabilities{gap:14px;margin-bottom:24px}.batch-capability-item{padding:14px;gap:12px}.batch-capability-item strong{font-size:14px;margin-bottom:5px}.batch-capability-item p{font-size:13px}.batch-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}.batch-stat-card{padding:16px 12px}.batch-stat-value{font-size:32px;font-weight:800;color:#28ff88f2;margin-bottom:6px;font-family:Space Grotesk,sans-serif;text-align:center}.batch-stat-label{font-size:12px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-weight:600;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;text-align:center;line-height:1.4}.batch-preview-card{padding:20px}.batch-preview-header{margin-bottom:16px;padding-bottom:12px}.batch-preview-title{font-size:13px}.batch-preview-status{font-size:12px}.batch-preview-items{gap:10px;margin-bottom:16px}.batch-preview-item{padding:10px;gap:12px}.batch-preview-icon{width:20px;height:20px;font-size:13px}.batch-preview-text>div:first-child{font-size:12px}.batch-preview-score{font-size:11px}.batch-preview-progress{padding-top:12px}.batch-preview-progress-bar{height:5px;margin-bottom:8px}.batch-preview-progress-fill{font-size:14px}.batch-preview-meta{font-size:11px}}@media (max-width: 480px){.batch-modal-overlay{padding:0}.batch-modal{max-width:100%;max-height:100vh;border-radius:12px;border-left:none;border-right:none}.batch-modal-header{padding:16px 18px;border-radius:0}.batch-modal-header>div{text-align:left}.batch-modal-header h2{font-size:18px;margin-bottom:4px}.batch-modal-header p{font-size:12px}.batch-close-btn{position:absolute;top:16px;right:16px}.batch-modal-body{padding:16px 18px}.batch-upload-section{margin-bottom:20px}.batch-method-tabs{gap:4px;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.batch-method-tabs::-webkit-scrollbar{display:none}.batch-tab{padding:10px 14px;font-size:11px;white-space:nowrap;flex-shrink:0;min-width:80px}.batch-manual-input{gap:10px}.batch-input,.batch-textarea{padding:10px 12px;font-size:13px}.batch-textarea{min-height:120px}.batch-add-btn{width:100%;padding:12px 16px;font-size:13px}.batch-file-upload{gap:12px}.batch-upload-info{flex-direction:column;gap:10px;padding:12px}.batch-upload-info p{font-size:11px}.batch-upload-info code{font-size:11px;display:block;margin-top:6px}.batch-template-btn{width:100%;padding:10px 14px;font-size:12px}.batch-file-input{padding:14px 12px;font-size:13px}.batch-file-input:before{font-size:12px}.batch-prompts-section{padding:16px}.batch-prompts-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:14px}.batch-prompts-header h3{font-size:14px}.batch-actions{width:100%}.batch-analyze-btn,.batch-export-btn,.batch-clear-btn,.batch-cancel-btn{width:100%;padding:12px 16px;font-size:13px;justify-content:center}.batch-empty-state{padding:24px 16px}.batch-empty-state svg{width:40px;height:40px}.batch-empty-state p{font-size:14px}.batch-empty-state span{font-size:12px}.batch-prompts-list{gap:8px;max-height:300px}.batch-prompt-item{flex-direction:column;align-items:stretch;gap:12px;padding:12px 42px 12px 12px;position:relative}.batch-prompt-info{width:100%}.batch-prompt-name{font-size:13px;margin-bottom:6px;padding-right:8px}.batch-prompt-preview{font-size:10px}.batch-prompt-result{width:100%;flex-direction:row;justify-content:flex-start;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.batch-score{width:40px;height:40px;font-size:15px}.batch-stat{font-size:10px}.batch-risk{font-size:8px;padding:3px 6px;align-self:flex-start}}.elite-batch-section{padding:80px 0 120px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border-top:1px solid rgba(255,255,255,.08)}.batch-feature-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.batch-feature-description{color:#ffffffbf;font-size:17px;line-height:1.7;margin-bottom:36px;font-weight:500}.batch-capabilities{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}.batch-capability-item{display:flex;gap:16px;align-items:flex-start;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;transition:all .3s ease}.batch-capability-item:hover{background:#ffffff0a;border-color:#28ff8840;transform:translate(4px)}.batch-capability-item svg{flex-shrink:0;color:#28ff88d9;margin-top:2px}.batch-capability-item strong{display:block;color:#fff;font-size:15px;margin-bottom:6px;font-weight:600}.batch-capability-item p{margin:0;color:#ffffffa6;font-size:14px;line-height:1.5}.batch-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:36px}.batch-stat-card{background:linear-gradient(135deg,#28ff8814,#28ff8808);border:1px solid rgba(40,255,136,.2);border-radius:12px;padding:20px 16px;text-align:center;transition:all .3s ease}.batch-stat-card:hover{background:linear-gradient(135deg,#28ff881f,#28ff880d);transform:translateY(-2px);box-shadow:0 8px 24px #28ff8826}.batch-stat-value{font-size:32px;font-weight:800;color:#28ff88f2;margin-bottom:6px;font-family:Space Grotesk,sans-serif;text-align:center}.batch-stat-label{font-size:12px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-weight:600;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;text-align:center;line-height:1.4}.batch-feature-visual{position:relative}.batch-preview-card{background:linear-gradient(180deg,#0b0d0ff2,#050607fa);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:24px;box-shadow:0 20px 60px #00000080;backdrop-filter:blur(20px)}.batch-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.08)}.batch-preview-title{font-size:14px;font-weight:700;color:#ffffffe6;letter-spacing:.02em}.batch-preview-status{display:flex;align-items:center;gap:8px;font-size:13px;color:#28ff88d9;font-weight:600}.batch-status-dot{width:8px;height:8px;background:#28ff88d9;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.batch-preview-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.batch-preview-item{display:flex;align-items:center;gap:14px;padding:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;transition:all .3s ease}.batch-preview-item.complete{border-color:#28ff8840;background:#28ff880a}.batch-preview-item.active{border-color:#28ff8880;background:#28ff8814;animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 #28ff8800}50%{box-shadow:0 0 20px #28ff8833}}.batch-preview-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700;color:#28ff88d9}.batch-preview-text{flex:1;display:flex;justify-content:space-between;align-items:center}.batch-preview-text>div:first-child{font-size:13px;color:#ffffffd9;font-weight:500}.batch-preview-score{font-size:12px;font-weight:700;color:#ffffff8c}.batch-preview-score.score-low{color:#28ff88e6}.batch-preview-score.score-medium{color:#ffc107e6}.batch-preview-score.score-high{color:#ff3b3be6}.batch-preview-progress{padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.batch-preview-progress-bar{width:100%;height:6px;background:#ffffff14;border-radius:999px;overflow:hidden;margin-bottom:10px}.batch-preview-progress-fill{height:100%;background:linear-gradient(90deg,#28ff88cc,#28ff88);border-radius:999px;transition:width .3s ease}.batch-preview-meta{display:flex;justify-content:space-between;font-size:12px;color:#ffffff8c;font-weight:600}@media (max-width: 980px){.batch-feature-container{grid-template-columns:1fr;gap:40px}.batch-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.elite-batch-section{padding:60px 0}.batch-stats-grid{grid-template-columns:1fr}}.sample-chip.support-chip{border-color:#3b82f64d;background:linear-gradient(135deg,#3b82f614,#3b82f608);color:#93c5fde6}.sample-chip.support-chip:hover{border-color:#3b82f680;background:linear-gradient(135deg,#3b82f61f,#3b82f60f);color:#93c5fd;box-shadow:0 4px 16px #3b82f626}.sample-chip.code-chip{border-color:#a855f74d;background:linear-gradient(135deg,#a855f714,#a855f708);color:#d8b4fee6}.sample-chip.code-chip:hover{border-color:#a855f780;background:linear-gradient(135deg,#a855f71f,#a855f70f);color:#d8b4fe;box-shadow:0 4px 16px #a855f726}.sample-chip.content-chip{border-color:#14b8a64d;background:linear-gradient(135deg,#14b8a614,#14b8a608);color:#5eead4e6}.sample-chip.content-chip:hover{border-color:#14b8a680;background:linear-gradient(135deg,#14b8a61f,#14b8a60f);color:#5eead4;box-shadow:0 4px 16px #14b8a626}@media (max-width: 1024px) and (min-width: 769px){.batch-modal{max-width:90%}.batch-modal-header{padding:20px 24px}.batch-modal-header h2{font-size:20px}.batch-modal-header p{font-size:13px}.batch-modal-body{padding:20px 24px}.batch-method-tabs{flex-wrap:wrap}.batch-tab{flex:1;min-width:120px;text-align:center}.batch-prompts-header{flex-direction:column;align-items:flex-start;gap:16px}.batch-prompts-header h3{font-size:15px}.batch-actions{width:100%;flex-wrap:wrap}.batch-analyze-btn,.batch-export-btn,.batch-clear-btn,.batch-cancel-btn{flex:1 1 calc(50% - 4px);min-width:140px}.batch-upload-info{flex-direction:column;align-items:flex-start;gap:12px}.batch-template-btn{width:100%}}@media (max-width: 768px) and (min-width: 601px){.batch-modal-overlay{padding:16px}.batch-modal{max-width:100%;max-height:100vh;border-radius:12px;border-left:none;border-right:none}.batch-modal-header{padding:18px 20px}.batch-modal-header h2{font-size:20px}.batch-modal-header p{font-size:13px}.batch-modal-body{padding:18px 20px}.batch-upload-section{margin-bottom:20px}.batch-method-tabs{gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.batch-method-tabs::-webkit-scrollbar{display:none}.batch-tab{padding:10px 16px;font-size:13px;white-space:nowrap;flex-shrink:0;min-width:90px}.batch-manual-input{gap:10px}.batch-input,.batch-textarea{padding:10px 12px;font-size:13px}.batch-textarea{min-height:120px}.batch-add-btn{width:100%;padding:12px 16px;font-size:13px}.batch-file-upload{gap:12px}.batch-upload-info{flex-direction:column;gap:10px;padding:12px}.batch-upload-info p{font-size:12px}.batch-upload-info code{font-size:11px;display:block;margin-top:6px}.batch-template-btn{width:100%;padding:10px 14px;font-size:12px}.batch-file-input{padding:14px 12px;font-size:13px}.batch-file-input:before{font-size:12px}.batch-prompts-section{padding:16px}.batch-prompts-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:14px}.batch-prompts-header h3{font-size:14px}.batch-actions{width:100%}.batch-analyze-btn,.batch-export-btn,.batch-clear-btn,.batch-cancel-btn{flex:1;font-size:12px;padding:9px 14px}.batch-empty-state{padding:32px 16px}.batch-empty-state svg{width:48px;height:48px}.batch-empty-state p{font-size:14px}.batch-empty-state span{font-size:12px}.batch-prompts-list{gap:8px;max-height:350px}.batch-prompt-item{flex-direction:column;align-items:stretch;gap:12px;padding:12px 14px}.batch-prompt-result{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.batch-score{width:48px;height:48px;font-size:16px}.batch-stats{font-size:11px}.batch-risk{font-size:10px;padding:4px 10px}.batch-remove-btn{position:absolute;top:12px;right:12px;width:28px;height:28px}.batch-remove-btn svg{width:14px;height:14px}.batch-more-items{padding:12px}.batch-more-items .batch-prompt-name{font-size:12px}.batch-more-items .batch-prompt-preview{font-size:11px}.batch-progress{margin-top:16px;padding:14px 16px}.batch-progress-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:8px}.batch-progress-stats{width:100%;justify-content:space-between}.batch-progress-label{font-size:12px}.batch-progress-percentage{font-size:11px;padding:3px 8px}.batch-progress-meta{width:100%;flex-direction:column;align-items:flex-start;gap:8px}.batch-progress-speed,.batch-progress-eta{font-size:11px}.batch-progress-bar{height:6px}.batch-progress-text{font-size:11px}}@media (max-width: 600px){.batch-modal-overlay{padding:0}.batch-modal{max-width:100%;max-height:100vh;border-radius:12px;border-left:none;border-right:none}.batch-modal-header{padding:16px 18px;border-radius:0}.batch-modal-header>div{text-align:left}.batch-modal-header h2{font-size:18px;margin-bottom:4px}.batch-modal-header p{font-size:12px}.batch-close-btn{position:absolute;top:16px;right:16px}.batch-modal-body{padding:16px 18px}.batch-upload-section{margin-bottom:20px}.batch-method-tabs{gap:4px;margin-bottom:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.batch-method-tabs::-webkit-scrollbar{display:none}.batch-tab{padding:10px 14px;font-size:11px;white-space:nowrap;flex-shrink:0;min-width:80px}.batch-manual-input{gap:10px}.batch-input,.batch-textarea{padding:10px 12px;font-size:13px}.batch-textarea{min-height:120px}.batch-add-btn{width:100%;padding:12px 16px;font-size:13px}.batch-file-upload{gap:12px}.batch-upload-info{flex-direction:column;gap:10px;padding:12px}.batch-upload-info p{font-size:11px}.batch-upload-info code{font-size:11px;display:block;margin-top:6px}.batch-template-btn{width:100%;padding:10px 14px;font-size:12px}.batch-file-input{padding:14px 12px;font-size:13px}.batch-file-input:before{font-size:12px}.batch-prompts-section{padding:16px}.batch-prompts-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:14px}.batch-prompts-header h3{font-size:14px}.batch-actions{width:100%}.batch-analyze-btn,.batch-export-btn,.batch-clear-btn,.batch-cancel-btn{width:100%;padding:12px 16px;font-size:13px;justify-content:center}.batch-empty-state{padding:24px 16px}.batch-empty-state svg{width:40px;height:40px}.batch-empty-state p{font-size:14px}.batch-empty-state span{font-size:12px}.batch-prompts-list{gap:8px;max-height:300px}.batch-prompt-item{flex-direction:column;align-items:stretch;gap:12px;padding:12px 42px 12px 12px;position:relative}.batch-prompt-info{width:100%}.batch-prompt-name{font-size:13px;margin-bottom:6px;padding-right:8px}.batch-prompt-preview{font-size:10px}.batch-prompt-result{width:100%;flex-direction:row;justify-content:flex-start;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.batch-score{width:40px;height:40px;font-size:15px}.batch-stat{font-size:10px}.batch-risk{font-size:8px;padding:3px 6px;align-self:flex-start}}@media (max-width: 480px){.batch-modal-header h2{font-size:16px;margin-bottom:2px}.batch-modal-header p{display:none}.batch-tab{padding:9px 12px;font-size:11px;min-width:80px}.batch-input,.batch-textarea{font-size:12px}.batch-upload-info p{font-size:11px}.batch-prompt-name{font-size:12px;margin-bottom:6px;padding-right:8px}.batch-prompt-preview{font-size:10px}.batch-prompt-result{width:100%;flex-direction:row;justify-content:flex-start;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.batch-score{width:40px;height:40px;font-size:15px}.batch-stat{font-size:10px}.batch-risk{font-size:8px;padding:3px 6px}}@media (max-width: 900px) and (orientation: landscape){.batch-modal{max-height:100vh}.batch-modal-header{padding:12px 18px}.batch-modal-header h2{font-size:16px;margin-bottom:2px}.batch-modal-header p{display:none}.batch-tab{padding:8px 14px;font-size:11px;min-width:80px}.batch-input,.batch-textarea{font-size:12px}.batch-upload-info p{font-size:11px}.batch-prompt-name{font-size:12px;margin-bottom:6px;padding-right:8px}.batch-prompt-preview{font-size:10px}.batch-prompt-result{width:100%;flex-direction:row;justify-content:flex-start;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.batch-score{width:40px;height:40px;font-size:15px}.batch-stat{font-size:10px}.batch-risk{font-size:8px;padding:3px 6px}}@media (hover: none) and (pointer: coarse){.batch-tab,.batch-add-btn,.batch-analyze-btn,.batch-export-btn,.batch-clear-btn,.batch-cancel-btn,.batch-template-btn,.batch-remove-btn,.batch-close-btn{min-height:48px;min-width:48px;touch-action:manipulation}.batch-modal *{touch-action:manipulation}.batch-tab:active,.batch-add-btn:active,.batch-analyze-btn:active,.batch-export-btn:active,.batch-clear-btn:active,.batch-cancel-btn:active{opacity:.7;transform:scale(.98)}.batch-prompts-list,.batch-modal-body{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.batch-tab,.batch-add-btn,.batch-analyze-btn,.batch-export-btn,.batch-clear-btn,.batch-cancel-btn{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}}@media (prefers-contrast: high){.batch-modal{border-width:2px}.batch-tab.active{border-bottom-width:3px}.batch-prompt-item{border-width:2px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.batch-modal,.batch-prompt-item,.batch-progress-fill,.batch-spinner{animation:none!important}}@media (prefers-color-scheme: dark){.batch-modal{background:linear-gradient(180deg,#000000fa,#000000f2)}}@media print{.batch-modal{display:none!important}}@media (min-width: 1400px){.batch-modal{max-width:1280px}.batch-prompts-list{max-height:400px}.batch-prompt-item{min-height:60px}.batch-prompt-info{width:100%}.batch-prompt-name{font-size:14px;margin-bottom:8px;padding-right:12px}.batch-prompt-preview{font-size:12px}.batch-prompt-result{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.batch-score{width:56px;height:56px;font-size:20px}.batch-stat{font-size:12px}.batch-risk{font-size:10px;padding:6px 10px}.batch-remove-btn{position:absolute;top:14px;right:14px;width:32px;height:32px}.batch-remove-btn svg{width:16px;height:16px}.batch-more-items{padding:16px}.batch-more-items .batch-prompt-name{font-size:13px}.batch-more-items .batch-prompt-preview{font-size:12px}.batch-progress{margin-top:20px;padding:16px 18px}.batch-progress-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:10px}.batch-progress-stats{width:100%;justify-content:space-between}.batch-progress-label{font-size:13px}.batch-progress-percentage{font-size:12px;padding:6px 10px}.batch-progress-meta{width:100%;flex-direction:column;align-items:flex-start;gap:10px}.batch-progress-speed,.batch-progress-eta{font-size:12px}.batch-progress-bar{height:8px}.batch-progress-text{font-size:12px}}.batch-image-upload-btn,.batch-camera-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#ffffff0a;color:#ffffffe6;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1}.batch-image-upload-btn svg,.batch-camera-btn svg{flex-shrink:0;stroke:currentColor;fill:none}.batch-image-upload-btn:hover,.batch-camera-btn:hover{border-color:#ffffff40;background:#ffffff14;transform:translateY(-1px)}.batch-image-upload-btn:disabled,.batch-camera-btn:disabled{opacity:.5;cursor:not-allowed}.camera-modal-overlay{position:fixed;inset:0;background:#000000e6;z-index:20000;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(10px);animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.camera-modal{background:linear-gradient(180deg,#0b0d0ff2,#050607fa);border:1px solid rgba(255,255,255,.12);border-radius:16px;width:min(720px,95vw);max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.camera-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff05}.camera-modal-header h3{margin:0;font-size:18px;font-weight:700;color:#fff;letter-spacing:.01em}.camera-close-button{background:transparent;border:none;color:#ffffffb3;cursor:pointer;padding:4px;display:flex;transition:color .2s ease}.camera-close-button:hover{color:#fff}.camera-modal-body{padding:24px;min-height:400px;max-height:calc(90vh - 180px);display:flex;align-items:center;justify-content:center;background:#000}.camera-placeholder{text-align:center;color:#ffffffa6;padding:40px 20px}.camera-placeholder svg{margin-bottom:16px;opacity:.5;color:#28ff8899}.camera-placeholder p{margin:0 0 20px;font-size:15px;font-weight:500}.start-camera-button{padding:12px 24px;border-radius:8px;border:1px solid rgba(40,255,136,.35);background:#28ff8814;color:#28ff88f2;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease}.start-camera-button:hover{border-color:#28ff888c;background:#28ff8826;transform:translateY(-1px);box-shadow:0 4px 12px #28ff8833}.camera-modal-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid rgba(255,255,255,.08);justify-content:center;background:#ffffff05}.camera-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease;border:1px solid rgba(255,255,255,.2);min-width:120px}.camera-action-button.secondary{background:transparent;color:#ffffffd9}.camera-action-button.secondary:hover{border-color:#ffffff59;background:#ffffff0d}.camera-action-button.primary{background:#28ff881f;border-color:#28ff8859;color:#28ff88f2}.camera-action-button.primary:hover{border-color:#28ff888c;background:#28ff882e;transform:translateY(-1px);box-shadow:0 4px 12px #28ff8833}.camera-action-button svg{flex-shrink:0}@media (max-width: 768px){.camera-modal{width:100vw;max-width:100vw;border-radius:0;max-height:100vh}.camera-modal-body{padding:12px;min-height:300px}.camera-view video{max-height:calc(100vh - 180px)}.camera-guideline{width:90%;height:75%}.camera-modal-footer{flex-direction:column-reverse}.camera-action-button{width:100%;padding:14px 20px}.batch-image-upload-btn,.batch-camera-btn{font-size:13px;padding:10px 14px}}@media (hover: none) and (pointer: coarse){.start-camera-button,.camera-action-button{min-height:48px;touch-action:manipulation}.camera-close-button{min-width:44px;min-height:44px;padding:10px}}@media (prefers-contrast: high){.camera-guideline{border-color:#28ff88;border-width:3px}.camera-action-button.primary{background:#28ff8840;border-color:#28ff8899}}@media (prefers-reduced-motion: reduce){.camera-modal-overlay,.camera-modal,.camera-action-button,.start-camera-button{animation:none;transition:none}}@keyframes spin{to{transform:rotate(360deg)}}.scanner-page{background:radial-gradient(1200px 600px at 50% -200px,rgba(40,255,136,.06),transparent 55%),radial-gradient(900px 500px at 15% 10%,rgba(255,255,255,.04),transparent 60%),var(--bg)}
