@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap";:root{--white:#fff;--off-white:#f7f7f8;--grey-50:#fafafa;--grey-100:#f0f0f2;--grey-200:#e4e4e7;--grey-300:#d1d1d6;--grey-400:#a0a0ab;--grey-500:#71717a;--grey-600:#52525b;--grey-700:#3f3f46;--grey-800:#27272a;--grey-900:#18181b;--black:#09090b;--accent:#18181b;--accent-hover:#27272a;--accent-light:#f0f0f2;--danger:#dc2626;--warning:#f59e0b;--success:#16a34a;--font-body:"Poppins", sans-serif;--font-heading:"Space Mono", monospace;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001f;--transition:.25s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);letter-spacing:-.01em;color:var(--grey-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:300;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--black);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;color:var(--grey-400);margin-bottom:12px;font-size:.75rem}.section-title{margin-bottom:20px;font-size:clamp(1.8rem,4vw,2.8rem)}.section-subtitle{color:var(--grey-500);max-width:600px;font-size:1.05rem;font-weight:300}.btn{border-radius:var(--radius-sm);transition:all var(--transition);align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:400;display:inline-flex}.btn-primary{background:var(--black);color:var(--white)}.btn-primary:hover{background:var(--grey-800);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{color:var(--black);border:1.5px solid var(--grey-300);background:0 0}.btn-outline:hover{border-color:var(--black);background:var(--grey-50)}.card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-md);transition:all var(--transition);padding:32px}.card:hover{border-color:var(--grey-300);box-shadow:var(--shadow-md);transform:translateY(-2px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--grey-100)}::-webkit-scrollbar-thumb{background:var(--grey-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--grey-400)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);height:64px;transition:all var(--transition);background:#ffffffd9;border-bottom:1px solid #0000;justify-content:center;align-items:center;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-bottom-color:var(--grey-200);box-shadow:var(--shadow-sm)}.navbar-inner{justify-content:space-between;align-items:center;width:100%;max-width:1200px;display:flex}.navbar-brand{font-family:var(--font-heading);color:var(--black);letter-spacing:-.03em;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;display:flex}.navbar-brand .logo-icon{background:var(--black);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.navbar-links{align-items:center;gap:32px;list-style:none;display:flex}.navbar-links a{color:var(--grey-500);transition:color var(--transition);font-size:.88rem;font-weight:400;position:relative}.navbar-links a:hover,.navbar-links a.active{color:var(--black)}.navbar-links a.active:after{content:"";background:var(--black);border-radius:1px;height:1.5px;position:absolute;bottom:-4px;left:0;right:0}.hamburger{background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--black);width:20px;height:1.5px;transition:all var(--transition);display:block}@media (width<=768px){.hamburger{display:flex}.navbar-links{background:var(--white);transition:transform var(--transition);flex-direction:column;justify-content:flex-start;gap:24px;padding-top:48px;position:fixed;inset:64px 0 0;transform:translate(100%)}.navbar-links.open{transform:translate(0)}.navbar-links a{font-size:1.1rem}}.hero{align-items:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, var(--grey-100) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:800px;height:800px;position:absolute;top:-50%;right:-30%}.hero-content{z-index:1;max-width:720px;position:relative}.hero-label{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;color:var(--grey-400);align-items:center;gap:8px;margin-bottom:20px;font-size:.72rem;display:flex}.hero-label .dot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{margin-bottom:24px;font-size:clamp(2.4rem,5.5vw,4rem);line-height:1.08}.hero h1 .highlight{color:var(--grey-400)}.hero-desc{color:var(--grey-500);max-width:560px;margin-bottom:36px;font-size:1.1rem;font-weight:300;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.features{background:var(--grey-50);border-top:1px solid var(--grey-200);border-bottom:1px solid var(--grey-200)}.features-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;display:grid}.feature-card{padding:36px 28px}.feature-icon{background:var(--grey-100);border:1px solid var(--grey-200);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:20px;font-size:1.2rem;display:flex}.feature-card h3{margin-bottom:10px;font-size:.95rem}.feature-card p{color:var(--grey-500);font-size:.88rem;line-height:1.6}.pipeline-steps{flex-direction:column;gap:0;margin-top:56px;display:flex}.pipeline-step{border-bottom:1px solid var(--grey-200);transition:all var(--transition);align-items:flex-start;gap:24px;padding:28px 0;display:flex}.pipeline-step:first-child{border-top:1px solid var(--grey-200)}.pipeline-step:hover{padding-left:8px}.step-number{font-family:var(--font-heading);color:var(--grey-400);min-width:36px;padding-top:2px;font-size:.8rem}.step-content h3{margin-bottom:6px;font-size:1rem}.step-content p{color:var(--grey-500);font-size:.88rem}.tech-stack{border-top:1px solid var(--grey-200)}.tech-grid{flex-wrap:wrap;gap:12px;margin-top:40px;display:flex}.tech-badge{background:var(--white);border:1px solid var(--grey-200);color:var(--grey-700);transition:all var(--transition);border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:.82rem;font-weight:400;display:inline-flex}.tech-badge:hover{border-color:var(--grey-400);transform:translateY(-1px)}.tech-badge .tech-dot{background:var(--grey-300);border-radius:50%;width:8px;height:8px}.footer{border-top:1px solid var(--grey-200);text-align:center;padding:48px 0}.footer p{color:var(--grey-400);font-size:.82rem}@media (width<=768px){.features-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center;justify-content:center}}.dialog-overlay{z-index:2000;background:#0006;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:820px;max-height:85vh;animation:.25s slideUp;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.dialog-header{border-bottom:1px solid var(--grey-200);justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 28px 20px;display:flex}.dialog-header-info h2{margin-bottom:6px;font-size:1.1rem}.dialog-meta{flex-wrap:wrap;gap:16px;display:flex}.dialog-meta span{color:var(--grey-500);align-items:center;gap:4px;font-size:.78rem;display:flex}.dialog-close{color:var(--grey-400);border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;flex-shrink:0;padding:4px 8px;font-size:1.2rem}.dialog-close:hover{color:var(--black);background:var(--grey-100)}.dialog-stats{border-bottom:1px solid var(--grey-200);flex-wrap:wrap;gap:12px;padding:16px 28px;display:flex}.stat-chip{border:1px solid var(--grey-200);background:var(--white);border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.75rem;font-weight:500;display:inline-flex}.stat-chip .stat-dot{border-radius:50%;width:7px;height:7px}.stat-chip.high .stat-dot{background:var(--danger)}.stat-chip.medium .stat-dot{background:var(--warning)}.stat-chip.low .stat-dot{background:var(--success)}.dialog-body{flex:1;overflow-y:auto}.violations-table{border-collapse:collapse;width:100%;font-size:.82rem}.violations-table th{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--grey-400);text-align:left;border-bottom:1px solid var(--grey-200);background:var(--grey-50);z-index:1;padding:12px 16px;font-size:.7rem;position:sticky;top:0}.violations-table td{border-bottom:1px solid var(--grey-100);color:var(--grey-700);padding:12px 16px}.violations-table tr:hover td{background:var(--grey-50)}.severity-badge{border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:500;display:inline-flex}.severity-badge.high{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.severity-badge.medium{color:#d97706;background:#fffbeb;border:1px solid #fed7aa}.severity-badge.low{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.confidence{font-family:var(--font-heading);font-size:.78rem}.dialog-footer{border-top:1px solid var(--grey-200);justify-content:flex-end;gap:10px;padding:16px 28px;display:flex}@media (width<=640px){.dialog{border-radius:var(--radius-md);max-height:95vh}.dialog-overlay{padding:12px}.violations-table th,.violations-table td{padding:10px 12px;font-size:.75rem}}.upload-page{flex-direction:column;min-height:100vh;padding-top:64px;display:flex}.upload-header{border-bottom:1px solid var(--grey-200);padding:60px 0 40px}.upload-body{flex:1;padding:48px 0}.drop-zone{border:1.5px dashed var(--grey-300);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:all var(--transition);padding:64px 40px;position:relative;overflow:hidden}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--grey-500);background:var(--grey-50)}.drop-zone-icon{color:var(--grey-400);margin-bottom:16px;font-size:2rem}.drop-zone h3{margin-bottom:8px;font-size:1.1rem}.drop-zone p{color:var(--grey-400);margin-bottom:20px;font-size:.85rem}.file-types{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.file-type-badge{font-family:var(--font-heading);border:1px solid var(--grey-200);color:var(--grey-500);background:var(--white);border-radius:100px;padding:4px 12px;font-size:.68rem}.file-info{border:1px solid var(--grey-200);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding:20px 24px;display:flex}.file-meta{align-items:center;gap:14px;display:flex}.file-icon{background:var(--grey-100);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.file-details h4{font-family:var(--font-heading);margin-bottom:2px;font-size:.82rem}.file-details span{color:var(--grey-400);font-size:.78rem}.remove-file{color:var(--grey-400);border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;padding:4px 8px;font-size:1rem}.remove-file:hover{color:var(--danger);background:var(--grey-50)}.progress-section{margin-top:32px}.progress-bar-container{background:var(--grey-100);border-radius:100px;height:4px;margin-bottom:24px;overflow:hidden}.progress-bar-fill{background:var(--black);border-radius:100px;height:100%;transition:width .4s}.progress-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.progress-header span{font-family:var(--font-heading);color:var(--grey-500);font-size:.78rem}.processing-steps{flex-direction:column;gap:12px;display:flex}.proc-step{border:1px solid var(--grey-200);border-radius:var(--radius-sm);color:var(--grey-400);transition:all var(--transition);align-items:center;gap:12px;padding:14px 18px;font-size:.88rem;display:flex}.proc-step.active{border-color:var(--grey-400);color:var(--black);background:var(--grey-50)}.proc-step.done{border-color:var(--grey-200);color:var(--grey-600)}.proc-step-icon{border:1.5px solid var(--grey-300);width:24px;height:24px;transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;display:flex}.proc-step.active .proc-step-icon{border-color:var(--black);background:var(--black);color:var(--white)}.proc-step.done .proc-step-icon{border-color:var(--success);color:var(--success)}.proc-step .spinner{border:1.5px solid var(--grey-200);border-top-color:var(--black);border-radius:50%;flex-shrink:0;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.results-section{text-align:center;border:1px solid var(--grey-200);border-radius:var(--radius-md);background:var(--grey-50);margin-top:40px;padding:40px}.results-section h3{margin-bottom:8px;font-size:1.1rem}.results-section p{color:var(--grey-500);margin-bottom:24px;font-size:.88rem}@media (width<=768px){.drop-zone{padding:40px 20px}.file-info{flex-direction:column;align-items:flex-start}}
