:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color:#111;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}.landing{min-height:100vh;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.fade-in{animation:fadeIn .6s ease-out forwards}.fade-in-delay{opacity:0;animation:fadeIn .6s ease-out .3s forwards}.fade-in-up{opacity:0;animation:fadeInUp .5s ease-out forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.nav{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#111}.nav-stats{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#666}.live-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}.hero{flex:1;display:flex;flex-direction:column;padding-bottom:4rem;position:relative;overflow:hidden}@keyframes float{0%,to{transform:translateY(0) rotate(var(--rotation))}50%{transform:translateY(-12px) rotate(var(--rotation))}}.testimonials-bg{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.testimonial-card{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000d;opacity:.85;animation:float 6s ease-in-out infinite;max-width:220px}.testimonial-card:hover{opacity:1;pointer-events:auto}.testimonial-1{--rotation: -3deg;top:12%;left:5%;animation-delay:0s}.testimonial-2{--rotation: 4deg;top:18%;right:6%;animation-delay:-1.5s}.testimonial-3{--rotation: -2deg;bottom:25%;left:4%;animation-delay:-3s}.testimonial-4{--rotation: 3deg;bottom:20%;right:5%;animation-delay:-4.5s}.testimonial-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.testimonial-content{display:flex;flex-direction:column;gap:2px;min-width:0}.testimonial-amount{font-weight:700;font-size:.9375rem;color:#22c55e}.testimonial-quote{font-size:.75rem;color:#333;line-height:1.3;margin:0}.testimonial-name{font-size:.6875rem;color:#888}@media(max-width:900px){.testimonial-card{display:none}}.hero-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;max-width:640px;margin:0 auto}.hero h1{font-size:clamp(1.5rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;color:#111;margin-bottom:1.5rem;white-space:nowrap}.subtitle{font-size:1.125rem;line-height:1.6;color:#666;margin-bottom:1rem}.disclaimer{font-size:.875rem;color:#999;margin-bottom:2.5rem;font-style:italic}.waitlist-form{display:flex;gap:.75rem;width:100%;max-width:420px;margin-bottom:1rem}.waitlist-form input{flex:1;padding:.875rem 1rem;font-size:1rem;border:1px solid #e0e0e0;border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s}.waitlist-form input:focus{border-color:#111;box-shadow:0 0 0 3px #0000000d}.waitlist-form input:disabled{background:#f5f5f5}.waitlist-form button{padding:.875rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:#111;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.waitlist-form button:hover:not(:disabled){background:#333}.waitlist-form button:active:not(:disabled){transform:scale(.98)}.waitlist-form button:disabled{background:#666;cursor:not-allowed}.success-message{padding:1rem 1.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-weight:500;margin-bottom:1rem;animation:fadeIn .3s ease-out}.error-message{color:#dc2626;font-size:.875rem;margin-bottom:.5rem}.usage-card{margin-top:3rem;padding:1.5rem;background:#f9f8f6;border-radius:12px;width:100%;max-width:500px;position:relative}.usage-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.5rem}.usage-title{font-weight:600;color:#111}.usage-link{font-size:.875rem;color:#666;text-decoration:underline}.usage-row{display:flex;align-items:center;gap:1rem}.usage-labels{display:flex;flex-direction:column;min-width:100px}.usage-model{font-weight:500;color:#111;font-size:.9375rem}.usage-reset{font-size:.8125rem;color:#888}.usage-bar-container{flex:1}.usage-bar{height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden}.usage-bar-fill{width:1%;height:100%;background:#4285f4;border-radius:4px}.usage-percent{font-size:.875rem;color:#666;min-width:60px;text-align:right}.usage-callout{position:absolute;right:-120px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:.5rem}.callout-arrow{font-size:1.5rem;color:#22c55e}.callout-text{font-weight:600;color:#22c55e;font-size:1.125rem;white-space:nowrap}@media(max-width:700px){.usage-callout{position:static;transform:none;justify-content:center;margin-top:1rem}.callout-arrow{display:none}}.transaction-feed{max-width:400px;margin:0 auto;padding:0 2rem}.feed-header{margin-bottom:.75rem}.live-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#666}.feed-list{display:flex;flex-direction:column;gap:.5rem}.feed-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fafafa;border-radius:8px;font-size:.875rem;transition:all .3s ease}.feed-item-new{animation:slideIn .3s ease-out;background:#f0fdf4}.feed-seller{font-weight:500;color:#111}.feed-credits{color:#666}.feed-price{font-weight:600;color:#22c55e}.how-it-works{background:#fafafa;padding:5rem 2rem}.how-it-works h2{font-size:1.75rem;font-weight:600;letter-spacing:-.02em;text-align:center;color:#111;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.step{text-align:center;padding:1.5rem}.step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;color:#111;background:#fff;border:2px solid #111;border-radius:50%;margin:0 auto 1.25rem;transition:all .2s ease}.step:hover .step-number{background:#111;color:#fff}.step h3{font-size:1.125rem;font-weight:600;color:#111;margin-bottom:.75rem}.step p{font-size:.9375rem;line-height:1.5;color:#666}.footer{padding:2rem;text-align:center;border-top:1px solid #eee}.footer p{font-size:.875rem;color:#999}@media(max-width:480px){.waitlist-form{flex-direction:column}.waitlist-form button{width:100%}.nav-stats{display:none}.feed-item{flex-wrap:wrap;gap:.25rem}.feed-credits{flex-basis:100%;order:3;font-size:.75rem}}
