.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b1f33,#1a3a52);position:relative;overflow:hidden}.login-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1}@keyframes gridMove{0%{transform:translateY(0)}to{transform:translateY(50px)}}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:48px;width:100%;max-width:480px;position:relative;z-index:1;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.logo-branding{display:flex;flex-direction:column;align-items:center;gap:4px}.logo-icon{height:48px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(44,95,141,.3))}.logo h1{margin:0;font-size:28px;font-weight:700;background:linear-gradient(135deg,#2c5f8d,#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{margin:0;font-size:.85rem;color:#64748b;font-style:italic;font-weight:400}-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .tagline{margin:0;color:#6b7280;font-size:15px;font-weight:500}.login-form{margin-bottom:32px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#374151}.form-group input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;transition:all .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.error-message{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px;margin-bottom:20px}.error-icon{font-size:18px}.login-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#2c5f8d,#4a90e2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px #667eea4d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.demo-credentials{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:24px}.demo-title{margin:0 0 12px;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.demo-accounts{display:flex;flex-direction:column;gap:8px}.demo-account{font-size:13px;color:#4b5563;padding:8px 12px;background:#fff;border-radius:6px;font-family:Monaco,Menlo,monospace}.demo-account strong{color:#667eea;font-weight:600;margin-right:8px}.login-footer{text-align:center;padding-top:24px;border-top:1px solid #e5e7eb}.login-footer p{margin:0 0 16px;color:#6b7280;font-size:14px}.features{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.features span{font-size:12px;color:#9ca3af;padding:6px 12px;background:#f3f4f6;border-radius:12px;font-weight:500}@media (max-width: 640px){.login-card{padding:32px 24px;margin:20px}.logo h1{font-size:36px}.demo-accounts{font-size:12px}.features{flex-direction:column;gap:8px}}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;padding:2rem 1rem}.back-button{position:absolute;top:1rem;left:1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#fff3;transform:translate(-3px)}.register-background{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.1}.security-grid{width:100%;height:100%;background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.register-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:800px;padding:3rem;position:relative;z-index:1;max-height:90vh;overflow-y:auto}.register-header{text-align:center;margin-bottom:2rem}.logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.logo-icon{height:40px;width:auto;object-fit:contain}.logo h1{font-size:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.tagline{color:#64748b;font-size:1.1rem;margin:0}.progress-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;padding:0 2rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease}.progress-step.active .step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.step-label{font-size:.85rem;color:#64748b;font-weight:500}.progress-step.active .step-label{color:#667eea;font-weight:600}.progress-line{width:80px;height:2px;background:#e2e8f0;transition:all .3s ease}.progress-line.active{background:linear-gradient(90deg,#667eea,#764ba2)}.registration-step{margin-bottom:2rem}.registration-step h2{color:#1e293b;font-size:1.75rem;margin-bottom:.5rem}.step-description{color:#64748b;margin-bottom:2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#475569;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.form-group input,.form-group select{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-requirements{margin-top:.75rem;padding:1rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.password-requirements p{font-size:.85rem;font-weight:600;color:#475569;margin:0 0 .5rem}.password-requirements ul{list-style:none;padding:0;margin:0}.password-requirements li{font-size:.85rem;color:#64748b;padding:.25rem 0 .25rem 1.5rem;position:relative}.password-requirements li:before{content:"○";position:absolute;left:0;color:#cbd5e1}.password-requirements li.valid{color:#10b981}.password-requirements li.valid:before{content:"✓";color:#10b981}.plan-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.plan-option{position:relative;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;background:#fff}.plan-option:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.plan-option.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.plan-option.featured{border-color:#667eea}.plan-badge{position:absolute;top:-10px;right:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.plan-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.plan-details h3{font-size:1.1rem;color:#1e293b;margin:0 0 .5rem}.plan-price{font-size:1.75rem;font-weight:700;color:#667eea;margin-bottom:1rem}.plan-price span{font-size:.9rem;color:#64748b;font-weight:400}.plan-details ul{list-style:none;padding:0;margin:0}.plan-details li{font-size:.85rem;color:#475569;padding:.35rem 0 .35rem 1.25rem;position:relative}.plan-details li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.checkbox-group{margin-bottom:2rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.9rem;color:#475569}.checkbox-label input[type=checkbox]{width:auto;margin-top:.25rem;cursor:pointer}.checkbox-label a{color:#667eea;text-decoration:none;font-weight:600}.checkbox-label a:hover{text-decoration:underline}.button-group{display:flex;gap:1rem}.btn-primary,.btn-secondary{flex:1;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover:not(:disabled){background:#667eea0d}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #dc2626}.success-message{background:#d1fae5;color:#059669;padding:1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border-left:4px solid #059669}.register-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.register-footer p{color:#64748b;margin:0}.link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:none;padding:0;font-size:inherit}.link-button:hover{text-decoration:underline}@media (max-width: 768px){.register-card{padding:2rem 1.5rem;max-height:none}.form-row,.plan-selector{grid-template-columns:1fr}.progress-indicator{padding:0}.progress-line{width:40px}.step-label{font-size:.75rem}.button-group{flex-direction:column}}@media (max-width: 480px){.register-card{padding:1.5rem 1rem}.registration-step h2{font-size:1.5rem}.step-number{width:32px;height:32px;font-size:.9rem}}.landing-page{min-height:100vh;background:linear-gradient(135deg,#0b1f33,#1a3a52);color:#fff}.landing-header{position:fixed;top:0;left:0;right:0;background:#0b1f33f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid rgba(44,95,141,.3);z-index:1000;padding:1rem 0}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700}.logo-icon{height:192px;width:auto;object-fit:contain}.logo-branding{display:flex;flex-direction:column;gap:0}.logo-text{background:linear-gradient(135deg,#2c5f8d,#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.25rem;font-weight:700;letter-spacing:-.5px}.logo-tagline{font-size:.6rem;font-weight:500;color:#ffffffb3;font-style:italic;letter-spacing:.5px;margin-top:-2px;line-height:1}.main-navigation{display:flex;align-items:center;gap:2rem}.main-navigation a{color:#e2e8f0;text-decoration:none;font-weight:500;transition:color .3s ease}.main-navigation a:hover{color:#4a90e2}.nav-btn{padding:.5rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:.95rem}.login-btn{background:transparent;color:#e2e8f0;border:1px solid rgba(74,144,226,.4)}.login-btn:hover{background:#4a90e21a;border-color:#4a90e299}.signup-btn{background:linear-gradient(135deg,#2c5f8d,#4a90e2);color:#fff;border:1px solid rgba(255,255,255,.2)}.signup-btn:hover{background:linear-gradient(135deg,#4a90e2,#5fa4f0);transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.login-btn:hover{background:#ffffff1a;border-color:#3b82f6}.signup-btn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.mobile-menu-toggle{display:none;background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.hero-section{padding:150px 2rem 100px;text-align:center;max-width:1200px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#cbd5e1;max-width:700px;margin:0 auto 3rem;line-height:1.6}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.cta-primary{padding:1rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 30px #3b82f666}.cta-arrow{transition:transform .3s ease}.cta-primary:hover .cta-arrow{transform:translate(5px)}.cta-secondary{padding:1rem 2.5rem;background:transparent;color:#e2e8f0;border:2px solid rgba(255,255,255,.2);border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:#ffffff1a;border-color:#3b82f6}.hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:4rem}.stat{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{color:#94a3b8;font-size:.9rem}.industries-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.industry-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;text-align:center}.industry-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2c5f8d26;border-color:#2c5f8d}.industry-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(44,95,141,.2))}.industry-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#0b1f33}.industry-card p{font-size:.9rem;color:#64748b;line-height:1.6}.features-section,.pricing-section,.about-section{padding:80px 2rem;background:#ffffff05}.pricing-section{background:transparent}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.1rem;color:#94a3b8;text-align:center;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:all .3s ease}.feature-card:hover{background:#ffffff14;border-color:#3b82f6;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#f1f5f9}.feature-card p{color:#94a3b8;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.pricing-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2.5rem 2rem;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.pricing-card.featured{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a)}.plan-badge{position:absolute;top:-12px;right:20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.plan-header{margin-bottom:2rem}.plan-header h3{font-size:1.5rem;margin-bottom:1rem;color:#f1f5f9}.plan-price{display:flex;align-items:baseline;gap:.5rem}.price{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.period{color:#94a3b8;font-size:1rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.plan-features li{padding:.75rem 0;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.05)}.plan-btn{width:100%;padding:1rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.plan-btn:hover{background:#ffffff26;border-color:#3b82f6}.plan-btn.primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none}.plan-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{color:#cbd5e1;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.about-stat{display:flex;flex-direction:column;gap:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#3b82f6}.stat-desc{color:#94a3b8;font-size:.9rem}.tech-stack{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.tech-stack h4{margin-bottom:1.5rem;color:#f1f5f9;font-size:1.2rem}.tech-badges{display:flex;flex-wrap:wrap;gap:1rem}.tech-badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.landing-footer{background:#0000004d;border-top:1px solid rgba(255,255,255,.1);padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{margin-bottom:1rem;color:#f1f5f9;font-size:1.1rem}.footer-section p{color:#94a3b8;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#3b82f6}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:translateY(-3px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#64748b}.footer-links{display:flex;gap:2rem}.footer-links a{color:#64748b;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}@media (max-width: 768px){.main-navigation{position:fixed;top:80px;left:0;right:0;background:#0f172afa;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1)}.main-navigation.mobile-open{transform:translateY(0);opacity:1}.mobile-menu-toggle{display:block}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column}.hero-stats{flex-direction:column;gap:2rem}.about-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:.5rem}}.book-section{padding:6rem 2rem;background:linear-gradient(135deg,#0f2942,#1a3a52)}.book-cover-placeholder{position:relative;width:100%;height:320px;background:linear-gradient(135deg,#2c5f8d,#4a90e2);border-radius:8px;margin-bottom:1.5rem;display:flex;perspective:1000px;box-shadow:0 8px 16px #0000004d}.book-spine{width:40px;background:linear-gradient(180deg,#1a4d7a,#2c5f8d);border-radius:8px 0 0 8px;box-shadow:inset -2px 0 4px #0000004d}.book-front{flex:1;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;background:linear-gradient(135deg,#2c5f8d,#4a90e2);border-radius:0 8px 8px 0;position:relative;overflow:hidden}.book-front:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0px,transparent 1px,transparent 2px,rgba(255,255,255,.03) 3px);pointer-events:none}.book-title{font-size:1.5rem;font-weight:800;color:#fff;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3);z-index:1}.book-subtitle{font-size:1rem;color:#ffffffe6;font-weight:500;z-index:1}.book-edition{font-size:.85rem;color:#ffffffb3;font-style:italic;margin-top:auto;z-index:1}.book-cover-placeholder.part-1 .book-front{background:linear-gradient(135deg,#4a7c99,#5a9db8)}.book-cover-placeholder.part-2 .book-front{background:linear-gradient(135deg,#3a6d8f,#4a8db0)}.book-cover-placeholder.bonus .book-front{background:linear-gradient(135deg,#667eea,#764ba2)}@media (max-width: 480px){.hero-title,.section-title{font-size:2rem}.pricing-grid,.features-grid,.book-stack{grid-template-columns:1fr}.book-cover-placeholder{height:280px}}.contact-section{padding:6rem 2rem;background:linear-gradient(135deg,#1a3a52,#0b1f33)}.contact-form{max-width:800px;margin:0 auto;background:#ffffff0d;padding:3rem;border-radius:12px;border:1px solid rgba(74,144,226,.2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#4a90e2;font-weight:600;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1px solid rgba(74,144,226,.3);border-radius:6px;background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a90e2;background:#ffffff14}.form-group select option{background:#0b1f33;color:#fff}.form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#4a90e2,#2c5f8d);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a90e266}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:1rem}.contact-form{padding:2rem 1.5rem}}.book-page{min-height:100vh;background:linear-gradient(135deg,#0b1f33,#1a3a52);color:#fff}.book-header{background:#0b1f33f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(74,144,226,.2);position:sticky;top:0;z-index:1000;padding:1rem 0}.book-header .header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.book-header .logo{display:flex;align-items:center;gap:1rem}.book-header .logo-icon{height:192px;width:auto}.book-header .logo-branding{display:flex;flex-direction:column;gap:0}.book-header .logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.5px}.book-header .logo-tagline{font-size:.7rem;color:#ffffffb3;font-weight:400;margin-top:-2px;line-height:1}.back-btn{padding:.75rem 1.5rem;background:#4a90e233;color:#4a90e2;border:1px solid rgba(74,144,226,.3);border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#4a90e24d;transform:translateY(-2px);box-shadow:0 4px 8px #4a90e233}.page-title{font-size:3rem;font-weight:800;text-align:center;margin-bottom:1rem;background:linear-gradient(135deg,#4a90e2,#5fa4f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.book-section{padding:4rem 2rem 6rem}.section-container{max-width:1400px;margin:0 auto}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#fff}.section-subtitle{font-size:1.1rem;text-align:center;color:#fffc;max-width:800px;margin:0 auto 2rem;line-height:1.6}.book-showcase{margin-top:3rem}.book-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.book-card{background:#ffffff0d;border-radius:12px;padding:1.5rem;transition:all .3s ease;border:1px solid rgba(74,144,226,.2)}.book-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #4a90e24d;border-color:#4a90e280}.book-cover{position:relative;width:100%;height:380px;border-radius:8px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 8px 24px #0006;transition:transform .3s ease}.book-cover img{width:100%;height:100%;object-fit:cover;display:block}.book-card:hover .book-cover{transform:translateY(-4px);box-shadow:0 12px 32px #00000080}.book-info h3{font-size:1.25rem;color:#fff;margin-bottom:.75rem}.book-info p{color:#fffc;line-height:1.6;margin-bottom:1.5rem}.book-links{display:flex;gap:.75rem;flex-wrap:wrap}.book-link{padding:.6rem 1.25rem;background:#4a90e233;color:#4a90e2;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;border:1px solid rgba(74,144,226,.3)}.book-link.primary{background:linear-gradient(135deg,#2c5f8d,#4a90e2);color:#fff;border-color:transparent}.book-link:hover{background:#4a90e24d;transform:translateY(-2px);box-shadow:0 4px 8px #4a90e233}.book-link.primary:hover{background:linear-gradient(135deg,#4a90e2,#5fa4f0);box-shadow:0 4px 12px #4a90e266}.book-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.book-feature{text-align:center;padding:2rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(74,144,226,.2)}.feature-icon{font-size:3rem;display:block;margin-bottom:1rem}.book-feature h4{font-size:1.25rem;color:#fff;margin-bottom:.75rem}.book-feature p{color:#ffffffb3;line-height:1.6}.book-footer{background:#0b1f33f2;border-top:1px solid rgba(74,144,226,.2);padding:2rem 0}.book-footer .footer-container{max-width:1400px;margin:0 auto;padding:0 2rem;text-align:center}.book-footer p{color:#fff9;font-size:.9rem}@media (max-width: 768px){.page-title{font-size:2rem}.section-title{font-size:1.5rem}.book-stack{grid-template-columns:1fr}.book-cover{height:280px}.book-header .logo-text{font-size:1rem}.book-header .logo-icon{height:40px}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0}.legal-header{background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100}.legal-nav{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-branding{display:flex;align-items:center}.logo-text{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.back-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #3b82f633}.back-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #3b82f64d;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.legal-content{max-width:900px;margin:0 auto;padding:3rem 2rem}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#94a3b8;font-size:.9rem;margin-bottom:2rem;font-style:italic}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.75rem;font-weight:600;color:#f1f5f9;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(59,130,246,.3)}.legal-content h3{font-size:1.25rem;font-weight:600;color:#cbd5e1;margin-top:1.5rem;margin-bottom:.75rem}.legal-content p{line-height:1.8;color:#cbd5e1;margin-bottom:1rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{line-height:1.8;color:#cbd5e1;margin-bottom:.5rem}.legal-content a{color:#60a5fa;text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:#93c5fd;text-decoration:underline}.legal-content strong{color:#f1f5f9;font-weight:600}@media (max-width: 768px){.legal-nav{padding:1rem;flex-direction:column;gap:1rem}.logo-text{font-size:1.25rem}.back-button{width:100%}.legal-content{padding:2rem 1rem}.legal-content h1{font-size:2rem}.legal-content h2{font-size:1.5rem}.legal-content h3{font-size:1.1rem}}.board-view{padding:32px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:100vh}.board-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.board-header h1{margin:0 0 8px;font-size:32px;font-weight:700;color:#1f2937}.board-subtitle{margin:0;font-size:16px;color:#6b7280;font-weight:500}.board-controls{display:flex;gap:8px}.timeframe-btn{padding:10px 24px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.timeframe-btn:hover{border-color:#3b82f6;color:#3b82f6}.timeframe-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.executive-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.summary-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:all .3s;position:relative;overflow:hidden}.summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.summary-card.primary:before{background:linear-gradient(90deg,#10b981,#059669)}.summary-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-2px)}.summary-icon{font-size:32px;margin-bottom:12px}.summary-content{display:flex;flex-direction:column;gap:4px}.summary-label{font-size:13px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:36px;font-weight:700;color:#1f2937;line-height:1;margin:8px 0}.summary-trend{font-size:13px;font-weight:600;padding:4px 8px;border-radius:4px;display:inline-block;width:fit-content}.summary-trend.positive{background:#d1fae5;color:#065f46}.summary-trend.negative{background:#fee2e2;color:#991b1b}.summary-subtitle{font-size:13px;color:#6b7280;font-weight:500}.summary-detail{font-size:12px;color:#9ca3af;margin-top:4px}.summary-bar{height:8px;background:#e5e7eb;border-radius:4px;margin:12px 0 8px;position:relative}.summary-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.risk-appetite-marker{position:absolute;top:-4px;width:2px;height:16px;background:#ef4444;transform:translate(-1px)}.risk-appetite-marker:after{content:"▼";position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:12px;color:#ef4444}.board-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px #0000000f}.board-section h2{margin:0 0 20px;font-size:20px;font-weight:700;color:#1f2937}.board-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.chart-container{margin-top:16px}.risk-categories{display:flex;flex-direction:column;gap:16px}.risk-category-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.risk-category-item:hover{background:#fff;box-shadow:0 4px 12px #00000014}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.category-name{font-weight:700;font-size:15px;color:#1f2937}.category-status{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px}.status-excellent{background:#d1fae5;color:#065f46}.status-good{background:#dbeafe;color:#1e40af}.status-warning{background:#fef3c7;color:#92400e}.status-critical{background:#fee2e2;color:#991b1b}.category-metrics{display:flex;justify-content:space-between;margin-bottom:12px}.category-score,.category-impact{display:flex;flex-direction:column;gap:4px}.score-value{font-size:24px;font-weight:700}.score-target,.impact-label{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase}.impact-value{font-size:18px;font-weight:700;color:#1f2937}.category-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.category-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.layer-legend{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.legend-note{margin:0;font-size:12px;color:#6b7280;font-style:italic}.compliance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.compliance-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .2s}.compliance-card:hover{background:#fff;box-shadow:0 4px 12px #00000014}.compliance-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.framework-name{font-weight:700;font-size:14px;color:#1f2937}.framework-status{padding:4px 10px;border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.5px}.status-certified{background:#d1fae5;color:#065f46}.status-compliant{background:#dbeafe;color:#1e40af}.compliance-score{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.score-label{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase}.compliance-dates{display:flex;gap:16px;padding-top:12px;border-top:1px solid #e5e7eb}.date-item{display:flex;flex-direction:column;gap:4px;flex:1}.date-label{font-size:10px;color:#6b7280;font-weight:600;text-transform:uppercase}.date-value{font-size:13px;color:#1f2937;font-weight:600}.incident-table{overflow-x:auto}.incident-table table{width:100%;border-collapse:collapse}.incident-table th,.incident-table td{padding:12px;text-align:left;border-bottom:1px solid #e5e7eb}.incident-table th{background:#f9fafb;font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.incident-table td{font-size:14px;color:#1f2937}.severity-badge{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.severity-badge.severity-critical{background:#fee2e2;color:#991b1b}.severity-badge.severity-high{background:#fef3c7;color:#92400e}.severity-badge.severity-medium{background:#dbeafe;color:#1e40af}.severity-badge.severity-low{background:#f3f4f6;color:#6b7280}.total-row{background:#f9fafb;font-weight:700}.recommendations{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.recommendation-card{border-radius:8px;padding:20px;border-left:4px solid;background:#f9fafb;transition:all .2s}.recommendation-card:hover{background:#fff;box-shadow:0 4px 12px #00000014}.recommendation-card.priority-high{border-left-color:#ef4444}.recommendation-card.priority-medium{border-left-color:#f59e0b}.recommendation-card.priority-low{border-left-color:#10b981}.rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.rec-icon{font-size:24px}.rec-priority{padding:4px 10px;border-radius:12px;font-size:10px;font-weight:700;letter-spacing:.5px}.priority-high .rec-priority{background:#fee2e2;color:#991b1b}.priority-medium .rec-priority{background:#fef3c7;color:#92400e}.priority-low .rec-priority{background:#d1fae5;color:#065f46}.recommendation-card h3{margin:0 0 12px;font-size:16px;font-weight:700;color:#1f2937}.recommendation-card p{margin:0 0 16px;font-size:14px;line-height:1.6;color:#6b7280}.rec-metrics{display:flex;gap:16px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #e5e7eb}.rec-metrics span{font-size:12px;font-weight:600;color:#1f2937}@media (max-width: 1200px){.board-grid-2{grid-template-columns:1fr}}@media (max-width: 768px){.board-view{padding:16px}.board-header{flex-direction:column;gap:16px}.executive-summary{grid-template-columns:1fr}.summary-value{font-size:28px}.recommendations{grid-template-columns:1fr}}.executive-view{padding:32px;background:#f8f9fa;min-height:100vh}.exec-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.exec-header h1{margin:0 0 8px;font-size:32px;font-weight:700;color:#1f2937}.exec-subtitle{margin:0;font-size:16px;color:#6b7280;font-weight:500}.exec-controls{display:flex;gap:8px}.time-btn{padding:10px 20px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.time-btn:hover{border-color:#3b82f6;color:#3b82f6}.time-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.exec-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.score-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;text-align:center;transition:all .2s}.score-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.score-card.primary{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.score-card h3{margin:0 0 12px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.score-card.primary h3{opacity:1}.score-display{font-size:48px;font-weight:700;line-height:1;margin:12px 0}.score-desc{margin:0;font-size:13px;opacity:.8}.exec-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.exec-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000f}.exec-section h2{margin:0 0 20px;font-size:18px;font-weight:700;color:#1f2937}.chart-wrapper{margin-top:16px}.control-matrix{display:flex;flex-direction:column;gap:20px}.control-row{display:flex;flex-direction:column;gap:8px}.control-name{font-weight:600;color:#1f2937;font-size:14px}.control-bars{display:flex;flex-direction:column;gap:6px}.control-bar{display:grid;grid-template-columns:100px 1fr 60px;align-items:center;gap:12px}.bar-label{font-size:12px;color:#6b7280;font-weight:500}.bar-track{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.bar-value{font-size:13px;font-weight:600;color:#1f2937;text-align:right}.initiatives-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.initiative-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s}.initiative-card:hover{background:#fff;box-shadow:0 4px 12px #00000014}.initiative-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.initiative-header h3{margin:0;font-size:16px;font-weight:700;color:#1f2937}.status-badge{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-completed{background:#d1fae5;color:#065f46}.status-in-progress{background:#dbeafe;color:#1e40af}.status-planning{background:#fef3c7;color:#92400e}.initiative-progress{margin-bottom:16px}.progress-info{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:600;color:#6b7280}.progress-value{color:#1f2937}.progress-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;transition:width .5s ease}.initiative-details{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-top:16px;border-top:1px solid #e5e7eb}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:11px;color:#6b7280;font-weight:600;text-transform:uppercase}.detail-value{font-size:14px;color:#1f2937;font-weight:600}.impact-badge{padding:4px 8px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;width:fit-content}.impact-high{background:#fee2e2;color:#991b1b}.impact-medium{background:#fef3c7;color:#92400e}.impact-low{background:#dbeafe;color:#1e40af}.resource-allocation{display:flex;flex-direction:column;gap:20px}.resource-item{display:flex;flex-direction:column;gap:8px}.resource-header{display:flex;justify-content:space-between;align-items:center}.resource-name{font-weight:700;color:#1f2937;font-size:15px}.resource-percentage{font-weight:700;color:#6b7280;font-size:14px}.resource-amounts{font-size:13px;color:#6b7280}.amount-spent{font-weight:700;color:#1f2937}.resource-bar{height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.resource-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:6px;transition:width .5s ease}.utilization-rate{font-size:12px;color:#6b7280;font-weight:600}@media (max-width: 1200px){.exec-grid-2{grid-template-columns:1fr}}@media (max-width: 768px){.executive-view{padding:16px}.exec-header{flex-direction:column;gap:16px}.exec-summary,.initiatives-grid{grid-template-columns:1fr}}.role-view{padding:32px;background:#f8f9fa;min-height:100vh}.role-view h1{margin:0 0 8px;font-size:32px;font-weight:700;color:#1f2937}.role-view .subtitle{margin:0 0 32px;font-size:16px;color:#6b7280;font-weight:500}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:all .2s}.stat-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.stat-card h3{margin:0 0 12px;font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:48px;font-weight:700;color:#1f2937;line-height:1;margin:12px 0}.stat-card.critical{border-left:4px solid #ef4444}.stat-card.critical .stat-value{color:#ef4444}.stat-card.high{border-left:4px solid #f59e0b}.stat-card.high .stat-value{color:#f59e0b}.stat-card p{margin:0;font-size:13px;color:#6b7280}.compliance-overview{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:32px}.compliance-item{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:all .2s}.compliance-item:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.compliance-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.compliance-header h3{margin:0;font-size:16px;font-weight:700;color:#1f2937}.badge{padding:4px 12px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.badge.status-certified{background:#d1fae5;color:#065f46}.badge.status-compliant{background:#dbeafe;color:#1e40af}.compliance-score,.compliance-findings{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.score-label,.findings-label{font-size:12px;color:#6b7280;font-weight:600}.score-value{font-size:24px;font-weight:700;color:#10b981}.findings-value{font-size:20px;font-weight:700;color:#f59e0b}.findings-value.zero{color:#10b981}.compliance-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:12px}.compliance-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:4px;transition:width .5s ease}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.admin-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #00000014;transition:all .2s}.admin-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.card-icon{font-size:40px;margin-bottom:16px}.admin-card h3{margin:0 0 20px;font-size:18px;font-weight:700;color:#1f2937}.admin-stats{display:flex;flex-direction:column;gap:12px}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.stat-row:last-child{border-bottom:none}.stat-row span{font-size:14px;color:#6b7280}.stat-row strong{font-size:16px;color:#1f2937}.stat-row strong.success{color:#10b981}.stat-row strong.warning{color:#f59e0b}.stat-row strong.error{color:#ef4444}.info-message{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:20px;margin-top:32px}.info-message p{margin:0;font-size:15px;line-height:1.6;color:#1f2937}.info-message strong{color:#3b82f6}@media (max-width: 768px){.role-view{padding:16px}.quick-stats,.compliance-overview,.admin-grid{grid-template-columns:1fr}.stat-value{font-size:36px}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7fafc;color:#2d3748}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#0b1f33,#1a3a52);color:#fff;padding:1.5rem 0;box-shadow:0 4px 6px #00000026;border-bottom:3px solid #2c5f8d}.header-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.branding{display:flex;flex-direction:column;gap:.25rem}.branding h1{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.5px}.platform-tagline{font-size:.75rem;font-weight:500;color:#ffffffd9;font-style:italic;letter-spacing:.5px;margin-top:-2px}.user-info{display:flex;align-items:center;gap:16px}.user-details{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.user-name{font-size:14px;font-weight:600;color:#fff}.user-role{font-size:11px;font-weight:500;color:#ffffffb3;text-transform:uppercase;padding:2px 8px;background:#ffffff1a;border-radius:8px}.logout-button{padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.logout-button:hover{background:#fff3;border-color:#ffffff4d}.tenant-badge{padding:.375rem .75rem;background:#2c5f8d66;border:1px solid rgba(255,255,255,.3);border-radius:6px;font-size:.85rem;font-weight:600;font-family:Courier New,monospace;margin-top:.5rem;display:inline-block}.main-nav{display:flex;gap:.5rem}.nav-button{padding:.75rem 1.5rem;background:#ffffff1a;border:2px solid transparent;border-radius:6px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.nav-button:hover{background:#fff3;border-color:#fff3}.nav-button.active{background:#fffffff2;color:#0b1f33;border-color:#fffffff2;font-weight:700}.app-main{flex:1;min-height:calc(100vh - 200px)}.placeholder{max-width:1400px;margin:0 auto;padding:4rem 2rem;text-align:center}.placeholder h2{color:#2d3748;margin-bottom:1rem}.placeholder p{color:#718096;font-size:1.1rem}.app-footer{background:#2d3748;color:#a0aec0;padding:2rem;text-align:center;margin-top:auto}.app-footer p{margin:.5rem 0}.footer-links{font-size:.9rem}.footer-links a{color:#63b3ed;text-decoration:none}.footer-links a:hover{text-decoration:underline}.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#6b7280}.spinner{border:4px solid #e5e7eb;border-top:4px solid #2563eb;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
