:root{--rs-bg-start: #f8fafc;--rs-bg-end: #dbeafe;--rs-card-bg: #ffffff;--rs-card-shadow: 0 10px 20px rgba(0, 0, 0, .06);--rs-text-muted: #64748b;--rs-primary-blue: #3b82f6}*,*:before,*:after{box-sizing:border-box}body.app-shell{min-height:100vh;margin:0;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at top,var(--rs-bg-end),var(--rs-bg-start));color:#0f172a}.auth-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:min(420px,100%);background:var(--rs-card-bg);border-radius:1rem;padding:2.5rem;box-shadow:var(--rs-card-shadow)}.auth-logo{width:64px;height:64px;border-radius:18px;background:var(--rs-primary-blue);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.auth-title{font-size:1.875rem;font-weight:600}.auth-subtitle{color:var(--rs-text-muted);margin-bottom:2rem}.form-control,.form-check-input{border-radius:.75rem;border-color:#e2e8f0;padding:.85rem 1rem;font-size:.95rem}.form-control:focus{border-color:var(--rs-primary-blue);box-shadow:0 0 0 .2rem #3b82f626}.auth-cta{background:var(--rs-primary-blue);border:none;font-weight:600;padding:.95rem;border-radius:.85rem;transition:transform .15s ease,box-shadow .15s ease}.auth-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2563eb4d}.auth-footnote{color:var(--rs-text-muted)}.remember-me{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer}.homepage{--hp-primary: #1e40af;--hp-primary-hover: #1e3a8a;--hp-text: #1e293b;--hp-text-muted: #64748b;--hp-bg: #ffffff;--hp-card-border: #e2e8f0;min-height:100vh;background:var(--hp-bg)}.homepage-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--hp-card-border)}.homepage-nav-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.homepage-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--hp-primary);text-decoration:none}.homepage-logo i{font-size:1.5rem}.homepage-login-link{color:var(--hp-text);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.35rem;transition:color .2s ease}.homepage-login-link:hover{color:var(--hp-primary)}.homepage-hero{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;text-align:center}.homepage-hero-content{max-width:700px}.homepage-headline{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--hp-text);margin-bottom:1.5rem}.homepage-headline-accent{color:var(--hp-primary)}.homepage-subhead{font-size:1.25rem;color:var(--hp-text-muted);line-height:1.6;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.homepage-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--hp-primary);color:#fff;padding:1rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;text-decoration:none;transition:all .2s ease}.homepage-cta:hover{background:var(--hp-primary-hover);color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #1e40af40}.homepage-features{padding:4rem 2rem 6rem;max-width:1100px;margin:0 auto}.homepage-features-title{text-align:center;font-size:1.75rem;font-weight:600;color:var(--hp-text);margin-bottom:3rem}.homepage-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.homepage-features-grid .homepage-feature-card:nth-child(4),.homepage-features-grid .homepage-feature-card:nth-child(5){grid-column:span 1}@media (min-width: 768px){.homepage-features-grid{grid-template-columns:repeat(6,1fr)}.homepage-features-grid .homepage-feature-card:nth-child(1),.homepage-features-grid .homepage-feature-card:nth-child(2),.homepage-features-grid .homepage-feature-card:nth-child(3){grid-column:span 2}.homepage-features-grid .homepage-feature-card:nth-child(4){grid-column:2 / span 2}.homepage-features-grid .homepage-feature-card:nth-child(5){grid-column:4 / span 2}}.homepage-feature-card{background:var(--hp-bg);border:1px solid var(--hp-card-border);border-radius:1rem;padding:2rem;transition:all .2s ease}.homepage-feature-card:hover{border-color:var(--hp-primary);box-shadow:0 4px 20px #1e40af14}.homepage-feature-icon{width:48px;height:48px;border-radius:.75rem;background:#eff6ff;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.homepage-feature-icon i{font-size:1.25rem;color:var(--hp-primary)}.homepage-feature-card h3{font-size:1.125rem;font-weight:600;color:var(--hp-text);margin-bottom:.5rem}.homepage-feature-card p{font-size:.95rem;color:var(--hp-text-muted);line-height:1.5;margin:0}.homepage-footer-cta{text-align:center;padding:5rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.homepage-footer-cta h2{font-size:1.75rem;font-weight:600;color:var(--hp-text);margin-bottom:1.5rem}.homepage-footer{border-top:1px solid var(--hp-card-border);padding:1.5rem 2rem}.homepage-footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;color:var(--hp-text-muted);font-size:.875rem}.homepage-footer a{color:var(--hp-text-muted);font-size:1.25rem;transition:color .2s ease}.homepage-footer a:hover{color:var(--hp-primary)}@media (max-width: 767px){.homepage-features-grid{grid-template-columns:1fr}.homepage-nav-inner{padding:.75rem 1rem}.homepage-hero{padding:6rem 1.5rem 3rem}.homepage-subhead{font-size:1.1rem}}
