:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #ec4899;--text: #1f2937;--text-light: #6b7280;--bg: #faf9f6;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.navbar{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem .5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-admin{background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background .2s}.nav-admin:hover{background:var(--primary-dark)}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:6rem 1rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:800}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:1.5rem}.hero-slogan{font-size:1.5rem;font-weight:600;opacity:1;margin-bottom:2rem;color:#fef3c7;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--white);color:var(--primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary)}.features{padding:5rem 1rem;max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:var(--text)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text)}.feature-card p{color:var(--text-light)}.waitlist{background:var(--white);padding:5rem 1rem}.waitlist-content{max-width:600px;margin:0 auto;text-align:center}.waitlist h2{font-size:2rem;margin-bottom:1rem}.waitlist p{color:var(--text-light);margin-bottom:2rem}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{font-weight:500;color:var(--text)}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s;width:100%}.form-group select{height:48px;cursor:pointer;background-color:#fff;padding-right:2.5rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.waitlist-form .btn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;width:100%}.waitlist-form .btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.waitlist-success{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-top:1rem}.news{padding:5rem 1rem;max-width:1200px;margin:0 auto}.news h2{text-align:center;font-size:2rem;margin-bottom:3rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.news-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.news-image{width:100%;height:180px;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}.news-content{padding:1.5rem}.news-date{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.news-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.news-card p{color:var(--text-light);font-size:.95rem}.news-tag{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;margin-bottom:.5rem}.admin{padding:3rem 1rem;max-width:1000px;margin:0 auto}.admin h2{text-align:center;font-size:2rem;margin-bottom:2rem}.admin-login{max-width:400px;margin:0 auto;background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h2{text-align:left;margin-bottom:0}.news-editor{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:2rem}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center}.news-item-info h4{font-size:1.1rem;margin-bottom:.25rem}.news-item-info span{color:var(--text-light);font-size:.875rem}.news-actions{display:flex;gap:.5rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem;border-radius:6px;border:none;cursor:pointer;transition:all .2s}.btn-edit{background:var(--primary);color:#fff}.btn-delete{background:#ef4444;color:#fff}.footer{background:var(--text);color:#fff;padding:3rem 1rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#fffc;text-decoration:none}.footer-links a:hover{color:#fff}.footer-copy{color:#fff9;font-size:.875rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--white);border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal h3{font-size:1.5rem;margin-bottom:1.5rem}.loading{display:flex;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem;color:var(--text-light)}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem;font-size:.9rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.features,.waitlist,.news,.admin{padding:3rem 1rem}.news-item{flex-direction:column;gap:1rem;align-items:flex-start}}
