.app{min-height:100vh;display:flex;flex-direction:column}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#172223,#2a3738);padding:2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:800px;text-align:center;position:relative;z-index:1}.logo{display:flex;align-items:center;justify-content:center;margin-bottom:3rem}.logo-image{height:60px;width:auto;filter:brightness(0) invert(1)}.tagline{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.03em}.description{font-size:1.25rem;color:#ffffffe6;margin-bottom:3rem;line-height:1.8;max-width:600px;margin-left:auto;margin-right:auto}.coming-soon-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 2rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;color:#fff;font-size:1.125rem;font-weight:600;border:2px solid rgba(255,255,255,.3);margin-bottom:3rem}.pulse-dot{width:12px;height:12px;background:#f7bd02;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.notify-section{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.2)}.notify-text{color:#ffffffe6;font-size:1.125rem;margin-bottom:1rem}.email-link{display:inline-block;color:#fff;font-size:1.5rem;font-weight:600;text-decoration:none;padding:.75rem 2rem;background:#fff3;border-radius:12px;transition:all .3s ease;border:2px solid rgba(255,255,255,.3)}.email-link:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (max-width: 768px){.logo h1,.tagline{font-size:2rem}.description{font-size:1.125rem}.email-link{font-size:1.25rem}}.features{padding:6rem 2rem;background:var(--bg-secondary)}.features-container{max-width:1200px;margin:0 auto}.features-title{font-size:2.5rem;font-weight:800;text-align:center;color:var(--text-primary);margin-bottom:4rem;letter-spacing:-.02em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid var(--border-color)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--primary-light)}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.feature-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.features{padding:4rem 1rem}.features-title{font-size:2rem}.features-grid{grid-template-columns:1fr}}.footer{background:var(--text-primary);color:#fff;padding:3rem 2rem 2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}.footer-brand{text-align:center;margin-bottom:2rem}.footer-logo{display:inline-flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.footer-logo-icon{width:40px;height:40px}.footer-logo span{font-size:1.5rem;font-weight:700}.footer-tagline{color:var(--text-light);font-size:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright{color:var(--text-light);font-size:.875rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-light);text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#fff}@media (max-width: 768px){.footer-bottom{flex-direction:column;text-align:center}.footer-links{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #F7BD02;--primary-dark: #d9a500;--primary-light: #ffd233;--secondary-color: #172223;--text-primary: #172223;--text-secondary: #686F70;--text-light: #95ACAA;--bg-primary: #ffffff;--bg-secondary: #F7F7F8;--bg-tertiary: #F1F2F2;--border-color: #DCDEDE;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}body{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;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}
