*,:after,:before{box-sizing:border-box}:root{--bg:#09090f;--bg-surface:#0f0f18;--bg-card:#13131d;--bg-card-hover:#191926;--border:#1e1e2e;--border-bright:#2a2a40;--purple:#7c3aed;--purple-bright:#8b5cf6;--purple-light:#a78bfa;--purple-glow:#7c3aed4d;--purple-dim:#7c3aed1a;--text:#eeeaf8;--text-dim:#9896af;--text-muted:#52506a;--green:#10b981;--green-dim:#10b9811f;--yellow:#f59e0b;--yellow-dim:#f59e0b1f;--red:#ef4444;--red-dim:#ef44441f}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#09090f;background-color:var(--bg);color:#eeeaf8;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}code{font-family:JetBrains Mono,Fira Code,Courier New,monospace}*{scrollbar-color:#2a2a40 #09090f;scrollbar-color:var(--border-bright) var(--bg);scrollbar-width:thin}.app-container{background:var(--bg);display:flex;flex-direction:column;min-height:100vh}.navbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#09090feb;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.navbar-content{align-items:center;display:flex;height:4rem;justify-content:space-between;margin:0 auto;max-width:80rem;padding:0 1.5rem}.logo-container{align-items:center;display:flex;text-decoration:none}.logo-image{filter:drop-shadow(0 0 10px var(--purple-glow));height:5.5rem;object-fit:contain;width:auto}.nav-links{display:none}@media (min-width:640px){.nav-links{align-items:center;display:flex;gap:.25rem}}.nav-link{border-radius:.375rem;color:var(--text-dim);font-size:.875rem;font-weight:500;letter-spacing:.01em;padding:.4rem .9rem;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{background:var(--border);color:var(--text)}.nav-link.active{background:var(--purple-dim);color:var(--purple-light)}.main-content{flex:1 1;margin:0 auto;max-width:70rem;padding:2.5rem 1.25rem;width:100%}.content-card{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:2.5rem}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text) 30%,var(--purple-light) 100%);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;margin:0 0 .5rem;text-align:center}.page-subtitle{color:var(--text-muted);font-size:.875rem;line-height:1.6;margin:0 0 2rem;text-align:center}.maintenance-badge{align-items:center;background:var(--yellow-dim);border:1px solid #f59e0b4d;border-radius:9999px;color:var(--yellow);display:inline-flex;font-size:.7rem;font-weight:700;gap:.3rem;letter-spacing:.08em;margin-bottom:1.25rem;padding:.2rem .65rem;text-transform:uppercase}.supported-browsers{margin-bottom:2rem;text-align:center}.support-text{color:var(--text-muted);font-size:.7rem;letter-spacing:.1em;margin:0 0 .6rem;text-transform:uppercase}.browser-logos{align-items:center;display:flex;gap:.75rem;justify-content:center}.browser-icon{filter:brightness(0) invert(1);height:26px;object-fit:contain;opacity:.6;transition:opacity .2s,transform .2s;width:26px}.browser-icon:hover{opacity:1;transform:scale(1.1)}.form-container{display:flex;flex-direction:column;gap:.875rem;margin:0 auto;max-width:520px}.input-group{position:relative}.input-icon{color:var(--text-muted);left:.875rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.url-input{background:var(--bg-surface);border:1px solid var(--border-bright);border-radius:.5rem;box-sizing:border-box;color:var(--text);font-size:.875rem;outline:none;padding:.75rem .875rem .75rem 2.5rem;transition:border-color .2s,box-shadow .2s;width:100%}.url-input::placeholder{color:var(--text-muted)}.url-input:focus{border-color:var(--purple-bright);box-shadow:0 0 0 3px var(--purple-dim)}.url-input:disabled{cursor:not-allowed;opacity:.45}.divider{align-items:center;color:var(--text-muted);display:flex;font-size:.72rem;gap:.75rem;letter-spacing:.05em;text-transform:uppercase}.divider:after,.divider:before{background:var(--border);content:"";flex:1 1;height:1px}.file-upload{align-items:center;background:var(--bg-surface);border:1px dashed var(--border-bright);border-radius:.5rem;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;padding:.875rem 1rem;transition:border-color .2s,background .2s;width:100%}.file-upload:hover{background:var(--purple-dim);border-color:var(--purple-bright)}.file-upload-content{align-items:center;color:var(--text-dim);display:flex;font-size:.875rem;gap:.6rem}.file-name{color:var(--purple-light)}.hidden{display:none}.submit-button{align-self:center;background:linear-gradient(135deg,var(--purple) 0,var(--purple-bright) 100%);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.02em;padding:.75rem 1.75rem;transition:opacity .2s,box-shadow .2s,transform .1s}.submit-button:hover:not(:disabled){box-shadow:0 0 24px var(--purple-glow);opacity:.88;transform:translateY(-1px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.35}.loading-wrapper{display:flex;flex-direction:column;gap:.5rem}.loading-step-label{align-items:center;color:var(--text-muted);display:flex;font-size:.78rem;gap:.5rem;letter-spacing:.02em}.loading-dot{animation:pulse-dot 1.2s ease-in-out infinite;background:var(--purple-light);border-radius:50%;flex-shrink:0;height:6px;width:6px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.loading-bar{background:var(--border);border-radius:9999px;height:4px;overflow:hidden;width:100%}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.progress-bar{animation:shimmer 1.6s ease-in-out infinite;background:linear-gradient(90deg,var(--purple-dim) 0,var(--purple) 30%,var(--purple-light) 50%,var(--purple) 70%,var(--purple-dim) 100%);background-size:200% 100%;border-radius:9999px;height:100%;transition:width .4s ease;width:0}.error-message{background:var(--red-dim);border:1px solid #ef444440;border-radius:.5rem;color:#fca5a5}.error-message,.success-message{font-size:.875rem;margin-top:1rem;padding:.75rem 1rem}.success-message{background:var(--green-dim);border:1px solid #10b98140;border-radius:.5rem;color:#6ee7b7}.help-link{color:var(--text);font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s}.help-link:hover{color:var(--purple-light)}.footer{background:var(--bg-surface);border-top:1px solid var(--border);color:var(--text-muted);font-size:.8rem}.footer-inner{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;padding:2.25rem 2.5rem}.footer-brand{display:flex;flex-direction:column;gap:.55rem;max-width:220px}.footer-logo{height:52px;max-width:220px;object-fit:contain;opacity:.9;width:auto}.footer-tagline{color:var(--text-muted);font-size:.74rem;line-height:1.4;opacity:.65}.footer-cols{display:flex;gap:3.5rem}.footer-col{display:flex;flex-direction:column;gap:.6rem}.footer-col-heading{color:var(--text);font-size:.75rem;font-weight:600;letter-spacing:.06em;margin-bottom:.25rem;text-transform:uppercase}.footer-link{color:var(--text-muted);cursor:pointer;font-size:.82rem;opacity:.7;text-decoration:none;transition:opacity .15s,color .15s}.footer-link:hover{color:var(--text);opacity:1}.footer-link--soon{cursor:default;font-style:italic;opacity:.35}.footer-link--soon:hover{color:var(--text-muted);opacity:.35}.footer-github{align-items:center;color:var(--text-muted);display:flex;font-size:.78rem;gap:.45rem;margin-top:.25rem;opacity:.55;text-decoration:none;transition:opacity .2s}.footer-github:hover{opacity:1}.github-icon{filter:invert(1);flex-shrink:0;height:15px;width:15px}.footer-discord{align-items:center;color:var(--text);display:flex;font-size:.82rem;gap:.5rem;opacity:.7;text-decoration:none;transition:opacity .2s,color .2s}.footer-discord:hover{color:#5865f2;opacity:1}.footer-bottom{border-top:1px solid var(--border);font-size:.73rem;opacity:.4;padding:.8rem 2.5rem;text-align:center}@media (max-width:640px){.footer-inner{align-items:flex-start;flex-direction:column;gap:1.75rem;padding:1.75rem 1.25rem}.footer-cols{gap:2.5rem}.footer-bottom{padding:.75rem 1.25rem}}.page-container{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;line-height:1.75;padding:2.5rem}.page-container h1{color:var(--text);font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.5rem}.page-container p{color:var(--text-dim);margin:0 0 1.1rem}.page-container code{background:var(--border);border-radius:.25rem;color:var(--purple-light);font-size:.875em;padding:.15em .4em}.page-container a{color:var(--purple-light);text-decoration:none}.page-container a:hover{text-decoration:underline}.help-gif{border:1px solid var(--border);border-radius:.75rem;display:block;margin:1.5rem auto 0;max-width:700px;width:100%}.help-step{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:3rem}.help-step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.help-step-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.help-step-number{align-items:center;background:var(--purple);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:700;height:2rem;justify-content:center;width:2rem}.help-step-title{color:var(--text);font-size:1.15rem;font-weight:700;margin:0}.help-links{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.report-wrapper{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2rem}.report-header{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:1.5rem}.report-title{color:var(--text-dim);font-size:1rem;font-size:.7rem;font-weight:600;letter-spacing:.02em;letter-spacing:.12em;margin:0;text-transform:uppercase}.report-toggle{background:var(--bg-surface);border:1px solid var(--border);border-radius:.5rem;display:flex;gap:2px;padding:3px}.toggle-btn{background:#0000;border:none;border-radius:.35rem;color:var(--text-muted);cursor:pointer;font-size:.78rem;font-weight:700;letter-spacing:.04em;padding:.35rem 1.1rem;transition:all .2s}.toggle-btn.active{background:var(--purple);box-shadow:0 0 14px var(--purple-glow);color:#fff}.toggle-btn:not(.active):hover{background:var(--border);color:var(--text-dim)}.verdict-banner{align-items:center;border:1px solid;border-radius:.75rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.25rem;padding:1.25rem 1.5rem}.verdict-banner.benign{background:var(--green-dim);border-color:#10b98140;box-shadow:0 0 40px #10b9810f}.verdict-banner.suspicious{background:var(--yellow-dim);border-color:#f59e0b40;box-shadow:0 0 40px #f59e0b0f}.verdict-banner.malicious{background:var(--red-dim);border-color:#ef444440;box-shadow:0 0 40px #ef444414}.verdict-label{align-items:center;display:flex;font-size:1.6rem;font-weight:900;gap:.6rem;letter-spacing:.04em;line-height:1}.verdict-banner.benign .verdict-label{color:var(--green)}.verdict-banner.suspicious .verdict-label{color:var(--yellow)}.verdict-banner.malicious .verdict-label{color:var(--red)}.confidence-badge{align-items:flex-end;display:flex;flex-direction:column;gap:.1rem}.confidence-value{font-size:2rem;font-weight:900;line-height:1}.confidence-label{color:var(--text-muted);font-size:.65rem;letter-spacing:.12em;text-transform:uppercase}.summary-text{background:var(--bg-surface);border-left:3px solid;border-radius:.5rem;color:var(--text-dim);font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;padding:1rem 1.25rem}.summary-text.benign{border-color:var(--green)}.summary-text.suspicious{border-color:var(--yellow)}.summary-text.malicious{border-color:var(--red)}.gauge-wrapper{display:flex;justify-content:center;margin-bottom:.25rem}.stat-cards{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-bottom:1.5rem}.stat-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:.625rem;display:flex;flex-direction:column;gap:.2rem;padding:1rem;transition:border-color .2s}.stat-card:hover{border-color:var(--border-bright)}.stat-card-label{color:var(--text-muted);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.stat-card-value{color:var(--text);font-size:1.6rem;font-weight:800;line-height:1}.stat-card-sub{color:var(--text-muted);font-size:.72rem;margin-top:.1rem}.stat-card.warning .stat-card-value{color:var(--yellow)}.stat-card.danger .stat-card-value{color:var(--red)}.stat-card.ok .stat-card-value{color:var(--green)}.report-section{margin-bottom:1.75rem}.section-title{border-bottom:1px solid var(--border);color:var(--text);font-size:.8rem;font-weight:700;letter-spacing:.14em;margin:0 0 1rem;padding-bottom:.5rem;text-transform:uppercase}.activity-bars{display:flex;flex-direction:column;gap:.75rem}.activity-row{grid-gap:.875rem;align-items:center;display:grid;gap:.875rem;grid-template-columns:150px 1fr 44px}@media (max-width:480px){.activity-row{gap:.5rem;grid-template-columns:110px 1fr 36px}}.activity-label{color:var(--text-dim);font-size:.78rem;text-align:right}.activity-bar-track{background:var(--border);border-radius:9999px;height:8px;overflow:hidden}.activity-bar-fill{background:linear-gradient(90deg,var(--purple),var(--purple-light));border-radius:9999px;height:100%;transition:width 1s cubic-bezier(.4,0,.2,1)}.activity-count{font-feature-settings:"tnum";color:var(--text-dim);font-size:.8rem;font-variant-numeric:tabular-nums;font-weight:700;text-align:right}.info-rows{display:flex;flex-direction:column;margin-top:1rem}.info-row{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;font-size:.8rem;gap:.75rem;padding:.55rem 0}.info-row:last-child{border-bottom:none}.info-key{color:var(--text-muted);flex-shrink:0;font-size:.75rem;min-width:120px}.info-value{color:var(--text-dim);flex:1 1;font-family:monospace;font-size:.78rem;word-break:break-all}.redirect-indicator{align-items:center;border-radius:.25rem;display:inline-flex;font-size:.75rem;font-weight:600;gap:.3rem;padding:.18rem .55rem}.redirect-indicator.yes{background:var(--yellow-dim);border:1px solid #f59e0b33;color:var(--yellow)}.redirect-indicator.no{background:var(--green-dim);border:1px solid #10b98133;color:var(--green)}.perm-list{display:flex;flex-direction:column;gap:.45rem;min-width:0;overflow:hidden}.perm-row{align-items:flex-start;background:var(--bg-surface);border:1px solid var(--border);border-radius:6px;display:flex;flex-wrap:wrap;gap:.4rem .65rem;padding:.45rem .6rem}.perm-badge{border-radius:9999px;flex-shrink:0;font-size:.6rem;font-weight:700;letter-spacing:.05em;margin-top:.05rem;padding:.18rem .5rem;text-transform:uppercase}.perm-low{background:#10b9811f;border:1px solid #10b9814d;color:var(--green)}.perm-medium{background:#f59e0b1f;border:1px solid #f59e0b4d;color:var(--yellow)}.perm-high{background:#ef44441f;border:1px solid #ef44444d;color:var(--red)}.perm-critical{background:#ef444426;border:1px solid #ef444459;color:#ef4444}.section-note{color:var(--text-muted);font-size:.78rem;margin:-6px 0 12px}.cdp-alert{border-radius:6px;font-size:.82rem;margin-bottom:10px;padding:10px 14px}.cdp-critical{background:#8b5cf61f;border:1px solid #8b5cf659;color:#a78bfa}.cdp-high{background:#ef44441a;border:1px solid #ef44444d;color:var(--red)}.cdp-row{font-size:.78rem;margin-top:4px;opacity:.85}.cdp-block{margin-bottom:12px}.cdp-block-title{color:var(--text-muted);font-size:.8rem;font-weight:600;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.cdp-req-row{align-items:baseline;border-bottom:1px solid #ffffff0a;display:flex;font-size:.8rem;gap:10px;padding:3px 0}.cdp-method{color:var(--yellow);flex-shrink:0;font-weight:700;min-width:50px}.cdp-url{color:var(--text-secondary);flex:1 1;word-break:break-all}.cdp-body-flag{border:1px solid;border-radius:3px;color:var(--red);flex-shrink:0;font-size:.72rem;padding:1px 4px}.ext-conn-table{display:flex;flex-direction:column;gap:.3rem}.ext-conn-row{align-items:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:5px;display:flex;font-size:.8rem;gap:.6rem;padding:.35rem .65rem}.ext-conn-row.ext-conn-danger{background:#ef444414;border-color:#ef444440}.ext-conn-method{background:#8b5cf61f;border-radius:3px;color:#8b5cf6;flex-shrink:0;font-size:.68rem;font-weight:700;letter-spacing:.05em;padding:1px 5px}.ext-conn-url{color:#a0a0b8;color:var(--text-secondary,#a0a0b8);flex:1 1;font-family:monospace;word-break:break-all}.ext-conn-vt{flex-shrink:0;font-size:.85rem}.analysis-group-header{align-items:baseline;border-left:3px solid;border-radius:6px 6px 0 0;display:flex;gap:.75rem;margin:2rem 0 .25rem;padding:.6rem 1rem}.analysis-group-header.dynamic{background:#8b5cf614;border-color:#8b5cf6}.analysis-group-header.static{background:#10b98112;border-color:#10b981}.analysis-group-label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.analysis-group-header.dynamic .analysis-group-label{color:#8b5cf6}.analysis-group-header.static .analysis-group-label{color:#10b981}.analysis-columns{grid-gap:0;align-items:start;border-top:1px solid var(--border);display:grid;gap:0;grid-template-columns:1fr 1fr;margin-top:2rem}.analysis-col{min-width:0;padding:1.5rem 1.25rem}.analysis-col:first-child{border-right:1px solid var(--border)}@media (max-width:860px){.analysis-columns{grid-template-columns:1fr}.analysis-col:first-child{border-bottom:1px solid var(--border);border-right:none}}.analysis-group-sub{color:var(--text-muted);font-size:.75rem}.perm-name{color:var(--text);flex:1 1 auto;font-family:monospace;font-size:.82rem;font-weight:500;min-width:0;word-break:break-all}.perm-desc{color:var(--text-muted);flex:1 1 220px;font-size:.78rem;line-height:1.4;min-width:0;overflow-wrap:break-word;word-break:break-word}.see-code-btn{background:#7c3aed1f;border:1px solid #7c3aed;border-radius:9999px;color:#a78bfa;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:.2rem .65rem;transition:background .15s,color .15s,border-color .15s}.see-code-btn:hover{background:#7c3aed38;border-color:#a78bfa;color:#c4b5fd}.code-viewer{border-top:1px solid var(--border);display:flex;height:540px;margin-top:.25rem}.code-file-tree{background:var(--bg-surface);border-right:1px solid var(--border);flex-shrink:0;min-width:140px;overflow-y:auto;padding:.4rem 0;width:230px}.code-file-item{background:none;border:none;color:var(--text-muted);cursor:pointer;display:block;font-family:monospace;font-size:.71rem;overflow:hidden;padding:.28rem .75rem;text-align:left;text-overflow:ellipsis;transition:color .1s,background .1s;white-space:nowrap;width:100%}.code-file-item:hover{background:#ffffff0a;color:var(--text)}.code-file-item.active{background:#ffffff12;color:var(--text);font-weight:600}.code-content{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.code-file-path{background:var(--bg-surface);border-bottom:1px solid var(--border);color:var(--text-muted);flex-shrink:0;font-family:monospace;font-size:.71rem;padding:.35rem .75rem}.code-pre{background:#1a1b26!important;border-radius:0;flex:1 1;font-size:.78rem;line-height:1.55;margin:0;overflow:auto}.code-pre code.hljs{background:#1a1b26!important;font-family:Fira Code,Cascadia Code,Consolas,monospace;padding:.75rem 1rem}.tag-list{display:flex;flex-wrap:wrap;gap:.45rem}.tag{border-radius:.3rem;font-family:monospace;font-size:.75rem;line-height:1.4;padding:.22rem .6rem}.tag.pattern{background:var(--red-dim);border:1px solid #ef444433;color:#fca5a5}.tag.hardcoded-url{background:#f973161f;border:1px solid #f973164d;color:#fdba74}.tag.domain{background:var(--bg-surface);border:1px solid var(--border-bright);color:var(--text-dim)}.tag.ip{background:var(--purple-dim);border:1px solid #7c3aed33;color:var(--purple-light)}.integrations-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.integration-card{background:var(--bg-surface);border:1px dashed var(--border-bright);border-radius:.625rem;display:flex;flex-direction:column;gap:.4rem;opacity:.5;padding:1.1rem 1.25rem;transition:opacity .2s}.integration-card:hover{opacity:.65}.integration-badge{align-self:flex-start;background:#f59e0b1a;border:1px solid #f59e0b47;border-radius:9999px;color:var(--yellow);display:inline-block;font-size:.62rem;font-weight:700;letter-spacing:.1em;padding:.15rem .5rem;text-transform:uppercase}.integration-name{color:var(--text-dim);font-size:.9rem;font-weight:700}.integration-desc{color:var(--text-muted);font-size:.75rem;line-height:1.5}.upgrade-cta{display:flex;justify-content:center;margin-top:1.25rem}.upgrade-btn{background:#0000;border:1px solid var(--border-bright);border-radius:.375rem;color:var(--text-muted);cursor:pointer;font-size:.8rem;font-weight:600;letter-spacing:.02em;padding:.5rem 1.5rem;transition:all .2s}.upgrade-btn:hover{background:var(--purple-dim);border-color:var(--purple-bright);box-shadow:0 0 16px var(--purple-dim);color:var(--purple-light)}.subsection-label{color:var(--text-muted);font-size:.72rem;letter-spacing:.08em;margin:0 0 .5rem;text-transform:uppercase}.faq-section{font-family:Inter,-apple-system,sans-serif;margin:3rem auto 4rem;max-width:720px;padding:0 1rem}.faq-title{color:var(--text);font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0 0 1.5rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--bg-card);border:1px solid var(--border-bright);border-radius:.625rem;overflow:hidden;transition:border-color .2s,box-shadow .2s}.faq-item.open{border-color:var(--purple-bright);box-shadow:0 0 0 3px var(--purple-dim)}.faq-question{align-items:center;background:#0000;border:none;color:var(--text);cursor:pointer;display:flex;font-size:.92rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;text-align:left;transition:background .15s;width:100%}.faq-question:hover{background:var(--purple-dim)}.faq-chevron{color:var(--purple-light);flex-shrink:0;font-size:1.25rem;font-weight:400;text-align:center;width:1rem}.faq-answer{color:#fff;font-size:.85rem;line-height:1.65;padding:0 1.25rem 1.1rem}.cl1-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:860px}.cl1-header{background:linear-gradient(135deg,#7c3aed1f,#10b9810a),var(--bg-card);border:1px solid var(--border);border-radius:1rem;margin-bottom:1.25rem;padding:2rem 2rem 1.75rem}.cl1-eyebrow{color:var(--purple-light);display:inline-flex;font-size:.72rem;font-weight:700;letter-spacing:.11em;margin-bottom:.6rem;text-transform:uppercase}.cl1-header h1{color:var(--text);font-size:2rem;font-weight:800;line-height:1.1;margin:0 0 .6rem}.cl1-header p{color:var(--text-dim);font-size:.95rem;line-height:1.7;margin:0;max-width:560px}.cl1-stats{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;display:flex;gap:0;margin-bottom:1.25rem;overflow:hidden}.cl1-stat{display:flex;flex:1 1;flex-direction:column;gap:.2rem;padding:.9rem 1.25rem}.cl1-stat+.cl1-stat{border-left:1px solid var(--border)}.cl1-stat-label{color:var(--text-muted);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cl1-stat-value{color:var(--text);font-size:1.1rem;font-weight:700}.cl1-stat-value.accent{color:var(--purple-light)}.cl1-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.cl1-filter-btn{background:var(--bg-card);border:1px solid var(--border-bright);border-radius:9999px;color:var(--text-dim);cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:600;padding:.3rem .85rem;transition:border-color .15s,background .15s,color .15s}.cl1-filter-btn:hover{border-color:var(--purple);color:var(--text)}.cl1-filter-btn.active{background:var(--purple-dim);border-color:var(--purple);color:var(--purple-light)}.cl1-grid{grid-gap:.85rem;display:grid;gap:.85rem;grid-template-columns:1fr 1fr}.cl1-card{background:var(--bg-card);border:1px solid var(--border);border-radius:.75rem;overflow:hidden;padding:1.25rem 1.25rem 1.25rem 1.5rem;position:relative;transition:border-color .15s,transform .15s}.cl1-card:before{background:var(--purple);background:var(--accent,var(--purple));border-radius:.75rem 0 0 .75rem;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.cl1-card:hover{border-color:var(--border-bright);transform:translateY(-2px)}.cl1-card-top{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.65rem}.cl1-badges{display:flex;flex-wrap:wrap;gap:.35rem}.cl1-version{background:var(--purple-dim);border:1px solid #7c3aed40;border-radius:9999px;color:var(--purple-light)}.cl1-type,.cl1-version{align-items:center;display:inline-flex;font-size:.68rem;font-weight:700;letter-spacing:.06em;padding:.1rem .5rem;text-transform:uppercase}.cl1-type{background:var(--bg-surface);border:1px solid var(--border-bright);border-radius:9999px;color:var(--text-dim)}.cl1-date{align-items:center;color:var(--text-muted);display:inline-flex;flex-shrink:0;font-size:.75rem;gap:.3rem;white-space:nowrap}.cl1-card h2{color:var(--text);font-size:.98rem;font-weight:700;line-height:1.35;margin:0 0 .6rem}.cl1-highlights{grid-gap:.35rem;display:grid;gap:.35rem;list-style:none;margin:0;padding:0}.cl1-highlights li{color:var(--text-muted);font-size:.8rem;line-height:1.55;padding-left:1rem;position:relative}.cl1-highlights li:before{background:var(--purple);background:var(--accent,var(--purple));border-radius:50%;content:"";height:5px;left:0;opacity:.7;position:absolute;top:.6em;width:5px}.cl1-empty{color:var(--text-muted);font-size:.9rem;grid-column:1/-1;padding:3rem 1rem;text-align:center}@media (max-width:640px){.cl1-grid{grid-template-columns:1fr}.cl1-stats{flex-direction:column}.cl1-stat+.cl1-stat{border-left:none;border-top:1px solid var(--border)}.cl1-header{padding:1.4rem}.cl1-header h1{font-size:1.65rem}}@media (max-width:480px){.cl1-page{margin:0 -.25rem}.cl1-card-top{flex-direction:column}}
/*# sourceMappingURL=main.023693cf.css.map*/