.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.form-group{margin-bottom:1rem}.form-control{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px}.form-control:focus{outline:none;border-color:#4caf50}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease}.btn-primary{background-color:#4caf50;color:#fff}.btn-primary:hover{background-color:#45a049}.btn-secondary{background-color:#2196f3;color:#fff}.btn-secondary:hover{background-color:#1976d2}.alert{padding:1rem;border-radius:4px;margin-bottom:1rem}.alert-error{background-color:#ffebee;color:#f44336;border:1px solid #f44336}.alert-success{background-color:#e8f5e8;color:#4caf50;border:1px solid #4CAF50}.login-page{display:flex;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.login-left{flex:1;background:#2c2e3a;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.login-left:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(99,102,241,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(236,72,153,.1) 0%,transparent 50%);pointer-events:none}.login-left .logo{position:absolute;top:2rem;left:2rem;z-index:1}.login-left .feature-icons{display:flex;gap:2rem;margin-bottom:3rem;z-index:1}.login-left .feature-icons .icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem}.login-left .feature-icons .icon.orange{background:linear-gradient(135deg,#ff6b35,#f7931e)}.login-left .feature-icons .icon.purple{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.login-left .feature-icons .icon.green{background:linear-gradient(135deg,#10b981,#059669)}.login-left .content{text-align:center;z-index:1;max-width:400px}.login-left .content h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.login-left .content p{font-size:1.1rem;color:#fffc;line-height:1.6}.login-left .navigation{position:absolute;bottom:2rem;display:flex;gap:1rem;z-index:1}.login-left .navigation .nav-btn{width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.login-left .navigation .nav-btn.prev{background:#ffffff1a;color:#fff}.login-left .navigation .nav-btn.prev:hover{background:#fff3}.login-left .navigation .nav-btn.next{background:#fff;color:#2c2e3a}.login-left .navigation .nav-btn.next:hover{background:#ffffffe6}.login-right{flex:1;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem}.login-right .login-container{width:100%;max-width:400px}.login-right .login-header{text-align:center;margin-bottom:2rem}.login-right .login-header h1{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.login-right .social-login{display:flex;gap:1rem;margin-bottom:2rem}.login-right .social-login .social-btn{flex:1;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.login-right .social-login .social-btn:hover{border-color:#d1d5db;background:#f9fafb}.login-right .social-login .social-btn img{width:24px;height:24px}.login-right .separator{display:flex;align-items:center;margin-bottom:2rem;color:#6b7280;font-size:.875rem}.login-right .separator:before,.login-right .separator:after{content:"";flex:1;height:1px;background:#e5e7eb}.login-right .separator span{padding:0 1rem}.login-right .form-group{margin-bottom:1.5rem}.login-right .form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.login-right .form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.login-right .form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.login-right .form-group input.error{border-color:#f44336}.login-right .form-group .password-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.login-right .form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.login-right .form-options .checkbox-group{display:flex;align-items:center;gap:.5rem}.login-right .form-options .checkbox-group input[type=checkbox]{width:auto;margin:0}.login-right .form-options .checkbox-group label{font-size:.875rem;color:#374151;margin:0}.login-right .form-options .forgot-link{font-size:.875rem;color:#6366f1;text-decoration:none}.login-right .form-options .forgot-link:hover{text-decoration:underline}.login-right .login-button{width:100%;padding:.875rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.login-right .login-button:hover{background:#4f46e5}.login-right .login-button:disabled{background:#9ca3af;cursor:not-allowed}.login-right .error-message{color:#f44336;font-size:.875rem;margin-top:.5rem}.login-right .copyright{position:absolute;bottom:2rem;font-size:.75rem;color:#6b7280}.home-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.navbar .nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar .nav-logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:#1f2937}.navbar .nav-links{display:flex;align-items:center;gap:2rem}.navbar .nav-links .nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar .nav-links .nav-link:hover{color:#6366f1}.navbar .nav-links .nav-btn-primary{background:#6366f1;color:#fff;padding:.5rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.navbar .nav-links .nav-btn-primary:hover{background:#4f46e5}.hero-section{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh;display:flex;align-items:center}.hero-section .hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-section .hero-content .hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-section .hero-content .hero-title .gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section .hero-content .hero-description{font-size:1.25rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.hero-section .hero-content .hero-buttons{display:flex;gap:1rem}.hero-section .hero-content .hero-buttons .btn-primary{background:#fff;color:#6366f1;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease}.hero-section .hero-content .hero-buttons .btn-primary:hover{transform:translateY(-2px)}.hero-section .hero-content .hero-buttons .btn-secondary{background:#ffffff1a;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:background-color .3s ease}.hero-section .hero-content .hero-buttons .btn-secondary:hover{background:#fff3}.hero-section .hero-visual{display:flex;justify-content:center;align-items:center}.hero-section .hero-visual .floating-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 40px #0000001a;color:#1f2937;animation:float 6s ease-in-out infinite}.hero-section .hero-visual .floating-card .card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.hero-section .hero-visual .floating-card .card-header .avatar{width:48px;height:48px;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.hero-section .hero-visual .floating-card .card-header .user-info .user-name{font-weight:600;font-size:1.1rem}.hero-section .hero-visual .floating-card .card-header .user-info .user-status{color:#10b981;font-size:.875rem;font-weight:500}.hero-section .hero-visual .floating-card .card-content .security-badge{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;padding:.5rem 1rem;border-radius:8px;border:1px solid #bbf7d0}.hero-section .hero-visual .floating-card .card-content .security-badge .badge-icon{font-size:1.25rem}.hero-section .hero-visual .floating-card .card-content .security-badge .badge-text{font-weight:500;color:#166534}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.features-section{padding:6rem 2rem;background:#f8fafc}.features-section .section-header{text-align:center;margin-bottom:4rem}.features-section .section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.features-section .section-header p{font-size:1.125rem;color:#6b7280}.features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.features-section .features-grid .feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.features-section .features-grid .feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.features-section .features-grid .feature-card .feature-icon{width:64px;height:64px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.features-section .features-grid .feature-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.features-section .features-grid .feature-card p{color:#6b7280;line-height:1.6}.about-section{padding:6rem 2rem;background:#fff}.about-section .about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-section .about-content .about-text h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.about-section .about-content .about-text p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.about-section .about-content .about-text .stats{display:flex;gap:2rem;margin-top:2rem}.about-section .about-content .about-text .stats .stat-item{text-align:center}.about-section .about-content .about-text .stats .stat-item .stat-number{font-size:2rem;font-weight:700;color:#6366f1;margin-bottom:.5rem}.about-section .about-content .about-text .stats .stat-item .stat-label{color:#6b7280;font-size:.875rem}.about-section .about-content .about-visual .tech-stack{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.about-section .about-content .about-visual .tech-stack .tech-item{background:#f8fafc;padding:1rem;border-radius:8px;text-align:center;font-weight:500;color:#374151;border:1px solid #e5e7eb;transition:all .3s ease}.about-section .about-content .about-visual .tech-stack .tech-item:hover{background:#6366f1;color:#fff;transform:translateY(-2px)}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#1f2937,#374151);color:#fff;text-align:center}.cta-section .cta-content{max-width:600px;margin:0 auto}.cta-section .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section .cta-content p{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.cta-section .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-section .cta-content .cta-buttons .btn-primary-large{background:#6366f1;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.cta-section .cta-content .cta-buttons .btn-primary-large:hover{background:#4f46e5}.cta-section .cta-content .cta-buttons .btn-outline-large{background:transparent;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:background-color .3s ease}.cta-section .cta-content .cta-buttons .btn-outline-large:hover{background:#ffffff1a}.footer{background:#1f2937;color:#fff;padding:4rem 2rem 2rem}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer .footer-content .footer-section .footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer .footer-content .footer-section p{color:#9ca3af;line-height:1.6}.footer .footer-content .footer-section h4{font-weight:600;margin-bottom:1rem;color:#fff}.footer .footer-content .footer-section a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer .footer-content .footer-section a:hover{color:#fff}.footer .footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@media (max-width: 768px){.login-page{flex-direction:column}.login-left{min-height:40vh;padding:1rem}.login-left .feature-icons{gap:1rem}.login-left .feature-icons .icon{width:60px;height:60px;font-size:1.5rem}.login-left .content h1{font-size:2rem}.login-right{padding:2rem 1rem}.navbar .nav-container{padding:0 1rem}.navbar .nav-links{gap:1rem}.navbar .nav-links .nav-link{display:none}.hero-section{padding:6rem 1rem 3rem}.hero-section .hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-section .hero-content .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-buttons{flex-direction:column;align-items:center}.hero-section .hero-visual .floating-card{padding:1.5rem}.features-section{padding:4rem 1rem}.features-section .section-header h2{font-size:2rem}.features-section .features-grid{grid-template-columns:1fr}.about-section{padding:4rem 1rem}.about-section .about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-section .about-content .stats{justify-content:center}.about-section .about-content .tech-stack{grid-template-columns:repeat(2,1fr)}.cta-section{padding:4rem 1rem}.cta-section .cta-content h2{font-size:2rem}.cta-section .cta-buttons{flex-direction:column;align-items:center}.footer{padding:3rem 1rem 1.5rem}.footer .footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}}
