.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0a0a0af7;border-bottom:1px solid #dc262633;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex}.nav-logo a{color:#f3f4f6;white-space:nowrap;align-items:center;gap:12px;font-size:1.4rem;font-weight:800;text-decoration:none;transition:color .3s;display:flex}.nav-logo a:hover{color:#dc2626}.logo-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.logo-img{object-fit:contain;filter:drop-shadow(0 0 10px #dc262680);width:100%;height:100%;transition:filter .3s}.nav-logo a:hover .logo-img{filter:drop-shadow(0 0 16px #dc2626e6)}.desktop-menu{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-link{color:#9ca3af;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#f3f4f6}.nav-link:after{content:"";background:#dc2626;border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover:after{width:100%}.hamburger{color:#f3f4f6;cursor:pointer;background:#dc262626;border:1px solid #dc26264d;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;transition:all .3s;display:none}.hamburger:hover{background:#dc26264d}.mobile-menu{background:#0a0a0afa;border-top:1px solid #dc262633;flex-direction:column;padding:.5rem 0;display:flex}.mobile-link{color:#d1d5db;border-bottom:1px solid #ffffff0d;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-link:hover{color:#f3f4f6;background:#dc26261a;padding-left:2.5rem}@media (width<=768px){.desktop-menu{display:none}.hamburger{display:flex}.nav-container{padding:.75rem 1.25rem}.logo-wrapper{width:44px;height:44px}.nav-logo a{gap:10px;font-size:1.2rem}}.home{flex-direction:column;flex:1;gap:4rem;display:flex}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:65vh;margin:0 auto;padding:3rem 2rem;display:flex}.hero-logo-wrapper{filter:drop-shadow(0 0 28px #dc26268c);justify-content:center;align-items:center;width:220px;height:220px;margin-bottom:2rem;display:flex}.hero-logo-wrapper img{object-fit:contain;width:100%;height:100%}.hero h1{background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4.5rem;font-weight:900;line-height:1.1}.tagline{color:#d1d5db;margin-bottom:2.5rem;font-size:1.4rem;font-weight:300}.hero-stats{flex-wrap:wrap;justify-content:center;gap:4rem;margin:0 0 3rem;display:flex}.stat-item{flex-direction:column;align-items:center;gap:.4rem;display:flex}.stat-value{color:#dc2626;font-size:2.8rem;font-weight:800}.stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:1.5px;font-size:.85rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{color:#fff;background:#dc2626}.btn-secondary{color:#dc2626;background:0 0;border:2px solid #dc2626}.btn-secondary:hover{color:#fff;background:#dc2626}.features{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.features h2{text-align:center;background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:900}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{text-align:center;cursor:default;background:linear-gradient(135deg,#2a2a2a99 0%,#14141499 100%);border:1px solid #2a2a2a;border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{background:linear-gradient(135deg,#2a2a2ae6 0%,#141414e6 100%);border-color:#dc262680}.feature-svg{width:72px;height:72px;margin:0 auto 1.25rem}.feature-svg svg{width:100%;height:100%}.feature-card h3{color:#f3f4f6;margin-bottom:.6rem;font-size:1.2rem;font-weight:700}.feature-card p{color:#9ca3af;font-size:.9rem;line-height:1.6}.quote-section{text-align:center;background:linear-gradient(135deg,#dc262614 0%,#dc262608 100%);border:1px solid #dc262633;border-radius:16px;max-width:800px;margin:0 auto;padding:3rem}.quote{color:#f3f4f6;font-size:1.6rem;font-style:italic;font-weight:400;line-height:1.7}.cta{text-align:center;background:linear-gradient(135deg,#dc26261f 0%,#dc26260a 100%);border:1px solid #dc262633;border-radius:16px;width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.cta-heading{background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:900}@media (width<=768px){.hero{height:auto;padding:2rem 1rem}.hero h1{font-size:2.8rem}.tagline{font-size:1.1rem}.hero-logo-wrapper{width:160px;height:160px}.hero-stats{flex-direction:column;align-items:center;gap:2rem;width:100%}.stat-item{text-align:center;align-items:center;width:100%}.stat-value{text-align:center;font-size:2.5rem;display:block}.stat-label{text-align:center;display:block}.features{padding:0 1rem 1rem}.features h2{font-size:1.8rem}.features-grid{grid-template-columns:1fr}.quote{font-size:1.2rem}.quote-section{padding:2rem 1.5rem}.cta-heading{font-size:1.8rem}}.scanner{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem 2rem 4rem}.scanner h1{text-align:center;background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.scanner-subtitle{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.formats-section{text-align:center;margin-bottom:1.5rem}.formats-label{text-transform:uppercase;letter-spacing:1.5px;color:#6b7280;margin-bottom:.75rem;font-size:.8rem}.formats-list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.format-badge{color:#f87171;letter-spacing:.5px;cursor:default;background:#dc26261a;border:1px solid #dc262640;border-radius:6px;padding:4px 12px;font-size:.75rem;font-weight:700;transition:all .2s}.format-badge:hover{background:#dc262633;border-color:#dc262680}.upload-section{margin-bottom:1.5rem}.drag-drop-zone{text-align:center;cursor:pointer;background:linear-gradient(135deg,#1e1e1ecc 0%,#0f0f0fcc 100%);border:2px dashed #dc262666;border-radius:16px;padding:3rem 2rem;transition:all .3s}.drag-drop-zone:hover,.drag-drop-zone.drag-over{background:#dc26260f;border-color:#dc2626;transform:scale(1.01)}.drag-drop-content{flex-direction:column;align-items:center;gap:.75rem;display:flex}.upload-icon{margin-bottom:.5rem;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.drag-text{color:#d1d5db;font-size:1.1rem;font-weight:600}.or-text{color:#4b5563;font-size:.85rem}.file-input-label{color:#fff;cursor:pointer;background:#dc2626;border-radius:8px;padding:10px 28px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block}.file-input-label:hover{background:#ef4444;transform:translateY(-2px);box-shadow:0 6px 16px #dc262666}.file-input{display:none}.selected-file{background:#dc262614;border:1px solid #dc262640;border-radius:10px;justify-content:space-between;align-items:center;margin-top:12px;padding:12px 16px;display:flex}.selected-file-info{align-items:center;gap:12px;display:flex}.selected-file-icon{font-size:1.5rem}.selected-file-name{color:#f3f4f6;font-size:.9rem;font-weight:600}.selected-file-size{color:#6b7280;margin-top:2px;font-size:.8rem}.remove-btn{color:#f87171;cursor:pointer;background:#dc262626;border:1px solid #dc26264d;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;transition:all .2s;display:flex}.remove-btn:hover{background:#dc26264d}.error-message{color:#fca5a5;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;margin-top:12px;padding:12px 16px;font-size:.9rem}.start-scan{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:10px;width:100%;margin-bottom:2rem;padding:1rem;font-size:1.05rem;font-weight:700;transition:all .3s;display:block;box-shadow:0 4px 16px #dc26264d}.start-scan:hover:not(:disabled){background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 8px 24px #dc262680}.start-scan:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.start-scan.scanning{background:linear-gradient(135deg,#7f1d1d 0%,#991b1b 100%);animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 4px 16px #dc26264d}50%{box-shadow:0 4px 28px #dc262699}}.scanning-text{justify-content:center;align-items:center;gap:10px;display:flex}.scanning-dot{background:#fff;border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.progress-section{background:linear-gradient(135deg,#1e1e1ee6 0%,#0f0f0fe6 100%);border:1px solid #2a2a2a;border-radius:14px;margin-bottom:2rem;padding:1.75rem}.progress-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.progress-label{text-transform:uppercase;letter-spacing:1.5px;color:#6b7280;font-size:.85rem}.progress-pct{color:#dc2626;font-size:1.1rem;font-weight:800}.progress-bar-container{background:#00000080;border-radius:8px;height:8px;margin-bottom:.75rem;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#dc2626 0%,#ef4444 100%);border-radius:8px;height:100%;box-shadow:0 0 12px #dc2626b3}.stage-desc-text{text-align:center;color:#6b7280;margin-bottom:1.25rem;font-size:.82rem;font-style:italic}.stages{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.stage{opacity:.5;background:#0000004d;border:1px solid #1f1f1f;border-radius:8px;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .5rem;transition:all .3s;display:flex}.stage.done{opacity:1;background:#22c55e0f;border-color:#22c55e4d}.stage.active{opacity:1;background:#dc26261a;border-color:#dc262680;box-shadow:0 0 12px #dc262633}.stage-icon{font-size:1.2rem}.stage.done .stage-icon{color:#22c55e;font-style:normal}.stage-label{color:#9ca3af;text-align:center;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:600}.stage.active .stage-label{color:#f87171}.stage.done .stage-label{color:#4ade80}.results-section{background:linear-gradient(135deg,#191919e6 0%,#0f0f0fe6 100%);border:1px solid #2a2a2a;border-radius:16px;padding:2rem}.results-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.results-header h2{color:#f3f4f6;font-size:1.6rem;font-weight:800}.overall-risk{text-align:center;border:2px solid;border-radius:12px;min-width:100px;padding:12px 20px}.risk-score-big{font-size:2.5rem;font-weight:900;line-height:1}.risk-score-sub{color:#6b7280;font-size:.8rem}.risk-label{text-transform:uppercase;letter-spacing:1.5px;margin-top:4px;font-size:.75rem;font-weight:800}.recommendation-box{background:#dc262612;border:1px solid #dc262633;border-left:4px solid #dc2626;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:1.5rem;padding:14px 18px;display:flex}.rec-icon{flex-shrink:0;margin-top:2px;font-size:1.1rem}.recommendation-box p{color:#d1d5db;font-size:.92rem;line-height:1.6}.analysis-grid{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.5rem;display:grid}.analysis-card{background:#0000004d;border:1px solid #222;border-radius:10px;padding:1.25rem}.card-header{border-bottom:1px solid #1f1f1f;align-items:center;gap:8px;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.card-icon{font-size:1.1rem}.card-header h3{color:#f3f4f6;flex:1;font-size:.95rem;font-weight:700}.card-score{font-size:.85rem;font-weight:700}.hash-list{flex-direction:column;gap:8px;display:flex}.hash-item{background:#0006;border-left:2px solid #dc262666;border-radius:6px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}.hash-key{color:#dc2626;text-transform:uppercase;letter-spacing:1px;font-size:.7rem;font-weight:700}.hash-val{color:#9ca3af;word-break:break-all;font-family:Courier New,monospace;font-size:.72rem}.metric-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;padding:6px 0;font-size:.85rem;display:flex}.metric-row span{color:#6b7280}.metric-row strong{color:#f3f4f6}.tag-list{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.tag{border-radius:16px;padding:4px 10px;font-size:.75rem;font-weight:600}.tag-warning{color:#fb923c;background:#f973161f;border:1px solid #f9731640}.tag-danger{color:#f87171;background:#ef44441f;border:1px solid #ef444440}.vuln-list{flex-direction:column;gap:6px;margin-top:10px;display:flex}.vuln-item{background:#0006;border:1px solid #1f1f1f;border-radius:6px;justify-content:space-between;align-items:center;padding:7px 10px;font-size:.8rem;display:flex}.vuln-id{color:#d1d5db;font-family:monospace;font-weight:600}.vuln-cvss{color:#6b7280;font-size:.75rem}.vuln-sev{border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:700}.sev-high{color:#f87171;background:#ef444426}.sev-medium{color:#fb923c;background:#f9731626}.sev-low{color:#4ade80;background:#22c55e26}.download-report-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:10px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s;display:block;box-shadow:0 4px 16px #dc26264d}.download-report-btn:hover{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 8px 24px #dc262680}@media (width<=768px){.scanner{padding:1rem 1rem 3rem}.scanner h1{font-size:1.8rem}.stages{grid-template-columns:repeat(4,1fr)}.analysis-grid{grid-template-columns:1fr}.results-header{flex-direction:column;align-items:flex-start;gap:1rem}}.download-page{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.download-page h1{text-align:center;background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem}.download-page h2{background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.8rem}.platform-notice{margin-bottom:2rem}.platform-notice-inner{background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;padding:1.5rem 2rem}.platform-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;margin-bottom:1rem;display:flex}.platform-item-simple{align-items:center;gap:.5rem;display:flex}.platform-logo-simple{object-fit:contain;width:24px;height:24px}.platform-name-simple{color:#d1d5db;font-size:.9rem;font-weight:600}.platform-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:2px 10px;font-size:.65rem;font-weight:700}.available-badge{color:#f87171;background:#dc262626;border:1px solid #dc26264d}.coming-badge{color:#6b7280;background:#9ca3af1a;border:1px solid #9ca3af33}.platform-note{text-align:center;color:#6b7280;margin-top:.5rem;font-size:.88rem}.platform-note strong{color:#dc2626}.download-section{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.download-card{text-align:center;background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;padding:2.5rem;transition:all .3s}.download-card:hover{border-color:#dc2626;transform:translateY(-8px);box-shadow:0 12px 24px #dc262633}.download-card.featured{border-color:#dc262666;box-shadow:0 0 20px #dc26261a}.download-icon{margin-bottom:1rem;font-size:3.5rem}.download-card h2{margin-bottom:.5rem;font-size:1.4rem}.version{color:#6b7280;margin-bottom:.5rem;font-size:.9rem}.card-buttons{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;margin:1.25rem 0;display:flex}.info-tag{cursor:default;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-size:.88rem;font-weight:600;display:inline-flex}.windows-tag-btn,.cross-tag-btn{color:#f87171;background:#dc262614;border:1px solid #dc262640}.action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.primary-btn{color:#fff;background:#dc2626}.primary-btn:hover{background:#ef4444;box-shadow:0 8px 16px #dc262666}.secondary-btn{color:#dc2626;background:0 0;border:2px solid #dc2626}.secondary-btn:hover{color:#fff;background:#dc2626}.file-size{color:#6b7280;margin-top:.25rem;font-size:.85rem}.download-note{color:#6b7280;margin-top:.5rem;font-size:.78rem}.requirements{margin-bottom:4rem}.requirements h2{text-align:center;margin-bottom:2rem}.requirements-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.requirement-card{text-align:center;background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;padding:1.5rem;transition:all .3s}.requirement-card:hover{border-color:#dc2626;transform:translateY(-4px)}.req-icon{margin-bottom:1rem;font-size:2.5rem}.requirement-card h3{color:#f3f4f6;margin-bottom:.5rem;font-size:1.1rem}.requirement-card p{color:#6b7280;font-size:.9rem}.installation{background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;margin-bottom:4rem;padding:2.5rem}.installation h2{margin-bottom:1.5rem}.tabs{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.tab-content{background:#0000004d;border:1px solid #333;border-radius:8px;padding:1.5rem}.tab-content h3{color:#f3f4f6;border-bottom:2px solid #dc2626;margin-bottom:1rem;padding-bottom:1rem;font-size:1.1rem}.tab-content ol{color:#6b7280;flex-direction:column;gap:.75rem;list-style-position:inside;display:flex}.tab-content li{color:#6b7280}.tab-content code{color:#f87171;word-break:break-all;background:#dc262626;border:1px solid #dc26264d;border-radius:4px;margin-top:.5rem;padding:.5rem;font-family:Courier New,monospace;font-size:.85rem;display:block}.features-highlight{background:linear-gradient(135deg,#dc26261a 0%,#dc26260d 100%);border:1px solid #dc262633;border-radius:12px;margin-bottom:4rem;padding:2.5rem}.features-highlight h2{margin-bottom:1.5rem}.feature-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.feature-item{color:#f3f4f6;background:#0000004d;border-left:3px solid #dc2626;border-radius:6px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.9rem;display:flex}.feature-item-icon{flex-shrink:0;font-size:1.1rem}.support{text-align:center;padding:2rem}.support h2{margin-bottom:1rem}.support p{color:#6b7280;margin-bottom:2rem;font-size:1.05rem}.support-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.support-link{color:#fff;background:#dc2626;border-radius:8px;padding:10px 20px;font-weight:500;text-decoration:none;transition:all .3s}.support-link:hover{background:#ef4444;transform:translateY(-2px)}@media (width<=768px){.download-page{padding:1rem}.download-page h1{font-size:1.8rem}.download-section,.requirements-grid,.tabs{grid-template-columns:1fr}.installation,.features-highlight{padding:1.5rem}.support-links{flex-direction:column}.support-link{text-align:center;width:100%}.platform-row{gap:1rem}.platform-logo-simple{width:20px;height:20px}.platform-name-simple{font-size:.8rem}}.about-page{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.about-page h1{text-align:center;background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem}.about-page h2{text-align:center;background:linear-gradient(135deg,#f3f4f6 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:1.8rem;font-weight:800}.project-overview{background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;margin-bottom:3rem;padding:2rem}.project-overview p{color:#d1d5db;margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.project-overview p:last-child{margin-bottom:0}.team-section{margin-bottom:3rem}.team-section h2{margin-bottom:2rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.team-card{text-align:center;background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;padding:2rem;transition:all .3s}.team-card:hover{border-color:#dc2626}.team-avatar{color:#dc2626;letter-spacing:1px;background:0 0;border:2px solid #dc2626;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;font-size:1.3rem;font-weight:900;display:flex;box-shadow:0 0 16px #dc262640}.team-card h3{color:#f3f4f6;margin-bottom:1rem;font-size:1.2rem}.team-links{justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.team-link{background:#dc262614;border:1px solid #dc262640;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;text-decoration:none;transition:all .3s;display:flex}.team-link:hover{background:#dc262633;border-color:#dc262680;transform:translateY(-2px)}.team-link img{object-fit:contain;width:18px;height:18px}.supervisor-section{background:linear-gradient(135deg,#dc26261a 0%,#dc26260d 100%);border:1px solid #dc262633;border-radius:12px;margin-bottom:3rem;padding:2rem}.supervisor-card{align-items:center;gap:2rem;display:flex}.supervisor-icon{flex-shrink:0;font-size:3rem}.supervisor-content h3{color:#f3f4f6;margin-bottom:.25rem;font-size:1.5rem}.supervisor-title{color:#dc2626;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem}.supervisor-desc{color:#d1d5db;line-height:1.6}.tech-stack{margin-bottom:3rem}.tech-stack h2{margin-bottom:2rem}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.tech-card{background:linear-gradient(135deg,#2a2a2a80 0%,#1a1a1a80 100%);border:1px solid #333;border-radius:12px;padding:1.5rem;transition:all .3s}.tech-card:hover{border-color:#dc2626;transform:scale(1.02)}.tech-card h3{color:#f3f4f6;border-bottom:2px solid #dc2626;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem}.tech-list{flex-direction:column;gap:.5rem;display:flex}.tech-item{background:#0000004d;border:1px solid #333;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;transition:border-color .3s;display:flex}.tech-item:hover{border-color:#dc2626}.tech-logo{object-fit:contain;width:28px;height:28px}.tech-name{color:#f3f4f6;font-size:.9rem;font-weight:500}.disclaimer{color:#9ca3af;background:#f973160f;border:1px solid #f9731633;border-left:4px solid #f97316;border-radius:10px;margin-top:1rem;padding:16px 20px;font-size:.88rem;line-height:1.6}.disclaimer strong{color:#fb923c}@media (width<=768px){.about-page{padding:1rem}.about-page h1{font-size:1.8rem}.about-page h2{font-size:1.4rem}.team-grid,.tech-grid{grid-template-columns:1fr}.supervisor-card{text-align:center;flex-direction:column}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-dark:#0f0f0f;--secondary-dark:#1a1a1a;--tertiary-dark:#2a2a2a;--accent-red:#dc2626;--accent-red-light:#ef4444;--text-light:#f3f4f6;--text-secondary:#d1d5db;--border-color:#333}body{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}.app-container{flex-direction:column;min-height:100vh;display:flex}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--secondary-dark)}::-webkit-scrollbar-thumb{background:var(--accent-red);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-red-light)}.btn{cursor:pointer;text-align:center;border:none;border-radius:8px;padding:12px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{background:var(--accent-red);color:#fff}.btn-primary:hover{background:var(--accent-red-light);transform:translateY(-2px);box-shadow:0 8px 16px #dc262666}.btn-secondary{color:var(--accent-red);border:2px solid var(--accent-red);background:0 0}.btn-secondary:hover{background:var(--accent-red);color:#fff}.btn-large{padding:16px 48px;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #dc262666}50%{box-shadow:0 0 30px #dc2626cc}}@media (width<=768px){.btn{padding:10px 20px;font-size:.9rem}.btn-large{padding:14px 32px;font-size:1rem}}
