.landing-page{min-height:100vh;background:#0f172a}.landing-nav{background:#1e293b;border-bottom:1px solid #334155;padding:1rem 0;position:sticky;top:0;z-index:100}.nav-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-buttons{display:flex;gap:1rem}.nav-btn{padding:.5rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.login-btn{background:transparent;color:#e2e8f0;border:1px solid #334155}.login-btn:hover{border-color:#475569;background:#1e293b}.signup-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.hero{text-align:center;padding:6rem 2rem;max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#94a3b8;margin-bottom:2rem;line-height:1.6}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.features,.how-it-works,.security-checks,.cta-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#f1f5f9}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#1e293b;padding:2rem;border-radius:12px;text-align:center;transition:transform .2s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#f1f5f9;margin-bottom:.5rem}.feature-card p{color:#94a3b8;line-height:1.6}.steps{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.step{text-align:center;max-width:200px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step h3{color:#f1f5f9;margin-bottom:.5rem}.step p{color:#94a3b8}.step-arrow{font-size:2rem;color:#667eea}.checks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.check-category{background:#1e293b;padding:2rem;border-radius:12px}.check-category h3{color:#f1f5f9;margin-bottom:1rem}.check-category ul{list-style:none;padding:0}.check-category li{color:#94a3b8;padding:.5rem 0 .5rem 1.5rem;position:relative}.check-category li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.cta-section{text-align:center;background:#1e293b;border-radius:12px;padding:4rem 2rem}.cta-section h2{font-size:2rem;color:#f1f5f9;margin-bottom:1rem}.cta-section p{color:#94a3b8;font-size:1.1rem;margin-bottom:2rem}.landing-footer{text-align:center;padding:2rem;color:#64748b;border-top:1px solid #334155}@media(max-width:768px){.hero-title{font-size:2.5rem}.steps{flex-direction:column}.step-arrow{transform:rotate(90deg)}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0f172a}.auth-container{background:#1e293b;border-radius:12px;padding:3rem;width:100%;max-width:450px;box-shadow:0 4px 6px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{font-size:2rem;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header h2{color:#f1f5f9;margin-bottom:.5rem}.auth-header p{color:#94a3b8}.auth-form{margin-bottom:1.5rem}.auth-error{background:#7f1d1d;color:#fecaca;padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.auth-form .form-group{margin-bottom:1.5rem}.auth-form label{display:block;margin-bottom:.5rem;color:#cbd5e1;font-weight:500}.auth-form input{width:100%;padding:.75rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:1rem}.auth-form input:focus{outline:none;border-color:#667eea}.auth-form small{display:block;margin-top:.25rem;color:#64748b;font-size:.85rem}.auth-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.auth-button:hover:not(:disabled){transform:translateY(-2px)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;color:#94a3b8}.auth-footer a{color:#667eea;text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}.back-link{display:inline-block;margin-top:1rem;color:#94a3b8;text-decoration:none;font-size:.9rem;background:none;border:none;cursor:pointer}.back-link:hover{color:#e2e8f0}.setup-form{display:flex;justify-content:center}.form-card{background:#1e293b;border-radius:12px;padding:2rem;width:100%;max-width:600px;box-shadow:0 4px 6px #0000004d;position:relative}.form-card h2{margin-bottom:1rem;color:#f1f5f9}.setup-description{color:#94a3b8;margin-bottom:2rem;font-size:.95rem}.back-button{background:transparent;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;padding:.5rem 0;margin-bottom:1rem;display:block}.back-button:hover{color:#e2e8f0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#cbd5e1;font-weight:500}.form-group input[type=text]{width:100%;padding:.75rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:1rem}.form-group input[type=text]:focus{outline:none;border-color:#667eea}.form-group small{display:block;margin-top:.5rem;color:#64748b;font-size:.85rem;line-height:1.5}.form-group small strong{color:#94a3b8}.warning-box{background:#7f1d1d;border:1px solid #991b1b;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.warning-box strong{display:block;color:#fecaca;margin-bottom:.5rem}.warning-box p{color:#fca5a5;font-size:.9rem;margin:.5rem 0 0;line-height:1.5}.form-group.checkbox label{display:flex;align-items:center;cursor:pointer}.form-group.checkbox input{margin-right:.5rem;width:auto}.scan-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.scan-button:hover:not(:disabled){transform:translateY(-2px)}.scan-button:disabled{opacity:.6;cursor:not-allowed}.manual-button{width:100%;padding:1rem;background:transparent;border:1px solid #334155;border-radius:6px;color:#94a3b8;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.manual-button:hover{border-color:#475569;color:#e2e8f0}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#64748b;font-size:.85rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#334155}.divider span{padding:0 1rem}.setup-instructions{background:#0f172a;border-radius:8px;padding:1.5rem;margin-bottom:2rem;border-left:4px solid #667eea}.instruction-step{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.instruction-step:last-child{margin-bottom:0}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#667eea;border-radius:50%;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:2px}.instruction-step>div{flex:1}.instruction-step strong{display:block;color:#f1f5f9;margin-bottom:.25rem}.instruction-step p{color:#94a3b8;font-size:.9rem;margin:0}.dashboard{width:100%}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h2{margin-bottom:.5rem}.dashboard-header p{color:#94a3b8}.new-scan-button{padding:.75rem 1.5rem;background:#334155;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500}.new-scan-button:hover{background:#475569}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.summary-card{background:#1e293b;border-radius:8px;padding:1.5rem;text-align:center;border-left:4px solid}.summary-count{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.summary-label{color:#94a3b8;font-size:.875rem;font-weight:600}.findings-section{display:grid;gap:1.5rem}.category-card{background:#1e293b;border-radius:12px;padding:1.5rem}.category-card h3{margin-bottom:1rem;color:#f1f5f9}.findings-list{display:grid;gap:1rem}.finding-item{background:#0f172a;border-radius:8px;padding:1rem;border-left:4px solid}.finding-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.finding-severity{font-weight:700;font-size:.75rem}.finding-resource{color:#94a3b8;font-family:monospace;font-size:.875rem}.finding-region{display:inline-block;background:#334155;color:#94a3b8;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-family:monospace;margin-left:.5rem}.finding-issue{font-weight:600;margin-bottom:.5rem}.finding-recommendation{color:#94a3b8;font-size:.875rem}.no-findings{color:#10b981;text-align:center;padding:1rem}.scan-history-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.scan-history-content{background:#1e293b;border-radius:12px;max-width:800px;width:100%;max-height:80vh;overflow-y:auto;padding:2rem}.scan-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #334155}.scan-history-header h2{color:#f1f5f9;margin:0}.close-button{background:transparent;border:none;color:#94a3b8;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.close-button:hover{color:#f1f5f9}.no-history{text-align:center;padding:3rem;color:#94a3b8}.scans-list{display:flex;flex-direction:column;gap:1rem}.scan-item{background:#0f172a;border-radius:8px;padding:1.5rem;border:1px solid #334155}.scan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.scan-date{color:#cbd5e1;font-weight:500}.view-scan-button{padding:.5rem 1rem;background:#334155;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem}.view-scan-button:hover{background:#475569}.scan-summary{display:flex;gap:.75rem;flex-wrap:wrap}.summary-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#1e293b;border-radius:6px;border-left:3px solid}.summary-count{font-weight:700;font-size:1.1rem;color:#f1f5f9}.summary-label{font-size:.85rem;color:#94a3b8;text-transform:uppercase}.edit-account-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.edit-account-content{background:#1e293b;border-radius:12px;max-width:500px;width:100%;padding:2rem}.edit-account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #334155}.edit-account-header h2{color:#f1f5f9;margin:0}.edit-account-content .form-group{margin-bottom:1.5rem}.edit-account-content label{display:block;margin-bottom:.5rem;color:#cbd5e1;font-weight:500}.edit-account-content input[type=text]{width:100%;padding:.75rem;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:1rem}.edit-account-content input[type=text]:focus{outline:none;border-color:#667eea}.edit-account-content input.disabled-input{opacity:.5;cursor:not-allowed}.edit-account-content small{display:block;margin-top:.25rem;color:#64748b;font-size:.85rem}.edit-account-content .form-group.checkbox label{display:flex;align-items:center;cursor:pointer}.edit-account-content .form-group.checkbox input{margin-right:.5rem;width:auto}.edit-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-button,.save-button{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background:#334155;color:#fff}.cancel-button:hover{background:#475569}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-button:hover:not(:disabled){transform:translateY(-2px)}.save-button:disabled{opacity:.6;cursor:not-allowed}.no-accounts{text-align:center;padding:4rem 2rem;background:#1e293b;border-radius:12px;max-width:600px;margin:0 auto}.no-accounts-icon{font-size:4rem;margin-bottom:1rem}.no-accounts h2{color:#f1f5f9;margin-bottom:.5rem}.no-accounts p{color:#94a3b8;margin-bottom:2rem}.add-account-button{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.add-account-button:hover{transform:translateY(-2px)}.accounts-list{width:100%}.accounts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.accounts-header h2{color:#f1f5f9;margin:0}.add-account-button-small{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s}.add-account-button-small:hover{transform:translateY(-2px)}.accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.account-card{background:#1e293b;border-radius:12px;padding:1.5rem;border:1px solid #334155;transition:transform .2s,border-color .2s}.account-card:hover{transform:translateY(-2px);border-color:#475569}.account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.account-card h3{color:#f1f5f9;margin:0 0 .25rem;font-size:1.1rem}.account-id{color:#94a3b8;font-family:monospace;font-size:.9rem;margin:0}.account-header-actions{display:flex;gap:.5rem}.edit-button,.delete-button{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;opacity:.6;transition:opacity .2s}.edit-button:hover,.delete-button:hover:not(:disabled){opacity:1}.delete-button:disabled{cursor:not-allowed}.services-badge{display:inline-block;font-size:.75rem;color:#10b981;margin-top:.25rem}.last-scanned{color:#64748b;font-size:.85rem;margin:0 0 1rem}.account-actions{display:flex;gap:.5rem}.account-card .scan-button,.account-card .history-button{flex:1;padding:.75rem;border:none;border-radius:6px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s;font-size:.9rem}.account-card .scan-button{background:linear-gradient(135deg,#667eea,#764ba2)}.account-card .scan-button:hover{transform:translateY(-2px)}.account-card .history-button{background:#334155}.account-card .history-button:hover{background:#475569;transform:translateY(-2px)}.scanning-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172af2;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scanning-content{text-align:center;max-width:500px;padding:3rem}.spinner{width:80px;height:80px;margin:0 auto 2rem;border:4px solid #334155;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.scanning-content h2{color:#f1f5f9;margin-bottom:1rem;font-size:1.75rem}.scanning-content p{color:#94a3b8;font-size:1.1rem;margin-bottom:.5rem}.scanning-note{color:#64748b;font-size:.9rem;margin-top:1.5rem}.app{min-height:100vh;padding:2rem}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #334155}.header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header p{color:#94a3b8;font-size:1.1rem}.signout-button{padding:.75rem 1.5rem;background:#334155;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500}.signout-button:hover{background:#475569}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:#94a3b8;font-size:1.2rem}.main{max-width:1200px;margin:0 auto}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f172a;color:#e2e8f0;line-height:1.6}#root{min-height:100vh}
