.home{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;position:relative;overflow:hidden}.home:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(5,150,105,.08),transparent),radial-gradient(ellipse 60% 40% at 80% 100%,rgba(5,150,105,.06),transparent);pointer-events:none}.home .container{max-width:540px;width:100%;text-align:center;position:relative;z-index:1}.logo{font-size:2.5rem;font-weight:600;letter-spacing:-.03em;margin-bottom:1rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.125rem;color:var(--text-secondary);font-weight:400;line-height:1.6;margin-bottom:3rem}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:100px;font-size:.875rem;color:var(--text-secondary);margin-bottom:3rem}.status-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.notify-form{display:flex;gap:.75rem;margin-bottom:2rem}.notify-form input{flex:1;padding:.875rem 1rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:1rem;font-family:inherit;outline:none;transition:border-color .2s ease}.notify-form input::placeholder{color:var(--text-secondary)}.notify-form input:focus{border-color:var(--accent)}.notify-form button{padding:.875rem 1.5rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .2s ease,transform .1s ease;white-space:nowrap}.notify-form button:hover{background:var(--accent-hover)}.notify-form button:active{transform:scale(.98)}.divider{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;color:var(--text-secondary);font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.social-links{display:flex;justify-content:center;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);text-decoration:none;transition:border-color .2s ease,color .2s ease}.social-links a:hover{border-color:var(--accent);color:var(--text-primary)}.social-links svg{width:20px;height:20px}.home footer{position:absolute;bottom:2rem;font-size:.875rem;color:var(--text-secondary)}@media(max-width:480px){.logo{font-size:2rem}.tagline{font-size:1rem}.notify-form{flex-direction:column}.notify-form button{width:100%}}.privacy{min-height:100vh;padding:2rem;line-height:1.7}.privacy-container{max-width:720px;margin:0 auto;padding:2rem 0}.privacy h1{font-size:2rem;font-weight:600;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy .last-updated{font-size:.875rem;color:var(--text-secondary);margin-bottom:2rem}.privacy .intro{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem}.privacy h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.privacy h3{font-size:1.125rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:var(--text-primary)}.privacy h4{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:var(--text-primary)}.privacy p{margin-bottom:1rem;color:var(--text-secondary)}.privacy ul{margin-bottom:1rem;padding-left:1.5rem;color:var(--text-secondary)}.privacy ul li{margin-bottom:.5rem}.privacy ul li ul{margin-top:.5rem;margin-bottom:.5rem}.privacy strong{color:var(--text-primary);font-weight:500}.privacy a{color:var(--accent);text-decoration:none}.privacy a:hover{text-decoration:underline}.privacy footer{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-secondary)}@media(max-width:480px){.privacy{padding:1rem}.privacy h1{font-size:1.5rem}.privacy h2{font-size:1.25rem}}.support{min-height:100vh;padding:2rem;line-height:1.7;background:var(--bg-secondary)}.support-container{max-width:640px;margin:0 auto;padding:2rem 0}.support h1{font-size:2rem;font-weight:600;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.support-intro{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem}.form-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;padding:1.5rem;margin-bottom:1rem;border-left:4px solid var(--accent)}.form-card label{display:block;font-size:.9375rem;font-weight:500;color:var(--text-primary);margin-bottom:.75rem}.required{color:#dc2626;margin-left:2px}.form-card input[type=text],.form-card input[type=email],.form-card textarea{width:100%;padding:.5rem 0;border:none;border-bottom:1px solid var(--border);background:transparent;font-size:.9375rem;font-family:inherit;color:var(--text-primary);outline:none;transition:border-color .2s ease}.form-card input[type=text]:focus,.form-card input[type=email]:focus,.form-card textarea:focus{border-bottom-color:var(--accent)}.form-card input::placeholder,.form-card textarea::placeholder{color:var(--text-secondary);opacity:.6}.form-card textarea{resize:vertical;min-height:80px}.form-card select{padding:.625rem 2rem .625rem .75rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-primary);font-size:.9375rem;font-family:inherit;color:var(--text-secondary);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2371717a' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color .2s ease}.form-card select:focus{border-color:var(--accent)}.form-card select:not([value=""]){color:var(--text-primary)}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.btn-primary{padding:.75rem 2rem;background:var(--accent);color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-clear{padding:.75rem 1.5rem;background:none;color:var(--accent);border:none;font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:color .2s ease}.btn-clear:hover{color:var(--accent-hover);text-decoration:underline}.success-message{background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;padding:3rem 2rem;text-align:center;margin-top:2rem}.success-icon{width:56px;height:56px;border-radius:50%;background:var(--accent);color:#fff;font-size:1.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.success-message h2{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.success-message p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.success-message .btn-primary{display:inline-block}.support footer{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-secondary)}@media(max-width:480px){.support{padding:1rem}.support h1{font-size:1.5rem}.form-card{padding:1.25rem}.form-actions{flex-direction:column;gap:1rem}.btn-primary,.btn-clear{width:100%}}.terms{min-height:100vh;padding:2rem;line-height:1.7}.terms-container{max-width:720px;margin:0 auto;padding:2rem 0}.terms h1{font-size:2rem;font-weight:600;letter-spacing:-.03em;margin-bottom:.5rem;background:linear-gradient(135deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms .last-updated{font-size:.875rem;color:var(--text-secondary);margin-bottom:2rem}.terms h2{font-size:1.25rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.terms p{margin-bottom:1rem;color:var(--text-secondary)}.terms .legal-caps{font-size:.875rem;line-height:1.8}.terms ul{margin-bottom:1rem;padding-left:1.5rem;color:var(--text-secondary)}.terms ul li{margin-bottom:.5rem}.terms strong{color:var(--text-primary);font-weight:500}.terms a{color:var(--accent);text-decoration:none}.terms a:hover{text-decoration:underline}.terms footer{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--text-secondary)}@media(max-width:480px){.terms{padding:1rem}.terms h1{font-size:1.5rem}.terms h2{font-size:1.125rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #f4f4f5;--text-primary: #18181b;--text-secondary: #71717a;--accent: #059669;--accent-hover: #047857;--border: #e4e4e7}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh}
