@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #ffffff;--bg-gradient: none;--surface: #ffffff;--surface-hover: #fcfdfe;--surface-strong: #ffffff;--primary: #101510;--primary-glow: rgba(16, 21, 16, .02);--primary-gradient: none;--accent: #1f7c4b;--accent-light: #67C98C;--accent-glow: rgba(31, 124, 75, .05);--accent-gradient: none;--text: #101510;--text-muted: #5e685f;--text-dim: #acb6ae;--border: #e2e8e3;--border-hover: #b4c9b8;--border-accent: rgba(31, 124, 75, .15);--glass-blur: none;--shadow-soft: 0 4px 20px rgba(16, 21, 16, .02);--shadow-glow: none;--radius-2xl: 12px;--radius-xl: 10px;--radius-lg: 8px;--radius-md: 6px;--radius-sm: 4px;--shell-wide: min(1200px, calc(100vw - 48px) );--shell: min(900px, calc(100vw - 48px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;background-color:var(--bg)}body{margin:0;min-width:320px;background:var(--bg);color:var(--text);font-family:Outfit,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}.site-root{position:relative;min-height:100vh;background-color:var(--bg)}.shell,.shell--wide{width:var(--shell);margin:0 auto;position:relative;z-index:1}.shell--wide{width:var(--shell-wide)}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;background:#ffffffd9;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);transition:all .3s ease}.brand-lockup{display:inline-flex;align-items:center;gap:12px}.brand-lockup__mark{width:32px;height:32px;border-radius:8px}.brand-lockup__name{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.03em;color:var(--text)}.site-nav{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#f4f6f4;border-radius:var(--radius-2xl)}.site-nav__link{padding:6px 16px;border-radius:var(--radius-2xl);color:var(--text-muted);font-size:.85rem;font-weight:500;transition:all .18s cubic-bezier(.32,.72,0,1)}.site-nav__link:hover{color:var(--accent)}.site-nav__link--active{background:#fff;color:var(--accent);box-shadow:var(--shadow-soft)}.header-right{display:flex;align-items:center;gap:12px}.lang-switcher{background:transparent;border:1px solid var(--border);padding:6px 12px;border-radius:var(--radius-2xl);font-weight:600;font-size:.75rem;cursor:pointer;color:var(--text);transition:all .18s cubic-bezier(.32,.72,0,1)}.lang-switcher:hover{background:var(--surface-hover);border-color:var(--border-hover)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius-2xl);font-weight:500;font-size:.88rem;cursor:pointer;transition:all .18s cubic-bezier(.32,.72,0,1)}.button:active{transform:scale(.96)}.button--primary{background:linear-gradient(135deg,#1f7c4b,#2da763);color:#fff;border:none;box-shadow:0 2px 8px #1f7c4b26}.button--primary:hover{background:linear-gradient(135deg,#18623b,#22824c);box-shadow:0 4px 12px #1f7c4b40;transform:scale(1.02)}.button--secondary{background:#fff;border-color:var(--border);color:var(--text)}.button--secondary:hover{background:var(--surface-hover);border-color:var(--border-hover)}.hero{display:flex;flex-direction:column;gap:40px;align-items:center;text-align:center;padding:60px 0 40px}.hero__copy{display:flex;flex-direction:column;align-items:center}.eyebrow{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:14px}.hero__copy h1{margin:0 0 20px;font-size:clamp(2.4rem,5vw,3.6rem);line-height:1.1;letter-spacing:-.03em;font-weight:800;color:var(--text)}.hero__lede{font-size:1.1rem;color:var(--text-muted);line-height:1.5;margin:0 0 28px;max-width:55ch}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;justify-content:center}.chip-row__item{font-size:.75rem;font-weight:600;color:var(--text-muted);background:#f4f6f4;border:1px solid var(--border);padding:4px 12px;border-radius:var(--radius-2xl)}.hero__actions{display:flex;gap:12px;justify-content:center}.hero__visual{display:flex;justify-content:center;align-items:center;width:100%}.dashboard-mockup-frame{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-2xl);box-shadow:0 8px 30px #1015100a;overflow:hidden}.dashboard-mockup-frame__header{height:28px;background:#f4f6f4;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 12px;gap:6px}.dashboard-mockup-frame__dot{width:8px;height:8px;border-radius:50%;background:var(--text-dim)}.dashboard-mockup-frame img{width:100%;height:auto;display:block}.section-stack{padding:60px 0;border-top:1px solid var(--border)}.section-heading{text-align:center;margin-bottom:60px}.section-heading h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin:10px 0 16px;color:var(--text)}.section-heading p{font-size:1.05rem;color:var(--text-muted);max-width:60ch;margin:0 auto;line-height:1.5}.animated-benefits-section{padding:60px 0;border-top:1px solid var(--border)}.animated-benefits-grid{display:grid;grid-template-columns:1fr;gap:24px}.benefit-row-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-2xl);padding:24px;display:flex;flex-direction:column;gap:20px}.benefit-row-card__visual{height:180px;display:flex;align-items:center;justify-content:center;background:#fcfdfe;border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden;position:relative}.benefit-row-card__copy h3{font-size:1.2rem;font-weight:700;margin:0 0 10px;letter-spacing:-.01em}.benefit-row-card__copy p{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.benefit-widget{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:16px}.logging-container{width:100%;max-width:240px;min-height:56px;display:flex;align-items:center;justify-content:center}.logging-input-box{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:8px;width:100%;text-align:left}.logging-prompt-icon{width:16px;height:16px;color:var(--accent)}.logging-typed-text{font-size:.85rem;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logging-caret{display:inline-block;width:2px;height:1.1em;background:var(--accent);animation:cursor-blink .8s infinite}.logging-card-box{background:#fff;border:1px solid var(--border);border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:12px;width:100%;text-align:left;box-shadow:var(--shadow-soft)}.logging-card-icon-wrapper{width:32px;height:32px;border-radius:50%;background:#e8f7ee;display:flex;align-items:center;justify-content:center;color:var(--accent)}.logging-card-info{display:flex;flex-direction:column;flex-grow:1;gap:2px}.logging-card-title{font-size:.85rem;font-weight:600;color:var(--text)}.logging-card-sub{font-size:.72rem;color:var(--text-muted)}.logging-card-amount{font-size:.85rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.habit-container{width:100%;max-width:200px;display:flex;flex-direction:column;align-items:center;gap:14px}.habit-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;width:100%}.habit-cell{aspect-ratio:1;border-radius:6px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--accent);transition:all .2s ease}.habit-cell--checked{background:#e8f7ee;border-color:var(--accent-light)}.habit-checkmark{color:var(--accent)}.habit-badge{font-size:.75rem;font-weight:600;color:var(--accent);background:#e8f7ee;padding:4px 10px;border-radius:var(--radius-2xl);display:flex;align-items:center;gap:6px}.habit-badge-icon{width:12px;height:12px}.modern-chart-card{width:100%;max-width:280px;display:flex;flex-direction:column;gap:16px;margin:0 auto}.chart-svg-wrapper{position:relative;width:100%;height:110px;background:#fff;border-radius:var(--radius-xl);padding:8px;overflow:visible}.spending-chart-svg{width:100%;height:100%;overflow:visible}.chart-line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw-line 2.5s cubic-bezier(.32,.72,0,1) forwards}@keyframes draw-line{to{stroke-dashoffset:0}}.chart-area{opacity:0;animation:fade-in-chart 1.2s ease .6s forwards}@keyframes fade-in-chart{to{opacity:1}}.chart-pulse-dot{transform-origin:160px 30px;animation:pulse-ring 2s cubic-bezier(.215,.61,.355,1) infinite}@keyframes pulse-ring{0%{transform:scale(.6);opacity:1}to{transform:scale(1.6);opacity:0}}.chart-tooltip{position:absolute;top:10px;left:105px;background:#fff;border:1px solid var(--border);box-shadow:0 4px 12px #1015100a;border-radius:var(--radius-sm);padding:4px 8px;display:flex;align-items:center;gap:6px;pointer-events:none}.chart-tooltip-emoji{font-size:.85rem}.chart-tooltip-text{font-size:.72rem;font-weight:600;color:var(--text);white-space:nowrap}.chart-legend-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;width:100%}.chart-legend-item{display:flex;align-items:center;gap:8px;background:#f8faf8;border:1px solid var(--border);border-radius:var(--radius-lg);padding:6px 10px;transition:all .2s ease}.chart-legend-item:hover{border-color:var(--border-hover);background:#fff}.legend-emoji{font-size:1.15rem}.legend-info{display:flex;flex-direction:column;gap:1px;text-align:left}.legend-name{font-size:.7rem;font-weight:500;color:var(--text-muted)}.legend-amount{font-size:.75rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.legend-badge{margin-left:auto;font-size:.65rem;font-weight:700;color:var(--accent);background:#e8f7ee;padding:2px 5px;border-radius:var(--radius-sm)}.bento-grid{display:grid;grid-template-columns:1fr;gap:24px}.bento-item{position:relative;background:#f8faf8;border:1px solid var(--border);border-radius:var(--radius-2xl);padding:6px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.32,.72,0,1)}.bento-item:hover{transform:translateY(-2px);border-color:var(--border-hover)}.bento-item--span-2,.bento-item--span-3{grid-column:span 1}.bento-item__inner{background:#fff;border-radius:calc(var(--radius-2xl) - 4px);border:1px solid var(--border);padding:30px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2;box-shadow:var(--shadow-soft)}.bento-item__content{margin-bottom:24px}.bento-item h3{font-size:1.3rem;font-weight:700;margin:6px 0 8px;letter-spacing:-.01em;color:var(--text)}.bento-item p{color:var(--text-muted);line-height:1.5;font-size:.9rem;margin:0;max-width:52ch}.bento-item__visual{width:100%;display:flex;justify-content:center;align-items:center;margin-top:auto}.bento-item__visual img{width:100%;height:auto;max-height:240px;object-fit:contain;border-radius:var(--radius-lg);box-shadow:0 4px 15px #10151008}.ai-sim-widget{width:100%;max-width:440px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--shadow-soft)}.ai-sim-input-bubble{background:#f4f6f4;border-radius:var(--radius-lg);padding:12px 16px;display:flex;flex-direction:column;gap:4px;text-align:left}.ai-sim-input-label{font-size:.7rem;font-weight:600;text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em}.ai-sim-input-text{margin:0;font-size:.9rem;font-weight:500;color:var(--text)}.ai-sim-cursor{display:inline-block;width:2px;height:1.1em;background:var(--accent);margin-left:2px;animation:cursor-blink .8s infinite;vertical-align:middle}.ai-sim-indicator{display:flex;justify-content:flex-start;align-items:center}.ai-sim-status{font-size:.78rem;font-weight:600}.ai-sim-status--processing,.ai-sim-status--done{color:var(--accent)}.ai-sim-output-container{min-height:64px;display:flex;align-items:center}.ai-sim-card{width:100%;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:10px 14px;text-align:left;box-shadow:var(--shadow-soft)}.ai-sim-card__icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.ai-sim-card__details{display:flex;flex-direction:column;flex-grow:1;gap:2px}.ai-sim-card__merchant{font-size:.9rem;font-weight:600;color:var(--text)}.ai-sim-card__category{font-size:.75rem;color:var(--text-muted)}.ai-sim-card__amount{font-size:.9rem;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}.ai-sim-card-skeleton{width:100%;display:flex;align-items:center;gap:14px;padding:10px 14px}.ai-sim-skeleton-icon{width:36px;height:36px;border-radius:50%;background:#f4f6f4}.ai-sim-skeleton-details{display:flex;flex-direction:column;flex-grow:1;gap:6px}.ai-sim-skeleton-line{height:8px;border-radius:4px;background:#f4f6f4}.ai-sim-skeleton-line--long{width:50%}.ai-sim-skeleton-line--short{width:30%}.ai-sim-skeleton-amount{width:40px;height:12px;border-radius:4px;background:#f4f6f4}.ai-sim-latency-badge{font-size:.75rem;color:var(--text-muted);text-align:left;margin-top:-6px}.ai-sim-latency-badge strong{color:var(--accent)}.ai-sim-presets{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.ai-sim-preset-btn{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);font-size:.72rem;font-weight:500;padding:5px 10px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .18s cubic-bezier(.32,.72,0,1)}.ai-sim-preset-btn-icon{width:12px;height:12px}.ai-sim-preset-btn:hover{background:var(--surface-hover);border-color:var(--border-hover)}.ai-sim-preset-btn--active{background:var(--primary);border-color:var(--primary);color:#fff}.ai-sim-preset-btn--active .ai-sim-preset-btn-icon{color:#fff}.ai-sim-preset-btn--active:hover{background:#000;border-color:#000}.offline-flow{width:100%;max-width:320px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.offline-node{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:12px;width:96px;text-align:center;transition:all .3s cubic-bezier(.32,.72,0,1);box-shadow:var(--shadow-soft)}.offline-node--active{border-color:var(--accent);box-shadow:0 4px 15px var(--accent-glow)}.offline-node-icon-svg{width:24px;height:24px;color:var(--text-muted);margin:0 auto 4px}.offline-node--active .offline-node-icon-svg{color:var(--accent)}.offline-node__label{font-size:.75rem;font-weight:600;color:var(--text)}.offline-node__status{font-size:.65rem;color:var(--text-muted);margin-top:2px}.offline-node--active .offline-node__status{color:var(--accent);font-weight:600}.offline-arrow{flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:6px}.offline-arrow__dots{display:flex;gap:4px}.offline-arrow__dot{width:4px;height:4px;border-radius:50%;background:var(--text-dim)}.offline-flow--syncing .offline-arrow__dot{background:var(--accent);animation:dot-flow 1s infinite alternate}@keyframes dot-flow{0%{opacity:.3;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.offline-status-badge{font-size:.68rem;font-weight:600;color:var(--text-muted);background:#f4f6f4;border:1px solid var(--border);padding:3px 8px;border-radius:var(--radius-2xl);white-space:nowrap}.offline-flow--syncing .offline-status-badge{color:var(--accent);border-color:var(--border-accent);background:#e8f7ee}.showcase-section{padding:60px 0;border-top:1px solid var(--border)}.showcase-gallery{display:flex;flex-direction:column;gap:40px}.showcase-gallery__nav{display:flex;flex-direction:column;gap:16px}.showcase-gallery__tab{background:transparent;border:none;padding:20px;border-radius:var(--radius-2xl);text-align:left;cursor:pointer;width:100%;display:flex;flex-direction:column;gap:6px;position:relative;transition:all .25s cubic-bezier(.32,.72,0,1);border:1px solid transparent}.showcase-gallery__tab:hover{background:var(--surface-hover);border-color:var(--border)}.showcase-gallery__tab--active{background:#fff;border-color:var(--border);box-shadow:var(--shadow-soft)}.showcase-gallery__tab-content h4{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-muted);transition:color .2s ease}.showcase-gallery__tab--active .showcase-gallery__tab-content h4{color:var(--text)}.showcase-gallery__tab-content p{margin:6px 0 0;font-size:.88rem;color:var(--text-muted);line-height:1.4}.showcase-gallery__tab-progress-bg{position:absolute;bottom:0;left:20px;right:20px;height:2px;background:#f4f6f4;border-radius:99px;overflow:hidden}.showcase-gallery__tab-progress-bar{height:100%;background:var(--accent);width:0;border-radius:99px}.showcase-gallery__visual{display:flex;justify-content:center;align-items:center;position:relative;min-height:480px}.showcase-gallery__image-container{position:relative;width:100%;max-width:440px;height:440px;display:flex;align-items:center;justify-content:center}.showcase-gallery__img{position:absolute;width:auto;max-height:420px;border-radius:20px;box-shadow:#10151014 0 8px 30px;opacity:0;transform:scale(.95) translateY(10px);transition:all .6s cubic-bezier(.32,.72,0,1);pointer-events:none}.showcase-gallery__img--active{opacity:1;transform:scale(1) translateY(0);pointer-events:auto;z-index:5}.checklist-section{padding:60px 0;border-top:1px solid var(--border)}.checklist-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:40px}.checklist-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:24px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;text-align:left;box-shadow:var(--shadow-soft);transition:all .2s ease}.checklist-item:hover{border-color:var(--border-hover)}.checklist-icon-svg{width:24px;height:24px;color:var(--accent)}.checklist-item span{font-size:.95rem;font-weight:600;color:var(--text)}.legal-page{padding:140px 0 100px;background:#fff}.legal-header{margin-bottom:60px}.legal-header h1{font-size:2.8rem;font-weight:800;letter-spacing:-.03em;margin-bottom:20px}.legal-intro{font-size:1.15rem;color:var(--text-muted);line-height:1.6;max-width:65ch}.legal-content{display:flex;flex-direction:column;gap:40px;max-width:65ch}.legal-section h2{font-size:1.4rem;font-weight:700;margin-bottom:16px;letter-spacing:-.01em}.legal-section p{font-size:.98rem;color:var(--text-muted);line-height:1.6;margin:0;white-space:pre-wrap}.support-strip{background:#f4f6f4;border:1px solid var(--border);border-radius:var(--radius-2xl);padding:30px;display:flex;justify-content:space-between;align-items:center;gap:30px;margin:80px 0}.support-strip__info h3{margin:0 0 8px;font-size:1.35rem;font-weight:700}.support-strip__info p{margin:0;color:var(--text-muted);font-size:.95rem}.site-footer{padding:80px 0 40px;border-top:1px solid var(--border);background:#fff}.footer-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:64px;margin-bottom:60px}.footer-brand{display:flex;flex-direction:column;gap:28px;align-items:flex-start}.qr-container{display:flex;align-items:center;gap:14px;background:#f4f6f4;border:1px solid var(--border);padding:12px 16px;border-radius:var(--radius-xl)}.qr-image{width:64px;height:64px;border-radius:6px}.qr-container p{margin:0;font-size:.78rem;font-weight:600;color:var(--text-muted);max-width:12ch;line-height:1.3}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column h4{margin:0 0 4px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text)}.footer-column a{font-size:.88rem;color:var(--text-muted);transition:color .15s ease}.footer-column a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);padding-top:30px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{margin:0;font-size:.82rem;color:var(--text-dim)}.fab-button{position:fixed;bottom:30px;right:30px;background:linear-gradient(135deg,#1f7c4b,#2da763);color:#fff;font-size:.95rem;font-weight:700;padding:14px 28px;border-radius:999px;box-shadow:0 6px 20px #1f7c4b4d;z-index:90;display:inline-flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.32,.72,0,1);animation:fab-glow-pulse 2s infinite}@keyframes fab-glow-pulse{0%{box-shadow:0 6px 20px #1f7c4b4d,0 0 #1f7c4b66}70%{box-shadow:0 6px 20px #1f7c4b4d,0 0 0 10px #1f7c4b00}to{box-shadow:0 6px 20px #1f7c4b4d,0 0 #1f7c4b00}}.fab-button:hover{background:linear-gradient(135deg,#18623b,#22824c);transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #1f7c4b66}.auth-route{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:80px 0;background:var(--bg)}.auth-shell{display:flex;align-items:center;justify-content:center;width:100%}.auth-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-2xl);padding:40px;width:100%;max-width:480px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;text-align:center}.auth-pill{display:inline-block;padding:4px 12px;border-radius:var(--radius-sm);background:#e8f7ee;color:var(--accent);font-size:.75rem;font-weight:600;margin-bottom:20px;letter-spacing:.05em;text-transform:uppercase}.auth-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0 0 12px;line-height:1.25}.auth-copy{font-size:.95rem;color:var(--text-muted);line-height:1.5;margin:0 0 28px}.auth-actions{display:flex;gap:12px;justify-content:center;align-items:center;width:100%;margin-top:10px}.auth-form{width:100%;display:flex;flex-direction:column;gap:16px;text-align:left;margin-bottom:24px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field span{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.auth-field input{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-xl);font-size:.95rem;background:#fff;color:var(--text);transition:all .18s ease}.auth-field input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.auth-field__hint{font-size:.8rem;color:var(--text-muted);margin:-4px 0 12px}.auth-submit{width:100%;padding:12px 24px;font-size:.95rem;font-weight:700}.auth-spinner{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:auth-spin .8s linear infinite;margin:0 auto 20px}@keyframes auth-spin{to{transform:rotate(360deg)}}.fade-up{opacity:0;transform:translateY(16px);animation:fade-up-in .8s cubic-bezier(.16,1,.3,1) forwards}@keyframes fade-up-in{to{opacity:1;transform:translateY(0)}}.fade-in{opacity:0;animation:fade-in-act .4s ease forwards}@keyframes fade-in-act{to{opacity:1}}@keyframes reveal-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.reveal-on-scroll{opacity:1}@supports (animation-timeline: view()){.reveal-on-scroll{opacity:0;view-timeline-name:--section-timeline;view-timeline-axis:block;animation-name:reveal-fade-up;animation-fill-mode:both;animation-timeline:--section-timeline;animation-range:entry 10% cover 40%}}@media (min-width: 768px){.site-header{padding:14px 0}.site-nav{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#f4f6f4;border-radius:var(--radius-2xl)}.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-item--span-2,.bento-item--span-3{grid-column:span 2}.checklist-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1.5fr;gap:48px}.footer-links{grid-template-columns:repeat(3,1fr)}.support-strip{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}@media (min-width: 1024px){.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;text-align:left;padding:120px 0 80px}.hero__copy{align-items:flex-start}.chip-row,.hero__actions{justify-content:flex-start}.section-stack,.animated-benefits-section,.showcase-section,.checklist-section{padding:120px 0}.animated-benefits-grid{grid-template-columns:repeat(3,1fr);gap:32px}.bento-grid{grid-template-columns:repeat(3,1fr)}.bento-item--span-3{grid-column:span 3}.showcase-gallery{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.checklist-grid{grid-template-columns:repeat(4,1fr)}}
