@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#334155;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}*{box-sizing:border-box}.header{background-color:#fff;box-shadow:0 2px 10px #0000000d;padding:20px 40px}.logo{color:#3498db;font-size:1.8rem}.nav{gap:30px}.nav-link{color:#64748b;transition:color .3s}.nav-link.active,.nav-link:hover{color:#3498db}.footer{background-color:#0f172a;color:#cbd5e1;padding:60px 40px 30px}.footer-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1200px}.brand{color:#fff;font-size:2rem;font-weight:700;margin-bottom:20px}.subscribe p{margin-bottom:15px;text-align:center}.subscribe-form{margin:0 auto;max-width:400px}.subscribe-form input{border:none;border-radius:6px 0 0 6px;padding:12px 15px}.subscribe-form button{background-color:#3498db;border-radius:0 6px 6px 0;padding:0 25px}.copyright{color:#94a3b8;margin-top:40px}.file-upload{margin-bottom:40px}.upload-area{background-color:#f8fafc;border-radius:12px;padding:50px;transition:border-color .3s}.upload-area:hover{border-color:#3498db}.upload-area h3{color:#334155;margin-bottom:10px}.upload-area p{color:#64748b;margin-bottom:20px}.or-divider{color:#64748b;margin:25px 0;position:relative}.or-divider:after,.or-divider:before{background-color:#cbd5e1;content:"";height:1px;position:absolute;top:50%;width:45%}.or-divider:before{left:0}.or-divider:after{right:0}.browse-btn{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 30px}.header-container{background:#fff;box-shadow:0 4px 20px #0000000d;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:sticky;top:0;width:100%;z-index:1000}.header{justify-content:space-between;margin:0 auto;max-width:1440px;padding:1.25rem 2rem}.header,.header-left{align-items:center;display:flex}.logo{color:#1e40af;font-size:1.75rem;font-weight:700;letter-spacing:-.025em;margin-right:2.5rem;text-decoration:none;transition:color .2s ease}.logo:hover{color:#2563eb}.nav{align-items:center;display:flex;gap:2rem}.nav-link{color:#4b5563;font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#2563eb}.nav-link.active{color:#2563eb;font-weight:600}.nav-link.active:after{animation:slideIn .3s ease;background:#2563eb;border-radius:2px;bottom:-6px;content:"";height:2px;left:0;position:absolute;width:100%}@keyframes slideIn{0%{width:0}to{width:100%}}.header-right{align-items:center;display:flex;gap:1.5rem}.login-button{background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:6px;box-shadow:0 2px 8px #2563eb26;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.65rem 1.5rem;text-decoration:none;transition:all .3s ease}.login-button:hover{background:linear-gradient(135deg,#2563eb,#1e3a8a);box-shadow:0 4px 12px #2563eb40;transform:translateY(-2px)}.menu-toggle{height:20px;justify-content:space-between;width:28px}.menu-toggle span{background:#4b5563;height:3px;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.menu-toggle.open span:first-child{background:#2563eb;transform:translateY(8px) rotate(45deg)}.menu-toggle.open span:nth-child(3){background:#2563eb;transform:translateY(-8px) rotate(-45deg)}@media (max-width:1024px){.nav{gap:1.5rem}.logo{margin-right:2rem}.login-button{font-size:.875rem;padding:.6rem 1.25rem}}@media (max-width:768px){.header{padding:1rem 1.5rem}.menu-toggle{display:flex}.nav{align-items:center;background:#fff;flex-direction:column;gap:2.5rem;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateX(100%);transition:transform .4s ease-in-out;width:100%}.nav.open{transform:translateX(0)}.nav-link{font-size:1.25rem;font-weight:500}.nav-link.active:after{bottom:-8px;height:3px}.login-button{display:none}}@media (max-width:480px){.header{padding:.75rem 1rem}.logo{font-size:1.5rem;margin-right:1.5rem}.nav-link{font-size:1.125rem}}:root{--bg-start:#f0f9ff;--bg-end:#e6f2ff;--accent:#2563eb;--accent-2:#60a5fa;--muted:#475569;--text:#0f172a;--card:#fff;--radius:12px;--shadow:0 8px 30px #0e1e500f;--glass-border:1px solid #2563eb0f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.footer{background:linear-gradient(135deg,#f0f9ff,#e6f2ff);background:linear-gradient(135deg,var(--bg-start) 0,var(--bg-end) 100%);border-top:1px solid #dbeafe;color:#0f172a;color:var(--text);overflow:hidden;padding:3.5rem 0 1.5rem;position:relative}.footer:before{background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb);background:linear-gradient(90deg,var(--accent),var(--accent-2),var(--accent));content:"";height:4px;left:0;opacity:.9;position:absolute;right:0;top:0}.footer-container{margin:0 auto;max-width:1200px;padding:0 1.25rem}.footer-top{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1.2fr 1fr 1fr;padding-bottom:2.25rem}.brand-section .logo{color:#2563eb;color:var(--accent);font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.brand-section .tagline{color:#475569;color:var(--muted);font-size:.98rem;line-height:1.5;margin-bottom:1rem;max-width:320px}.social-icons{display:flex;gap:10px;margin-top:8px}.social-link{align-items:center;background:#ffffffd9;border:1px solid #e6eefc;border-radius:10px;box-shadow:0 4px 12px #0206170a;display:inline-flex;height:40px;justify-content:center;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;width:40px}.social-link,.social-link svg{color:#2563eb;color:var(--accent)}.social-link svg{display:block}.social-link:hover{background:#2563eb;background:var(--accent);box-shadow:0 8px 22px #2563eb24;color:#fff;transform:translateY(-4px)}.social-link:hover svg{color:#fff}.links-section{align-items:flex-start;display:flex;gap:1.5rem}.footer-column h4{color:#0f172a;color:var(--text);font-size:1.05rem;font-weight:700;margin-bottom:.75rem;position:relative}.footer-column h4:after{background:linear-gradient(90deg,#60a5fa,#2563eb);background:linear-gradient(90deg,var(--accent-2),var(--accent));border-radius:3px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:36px}.footer-column ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.footer-column ul li a{color:#475569;color:var(--muted);font-weight:600;text-decoration:none;transition:color .16s ease,transform .16s ease}.footer-column ul li a:hover{color:#0f172a;color:var(--text);transform:translateX(6px)}.subscribe-section h4{color:#0f172a;color:var(--text);font-size:1.05rem;font-weight:700;margin:0 0 8px}.subscribe-section p{color:#475569;color:var(--muted);line-height:1.45;margin:0 0 12px;max-width:340px}.subscribe-form{align-items:center;background:#0000;display:flex;gap:0;max-width:420px;width:100%}.subscribe-form input{background:#fff;border:1px solid #e6eefc;border-radius:10px 0 0 10px;color:#0f172a;color:var(--text);flex:1 1;font-size:.95rem;outline:none;padding:.85rem 1rem;transition:box-shadow .18s ease,border-color .18s ease}.subscribe-form input:focus{border-color:#2563eb;border-color:var(--accent);box-shadow:0 8px 20px #2563eb14}.subscribe-form button{align-items:center;background:linear-gradient(90deg,#60a5fa,#2563eb);background:linear-gradient(90deg,var(--accent-2),var(--accent));border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:.75rem 1rem;transition:transform .12s ease,box-shadow .12s ease}.subscribe-form button:hover{box-shadow:0 8px 22px #2563eb24;transform:translateY(-3px)}.subscribe-form button svg{opacity:.95}.footer-bottom{align-items:center;border-top:1px solid #e8f3ff;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 0}.footer-bottom .copyright{color:#475569;color:var(--muted);font-weight:600}.legal-links{align-items:center;display:flex;gap:1.25rem}.legal-links a{color:#475569;color:var(--muted);font-weight:600;text-decoration:none}.legal-links a:hover{color:#2563eb;color:var(--accent)}@media (max-width:1024px){.footer-top{gap:1.25rem;grid-template-columns:1fr 1fr}.links-section{gap:1rem}.subscribe-section{align-self:center}}@media (max-width:768px){.footer{padding:2.5rem 0 1.5rem}.footer-top{align-items:center;display:flex;flex-direction:column;gap:1.25rem;padding-bottom:1.5rem;text-align:center}.brand-section,.links-section,.subscribe-section{max-width:520px;width:100%}.links-section{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25rem;justify-content:center}.footer-column{min-width:130px}.footer-column h4:after{left:50%;transform:translateX(-50%)}.subscribe-form{justify-content:center}.subscribe-form button,.subscribe-form input{border-radius:10px;width:100%}.subscribe-form button{margin-top:8px}.footer-bottom{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.legal-links{flex-wrap:wrap;gap:.75rem;justify-content:center}}@media (max-width:420px){.brand-section .logo{font-size:1.5rem}.subscribe-form{flex-direction:column;gap:8px}.subscribe-form button,.subscribe-form input{font-size:.95rem;padding:.85rem}.social-link{height:36px;width:36px}}.home-container{overflow-x:hidden}.hero{align-items:center;background:url(/static/media/banner.a9216e2faec03006c3ce.jpg) 50%/cover no-repeat;display:flex;justify-content:center;min-height:80vh;overflow:hidden;position:relative}.hero-overlay{background:#0006;inset:0;position:absolute;z-index:1}.hero-content{max-width:800px;padding:0 1rem;position:relative;text-align:center;z-index:2}.hero-content h1{color:#fff;margin-bottom:1rem}.hero-content h1 span{color:#68a0ff;display:block}.hero .subtitle{color:#fff;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;text-shadow:0 1px 2px #00000080}.cta-buttons{flex-wrap:wrap}.primary-btn,.secondary-btn{border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:transform .2s,box-shadow .2s}.primary-btn{background:#3b82f6;border:none;box-shadow:0 4px 12px #3b82f64d;color:#fff}.primary-btn:hover{box-shadow:0 6px 18px #3b82f666;transform:translateY(-2px)}.secondary-btn{background:#fff3;border:2px solid #ffffff80;color:#fff}.secondary-btn:hover{background:#ffffff4d;transform:translateY(-2px)}@media (max-width:768px){.hero-content h1{font-size:2.4rem}.subtitle{font-size:1rem}}.about{background:#fbfdff;border-bottom:1px solid #f0f7ff;border-top:1px solid #f0f7ff;padding:6rem 2rem;position:relative}.about:before{background:linear-gradient(90deg,#e1f0ff,#a5d5ff,#e1f0ff);content:"";height:4px;left:0;opacity:.7;position:absolute;right:0;top:0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.text-content h2{color:#1e3a8a;display:inline-block;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;position:relative}.text-content h2:after{background:#3b82f6;border-radius:3px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:80px}.text-content p{color:#4b5563;font-size:1.15rem;line-height:1.8;margin-bottom:1.8rem}.about-stats{display:flex;gap:2rem;margin-top:2rem}.stat-item{background:#f7fbff;border-radius:12px;box-shadow:0 4px 12px #00000008;padding:1rem 1.5rem;text-align:center;transition:transform .3s ease}.stat-item:hover{transform:translateY(-5px)}.stat-number{color:#2563eb;font-size:2.2rem;font-weight:700;margin-bottom:.3rem}.about-image{background:linear-gradient(135deg,#edf6ff,#d7e9ff);border:1px solid #e0f0ff;border-radius:16px;box-shadow:0 10px 30px #0000000d;height:350px;isolation:isolate;overflow:hidden;position:relative}.image-bg{background:url(/static/media/banner.a9216e2faec03006c3ce.jpg) 50%/cover no-repeat;filter:brightness(.9);inset:0;position:absolute;z-index:-1}.about-image:after{background:linear-gradient(180deg,#ffffff1a 0,#1e40af33);content:"";inset:0;position:absolute;z-index:0}.image-overlay-text{background:#1e40afcc;border-radius:8px;bottom:20px;color:#fff;font-size:1.2rem;font-weight:600;left:20px;max-width:80%;padding:.8rem 1.5rem;position:absolute;text-shadow:0 1px 2px #0003;z-index:2}@media (max-width:1024px){.about-content{gap:3rem}.text-content h2{font-size:2.3rem}.text-content p{font-size:1.1rem}.about-image{height:300px}}@media (max-width:768px){.about{padding:4rem 1.5rem}.about-content{grid-template-columns:1fr}.text-content{order:-1}.about-image{height:250px}.about-stats{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.text-content h2{font-size:2rem}.text-content p{font-size:1rem}.about-stats{gap:1rem}.stat-item{padding:.8rem 1.2rem}.stat-number{font-size:1.8rem}}.features{background:#f0f9ff;overflow:hidden;padding:6rem 2rem;position:relative}.features h2{color:#1e3a8a;font-size:2.5rem;font-weight:800;margin-bottom:4rem;position:relative;text-align:center}.features h2:after{background:#3b82f6;border-radius:3px;bottom:-15px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #e0f2ff;border-radius:16px;box-shadow:0 5px 20px #0000000d;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 30px #3b82f626;transform:translateY(-10px)}.feature-card:before{background:#3b82f6;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:5px}.feature-card:hover:before{width:8px}.feature-icon{background:#dbeafe;height:70px;margin-bottom:1.8rem;transition:all .3s ease;width:70px}.feature-card:hover .feature-icon{background:#3b82f6;transform:scale(1.05)}.feature-icon svg{fill:#3b82f6;height:36px;transition:fill .3s ease;width:36px}.feature-card:hover .feature-icon svg{fill:#fff}.feature-card h3{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#4b5563;font-size:1.05rem;line-height:1.7}@media (max-width:1024px){.features-grid{gap:2rem}.feature-card{padding:2rem 1.8rem}.feature-icon{height:60px;width:60px}.feature-icon svg{height:30px;width:30px}}@media (max-width:768px){.features{padding:4rem 1.5rem}.features h2{font-size:2.2rem;margin-bottom:3rem}.features-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.feature-card h3{font-size:1.4rem}}@media (max-width:576px){.features-grid{gap:1.2rem;grid-template-columns:repeat(2,1fr)}.feature-card{padding:1.8rem 1.2rem}.feature-icon{height:50px;margin-bottom:1.2rem;width:50px}.feature-icon svg{height:24px;width:24px}.feature-card h3{font-size:1.25rem;margin-bottom:.8rem}.feature-card p{font-size:.95rem}}@media (max-width:400px){.features-grid{gap:1rem}.feature-card{padding:1.5rem 1rem}.feature-card h3{font-size:1.15rem}.feature-card p{font-size:.9rem}}.medimager-section{background:linear-gradient(135deg,#f0f9ff,#e6f7ff);color:#2a4365;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:4rem 0;padding:4rem 1.5rem}.medimager-content{background:#fff;border-radius:20px;box-shadow:0 15px 30px #0069941a;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1200px;overflow:hidden}.medimager-left,.medimager-right{flex:1 1;min-width:300px;padding:3rem}.medimager-left{background:linear-gradient(120deg,#e6f7ff,#f0f9ff)}.divider{background:linear-gradient(180deg,#0000,#90cdf4,#0000);margin:2rem 0;width:1px}.medimager-section h2{color:#2b6cb0;font-size:2rem;font-weight:700;margin-bottom:1.5rem;position:relative}.medimager-section h2:after{background:#63b3ed;border-radius:3px;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:60px}.features-list{list-style:none;margin-top:2rem;padding:0}.feature-item{align-items:flex-start;display:flex;margin-bottom:1.8rem}.feature-icon{align-items:center;background:#2b6cb0;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:32px;justify-content:center;margin-right:15px;margin-top:5px;width:32px}.feature-icon svg{fill:#fff;height:16px;width:16px}.feature-text h3{font-size:1.2rem;font-weight:600;margin-bottom:5px}.feature-text p{color:#4a5568;line-height:1.5}.community-subtitle{color:#4a5568;line-height:1.6;margin-bottom:2rem}.stats-container{display:flex;gap:1.5rem;margin:2rem 0}.stat-card{border:1px solid #ebf8ff;box-shadow:0 5px 15px #00699414;flex:1 1;text-align:center}.stat-icon{align-items:center;background:#ebf8ff;border-radius:50%;color:#2b6cb0;display:flex;font-size:1.2rem;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.stat-icon svg{fill:#2b6cb0}.stat-value{color:#2b6cb0;font-size:2rem;margin-bottom:.3rem}.stat-label{color:#4a5568}.explore-button{align-items:center;background:linear-gradient(90deg,#3182ce,#63b3ed);border:none;border-radius:30px;box-shadow:0 4px 10px #3182ce4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.explore-button:hover{background:linear-gradient(90deg,#2b6cb0,#4299e1);box-shadow:0 6px 15px #3182ce66;transform:translateY(-3px)}.arrow-icon{fill:#fff;height:16px;transition:transform .3s ease;width:16px}.explore-button:hover .arrow-icon{transform:translateX(3px)}@media (max-width:900px){.divider{background:linear-gradient(90deg,#0000,#90cdf4,#0000);height:1px;margin:0;width:100%}.stats-container{flex-direction:column}}@media (max-width:768px){.medimager-content{flex-direction:column}.medimager-left,.medimager-right{padding:2rem}}.login-container{align-items:center;background-color:#f5f8fa;display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;max-width:450px;padding:40px;text-align:center;width:100%}.login-card h1{color:#2c3e50;font-size:1.8rem;margin-bottom:10px}.auth-options{border-bottom:1px solid #eaeaea;display:flex;margin:25px 0}.auth-btn{background:none;border:none;color:#7f8c8d;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:15px;position:relative}.auth-btn.active{color:#3498db}.auth-btn.active:after{background-color:#3498db;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.form-group{margin-bottom:25px;text-align:left}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:8px}.form-group input{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:14px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#3498db;outline:none}.forgot-password{color:#3498db;display:block;font-size:.9rem;margin-top:8px;text-align:right;text-decoration:none}.divider{color:#7f8c8d;margin:25px 0;position:relative}.divider:after,.divider:before{background-color:#eaeaea;content:"";height:1px;position:absolute;top:50%;width:42%}.divider:before{left:0}.divider:after{right:0}.anonymous-btn{background:#0000;border:1px solid #3498db;border-radius:8px;color:#3498db;cursor:pointer;font-size:1rem;font-weight:600;padding:14px;width:100%}.register-container{align-items:center;background-color:#f5f8fa;display:flex;justify-content:center;min-height:100vh;padding:20px}.register-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;max-width:500px;padding:40px;width:100%}.register-card h1{color:#2c3e50;font-size:1.8rem;margin-bottom:10px}.register-card p{color:#7f8c8d}.register-card p,.register-form .form-group{margin-bottom:25px}.register-form label{color:#2c3e50;display:block;font-weight:500;margin-bottom:8px}.register-form input,.register-form select{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:14px;transition:border-color .3s;width:100%}.register-form select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.submit-btn{font-size:1rem;margin-top:10px;padding:14px;width:100%}.login-link{color:#7f8c8d;margin-top:25px;text-align:center}.login-link a{color:#3498db;text-decoration:none}.made-with{color:#7f8c8d;font-size:.9rem;margin-top:30px;text-align:center}.made-with span{color:#3498db;font-weight:600}.feedback-container{align-items:center;background-color:#f5f8fa;display:flex;justify-content:center;min-height:100vh;padding:20px}.feedback-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;max-width:600px;padding:40px;width:100%}.feedback-card h1{color:#2c3e50;font-size:1.8rem;margin-bottom:10px}.feedback-card p{color:#7f8c8d}.feedback-card p,.feedback-form .form-group{margin-bottom:25px}.feedback-form label{color:#2c3e50;display:block;font-weight:500;margin-bottom:8px}.rating-stars{display:flex;gap:10px}.star{color:#ddd;cursor:pointer;font-size:2rem;transition:color .2s}.star.active,.star:hover{color:#f39c12}.feedback-form select,.feedback-form textarea{border:1px solid #ddd;border-radius:8px;font-size:1rem;padding:14px;transition:border-color .3s;width:100%}.feedback-form textarea{resize:vertical}.form-actions{display:flex;justify-content:space-between;margin-top:30px}.back-btn{background:#0000;border:1px solid #3498db;border-radius:8px;color:#3498db;padding:12px 25px}.back-btn,.submit-btn{cursor:pointer;font-weight:600}.submit-btn{background-color:#3498db;border:none;border-radius:8px;color:#fff;padding:12px 30px}.feedback-footer{border-top:1px solid #eee;margin-top:50px;padding-top:30px;text-align:center}.feedback-footer h3{color:#2c3e50;margin-bottom:15px}.subscribe{display:flex;margin:15px 0}.subscribe input{border:1px solid #ddd;border-radius:8px 0 0 8px;border-right:none;flex:1 1;padding:12px}.subscribe button{background-color:#3498db;border:none;border-radius:0 8px 8px 0;color:#fff;cursor:pointer;padding:12px 20px}.language{color:#7f8c8d;margin:15px 0}.copyright{color:#7f8c8d;font-size:.9rem}.dashboard-container{background:#f8fbfe;margin:0 auto;max-width:1400px;min-height:100vh;padding:1.5rem}.dashboard-header{align-items:flex-start;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px;box-shadow:0 4px 20px #00000014;color:#fff;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:2rem}.header-content{flex:1 1}.breadcrumb{align-items:center;display:flex;font-size:.9rem;margin-bottom:.5rem;opacity:.9}.breadcrumb a{color:#e0f2fe;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.divider{margin:0 .5rem}.dashboard-header h1{font-size:2.2rem;font-weight:700;margin-bottom:.5rem}.dashboard-header p{font-size:1.1rem;max-width:600px;opacity:.9}.header-stats,.stat-badge{display:flex}.stat-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;padding:.8rem 1.2rem}.stat-icon{margin-right:.8rem}.stat-icon svg{fill:#fff;height:24px;width:24px}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.4rem;line-height:1}.stat-label{font-size:.9rem;opacity:.8}.upload-section-full{margin-bottom:2rem}.upload-area{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;box-shadow:0 4px 15px #00000008;cursor:pointer;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.upload-area:hover{background:#f9fbff;border-color:#93c5fd;box-shadow:0 8px 25px #3b82f61a;transform:translateY(-2px)}.upload-content{flex-direction:column}.upload-content,.upload-icon{align-items:center;display:flex;margin-bottom:1.5rem}.upload-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;height:64px;justify-content:center;width:64px}.upload-icon sv极{fill:#3b82f6;height:32px;width:32px}.upload-text h3{color:#1e293b;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.upload-text p{color:#64748b;font-size:1rem;margin-bottom:1.5rem}.browse-button{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.8rem 1.8rem;transition:all .3s ease}.browse-button:hover{background:linear-gradient(90deg,#2563eb,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.upload-subtext{color:#64748b;font-size:.9rem;margin-top:1rem}.file-preview{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px #00000008;margin-top:1.5rem;overflow:hidden;padding:1.2rem;position:relative}.file-icon,.file-preview{align-items:center;display:flex}.file-icon{background:#dbeafe;border-radius:10px;flex-shrink:0;height:48px;justify-content:center;margin-right:1.2rem;width:48px}.file-icon svg{fill:#3b82f6;height:24px;width:24px}.file-info{display:flex;flex:1 1;flex-direction:column}.file-name{font-size:1.05rem;font-weight:600;margin-bottom:.3rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-status{color:#10b981;font-size:.9rem;font-weight:500}.processing-indicator{background:#e2e8f0;bottom:0;height:3px;left:0;position:absolute;width:极}.processing-bar{animation:processing 1.5s ease-in-out infinite alternate;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:0 3px 3px 0;height:100%;width:60%}@keyframes processing{0%{width:30%}to{width:80%}}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4极 12px #0000000d;display:flex;justify-content:space-between;padding:1.5rem}.stat-info{display:flex;flex-direction:column}.stat-info .stat-label{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.stat-info .stat-value{color:#1e293b;font-size:1.8rem;font-weight:700}.stat-trend{align-items:center;border-radius:20px;display:flex;font-size:.9rem;font-weight:500;padding:.4rem .8rem}.stat-trend.up{background:#f0fdf4;color:#166534}.stat-trend.down{background:#fef2f2;color:#dc2626}.stat-trend svg{height:16px;margin-right:.4rem;width:16px}.results-section-full{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;overflow:hidden}.results-tabs{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.tab{background:none;padding:1rem 1.5rem;position:relative}.tab:hover{background:#f15f99;color:#3b82f6}.tab.active{color:#3b82f6;font-weight:600}.tab.active:after{background:#3b82f6;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.tab-content{padding:2rem}.analysis-results{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.result-card{background:#fff}.card-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.card-header h2{color:#1e293b;font-size:1.5rem;font-weight:600}.scan-date{color:#64748b;font-size:.9rem}.scan-info{background:linear-gradient(90deg,#ebf4ff,#dbeafe);border-left:4px solid #3b82f6;border-radius:8px;color:#2563eb;padding:1rem 1.5rem}.diagnosis h3,.scan-info{font-weight:600;margin-bottom:1.8rem}.diagnosis h3{color:#1e293b;font-size:1.4rem}.confidence-container{margin-bottom:2rem}.confidence-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.confidence-label{color:#4b5563;font-size:1.1rem;font-weight:600}.confidence-value{color:#2563eb;font-size:1.2rem;font-weight:700}.confidence-meter{background:#f8fafc;border-radius:12px;padding:1.5rem}.confidence-bar{background:#e2e8f0;border-radius:6px;height:12px;margin-bottom:.5rem;overflow:hidden;position:relative}.confidence-fill{background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:6px;height:100%;transition:width 1s ease}.confidence-fill.processing{animation:pulse 1.5s ease-in-out infinite alternate;background:linear-gradient(90deg,#93c5fd,#60a5fa)}.confidence-status{color:#64748b;font-size:.9rem;text-align:center}.confidence-rating{color:#3b82f6;font-size:.9rem;font-weight:600;text-align:center}.confidence-placeholder{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;font-style:italic;padding:2rem;text-align:center}.findings-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.key-findings,.recommendations{background:#f9fbfd;border-radius:12px;padding:1.5rem}.key-f极ings h4,.recommendations h4{align-items:center;border-bottom:1px solid #e2e8f0;color:#1e293b;display:flex;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.key-findings h4 svg,.recommendations h4 svg{fill:#10b981;height:18px;margin-right:.5rem;width:18px}.key-findings ul,.recommendations ul{padding-left:1.2rem}.key-findings li,.recommendations li{color:#475569;line-height:1.6;margin-bottom:.8rem;position:relative}.key-findings li:before,.recommendations li:before{background:#3b82f6;border-radius:50%;content:"";height:8px;left:-1.2rem;position:absolute;top:.5rem;width:8px}.report-actions{display:flex;gap:1rem;margin-top:2rem}.download-btn,.share-btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:1极;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 1.5rem;transition:all .3s ease}.download-btn{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;color:#fff}.download-btn:hover{background:linear-gradient(90deg,#2563eb,#1e40af);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.share-btn{background:#fff;border:1px solid #cbd5e1;color:#3b82f6}.share-btn:hover{background:#f0f7ff;border-color:#93c5fd;box-shadow:0 4px 12px #bfdbfe33;transform:translateY(-2px)}.download-btn svg,.share-btn svg{fill:currentColor;height:18px;width:18px}.history-results,.trends-results{animation:fadeIn .5s ease}.history-card,.trends-card{background:#fff}.history-card h3,.trends-card h3{color:#1e293b;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.uploads-table{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.table-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#4b5563;display:grid;font-weight:600;grid-template-columns:2fr 1fr 1fr 1fr;padding:1rem}.table-body{display:flex;flex-direction:column}.table-row{border-bottom:1px solid #f1f5f9;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:1rem;transition:background .3s ease}.table-row:hover{background:#f8fafc}.table-row:last-child{border-bottom:none}.file-name{color:#1e293b;font-weight:500}.file-date,.file-type{color:#64748b}.status{align-items:center;display:flex;font-weight:500;gap:.5rem}.status.completed{color:#166534}.status.failed{color:#dc2626}.status-indicator{border-radius:50%;display:inline-block;height:8px;width:8px}.status.completed .status-indicator{background:#16a34a}.status.failed .status-indicator{background:#dc2626}.charts-container{display:flex;flex-direction:column;gap:1.5rem}.chart-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.chart-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.chart-header h4{color:#1e293b;font-size:1.2rem;font-weight:600}.chart-legend{display:flex;gap:1rem}.legend-item{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:.5rem}.legend-color{border-radius:2px;height:12px;width:12px}.legend-color.accuracy{background:#3b82f6}.chart-content{height:300px;position:relative}.classic-chart{display:flex;height:100%;padding:0 0 1.5rem}.chart-y-axis{color:#64748b;display:flex;flex-direction:column;flex-shrink:0;font-size:.8rem;justify-content:space-between;padding-right:.5rem;text-align:right;width:40px}.chart-main{border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;flex:1 1;position:relative}.chart-grid{bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;position:absolute;right:0;top:0}.grid-line{border-top:1px solid #e2e8f0;width:100%}.chart-bars{align-items:flex-end;display:flex;height:100%;justify-content:space-around;padding:0 1rem}.chart-bar-container{align-items:center;display:flex;flex-direction:column;height:100%;width:14%}.chart-bar{background:#3b82f6;border-radius:4px 4px 0 0;margin-top:auto;position:relative;transition:height .5s ease;width:30px}.chart-bar:hover{background:#2563eb}.bar-value{background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#3b82f6;font-size:.8rem;font-weight:600;left:50%;padding:2px 6px;position:absolute;top:-25px;transform:translateX(-50%);white-space:nowrap}.chart-label{margin-top:.5rem}.chart-footer,.chart-label{color:#64748b;font-size:.9rem;text-align:center}.chart-footer{margin-top:1rem}.metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-top:1.5rem}.metric{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;padding:1.5rem}.metric-label{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.metric-value{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.metric-trend{align-items:center;border-radius:12px;display:flex;font-size:.8rem;font-weight:500;padding:.3rem .6rem;width:fit-content}.metric-trend.up{background:#f0fdf4;color:#166534}.metric-trend.down{background:#ff2f2f;color:#dc2626}.metric-trend svg{height:14px;margin-right:.3rem;width:14px}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}.findings-container{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;padding:1.5rem}.header-stats{margin-top:1.5rem}.stats-grid{grid-template-columns:1fr}.stat-card{align-items:flex-start;flex-direction:column}.stat-trend{margin-top:.5rem}.results-tabs{flex-wrap:wrap}.tab{flex:1 1;min-width:120px;text-align:center}.table-header,.table-row{gap:.5rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.file-name{grid-column:1/3}.metrics-grid{grid-template-columns:1fr}.report-actions{flex-direction:column}.chart-bars{padding:0 .5rem}.chart-bar{width:25px}.bar-value{font-size:.7rem}}@media (max-width:480px){.dashboard-header h1{font-size:1.8rem}.upload-area{padding:1.5rem}.upload-text h3{font-size:1.2rem}.tab-content{padding:1.5rem}.card-header{align-items:flex-start;flex-direction:column;gap:.5rem}.scan-info{font-size:.9rem;padding:.8rem 1rem}.diagnosis h3{font-size:1.2rem}.confidence-header{align-items:flex-start;flex-direction:column;gap:.5rem}.file-preview{flex-direction:column;text-align:center}.file-icon{margin-bottom:1rem;margin-right:0}.confidence-container{padding:1rem}.chart-header{align-items:flex-start;flex-direction:column;gap:1rem}.chart-legend{align-self:flex-start}}.scan-selection-container{background:#f8fbfe;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem 1.5rem}.scan-header{margin-bottom:2.5rem;text-align:center}.scan-header h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.scan-header p{color:#64748b;font-size:1.1rem}.category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.5rem}.tab{background:#fff;border:none;border-radius:50px;box-shadow:0 2px 4px #0000000d;color:#64748b;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.tab:hover{background:#f1f5f9;transform:translateY(-2px)}.tab.active{background:#3b82f6;box-shadow:0 4px 12px #3b82f64d;color:#fff}.scan-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.scan-card{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 6px #0000000a;color:inherit;cursor:pointer;display:flex;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;text-decoration:none;transition:all .3s ease}.scan-card:before{background:currentColor;content:"";height:100%;left:0;opacity:.2;position:absolute;top:0;transition:width .3s ease;width:4px}.scan-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.scan-card:hover:before{width:6px}.scan-card-icon{align-items:center;background:#3b82f61a;border-radius:12px;display:flex;height:50px;justify-content:center;min-width:50px;padding:.5rem;transition:transform .3s ease;width:50px}.scan-card:hover .scan-card-icon{transform:scale(1.1)}.scan-card-icon svg{height:24px;width:24px}.scan-card-content{flex:1 1}.scan-card-content h3{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.25rem}.scan-card-content p{color:#64748b;font-size:.9rem;margin:0}.scan-card-arrow{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;height:32px;justify-content:center;transition:all .3s ease;width:32px}.scan-card-arrow svg{fill:#64748b;height:16px;transition:all .3s ease;width:16px}.scan-card:hover .scan-card-arrow{background:#3b82f6}.scan-card:hover .scan-card-arrow svg{fill:#fff;transform:translateX(2px)}@media (max-width:640px){.scan-selection-container{padding:1.5rem 1rem}.scan-header h1{font-size:2rem}.scan-header p{font-size:1rem}.category-tabs{margin-bottom:2rem}.tab{font-size:.9rem;padding:.6rem 1.2rem}.scan-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.scan-card{flex-direction:column;padding:1.25rem;text-align:center}.scan-card-content h3{font-size:1.1rem}.scan-card-content p{font-size:.8rem}.scan-card-icon{height:44px;width:44px}.scan-card-icon svg{height:20px;width:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scan-card{animation:fadeInUp .5s ease forwards}.scan-card:first-child{animation-delay:.1s}.scan-card:nth-child(2){animation-delay:.2s}.scan-card:nth-child(3){animation-delay:.3s}.scan-card:nth-child(4){animation-delay:.4s}.scan-card:nth-child(5){animation-delay:.5s}.scan-card:nth-child(6){animation-delay:.6s}.about-us-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.about-hero{align-items:center;display:flex;flex-direction:row;gap:3rem;margin-bottom:5rem;min-height:600px}.hero-content{flex:1 1;order:1}.hero-content h1{color:#1e40af;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-content p{color:#4b5563;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.hero-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.hero-stat{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:1.5rem;text-align:center}.stat-value{color:#3b82f6;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:1rem;font-weight:500}.hero-visual{align-items:center;display:flex;flex:1 1;height:400px;justify-content:center;order:2;position:relative}.floating-cards{height:100%;max-width:400px;position:relative;width:100%}.card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;position:absolute}.card-1{animation:float 6s ease-in-out infinite;background:linear-gradient(135deg,#e6f2ff,#d5e8ff);height:250px;left:0;top:0;transform:rotate(-5deg);width:200px;z-index:1}.card-2{animation:float 8s ease-in-out 1s infinite;background:linear-gradient(135deg,#dbeafe,#bfdbfe);height:270px;right:0;top:50px;transform:rotate(3deg);width:220px;z-index:2}.card-3{animation:float 7s ease-in-out .5s infinite;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);bottom:0;height:230px;left:50%;transform:translateX(-50%) rotate(2deg);width:180px;z-index:3}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(var(--rotation,0deg))}50%{transform:translateY(-20px) rotate(0deg);transform:translateY(-20px) rotate(var(--rotation,0deg))}}.mission-section{margin-bottom:5rem}.mission-inner h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.mission-inner>p{color:#4b5563;font-size:1.2rem;line-height:1.6;margin:0 auto 3rem;max-width:800px;text-align:center}.mission-values{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.value{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.value-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.value h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.value p{color:#64748b;line-height:1.6}.team-section{margin-bottom:5rem}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#64748b;font-size:1.2rem;margin:0 auto;max-width:600px}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-card{background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.member-image{background-color:#f3f4f6;overflow:hidden;padding-top:100%;position:relative;width:100%}.member-image img{height:100%;left:0;object-fit:contain;position:absolute;top:0;transition:transform .3s ease;width:100%}.team-card:hover .member-image img{transform:scale(1.05)}.image-overlay{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.team-card:hover .image-overlay{opacity:1}.member-info{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.member-info h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.member-role{color:#3b82f6;font-weight:500;margin-bottom:1rem}.member-bio{color:#64748b;flex-grow:1;line-height:1.6;margin-bottom:1.5rem}.member-meta{margin-top:auto}.expertise{display:flex;flex-wrap:wrap;gap:.5rem}.expertise-tag{background:#f1f5f9;border-radius:20px;color:#475569;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.technology-section{margin-bottom:5rem}.tech-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.tech-left h3{color:#1e293b;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.tech-left>p{color:#64748b;line-height:1.6;margin-bottom:2rem}.tech-list{list-style:none;padding:0}.tech-list li{color:#64748b;line-height:1.6;margin-bottom:1rem;padding-left:1.5rem;position:relative}.tech-list li:before{color:#3b82f6;content:"•";font-weight:700;left:0;position:absolute}.tech-visual{align-items:center;display:flex;justify-content:center}.tech-animation{height:300px;position:relative;width:300px}.circle{animation:pulse 3s ease-in-out infinite;border:2px solid #3b82f6;border-radius:50%;opacity:.3;position:absolute}.circle-1{animation-delay:0s;height:100%;left:0;top:0;width:100%}.circle-2{animation-delay:1s;height:70%;left:15%;top:15%;width:70%}.center-node{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;box-shadow:0 4px 20px #3b82f64d;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}}.cta-section{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:20px;margin-bottom:3rem;padding:4rem 2rem;text-align:center}.cta-inner h3{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-inner p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{display:flex;gap:1rem;justify-content:center}.btn{border-radius:8px;display:inline-block;font-weight:600;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn.primary{background:#fff;border:none;color:#3b82f6}.btn.primary:hover{background:#f8fafc;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.btn.ghost{background:#0000;border:2px solid #fff;color:#fff}.btn.ghost:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:1024px){.about-hero{flex-direction:column;gap:2rem;text-align:center}.hero-content h1{font-size:2.5rem}.hero-visual{height:300px;order:1;width:100%}.hero-content{order:2}.mission-values{gap:1.5rem;grid-template-columns:1fr}.tech-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.about-hero{min-height:auto;padding:2rem 0}.hero-content h1{font-size:2rem}.hero-content p{font-size:1.1rem}.hero-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.hero-stat{padding:1rem}.stat-value{font-size:2rem}.floating-cards{margin:0 auto;max-width:300px}.card-1{height:200px;left:10%;width:150px}.card-2{height:220px;right:10%;width:170px}.card-3{height:180px;width:140px}.team-grid{grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.cta-inner h3,.section-header h2{font-size:2rem}.member-image{padding-top:80%}}@media (max-width:480px){.about-us-container{padding:0 1rem}.hero-content h1{font-size:1.8rem}.hero-stats{grid-template-columns:1fr}.floating-cards{max-width:250px}.card-1{height:160px;left:5%;width:120px}.card-2{height:180px;right:5%;width:140px}.card-3{height:140px;width:110px}.section-header h2{font-size:1.8rem}.tech-animation{height:250px;width:250px}.center-node{font-size:1rem;height:60px;width:60px}.value{padding:1.5rem}.value-icon{font-size:1.2rem;height:50px;width:50px}.member-image{padding-top:100%}}@media (max-width:360px){.hero-content h1{font-size:1.6rem}.hero-content p{font-size:1rem}.stat-value{font-size:1.8rem}.floating-cards{max-width:220px}.card-1{height:140px;width:100px}.card-2{height:160px;width:120px}.card-3{height:120px;width:90px}.member-info{padding:1rem}.member-info h3{font-size:1.3rem}.member-bio,.member-role{font-size:.9rem}.expertise-tag{font-size:.8rem;padding:.3rem .6rem}}.menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:26px;justify-content:space-around;padding:0;width:32px;z-index:1001}.menu-toggle span{background-color:#4b5563;border-radius:3px;height:3.5px;transition:all .4s cubic-bezier(.68,-.6,.32,1.6);width:100%}.menu-toggle.open span:first-child{background-color:#2563eb;transform:translateY(10px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0;transform:scale(0)}.menu-toggle.open span:nth-child(3){background-color:#2563eb;transform:translateY(-10px) rotate(-45deg)}@media (max-width:768px){.menu-toggle{display:flex}.nav{align-items:center;background:#fff;bottom:0;clip-path:circle(0 at top right);flex-direction:column;gap:2.5rem;justify-content:center;left:0;padding:2rem 0;position:fixed;right:0;top:0;transition:clip-path .8s ease;z-index:1000}.nav.open{clip-path:circle(1500px at top right)}.nav-link{font-size:1.4rem;padding:.5rem 1rem}.nav-link.active:after{bottom:-10px;height:4px}}
/*# sourceMappingURL=main.5d2adc9e.css.map*/