@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--pastel-yellow: #fef7cd;--warm-yellow: #fbbf24;--teal-primary: #14b8a6;--text-dark: #1f2937;--text-medium: #4b5563;--text-light: #6b7280;--white: #ffffff;--border-light: rgba(251, 191, 36, .2)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,var(--pastel-yellow) 0%,#ffffff 100%);background-attachment:fixed;background-repeat:no-repeat;color:var(--text-dark);line-height:1.6;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:#fffffff2;border-bottom:1px solid var(--border-light);position:sticky;top:0;z-index:100;padding:1rem 0}.nav{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Inter,sans-serif;font-size:2rem;font-weight:800;color:var(--teal-primary);text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-medium);text-decoration:none;font-weight:500}.nav-link:hover{color:var(--teal-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--warm-yellow);color:#fff}.btn-secondary{background:#fff;color:var(--teal-primary);border:1px solid var(--teal-primary)}.hero{text-align:center;padding:4rem 2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-dark)}.hero-title-highlight{color:var(--teal-primary)}.hero-subtitle{font-size:1.25rem;color:var(--text-medium);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-tagline{font-size:1.125rem;font-style:italic;color:var(--text-light);margin-bottom:2rem;height:1.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.card{background:#fff;border-radius:12px;padding:2rem;border:1px solid var(--border-light);margin-bottom:1rem}.systems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.system-card{text-align:center}.system-icon{font-size:4rem;margin-bottom:1rem;display:block}.system-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.system-description{color:var(--text-medium);margin-bottom:1.5rem}.stats{background:#fffc;border-radius:16px;padding:3rem;text-align:center;margin:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{padding:1rem}.stat-number{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:var(--text-medium);font-weight:500}.footer{background:#fff;border-top:1px solid var(--border-light);padding:3rem 2rem;text-align:center}.footer-logo{font-size:1.5rem;font-weight:800;color:var(--teal-primary);margin-bottom:1rem}.footer-description{color:var(--text-medium);margin-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.form{background:#fff;border-radius:16px;padding:2rem;border:1px solid var(--border-light);max-width:400px;width:100%}.form-title{font-size:1.875rem;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:.5rem}.form-subtitle{color:var(--text-medium);text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:var(--text-dark);font-weight:500;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit}.form-input:focus{outline:none;border-color:var(--teal-primary)}.form-error{color:#ef4444;font-size:.875rem;margin-top:.5rem}.form-info{background:#14b8a61a;border:1px solid rgba(20,184,166,.2);border-radius:8px;padding:1rem;margin:1rem 0}.form-info-title{font-weight:600;color:var(--teal-primary);margin-bottom:.5rem}.dashboard{background:linear-gradient(135deg,var(--pastel-yellow) 0%,#ffffff 100%);background-attachment:fixed;min-height:100vh}.dashboard-content{padding:2rem}.welcome-card{background:#fff;border-radius:16px;padding:3rem;margin-bottom:3rem;text-align:center;border:1px solid var(--border-light)}.welcome-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem}.welcome-subtitle{font-size:1.25rem;color:var(--text-medium);margin-bottom:2rem}.badge{display:inline-block;background:var(--warm-yellow);color:var(--text-dark);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;margin-left:.5rem}.quick-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-title{font-size:2.5rem}.nav-links{gap:1rem}.container{padding:0 1rem}.systems-grid{grid-template-columns:1fr}}
