:root{--font-display: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--bg: #FDFCFA;--surface: #FFFFFF;--border: rgba(0, 0, 0, .08);--text: #1A1A1A;--text-secondary: #666666;--text-muted: #999999;--accent: #E8785E;--accent-hover: #D96A50;--accent-glow: rgba(232, 120, 94, .15);--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 48px;--space-2xl: 80px;--space-3xl: 120px;--shadow-soft: 0 8px 40px rgba(0, 0, 0, .08);--radius-button: 100px;--radius-input: 12px;--radius-card: 16px;--radius-logo: 14px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{background-color:var(--bg)}body{font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.6;color:var(--text-secondary);background:radial-gradient(circle at top right,rgba(232,120,94,.18) 0%,transparent 50%),radial-gradient(circle at bottom left,rgba(232,120,94,.12) 0%,transparent 50%),var(--bg);min-height:100vh;min-height:100dvh;overflow-x:hidden}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:inherit}h1,h2,h3{font-family:var(--font-display);font-weight:400;color:var(--text);letter-spacing:-.02em;line-height:1}p{color:var(--text-secondary)}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:var(--accent)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-up{opacity:0;animation:fadeUp .6s ease-out forwards}.animate-fade-in{opacity:0;animation:fadeIn .5s ease-out forwards}.delay-0{animation-delay:0ms}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background-color:var(--accent);color:#fff}.page{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;flex:1}.page-content{position:relative;z-index:1;display:flex;flex-direction:column;flex:1}main{flex:1;display:flex;flex-direction:column}.main-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1280px;margin:0 auto;padding:6rem 4rem 8rem;width:100%}.header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg) var(--space-2xl);max-width:1200px;margin:0 auto;width:100%}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.logo:hover{color:var(--text)}.logo-icon{width:40px;height:40px;background:var(--accent);border-radius:var(--radius-logo);display:flex;align-items:center;justify-content:center;color:#fff}.logo-wordmark{font-family:var(--font-display);font-size:26px;color:var(--text)}.contact-link{font-size:18px;color:var(--text-secondary)}.contact-link:hover{color:var(--accent)}.hero{display:flex;flex-direction:column;gap:32px}.hero-headline{font-size:clamp(56px,9vw,88px);line-height:1.05}.hero-headline em{font-style:italic}.hero-subheadline{font-size:22px;color:var(--text-secondary);line-height:1.6;max-width:480px;font-weight:300}.hero-cta{display:flex;flex-direction:column;gap:var(--space-md)}.hero-alternative{font-size:17px;color:var(--text-muted)}.hero-alternative a{color:var(--text-secondary);text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:3px}.hero-alternative a:hover{color:var(--accent);text-decoration-color:var(--accent)}.signup-form{display:flex;gap:12px;align-items:center}.signup-form input{flex:1;min-width:200px;max-width:320px;height:52px;padding:14px var(--space-md);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-input);font-family:var(--font-body);font-size:16px;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box;-webkit-appearance:none;appearance:none}.signup-form input::placeholder{color:var(--text-muted)}.signup-form input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.signup-form input:disabled{opacity:.6;cursor:not-allowed}.signup-form button{height:52px;padding:0 28px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-input);font-family:var(--font-body);font-size:16px;font-weight:500;cursor:pointer;transition:background-color .15s ease,transform .15s ease;box-sizing:border-box}.signup-form button:hover:not(:disabled){background:var(--accent-hover)}.signup-form button:active:not(:disabled){transform:scale(.98)}.signup-form button:disabled{opacity:.7;cursor:not-allowed}.signup-form button.loading{display:flex;align-items:center;justify-content:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.signup-success{height:52px;display:flex;align-items:center}.signup-success p{font-size:16px;color:var(--accent);font-weight:500}.signup-error{width:100%;font-size:14px;color:#c0392b;margin-top:var(--space-sm)}.screenshot-section,.screenshot-container{position:relative;width:100%}.screenshot-blur-circle{position:absolute;top:-60px;right:-60px;width:320px;height:320px;background:#e8785e26;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}.screenshot-placeholder{position:relative;z-index:1;background:var(--surface);border-radius:var(--radius-card);box-shadow:0 25px 50px -12px #00000026;overflow:hidden;border:1px solid rgba(0,0,0,.05);transform:rotate(1deg);transition:transform .5s ease-out}.screenshot-placeholder:hover{transform:rotate(0)}.dashboard-mock{display:flex;height:450px}.dashboard-sidebar{width:72px;background:var(--bg);border-right:1px solid var(--border);padding:var(--space-md);display:flex;flex-direction:column;align-items:center;flex-shrink:0}.sidebar-logo{padding:var(--space-sm) 0;margin-bottom:var(--space-md)}.logo-icon-small{width:40px;height:40px;background:var(--accent);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.sidebar-icon{width:20px;height:20px}.sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:var(--text-muted);cursor:default;transition:background-color .15s ease,color .15s ease}.nav-icon.active{color:var(--text);background:var(--surface)}.sidebar-bottom{margin-top:auto;padding-top:var(--space-md);border-top:1px solid var(--border)}.dashboard-main{flex:1;padding:var(--space-xl)}.dashboard-greeting{margin-bottom:var(--space-xl)}.dashboard-greeting h2{font-family:var(--font-display);font-size:36px;color:var(--text);margin-bottom:var(--space-sm)}.greeting-sub{font-size:15px;color:var(--text-muted)}.dashboard-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);margin-bottom:var(--space-xl)}.stat-card{background:var(--bg);padding:var(--space-lg);border-radius:var(--radius-input);display:flex;flex-direction:column;gap:var(--space-sm)}.stat-label{font-size:13px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.stat-value{font-family:var(--font-display);font-size:28px;color:var(--text)}.dashboard-activity h3{font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--text);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.5px}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.activity-dot.paid{background:#27ae60}.activity-dot.sent{background:var(--accent)}.activity-dot.new{background:#3498db}.activity-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.activity-text{font-size:14px;color:var(--text-secondary)}.activity-meta{font-size:12px;color:var(--text-muted)}.activity-amount{font-size:14px;color:var(--text);font-weight:500;text-align:right}.activity-amount.positive{color:#27ae60}.activity-amount.muted{color:var(--text-muted);font-weight:400}.footer{padding:4rem var(--space-2xl);margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;max-width:1150px;margin:0 auto;padding-top:3rem;border-top:1px solid var(--border)}.footer-philosophy{max-width:420px}.footer-philosophy h3{font-family:var(--font-display);font-size:24px;color:var(--text);margin-bottom:1rem;font-weight:400}.footer-philosophy p{font-size:15px;line-height:1.7;color:var(--text-secondary)}.footer-links{display:flex;gap:4rem}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column h4{font-family:var(--font-body);font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.5rem}.footer-column a{font-size:14px;color:var(--text-secondary)}.footer-column a:hover{color:var(--accent)}@media(max-width:1024px){.main-content{padding:3rem 2rem 4rem;gap:3rem}.header{padding:var(--space-lg) var(--space-xl)}.hero-headline{font-size:clamp(48px,8vw,72px)}.footer{padding:3rem var(--space-xl)}.footer-content,.footer-links{gap:3rem}}@media(max-width:768px){.main-content{grid-template-columns:1fr;padding:3.5rem 1.5rem 3rem;gap:2.5rem}.header{padding:var(--space-md) var(--space-lg)}.logo-icon{width:36px;height:36px}.logo-wordmark{font-size:22px}.contact-link{font-size:16px}.hero{gap:24px}.hero-headline{font-size:clamp(42px,12vw,56px)}.hero-subheadline{font-size:19px;max-width:100%;line-height:1.5}.hero-alternative{font-size:15px}.signup-form{flex-direction:column;gap:12px}.signup-form input{width:100%;max-width:none;min-width:0;height:44px;padding:10px 14px;font-size:15px;box-sizing:border-box;-webkit-appearance:none;appearance:none;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff}.signup-form button{width:100%;height:40px;padding:8px 18px;font-size:14px;box-sizing:border-box;border-radius:8px}.screenshot-placeholder{border-radius:12px}.screenshot-blur-circle{display:none}.dashboard-mock{height:auto}.dashboard-sidebar{width:48px;padding:12px 8px}.logo-icon-small{width:28px;height:28px;border-radius:8px}.sidebar-icon{width:16px;height:16px}.nav-icon{width:32px;height:32px;border-radius:8px}.sidebar-nav{gap:2px}.dashboard-main{padding:1.25rem}.dashboard-greeting{margin-bottom:1.25rem}.dashboard-greeting h2{font-size:28px;margin-bottom:4px}.greeting-sub{font-size:14px}.dashboard-stats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:1.25rem}.stat-card{padding:1rem}.stat-label{font-size:11px}.stat-value{font-size:20px}.dashboard-activity h3{font-size:12px;margin-bottom:12px}.activity-item{padding:12px 0;gap:12px}.activity-dot{width:6px;height:6px}.activity-text{font-size:13px}.activity-meta{font-size:11px}.activity-amount{font-size:13px}.footer{padding:2.5rem 1.5rem}.footer-content{flex-direction:column;gap:2.5rem}.footer-philosophy{max-width:100%}.footer-philosophy h3{font-size:20px}.footer-philosophy p{font-size:14px}.footer-links{width:100%;justify-content:space-between;gap:2rem}}@media(max-width:400px){.main-content{padding:1.5rem 1rem 2rem}.header{padding:var(--space-md)}.hero-headline{font-size:32px}.hero-subheadline{font-size:16px}.dashboard-main{padding:1.25rem}.dashboard-greeting h2{font-size:24px}.stat-value{font-size:18px}.dashboard-stats{grid-template-columns:1fr}}
