@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary:#0f172a;--primary-light:#1e293b;--primary-dark:#020617;--accent:#475569;--bg-main:#f8fafc;--surface:#fff;--surface-alt:#f1f5f9;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--text-inverse:#fff;--text-inverse-muted:#94a3b8;--success:#16a34a;--success-bg:#dcfce7;--warning:#d97706;--warning-bg:#fffbeb;--danger:#7f1d1d;--danger-bg:#fff5f5;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:5rem;--radius-md:.75rem;--radius-lg:1.5rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4{color:var(--text-primary);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}.container{max-width:1200px;padding:0 var(--space-xl);margin:0 auto}.btn-primary{background-color:var(--primary);color:var(--text-inverse);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background-color:var(--surface-alt);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background-color:var(--border)}.glass-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);background:#1e293bb3;border:1px solid #ffffff1a}.app-container{flex-direction:column;min-height:100vh;display:flex}.announcement-bar{background-color:var(--primary);color:var(--text-inverse);text-align:center;padding:10px var(--space-xl);justify-content:center;align-items:center;gap:var(--space-sm);z-index:101;font-size:.875rem;font-weight:500;display:flex;position:relative}.announcement-dot{background:#4ade80;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 0 3px #4ade8040}.announcement-link{color:#4ade80;margin-left:var(--space-xs);white-space:nowrap;font-weight:600;transition:opacity .2s}.announcement-link:hover{opacity:.8}.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#f8fafce6;border-bottom:1px solid #0000;transition:border-color .2s,box-shadow .2s;position:sticky;top:0}.site-header--scrolled{border-bottom-color:var(--border);box-shadow:0 1px 12px #0f172a0f}.nav-header{padding:1rem var(--space-xl);justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:var(--space-sm);letter-spacing:-.01em;font-size:1.125rem;font-weight:700;display:flex}.logo-img{border-radius:8px;width:32px;height:32px}.nav-links{align-items:center;gap:var(--space-xl);display:flex}.nav-link{color:var(--text-secondary);font-size:.9375rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.btn-login{background-color:var(--primary);color:var(--text-inverse);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-login:hover{background-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.hamburger{cursor:pointer;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;transition:background .2s;display:none}.hamburger:hover{background:var(--surface-alt)}.hamburger span{background:var(--primary);transform-origin:50%;border-radius:2px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-drawer{background:var(--surface);z-index:200;width:min(320px,85vw);padding:5rem var(--space-xl) var(--space-xl);flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #0f172a1f}.mobile-drawer--open{transform:translate(0)}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:199;background:#0f172a66;animation:.25s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-nav{gap:var(--space-xs);flex-direction:column;display:flex}.mobile-nav-link{color:var(--text-primary);padding:var(--space-md) 0;border-bottom:1px solid var(--border);font-size:1.25rem;font-weight:600;transition:color .2s;display:block}.mobile-nav-link:hover{color:var(--accent)}.mobile-nav-divider{height:var(--space-lg)}.mobile-login{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:1rem;text-decoration:none;display:inline-flex}.animate-fade-up{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translateY(60px)}.animate-fade-left{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translate(-50px)}.animate-fade-right{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transform:translate(60px)}.animate-fade-up.in-view,.animate-fade-left.in-view,.animate-fade-right.in-view{opacity:1;transform:translate(0)}.stagger-1{transition-delay:50ms}.stagger-2{transition-delay:.18s}.stagger-3{transition-delay:.31s}.stagger-4{transition-delay:.44s}.hero-section{background-color:var(--bg-main);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.hero-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle at 60% 40%,#6366f11a 0%,#a855f70d 40%,#0000 70%);width:900px;height:900px;animation:8s ease-in-out infinite alternate aurora;position:absolute;top:-250px;right:-150px}@keyframes aurora{0%{opacity:.8;transform:scale(1)translate(0)}50%{opacity:1;transform:scale(1.1)translate(-30px,20px)}to{opacity:.7;transform:scale(.95)translate(20px,-20px)}}.hero-badge{color:var(--primary);margin-bottom:var(--space-md);background:linear-gradient(135deg,#6366f114,#a855f70f);border:1px solid #6366f133;border-radius:20px;align-items:center;gap:8px;padding:6px 16px 6px 10px;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 0 0 3px #6366f10d}.hero-badge:before{content:"";background:#6366f1;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite badgePulse;box-shadow:0 0 0 3px #6366f133}@keyframes badgePulse{0%,to{box-shadow:0 0 0 3px #6366f133}50%{box-shadow:0 0 0 5px #6366f11a}}.hero-grid{z-index:1;gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.hero-content{max-width:560px}.hero-title{margin-bottom:var(--space-md);background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);margin-bottom:var(--space-2xl);font-size:1.25rem;line-height:1.6}.cta-group{gap:var(--space-md);margin-bottom:var(--space-2xl);display:flex}.center-cta{justify-content:center}.feature-list{gap:var(--space-md);flex-direction:column;list-style:none;display:flex}.feature-item{align-items:center;gap:var(--space-md);color:var(--primary-light);font-weight:600;display:flex}.feature-icon{color:var(--success);background:var(--success-bg);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.feature-icon svg{width:13px;height:13px}.features-bento{padding:var(--space-3xl) 0 calc(var(--space-3xl) + 2rem);background-color:#0a0f1c;position:relative;overflow:hidden}.features-bento .container{z-index:1;position:relative}.features-bento .section-header h2{color:#fff;letter-spacing:-.025em;font-weight:600}.features-bento .section-subtitle{color:#ffffff80;font-size:1.125rem}.section-header{margin-bottom:var(--space-3xl);max-width:700px;margin-left:auto;margin-right:auto}.text-center{text-align:center}.section-header h2{margin-bottom:var(--space-md)}.section-subtitle{color:var(--text-secondary);font-size:1.25rem;line-height:1.6}.bento-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;display:grid}.bento-box{padding:var(--space-xl);background:#111827;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s,background-color .3s;display:flex;position:relative;overflow:hidden}.bento-box:hover{background:#1a2235;border-color:#ffffff24;transform:translateY(-4px)}.bento-icon{margin-bottom:var(--space-lg);color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .3s,border-color .3s;display:flex}.bento-icon svg{width:22px;height:22px}.bento-box:hover .bento-icon{background:#ffffff1a;border-color:#ffffff24}.bento-content{z-index:2;position:relative}.bento-box h3{margin-bottom:var(--space-sm);letter-spacing:-.015em;font-size:1.25rem;font-weight:600}.bento-box p{font-size:.9375rem;line-height:1.55}.bento-large{padding:var(--space-xl);background:#fff;border-color:#00000014;flex-direction:row;grid-area:span 2/span 2;justify-content:flex-start;align-items:center;gap:0;overflow:hidden}.bento-large:hover{background:#f8fafc;border-color:#0000001f}.bento-large .bento-content{z-index:2;flex-shrink:0;max-width:48%;position:relative}.bento-large h3{color:#0f172a;margin-bottom:var(--space-sm);-webkit-text-fill-color:#0f172a;background:0 0;font-size:1.5rem}.bento-large p{color:#64748b;-webkit-text-fill-color:#64748b}.bento-large .bento-feature-list li{color:#475569;-webkit-text-fill-color:#475569}.bento-medium{padding:var(--space-xl);background:#fff;border-color:#00000014;flex-direction:column;grid-area:span 2/span 1;gap:0;padding-bottom:0;display:flex;overflow:hidden}.bento-medium:hover{background:#fff;border-color:#00000014;transform:none}.bento-medium .bento-content{z-index:2;flex-shrink:0;width:100%;position:relative}.bento-medium h3{color:#0f172a;margin-bottom:6px;font-size:1.2rem}.bento-medium p{color:#64748b;font-size:.9rem;line-height:1.5}.bento-wide{background:#fff;border-color:#00000014;flex-direction:row;grid-area:span 1/span 3;justify-content:space-between;align-items:center;display:flex}.bento-wide:hover{background:#f8fafc;border-color:#0000001f}.bento-wide h3{color:#0f172a}.bento-wide p{color:#64748b}.bento-wide .bento-icon{color:#0f172a;background:#0f172a0f;border-color:#0f172a1a}.invoice-visual{flex-shrink:0;align-items:center;gap:48px;display:flex}.invoice-stat-value{color:#0f172a;letter-spacing:-.03em;margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1}.invoice-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:500}.bento-wide .bento-content{max-width:45%}.invoice-showcase{background:#e2e8f0;border-radius:0 20px 20px 0;flex-shrink:0;justify-content:flex-end;align-self:stretch;align-items:flex-end;width:55%;margin:-32px -32px -32px 0;display:flex;overflow:hidden}.iv-screen{background:#f8fafc;border:none;border-top:1px solid #cbd5e1;border-left:1px solid #cbd5e1;border-radius:14px 0 0;flex-direction:column;width:80%;height:92%;font-family:inherit;display:flex;overflow:hidden;box-shadow:-6px -6px 30px #0f172a26;container:iv/inline-size}.iv-header{background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.iv-title{color:#0f172a;font-size:.85rem;font-weight:500}.iv-header-icon{color:#0f172a;width:14px;height:14px}.iv-filters{background:#f8fafc;flex-wrap:wrap;flex-shrink:0;gap:5px;padding:8px 14px;display:flex}.iv-chip{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:3px 8px;font-size:.5rem;font-weight:500}.iv-chip-active{color:#fff;background:#0f172a;border-color:#0f172a}.iv-content{flex:1;padding:0 12px;overflow:hidden}.iv-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px;padding:10px}.iv-card-header{justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:10px;display:flex}.iv-card-header-flush{margin-bottom:0}.iv-user{align-items:center;gap:8px;min-width:0;display:flex}.iv-avatar{color:#475569;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.42rem;font-weight:500;display:flex}.iv-name{color:#0f172a;white-space:nowrap;margin-bottom:2px;font-size:.62rem;font-weight:500}.iv-sub{color:#64748b;white-space:nowrap;font-size:.48rem}.iv-price-info{text-align:right;flex-shrink:0}.iv-price-black{color:#0f172a;white-space:nowrap;font-size:.68rem;font-weight:500}.iv-price-green{color:#059669;white-space:nowrap;margin-bottom:3px;font-size:.68rem;font-weight:500}.iv-status-badge{color:#059669;white-space:nowrap;background:#ecfdf5;border-radius:5px;align-items:center;gap:3px;padding:2px 5px;font-size:.45rem;font-weight:500;display:inline-flex}.iv-draft-banner{color:#334155;background:#f1f5f9;border-radius:6px;align-items:center;gap:6px;margin-bottom:8px;padding:6px 8px;font-size:.5rem;font-weight:400;display:flex}.iv-draft-banner svg{color:#475569;flex-shrink:0}.iv-primary-btn{color:#fff;text-align:center;white-space:nowrap;cursor:pointer;z-index:0;background:#0f172a;border-radius:8px;width:100%;padding:7px;font-size:.55rem;font-weight:500;position:relative}.iv-primary-btn:before{content:"";background:conic-gradient(from var(--iv-btn-angle,0deg), #a855f7, #6366f1, #3b82f6, #06b6d4, #10b981, #a855f7);z-index:-1;border-radius:9px;animation:2.5s linear infinite iv-btn-spin;position:absolute;inset:-1.5px}.iv-primary-btn:after{content:"";z-index:-1;background:#0f172a;border-radius:7.5px;position:absolute;inset:1px}@property --iv-btn-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes iv-btn-spin{to{--iv-btn-angle:360deg}}.iv-screen--detail{flex-direction:column;display:flex;overflow:hidden}.iv-detail-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 10px 7px;display:flex}.iv-detail-header-left{align-items:center;gap:6px;display:flex}.iv-detail-icon-btn{color:#0f172a;cursor:pointer;flex-shrink:0;width:14px;height:14px}.iv-detail-title{color:#0f172a;font-size:.65rem;font-weight:500}.iv-detail-body{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.iv-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.iv-detail-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.iv-detail-inv-num{color:#0f172a;font-size:.65rem;font-weight:500}.iv-detail-inv-sub{color:#64748b;margin-top:2px;font-size:.55rem}.iv-detail-badge{color:#475569;background:#f1f5f9;border-radius:99px;padding:2px 6px;font-size:.5rem;font-weight:500}.iv-detail-divider{background:#f1f5f9;height:1px;margin:8px 0}.iv-detail-total-section{text-align:center;padding:4px 0}.iv-detail-total-label{color:#64748b;margin-bottom:3px;font-size:.5rem}.iv-detail-total-amount{color:#0f172a;letter-spacing:-.02em;font-size:1.3rem;font-weight:700;line-height:1}.iv-detail-summary{flex-direction:column;gap:5px;display:flex}.iv-detail-row{justify-content:space-between;font-size:.52rem;display:flex}.iv-detail-row--mt{margin-top:3px}.iv-detail-row-label{color:#64748b}.iv-detail-row-value{color:#0f172a;font-weight:500}.iv-detail-primary-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:5px;width:100%;padding:7px;font-size:.55rem;font-weight:500;display:flex}.iv-detail-actions{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;overflow:hidden}.iv-detail-action{color:#64748b;border-right:1px solid #e2e8f0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:7px 0;font-size:.45rem;display:flex}.iv-detail-action:last-child{border-right:none}.iv-detail-action svg{color:#475569}.followup-showcase{background:#e2e8f0;border-radius:0 20px 20px 0;flex-shrink:0;justify-content:flex-end;align-self:stretch;align-items:flex-end;width:55%;margin:-32px -32px -32px 0;display:flex;position:relative;overflow:hidden}.fu-screen{background:#f8fafc;border:none;border-top:1px solid #cbd5e1;border-left:1px solid #cbd5e1;border-radius:14px 0 0;flex-direction:column;width:80%;height:92%;font-family:inherit;display:flex;overflow:hidden;box-shadow:-6px -6px 30px #0f172a26;container:fu/inline-size}.fu-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.fu-header-left{align-items:center;gap:8px;display:flex}.fu-icon-btn{color:#0f172a;width:12px;height:12px}.fu-title{color:#0f172a;font-size:.7rem;font-weight:500}.fu-content{flex:1;padding:12px 12px 0;overflow:hidden}.fu-section-row{align-items:center;margin-bottom:12px;display:flex}.fu-section-dot{background:#c2185b;border-radius:50%;width:4px;height:4px;margin-right:6px}.fu-section-title{color:#c2185b;letter-spacing:.05em;flex:1;font-size:.5rem;font-weight:700}.fu-section-count{color:#94a3b8;font-size:.55rem;font-weight:500}.fu-timeline{flex-direction:column;display:flex}.fu-tl-item{display:flex;position:relative}.fu-tl-item:not(:last-child):after{content:"";z-index:1;background:#e2e8f0;width:1px;position:absolute;top:14px;bottom:-4px;left:5px}.fu-tl-indicator{z-index:2;flex-direction:column;flex-shrink:0;align-items:center;width:11px;margin-top:4px;margin-right:10px;display:flex;position:relative}.fu-dot{background:#c2185b;border-radius:50%;width:8px;height:8px}.fu-dot-halo{box-shadow:0 0 0 3px #fce4ec}.fu-dot-green{background:#059669}.fu-tl-content{flex:1;min-width:0;padding-bottom:14px}.fu-tl-content-last{padding-bottom:0}.fu-tl-header{align-items:center;gap:6px;margin-bottom:3px;display:flex}.fu-tl-icon{color:#64748b;flex-shrink:0;width:10px;height:10px}.fu-tl-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.55rem;font-weight:600;overflow:hidden}.fu-pill{letter-spacing:.04em;white-space:nowrap;border-radius:99px;padding:2px 5px;font-size:.4rem;font-weight:700}.fu-pill-overdue{color:#c2185b;background:#fce4ec}.fu-pill-completed{color:#059669;background:#ecfdf5}.fu-tl-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.45rem;line-height:1.4;overflow:hidden}.fu-phone-notif{-webkit-backdrop-filter:blur(10px);z-index:5;opacity:0;background:#f8fafceb;border:1px solid #0f172a14;border-radius:12px;align-items:center;gap:8px;padding:8px 10px;transition:transform .5s cubic-bezier(.16,1,.3,1),opacity .4s;display:flex;position:absolute;top:14px;left:14px;right:14px;transform:translateY(-130%);box-shadow:0 8px 20px #0f172a1f}.bento-wide-followup:hover .fu-phone-notif{opacity:1;transform:translateY(0)}.fu-phone-notif-icon{color:#fff;background:#0f172a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.fu-phone-notif-body{flex:1;min-width:0}.fu-phone-notif-app{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1px;font-size:.42rem;font-weight:700}.fu-phone-notif-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:1px;font-size:.55rem;font-weight:600;overflow:hidden}.fu-phone-notif-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.48rem;overflow:hidden}.fu-phone-notif-time{color:#94a3b8;flex-shrink:0;align-self:flex-start;margin-top:2px;font-size:.42rem}@container fu (width>=320px){.fu-title{font-size:1rem}.fu-icon-btn{width:18px;height:18px}.fu-section-title,.fu-section-count{font-size:.7rem}.fu-tl-title{font-size:.85rem}.fu-tl-sub{font-size:.7rem}.fu-pill{padding:3px 8px;font-size:.6rem}.fu-tl-icon{width:14px;height:14px}.fu-dot{width:10px;height:10px}.fu-tl-content{padding-bottom:18px}.fu-header{padding:14px 18px}.fu-content{padding:18px 18px 0}}@container iv (width>=320px){.iv-title{font-size:1rem}.iv-name{font-size:.85rem}.iv-sub{font-size:.7rem}.iv-price-black,.iv-price-green{font-size:.95rem}.iv-status-badge{padding:3px 7px;font-size:.65rem}.iv-avatar{width:36px;height:36px;font-size:.6rem}.iv-chip{padding:5px 12px;font-size:.7rem}.iv-primary-btn{padding:10px;font-size:.8rem}.iv-card{margin-bottom:12px;padding:14px}.iv-header{padding:16px 18px 12px}.iv-filters{gap:8px;padding:12px 18px}.iv-content{padding:0 18px}.iv-draft-banner{padding:10px;font-size:.7rem}}.bento-wide-followup .bento-icon{color:#0f172a;background:#0f172a0f;border-color:#0f172a1a}.bento-wide-followup:hover,.bento-wide-invoice:hover{transform:none}.bento-visual{justify-content:center;align-items:center;width:40%;display:flex;position:absolute;top:0;bottom:0;right:0}.bento-medium .bento-visual{width:100%;min-height:0;margin-top:var(--space-lg);flex:1;justify-content:center;align-items:flex-end;display:flex;position:relative;inset:auto;overflow:visible}.voice-showcase{pointer-events:none;flex:1;justify-content:center;align-self:stretch;align-items:flex-end;gap:10px;margin:-32px -32px -32px 16px;padding:0 8px;display:flex;overflow:hidden}.ui-phone{background:#fff;border:1px solid #0f172a14;border-radius:16px 16px 0 0;flex-direction:column;flex-shrink:0;font-family:inherit;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.ui-phone-back{z-index:1;align-self:flex-end;gap:6px;width:145px;height:80%;padding:10px 9px;box-shadow:-4px 0 24px #0f172a1a,0 16px 40px #0f172a1a}.ui-phone-front{z-index:2;align-self:flex-end;gap:7px;width:185px;height:112%;padding:10px 9px;overflow:hidden;box-shadow:-8px 0 40px #0f172a29,0 24px 60px #0f172a2e}.bento-large:hover .ui-phone-back{transform:translateY(-6px)}.bento-large:hover .ui-phone-front{transform:translateY(-10px)}.ui-phone-bar{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:2px;padding-bottom:8px;font-size:.7rem;font-weight:600}.ui-back{color:#475569}.ui-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:5px;padding:8px 10px;display:flex}.ui-row{justify-content:space-between;align-items:center;font-size:.6rem;display:flex}.ui-label{color:#94a3b8}.ui-value{color:#0f172a;white-space:nowrap;text-overflow:clip;max-width:68px;font-weight:500;overflow:hidden}.ui-badge{color:#64748b;background:#f1f5f9;border-radius:6px;padding:2px 6px;font-size:.55rem;font-weight:600}.ui-section-title{color:#0f172a;margin-bottom:2px;font-size:.65rem;font-weight:700}.ui-muted{color:#94a3b8;font-size:.55rem;font-style:italic}.ui-divider{background:#f1f5f9;height:1px;margin:2px 0}.ui-btn-ghost{color:#475569;text-align:center;white-space:nowrap;background:#f1f5f9;border-radius:20px;justify-content:center;align-items:center;gap:4px;margin-top:4px;padding:5px 10px;font-size:.6rem;font-weight:500;display:flex}.ui-btn-stop{color:#fff;white-space:nowrap;background:#c2185b;border-radius:20px;justify-content:center;align-items:center;gap:6px;margin-top:4px;padding:7px 10px;font-size:.6rem;font-weight:600;display:flex}.ui-stop-icon{background:#fff;border-radius:2px;flex-shrink:0;width:8px;height:8px}.ui-photos-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ui-photo-icons{gap:4px;display:flex}.ui-photo-icon-btn{background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ui-btn-dark{color:#fff;white-space:nowrap;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:2px;padding:7px 10px;font-size:.6rem;font-weight:600;display:flex}.ui-btn-transcribing{color:#fff;white-space:nowrap;background:#475569;border-radius:8px;justify-content:center;align-items:center;gap:6px;margin-top:2px;padding:7px 10px;font-size:.6rem;font-weight:600;display:flex}.ui-btn-transcribing svg{flex-shrink:0;animation:1s linear infinite spin}.ui-voice-bubble{background:#f1f5f9;border-radius:8px;margin-bottom:4px;padding:6px 8px}.ui-voice-timestamp{color:#94a3b8;margin-bottom:3px;font-size:.5rem}.ui-voice-text{color:#334155;font-size:.58rem;line-height:1.45}.ui-extracted-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:3px 0;display:flex}.ui-extracted-row:last-child{border-bottom:none}.ui-extracted-label{color:#64748b;font-size:.58rem;font-weight:500}.ui-extracted-value{color:#0f172a;font-size:.6rem;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@keyframes floatChip{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.bento-icon-light{color:#0f172a;background:#0f172a0f;border-color:#0f172a1a}.bento-tag{color:#a5b4fc;letter-spacing:.03em;text-transform:uppercase;background:#6366f126;border:1px solid #6366f14d;border-radius:10px;align-items:center;margin-bottom:12px;padding:4px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.bento-tag-light{color:#6366f1;background:#6366f114;border-color:#6366f133}.bento-feature-list{flex-direction:column;gap:10px;margin:20px 0 0;padding:0;list-style:none;display:flex}.bento-feature-list li{color:#475569;align-items:center;gap:10px;font-size:.875rem;font-weight:500;display:flex}.bfl-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.bfl-dot-indigo{background:#818cf8;box-shadow:0 0 0 3px #818cf833}.bfl-dot-green{background:#4ade80;box-shadow:0 0 0 3px #4ade8033}.bfl-dot-amber{background:#fbbf24;box-shadow:0 0 0 3px #fbbf2433}.mini-stat{padding-top:var(--space-lg);margin-top:auto}.mini-stat-value{color:#0f172a;letter-spacing:-.03em;margin-bottom:4px;font-size:2rem;font-weight:700;line-height:1}.mini-stat-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.medium-screenshot-wrap{background:#e2e8f0;border-radius:16px 16px 0 0;flex:1;align-items:flex-end;width:calc(100% + 64px);margin:20px -32px -32px;display:flex;position:relative;overflow:hidden}.medium-slide-track{align-items:flex-end;width:100%;height:100%;display:flex}.medium-slide-panel{flex:1;align-items:flex-end;min-width:0;height:100%;transition:flex .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.medium-slide-panel:first-child{justify-content:flex-start}.medium-slide-panel:nth-child(2){justify-content:flex-end}.medium-slide-track:has(.medium-slide-panel:first-child:hover) .medium-slide-panel:first-child{flex:100%}.medium-slide-track:has(.medium-slide-panel:first-child:hover) .medium-slide-panel:nth-child(2){flex:0 0 0}.medium-slide-track:has(.medium-slide-panel:nth-child(2):hover) .medium-slide-panel:nth-child(2){flex:100%}.medium-slide-track:has(.medium-slide-panel:nth-child(2):hover) .medium-slide-panel:first-child{flex:0 0 0}.ui-phone-medium{background:#fff;border-top:1px solid #0f172a12;flex-direction:column;gap:8px;width:100%;height:100%;padding:14px 16px;font-family:inherit;display:flex;overflow:hidden}.ui-quote-header{justify-content:space-between;align-items:center;display:flex}.ui-timestamp{color:#64748b;font-size:.58rem}.ui-note-text{color:#1e293b;font-size:.6rem;line-height:1.5}.ui-copy-btn{color:#0f172a;white-space:nowrap;border:1px solid #0f172a;border-radius:99px;align-self:flex-end;align-items:center;gap:4px;padding:4px 10px;font-size:.55rem;font-weight:500;display:flex}.ui-input-group{border-bottom:1px solid #f1f5f9;flex-direction:column;gap:4px;padding-bottom:8px;display:flex}.ui-input-label{color:#1e293b;align-items:center;gap:5px;font-size:.6rem;font-weight:500;display:flex}.ui-sublabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.5rem;font-weight:700}.ui-input-field{background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;padding:6px 10px;display:flex;position:relative}.ui-input-prefix{color:#0f172a;font-size:.65rem;font-weight:500}.ui-input-val{color:#0f172a;font-size:.7rem;font-weight:400}.ui-input-suffix{color:#64748b;font-size:.58rem}.ui-settings-hint{color:#1e293b;font-size:.52rem}.ui-apply-btn{color:#fff;text-align:center;background:#0f172a;border-radius:8px;padding:6px 10px;font-size:.6rem;font-weight:500}.q1-header{flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.q1-timestamp{color:#64748b;font-size:.52rem}.q1-note{color:#1e293b;flex-shrink:0;font-size:.52rem;line-height:1.5}.q1-copy-btn{color:#0f172a;white-space:nowrap;border:1px solid #0f172a;border-radius:99px;flex-shrink:0;align-self:flex-end;align-items:center;gap:4px;padding:3px 8px;font-size:.48rem;font-weight:500;display:flex}.q1-group{border-bottom:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;gap:4px;padding-bottom:8px;display:flex}.q1-label-row{color:#1e293b;flex-shrink:0;align-items:center;gap:5px;font-size:.54rem;font-weight:500;display:flex}.q1-sublabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.44rem;font-weight:700}.q1-input-field{background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:space-between;align-items:center;padding:5px 8px;display:flex}.q1-input-prefix{color:#0f172a;font-size:.6rem;font-weight:500}.q1-input-val{color:#0f172a;font-size:.6rem}.q1-input-suffix{color:#64748b;font-size:.52rem}.q1-hint{color:#1e293b;font-size:.46rem}.q1-apply-btn{color:#fff;text-align:center;background:#0f172a;border-radius:8px;width:100%;padding:6px;font-size:.54rem;font-weight:500}.qs-screen{background:#f8fafc;border-top:1px solid #cbd5e1;border-bottom:none;border-left:none;border-right:1px solid #cbd5e1;border-radius:0 14px 0 0;flex-direction:column;width:100%;height:95%;font-family:inherit;display:flex;overflow:hidden;box-shadow:6px -6px 30px #0f172a26;container:qs/inline-size}@container qs (width>=320px){.qs-title{font-size:1rem}.qs-name{font-size:.85rem}.qs-sub{font-size:.7rem}.qs-price{font-size:.95rem}.qs-badge{padding:3px 7px;font-size:.65rem}.qs-avatar{width:36px;height:36px;font-size:.6rem}.qs-chip{padding:5px 12px;font-size:.7rem}.qs-invoice-btn{padding:10px;font-size:.8rem}.qs-card{margin:0 14px 12px;padding:14px}.qs-header{padding:16px 18px 12px}.qs-filters{gap:8px;padding:12px 18px}}.qd-screen{background:#f8fafc;border:none;border-top:1px solid #cbd5e1;border-left:1px solid #cbd5e1;border-radius:14px 0 0;flex-direction:column;width:100%;height:95%;font-family:inherit;display:flex;overflow:hidden;box-shadow:-6px -6px 30px #0f172a26;container:qd/inline-size}@container qd (width>=320px){.qd-title{font-size:1rem}.qd-total-amount{margin-bottom:14px;font-size:1.6rem}.qd-summary-row{margin-bottom:8px;font-size:.75rem}.qd-summary-list{padding:12px 18px 0}.qd-card-title{margin-bottom:12px;font-size:.85rem}.qd-info-card{padding:14px}.qd-item-name{font-size:.8rem}.qd-item-qty{font-size:.65rem}.qd-item-price{font-size:.8rem}.qd-convert-btn{padding:10px;font-size:.8rem}.qd-action-item{gap:6px;padding:12px 0;font-size:.6rem}.qd-content{padding:0 14px}.qd-header{padding:14px 16px 10px}}.qd-header{background:#fff;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px 8px;display:flex}.qd-back-icon{color:#0f172a;width:12px;height:12px}.qd-title{color:#0f172a;font-size:.7rem;font-weight:500}.qd-content{flex:1;padding:0 10px;overflow:hidden}.qd-total-section{text-align:center;background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 10px 10px;margin-bottom:8px;padding:10px 0 8px}.qd-total-amount{color:#0f172a;margin-bottom:8px;font-size:1rem;font-weight:700}.qd-summary-list{border-top:1px solid #f1f5f9;padding:8px 12px 0}.qd-summary-row{justify-content:space-between;margin-bottom:5px;font-size:.5rem;display:flex}.qd-summary-label{color:#64748b}.qd-summary-value{color:#0f172a;white-space:nowrap}.qd-value-green{color:#059669}.qd-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px;padding:10px}.qd-card-title{color:#0f172a;margin-bottom:8px;font-size:.6rem;font-weight:500}.qd-line-item{justify-content:space-between;align-items:center;display:flex}.qd-item-name{color:#0f172a;margin-bottom:2px;font-size:.55rem}.qd-item-qty{color:#94a3b8;font-size:.45rem}.qd-item-price{color:#0f172a;font-size:.55rem;font-weight:500}.qd-convert-btn{color:#fff;white-space:nowrap;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;gap:5px;width:100%;margin-bottom:8px;padding:7px;font-size:.55rem;font-weight:500;display:flex}.qd-bottom-actions{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;overflow:hidden}.qd-action-item{color:#64748b;border-right:1px solid #e2e8f0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 0;font-size:.45rem;display:flex}.qd-action-item:last-child{border-right:none}.qd-action-item svg{color:#0f172a}.qs-header{background:#fff;justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.qs-title{color:#0f172a;font-size:.85rem;font-weight:500}.qs-header-icon{color:#0f172a;width:14px;height:14px}.qs-filters{background:#f8fafc;flex-wrap:wrap;gap:6px;padding:8px 14px;display:flex}.qs-chip{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:3px 8px;font-size:.5rem;font-weight:500}.qs-chip-active{color:#fff;background:#0f172a;border-color:#0f172a}.qs-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:0 10px 8px;padding:10px}.qs-card-header{justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;display:flex}.qs-user{align-items:center;gap:8px;min-width:0;display:flex}.qs-avatar{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.42rem;font-weight:500;display:flex}.qs-name{color:#0f172a;white-space:nowrap;margin-bottom:2px;font-size:.62rem;font-weight:500}.qs-sub{color:#64748b;white-space:nowrap;text-overflow:clip;font-size:.48rem;overflow:hidden}.qs-price-info{text-align:right;flex-shrink:0}.qs-price{color:#059669;white-space:nowrap;margin-bottom:3px;font-size:.68rem;font-weight:600}.qs-badge{color:#059669;white-space:nowrap;background:#ecfdf5;border-radius:5px;align-items:center;gap:3px;padding:2px 5px;font-size:.45rem;font-weight:500;display:inline-flex}.qs-invoice-btn{color:#fff;white-space:nowrap;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;gap:5px;width:100%;padding:7px;font-size:.55rem;font-weight:500;display:flex}.q1-screen{background:#fff;border-top:1px solid #e2e8f0;flex-direction:column;gap:8px;width:100%;height:100%;padding:12px 14px;font-family:inherit;display:flex;overflow:hidden}.bento-corner-badge{color:#ffffffb3;z-index:2;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:6px;padding:5px 10px;font-size:.7rem;font-weight:600;display:inline-flex;position:absolute;top:20px;right:20px}.bento-corner-badge-green{color:#4ade80;background:#22c55e1f;border-color:#22c55e33}.corner-dot{background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #4ade8026}.notif-stack{pointer-events:none;flex-direction:column;gap:10px;width:320px;height:auto;display:flex;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.notif-card{background:#f8fafc;border:1px solid #0f172a14;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex}.notif-card-1{transform:translate(30px)}.notif-card-2{transform:translate(0)}.notif-card-3{opacity:.8;transform:translate(30px)}.bento-wide:hover .notif-card-1{transform:translate(20px)}.bento-wide:hover .notif-card-2{border-color:#0f172a26;transform:translate(-10px)}.bento-wide:hover .notif-card-3{opacity:1;transform:translate(20px)}.notif-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.notif-icon-warning{color:#fb923c;background:#fb923c26}.notif-icon-success{color:#4ade80;background:#4ade8026}.notif-icon-info{color:#818cf8;background:#6366f126}.notif-title{color:#0f172a;margin-bottom:2px;font-size:.8rem;font-weight:600;line-height:1.2}.notif-sub{color:#94a3b8;font-size:.7rem}.voice-visual{width:300px;height:300px;position:absolute;bottom:-10%;right:-5%}.mic-button{color:#fff;z-index:10;background:linear-gradient(135deg,#334155 0%,#1e293b 100%);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:110px auto;display:flex;position:relative;box-shadow:0 10px 30px #0006}.voice-wave{opacity:.4;border:1px solid #ffffff26;border-radius:50%;width:100px;height:100px;animation:2s ease-out infinite pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wave-2{width:160px;height:160px;animation-delay:.6s}.wave-3{width:220px;height:220px;animation-delay:1.2s}@keyframes pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.8)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.notif-visual{width:300px;right:2rem}.step-item.animate-fade-left{transform:translate(-40px)}.step-item.animate-fade-left.in-view{transform:translate(0)}.btn-store-text{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.btn-store-sub{opacity:.8;font-size:.7rem;font-weight:400;line-height:1}.btn-store-main{letter-spacing:-.01em;font-size:1rem;font-weight:700;line-height:1}.workflow-section{padding:var(--space-3xl) 0;background:#fff}.workflow-card{background:var(--primary);padding:var(--space-3xl);color:#fff;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 40px 80px -20px #0f172a59}.workflow-card:before{content:"";pointer-events:none;background:radial-gradient(#6366f124 0%,#a855f70f 50%,#0000 75%);width:700px;height:500px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.workflow-title{color:#fff;text-align:center;margin-bottom:var(--space-md);z-index:2;position:relative}.workflow-subtitle{text-align:center;color:#ffffff8c;margin-bottom:var(--space-3xl);z-index:2;font-size:1.125rem;position:relative}.workflow-flow{z-index:2;justify-content:space-between;align-items:stretch;gap:6px;display:flex;position:relative}.workflow-flow-item{flex:1;align-items:center;min-width:0;display:flex}.wf-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;flex:1;gap:10px;min-width:0;padding:24px 20px;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .3s,border-color .3s,box-shadow .3s;display:flex}.wf-card:hover{background:#ffffff12;border-color:#6366f166;transform:translateY(-6px);box-shadow:0 12px 30px #6366f12e}.wf-icon{color:#a5b4fc;background:linear-gradient(135deg,#6366f133,#a855f71f);border:1px solid #6366f14d;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;transition:background .3s,color .3s;display:flex}.wf-card:hover .wf-icon{color:#c7d2fe;background:linear-gradient(135deg,#6366f159,#a855f733)}.wf-step-label{letter-spacing:.1em;color:#fff6;font-size:.7rem;font-weight:700}.wf-title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:600}.wf-desc{color:#ffffff8c;margin:0;font-size:.875rem;line-height:1.5}.wf-arrow{color:#6366f180;flex-shrink:0;justify-content:center;align-items:center;width:32px;transition:color .3s,transform .3s;display:flex}.wf-arrow svg{width:20px;height:20px}.workflow-flow-item:hover .wf-arrow{color:#a5b4fc}@media (width<=900px){.workflow-flow{flex-direction:column;gap:16px}.workflow-flow-item{flex-direction:column;width:100%}.wf-card{width:100%}.wf-arrow{width:auto;height:32px;transform:rotate(90deg)}}.auth-shell{background:#fff;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.auth-form-side{padding:var(--space-xl) var(--space-2xl);flex-direction:column;min-width:0;display:flex}.auth-form-top{justify-content:flex-start;align-items:center;display:flex}.auth-logo{color:var(--primary);letter-spacing:-.01em;align-items:center;gap:10px;font-size:1.05rem;font-weight:700;display:inline-flex}.auth-logo .logo-img{border-radius:6px;width:28px;height:28px}.auth-form-center{padding:var(--space-2xl) 0;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.auth-form-card{width:100%;max-width:420px}.auth-heading{letter-spacing:-.025em;color:#0f172a;margin-bottom:8px;font-size:2rem}.auth-subheading{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:.95rem;line-height:1.55}.auth-form{gap:var(--space-md);flex-direction:column;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label-row{justify-content:space-between;align-items:baseline;display:flex}.auth-label{color:#1e293b;letter-spacing:0;font-size:.8rem;font-weight:600}.auth-label-link{color:#4f46e5;font-size:.78rem;font-weight:500;text-decoration:none}.auth-label-link:hover{text-decoration:underline}.auth-field input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:44px;padding:0 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.auth-field input::placeholder{color:#94a3b8}.auth-field input:hover:not(:focus){border-color:#94a3b8}.auth-field input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.auth-field input:disabled{color:var(--text-muted);cursor:not-allowed;background:#f8fafc}.auth-field--err input{background:#fef2f2;border-color:#dc2626}.auth-field--err input:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.auth-field-err{color:#b91c1c;margin-top:2px;font-size:.8rem;line-height:1.4}.auth-field-hint{color:var(--text-muted);margin-top:2px;font-size:.75rem;line-height:1.4}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:44px}.auth-password-toggle{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-password-toggle:hover{background:var(--surface-alt);color:#0f172a}.auth-strength{align-items:center;gap:8px;margin-top:4px;display:flex}.auth-strength-bars{flex:1;grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.auth-strength-bar{background:#e2e8f0;border-radius:999px;height:4px}.auth-strength-bar--s1{background:#dc2626}.auth-strength-bar--s2{background:#f59e0b}.auth-strength-bar--s3{background:#10b981}.auth-strength-bar--s4{background:#059669}.auth-strength-label{letter-spacing:.01em;text-align:right;flex-shrink:0;min-width:44px;font-size:.72rem;font-weight:600}.auth-strength-label--s0,.auth-strength-label--s1{color:#dc2626}.auth-strength-label--s2{color:#b45309}.auth-strength-label--s3{color:#047857}.auth-strength-label--s4{color:#065f46}.auth-checkbox-row{flex-direction:column;gap:4px;display:flex}.auth-checkbox{color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.auth-checkbox input[type=checkbox]{accent-color:#4f46e5;cursor:pointer;width:18px;height:18px;margin:2px 0 0}.auth-checkbox-row--err .auth-checkbox span{color:#b91c1c}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:.85rem;line-height:1.5}.auth-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:10px 12px;font-size:.85rem;line-height:1.5}.auth-sent-state{text-align:center;align-items:center;gap:var(--space-md);padding:var(--space-md) 0;flex-direction:column;display:flex}.auth-submit{color:#fff;cursor:pointer;background:#0f172a;border-radius:10px;height:46px;margin-top:4px;font-size:.95rem;font-weight:600;transition:background-color .2s,transform .15s,opacity .15s}.auth-submit:hover:not(:disabled){background:var(--primary-light);transform:translateY(-1px)}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-form-footer{width:100%;max-width:420px;margin-top:var(--space-xl);color:var(--text-secondary);text-align:center;font-size:.9rem}.auth-inline-link{color:#4f46e5;font-weight:600;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.auth-inline-btn{cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit}.auth-otp-sent-badge{color:#475569;border:1px solid var(--border);background:#f8fafc;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;display:flex}.auth-otp-sent-badge strong{color:#0f172a}.auth-sent-hint{color:#94a3b8;border-top:1px solid var(--border);padding-top:var(--space-md);text-align:center;width:100%;margin:0;font-size:.8rem;line-height:1.6}.auth-form-bottom{justify-content:flex-start;font-size:.85rem;display:flex}.auth-back-link{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.auth-back-link:hover{color:var(--primary)}.auth-brand-side{background:var(--primary);color:#fff;padding:var(--space-3xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-brand-glow{pointer-events:none;background:radial-gradient(circle,#6366f12e 0%,#a855f70d 50%,#0000 75%);width:600px;height:600px;position:absolute;top:-200px;right:-100px}.auth-brand-content{z-index:1;max-width:440px;position:relative}.auth-brand-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#a5b4fc;margin-bottom:var(--space-xl);font-size:.75rem;font-weight:700;display:inline-block}.auth-brand-quote{letter-spacing:-.02em;color:#fff;margin-bottom:var(--space-md);font-size:1.75rem;font-weight:600;line-height:1.35}.auth-brand-attr{color:#ffffff8c;margin-bottom:var(--space-2xl);font-size:.9rem}.auth-brand-points{gap:var(--space-md);flex-direction:column;padding:0;list-style:none;display:flex}.auth-brand-points li{align-items:center;gap:var(--space-md);color:#ffffffc7;font-size:.95rem;display:flex}.auth-brand-dot{background:#a5b4fc;border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 0 3px #6366f12e}.auth-brand-soon{margin-top:var(--space-2xl);color:#fff9;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.82rem;display:flex}.auth-brand-soon-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-out infinite pulse-ring;box-shadow:0 0 0 3px #22c55e40}.cs-shell{background:#0a0f1c;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.cs-bg-glow{pointer-events:none;background:radial-gradient(circle,#4f46e52e 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-200px}.cs-header{z-index:1;justify-content:space-between;align-items:center;padding:1.5rem 2.5rem;display:flex;position:relative}.cs-nav-back{color:#ffffff73;font-size:.85rem;transition:color .2s}.cs-nav-back:hover{color:#fffc}.cs-main{z-index:1;flex:1;justify-content:center;align-items:center;padding:3rem 2rem;display:flex;position:relative}.cs-content{width:100%;max-width:560px}.cs-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:8px;margin-bottom:1.5rem;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.cs-eyebrow-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-out infinite pulse-ring;box-shadow:0 0 0 3px #22c55e40}.cs-title{color:#fff;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.cs-desc{color:#ffffff8c;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.cs-divider{background:#ffffff14;height:1px;margin-bottom:1.5rem}.cs-mobile-nudge{color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;font-size:.82rem;font-weight:600}.cs-store-btns{flex-wrap:wrap;gap:12px;margin-bottom:2.5rem;display:flex}.cs-store-btn{color:#ffffffd9;background:#ffffff12;border:1px solid #ffffff1f;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}.cs-store-btn:hover{background:#ffffff1f;border-color:#fff3}.cs-features{flex-wrap:wrap;gap:12px;display:flex}.cs-feature{color:#fff6;align-items:center;gap:8px;font-size:.8rem;display:flex}.cs-feature-icon{color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}@media (width<=600px){.cs-header{padding:1.25rem}.cs-store-btns,.cs-features{flex-direction:column}}@media (width<=900px){.auth-shell{grid-template-columns:1fr}.auth-brand-side{display:none}.auth-form-side{padding:var(--space-lg) var(--space-md)}}.contact-main{background:#fff}.contact-hero{padding:var(--space-3xl) 0 var(--space-2xl);border-bottom:1px solid var(--border);text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%)}.contact-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#6366f1;margin-bottom:var(--space-md);font-size:.75rem;font-weight:700;display:inline-block}.contact-title{letter-spacing:-.025em;margin-bottom:var(--space-md);color:#0f172a;font-size:3rem}.contact-subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.125rem;line-height:1.6}.contact-channels{padding:var(--space-3xl) 0 var(--space-2xl)}.contact-cards{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.contact-card{border:1px solid var(--border);padding:var(--space-xl);color:inherit;background:#fff;border-radius:16px;flex-direction:column;gap:8px;text-decoration:none;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex}.contact-card:hover{border-color:#6366f159;transform:translateY(-4px);box-shadow:0 14px 32px -10px #6366f12e}.contact-card-icon{width:44px;height:44px;margin-bottom:var(--space-sm);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-card-icon-blue,.contact-card-icon-purple,.contact-card-icon-green{color:#0f172a;background:#0f172a0f;border:1px solid #0f172a1a}.contact-card-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.7rem;font-weight:700}.contact-card-title{color:#0f172a;letter-spacing:-.015em;margin-bottom:4px;font-size:1.25rem;font-weight:600}.contact-card-desc{color:var(--text-secondary);margin-bottom:var(--space-sm);flex:1;font-size:.95rem;line-height:1.6}.contact-card-email{color:#4f46e5;word-break:break-all;font-size:.95rem;font-weight:600}.contact-info{padding:var(--space-3xl) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f8fafc}.contact-info-header{text-align:center;margin-bottom:var(--space-2xl)}.contact-info-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:var(--space-sm);background:#4f46e514;border:1px solid #4f46e52e;border-radius:100px;padding:4px 14px;font-size:.7rem;font-weight:700;display:inline-block}.contact-info-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.contact-info-grid{background:var(--border);border:1px solid var(--border);border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.info-stat{padding:var(--space-2xl);gap:var(--space-xs);background:#fff;flex-direction:column;display:flex}.info-stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:8px;font-size:.72rem;font-weight:600;display:flex}.info-stat-pulse{justify-content:center;align-items:center;width:10px;height:10px;display:inline-flex;position:relative}.info-stat-pulse-dot{z-index:1;background:#22c55e;border-radius:50%;width:7px;height:7px;position:relative}.info-stat-pulse:before{content:"";background:#22c55e59;border-radius:50%;animation:2s ease-out infinite pulse-ring;position:absolute;inset:0}@keyframes pulse-ring{0%{opacity:1;transform:scale(.6)}80%,to{opacity:0;transform:scale(2)}}.info-stat-value{color:#0f172a;letter-spacing:-.03em;margin:var(--space-xs) 0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1}.info-stat-desc{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.65}.info-stat-meta{color:#94a3b8;font-size:.8em;font-weight:600}.contact-help{padding:var(--space-3xl) 0}.contact-help-card{background:var(--primary);color:#fff;padding:var(--space-2xl);justify-content:space-between;align-items:center;gap:var(--space-xl);border-radius:24px;display:flex;position:relative;overflow:hidden}.contact-help-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f12e 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-150px;right:-100px}.contact-help-text{z-index:1;position:relative}.contact-help-text h3{color:#fff;letter-spacing:-.015em;margin-bottom:6px;font-size:1.5rem}.contact-help-text p{color:#ffffffa6;font-size:1rem;line-height:1.6}.contact-help-actions{gap:var(--space-md);z-index:1;flex-shrink:0;display:flex;position:relative}.contact-help-actions .btn-secondary{color:#fff;background:#ffffff14;border-color:#ffffff26;padding:.75rem 1.25rem}.contact-help-actions .btn-secondary:hover{background:#ffffff24;border-color:#ffffff40}@media (width<=900px){.contact-cards,.contact-info-grid{grid-template-columns:1fr}.info-stat:not(:last-child){border-bottom:1px solid var(--border)}.contact-help-card{padding:var(--space-xl);flex-direction:column;align-items:flex-start}.contact-help-actions{flex-wrap:wrap}.contact-title{font-size:2.25rem}}.legal-main{background:#fff;min-height:calc(100vh - 200px)}.legal-hero{padding:var(--space-3xl) 0 var(--space-2xl);border-bottom:1px solid var(--border);background:linear-gradient(#f8fafc 0%,#fff 100%)}.legal-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#6366f1;margin-bottom:var(--space-md);font-size:.75rem;font-weight:700;display:inline-block}.legal-title{letter-spacing:-.025em;margin-bottom:var(--space-md);color:#0f172a;font-size:3rem}.legal-effective{color:var(--text-secondary);font-size:.95rem}.legal-shell{padding:var(--space-2xl) var(--space-xl);grid-template-columns:240px 1fr;gap:64px;max-width:1100px;display:grid}.legal-toc{align-self:start;max-height:calc(100vh - 120px);padding-right:8px;position:sticky;top:90px;overflow-y:auto}.legal-toc-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border);font-size:.7rem;font-weight:700}.legal-toc ul{flex-direction:column;gap:2px;list-style:none;display:flex}.legal-toc-link{color:var(--text-secondary);border-left:2px solid #0000;border-radius:0 4px 4px 0;margin-left:-2px;padding:6px 12px;font-size:.875rem;line-height:1.4;transition:color .2s,border-color .2s,background-color .2s;display:block}.legal-toc-link:hover{color:var(--text-primary);background:var(--surface-alt)}.legal-toc-link--active{color:#6366f1;border-left-color:#6366f1;font-weight:600}.legal-content{color:#1e293b;min-width:0;max-width:720px;font-size:1rem;line-height:1.7}.legal-content section{margin-bottom:var(--space-2xl);scroll-margin-top:90px}.legal-content h2{letter-spacing:-.02em;color:#0f172a;margin-bottom:var(--space-md);padding-top:var(--space-md);font-size:1.625rem;font-weight:700}.legal-content h3{letter-spacing:-.01em;color:#0f172a;margin:var(--space-lg) 0 var(--space-sm);font-size:1.125rem;font-weight:600}.legal-content p{margin-bottom:var(--space-md);color:#334155}.legal-content ul{margin:0 0 var(--space-md) 1.25rem;padding-left:var(--space-md);gap:var(--space-sm);flex-direction:column;display:flex}.legal-content ul ul{margin-top:var(--space-sm)}.legal-content li{color:#334155;line-height:1.65}.legal-content a{color:#4f46e5;text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s}.legal-content a:hover{color:#312e81}.legal-content strong{color:#0f172a;font-weight:600}.legal-content em{color:#475569;font-style:normal;font-weight:500}.legal-callout{border:1px solid var(--border);padding:var(--space-md) var(--space-lg);margin:var(--space-md) 0 var(--space-lg);background:#f8fafc;border-left:3px solid #6366f1;border-radius:8px;font-size:.95rem;line-height:1.7}@media (width<=900px){.legal-shell{gap:var(--space-xl);padding:var(--space-xl) var(--space-md);grid-template-columns:1fr}.legal-toc{max-height:none;padding-right:0;padding-bottom:var(--space-md);border-bottom:1px solid var(--border);position:static}.legal-title{font-size:2.25rem}.legal-content h2{font-size:1.375rem}}.cta-section{background:#fff;padding:7rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(#0f172a0a 0%,#0000 65%);width:800px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-section .container{z-index:1;position:relative}.cta-section h2{margin-bottom:var(--space-md);color:var(--text-primary);font-size:3rem}.cta-section p{margin-bottom:var(--space-2xl);max-width:600px;color:var(--text-secondary);margin-left:auto;margin-right:auto;font-size:1.25rem}.footer{background-color:var(--primary);color:var(--text-inverse);padding:var(--space-3xl) 0 var(--space-xl)}.footer-grid{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:1fr 2fr;display:grid}.footer-brand .logo{color:var(--text-inverse);margin-bottom:var(--space-md)}.footer-brand .logo-icon{background-color:var(--text-inverse);color:var(--primary)}.footer-desc{color:var(--text-inverse-muted);max-width:300px;line-height:1.6}.footer-links{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.footer-links h4{color:var(--text-inverse);margin-bottom:var(--space-lg);font-size:1.125rem}.footer-links ul{gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.footer-links a{color:var(--text-inverse-muted);transition:color .2s}.footer-links a:hover{color:var(--text-inverse)}.footer-bottom{padding-top:var(--space-xl);text-align:center;color:var(--text-inverse-muted);border-top:1px solid #ffffff1a;font-size:.875rem}.mockup-container{width:100%;max-width:380px;margin:0 auto;position:relative}.phone-frame{background-color:var(--primary);box-shadow:var(--shadow-lg), 0 25px 50px -12px #0f172a80;border:4px solid var(--primary-light);z-index:2;border-radius:40px;padding:12px;position:relative;overflow:hidden}.phone-screen{background-color:var(--bg-main);border-radius:32px;flex-direction:column;height:750px;display:flex;overflow:hidden}.floating-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:3;background:#ffffffe6;border-radius:16px;align-items:center;gap:12px;padding:12px 16px;animation:6s ease-in-out infinite float;display:flex;position:absolute}.float-1{animation-delay:0s;top:15%;left:-15%}.float-2{animation-delay:2s;bottom:25%;right:-20%}.float-icon{background:var(--surface-alt);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex}.float-title{color:var(--primary);font-size:.85rem;font-weight:700}.float-sub{color:var(--text-secondary);font-size:.8rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.mockup-hero{background-color:var(--primary);color:var(--text-inverse);border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:3rem 1.5rem 2.5rem}.mockup-header-top{justify-content:flex-end;gap:12px;margin-bottom:24px;display:flex}.mockup-icon-btn{background-color:#ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mockup-greeting{margin-bottom:8px;font-size:2rem;font-weight:700;line-height:1.1}.mockup-date{color:var(--text-inverse-muted);margin-bottom:24px}.mockup-search{color:var(--text-inverse-muted);background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 16px;display:flex}.mockup-stats-grid{background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;grid-template-columns:1fr 1fr 1fr;display:grid}.mockup-stat{text-align:center;border-right:1px solid #ffffff1a;padding:16px 12px}.mockup-stat:last-child{border-right:none}.mockup-stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-inverse-muted);margin-bottom:4px;font-size:.7rem;font-weight:600}.mockup-stat-value{font-size:1.25rem;font-weight:700}.mockup-body{flex:1;padding:1.5rem}.mockup-card-dark{background-color:var(--primary);color:#fff;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:16px;margin-bottom:24px;padding:20px;display:flex}.bento-wide .mockup-card-dark{background:#ffffff0d;border:1px solid #ffffff14}.bento-wide .mockup-card-icon{color:#fb923c;background:#fb923c1f}.mockup-card-icon{background-color:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.mockup-card-content{flex:1}.mockup-card-label{text-transform:uppercase;color:var(--text-inverse-muted);letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:600}.mockup-card-title{font-size:1rem;font-weight:600}.mockup-card-sub{color:var(--text-inverse-muted);margin-top:2px;font-size:.8rem}.mockup-card-btn{background-color:#ffffff26;border-radius:8px;padding:8px 12px;font-size:.8rem;font-weight:500}.mockup-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.mockup-section-title{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;font-size:.8rem;font-weight:600}.mockup-section-link{color:var(--primary);font-size:.85rem;font-weight:600}.mockup-item-card{border:1px solid var(--border);background-color:#fff;border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.mockup-avatar{background-color:var(--surface-alt);width:48px;height:48px;color:var(--accent);border-radius:24px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;display:flex}.mockup-item-content{flex:1}.mockup-item-title{margin-bottom:4px;font-weight:600}.mockup-item-sub{color:var(--text-muted);font-size:.85rem}.mockup-badge{background-color:var(--surface-alt);color:var(--accent);border-radius:12px;padding:4px 8px;font-size:.7rem;font-weight:600}.btn-store{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;min-width:185px;box-shadow:var(--shadow-sm);border:none;align-items:center;gap:12px;padding:.75rem 1.5rem;font-family:inherit;transition:all .2s;display:inline-flex}.btn-store:hover{background-color:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.store-icon{object-fit:contain;flex-shrink:0;width:24px;height:24px}@media (width<=900px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-content{margin:0 auto}.cta-group{flex-wrap:wrap;justify-content:center}.feature-list{align-items:center}.footer-grid{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.footer-brand{flex-direction:column;align-items:center;display:flex}.bento-grid{grid-template-columns:1fr;grid-auto-rows:auto}.bento-large,.bento-wide,.bento-medium{grid-area:auto/span 1}.bento-wide{flex-direction:column;align-items:flex-start}.bento-wide .bento-content,.bento-visual{width:100%;max-width:100%;position:relative}.voice-visual{height:150px;margin:0 auto;position:relative;bottom:0;right:0}.mic-button{margin:35px auto}.floating-card{display:none}.hamburger{display:flex}.nav-links{display:none}}@media (width<=600px){.hero-title{font-size:2.5rem}.nav-header{padding:.875rem var(--space-xl)}.announcement-bar{gap:var(--space-xs);font-size:.8rem}.workflow-card{padding:var(--space-xl)}.workflow-image{display:none}}.fts-wrap{padding:40px 0 0}.fts-window{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0f172a1a,0 2px 8px #0f172a0d}.fts-chrome{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:10px 20px;display:flex}.fts-chrome-dots{flex-shrink:0;align-items:center;gap:6px;display:flex}.fts-dot{border-radius:50%;width:11px;height:11px;display:inline-block}.fts-dot--red{background:#ff5f57}.fts-dot--yellow{background:#febc2e}.fts-dot--green{background:#28c840}.fts-chrome-title{color:#0f172a;flex:1;justify-content:center;align-items:center;gap:7px;font-size:.82rem;font-weight:600;display:flex}.fts-chrome-logo{border-radius:4px;width:18px;height:18px}.fts-chrome-user{color:#0f172a;background:#f1f5f9;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px 4px 5px;font-size:.75rem;font-weight:500;display:flex}.fts-user-avatar{color:#be185d;background:#fce7f3;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex}.fts-body{height:380px;display:flex}.fts-sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:2px;width:152px;min-height:0;padding:14px 0;display:flex;overflow-y:auto}.fts-nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:calc(100% - 16px);margin:0 8px;padding:8px 16px;font-size:.78rem;font-weight:500;transition:background .15s,color .15s;display:flex}.fts-nav-item:hover:not(.fts-nav-item--active){color:#0f172a;background:#f1f5f9}.fts-nav-item--active{color:#fff;background:#0f172a}.fts-nav-icon{opacity:.8;flex-shrink:0}.fts-nav-item--active .fts-nav-icon{opacity:1}.fts-main{background:#fff;flex:1;min-height:0;padding:18px 20px;overflow-y:auto}.fts-main::-webkit-scrollbar{width:4px}.fts-main::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.fts-greeting{color:#0f172a;font-size:.88rem;font-weight:700;line-height:1.3}.fts-date{color:#94a3b8;margin-top:-6px;font-size:.72rem}.fts-earnings{border:1px solid #e2e8f0;border-radius:10px;display:flex;overflow:hidden}.fts-earning{text-align:center;flex:1;padding:10px 6px}.fts-earning-div{background:#e2e8f0;flex-shrink:0;width:1px}.fts-earning-val{color:#0f172a;font-size:.88rem;font-weight:700;line-height:1.2}.fts-earning-lbl{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:.58rem}.fts-action{color:#fff;background:#0f172a;border-radius:10px;flex-direction:column;gap:3px;padding:12px 14px;display:flex}.fts-action-label{text-transform:uppercase;letter-spacing:.07em;color:#ffffff8c;font-size:.58rem;font-weight:600}.fts-action-title{color:#fff;font-size:.82rem;font-weight:700}.fts-action-sub{color:#ffffffa6;font-size:.7rem}.fts-action-btn{color:#fff;cursor:default;border:1px solid #ffffff59;border-radius:20px;align-self:flex-start;margin-top:6px;padding:4px 12px;font-size:.68rem;font-weight:600;display:inline-flex}.fts-section-title{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;margin-bottom:2px;font-size:.6rem;font-weight:600}.fts-schedule-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;padding:6px 0;font-size:.72rem;display:flex}.fts-time{color:#64748b;flex-shrink:0;width:52px;font-weight:500}.fts-job-name{color:#0f172a;flex:1;font-weight:600}.fts-customer{color:#64748b;font-size:.68rem}.fts-live{color:#16a34a;letter-spacing:.05em;text-transform:uppercase;background:#dcfce7;border-radius:20px;flex-shrink:0;padding:2px 7px;font-size:.58rem;font-weight:700}.fts-badge-upcoming{color:#475569;background:#f1f5f9;border-radius:20px;flex-shrink:0;padding:2px 7px;font-size:.58rem;font-weight:600}.fts-panel{background:#f8fafc;border-left:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;gap:6px;width:200px;min-height:0;padding:16px 14px;display:flex;overflow-y:auto}.fts-panel-title{text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;margin-bottom:4px;font-size:.6rem;font-weight:600}.fts-quick-btn{color:#0f172a;cursor:default;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;width:100%;padding:7px 10px;font-size:.72rem;font-weight:500;display:flex}.fts-divider{background:#e2e8f0;height:1px;margin:4px 0}.fts-mini-row{justify-content:space-between;align-items:center;padding:4px 0;font-size:.7rem;display:flex}.fts-mini-info{flex:1}.fts-mini-name{color:#0f172a;font-weight:600}.fts-mini-sub{color:#94a3b8;margin-top:1px;font-size:.6rem}.fts-mini-amount{color:#0f172a;margin-right:6px;font-weight:700}.fts-badge-sent{color:#d97706;white-space:nowrap;background:#fffbeb;border-radius:20px;padding:2px 7px;font-size:.58rem;font-weight:600}.fts-badge-accepted{color:#16a34a;white-space:nowrap;background:#dcfce7;border-radius:20px;padding:2px 7px;font-size:.58rem;font-weight:600}.fts-screen-header{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.fts-screen-title{color:#0f172a;font-size:.9rem;font-weight:700}.fts-screen-count{color:#64748b;font-size:.7rem}.fts-list-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;padding:8px 0;display:flex}.fts-list-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.7rem;font-weight:700;display:flex}.fts-list-avatar--rose{color:#be185d;background:#fce7f3}.fts-list-avatar--sky{color:#0369a1;background:#e0f2fe}.fts-list-avatar--indigo{color:#4338ca;background:#eef2ff}.fts-list-avatar--green{color:#16a34a;background:#dcfce7}.fts-list-info{flex:1;min-width:0}.fts-list-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.fts-list-sub{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.65rem;overflow:hidden}.fts-list-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.fts-list-amount{color:#0f172a;font-size:.75rem;font-weight:700}.fts-badge-overdue{color:#be185d;white-space:nowrap;background:#fce7f3;border-radius:20px;padding:2px 7px;font-size:.58rem;font-weight:600}.fts-badge-done{color:#16a34a;white-space:nowrap;background:#dcfce7;border-radius:20px;padding:2px 7px;font-size:.58rem;font-weight:600}.fts-pills-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:24px;display:flex}.fts-pill{color:#cbd5e1;cursor:pointer;background:#1e293b;border:none;border-radius:20px;align-items:center;gap:7px;padding:7px 16px;font-size:.78rem;font-weight:500;transition:background .15s,color .15s;display:flex}.fts-pill:hover{color:#f1f5f9;background:#334155}.fts-pill--active{color:#0f172a;background:#f8fafc;box-shadow:0 0 0 1.5px #cbd5e1}.fts-today-hero{background:#0f172a;margin:-18px -20px 12px;padding:14px 20px 16px}.fts-today-greeting{color:#fff;margin-bottom:2px;font-size:.88rem;font-weight:700}.fts-today-date{color:#fff9;margin-bottom:12px;font-size:.7rem}.fts-today-strip{background:#ffffff14;border:1px solid #ffffff14;border-radius:10px;align-items:center;padding:10px 0;display:flex}.fts-today-cell{text-align:center;flex:1}.fts-today-lbl{color:#ffffff8c;letter-spacing:.05em;text-transform:uppercase;margin-bottom:3px;font-size:.55rem;font-weight:700}.fts-today-val{color:#fff;font-size:.88rem;font-weight:700}.fts-today-sep{background:#ffffff1f;flex-shrink:0;width:1px;height:24px}.fts-next-card{background:#0f172a;border-radius:12px;align-items:center;gap:10px;margin-bottom:10px;padding:11px 13px;display:flex}.fts-next-card--danger{background:#be185d}.fts-next-card--success{background:#16a34a}.fts-next-icon-wrap{background:#ffffff2e;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.fts-next-body{flex:1;min-width:0}.fts-next-label{color:#fff9;letter-spacing:.07em;text-transform:uppercase;margin-bottom:2px;font-size:.55rem;font-weight:700}.fts-next-title{color:#fff;font-size:.78rem;font-weight:700}.fts-next-sub{color:#ffffffb3;margin-top:1px;font-size:.63rem}.fts-next-cta{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:7px;flex-shrink:0;align-items:center;gap:3px;padding:5px 8px;font-size:.66rem;font-weight:700;display:flex}.fts-sec-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.fts-sec-title{color:#64748b;letter-spacing:.07em;text-transform:uppercase;font-size:.58rem;font-weight:700}.fts-sec-count{color:#94a3b8;font-size:.63rem;font-weight:600}.fts-job-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;margin-bottom:6px;padding:9px 11px;display:flex}.fts-job-time{color:#475569;background:#f1f5f9;border-radius:5px;flex-shrink:0;padding:3px 7px;font-size:.65rem;font-weight:700}.fts-job-info{flex:1;min-width:0}.fts-job-title{color:#0f172a;font-size:.73rem;font-weight:600}.fts-attention-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:4px;overflow:hidden}.fts-attention-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:7px;padding:9px 12px;display:flex}.fts-attention-row--last{border-bottom:none}.fts-attention-label{color:#334155;flex:1;font-size:.7rem}.fts-attention-val{color:#475569;font-size:.66rem;font-weight:600}.fts-chips{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.fts-chip-filter{color:#64748b;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:100px;padding:4px 10px;font-size:.66rem;font-weight:600}.fts-chip-filter--active{color:#fff;background:#0f172a;border-color:#0f172a}.fts-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:8px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.fts-card-top{align-items:center;gap:10px;padding:11px 12px 9px;display:flex}.fts-card-av{color:#475569;background:#eef2f7;border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.65rem;font-weight:700;display:flex}.fts-card-center{flex:1;min-width:0}.fts-card-name{color:#0f172a;font-size:.76rem;font-weight:600}.fts-card-meta{color:#64748b;margin-top:1px;font-size:.63rem}.fts-card-amt-wrap{text-align:right;flex-shrink:0}.fts-card-amount{color:#0f172a;font-size:.82rem;font-weight:700}.fts-card-amount--green{color:#16a34a}.fts-status-pill-sm{color:#16a34a;background:#f0fdf4;border-radius:6px;align-items:center;gap:3px;margin-top:3px;padding:2px 6px;font-size:.58rem;font-weight:600;display:inline-flex}.fts-urg{align-items:center;gap:6px;padding:6px 12px;font-size:.66rem;font-weight:600;display:flex}.fts-urg--rose{color:#be185d;background:#fce7f3}.fts-urg--amber{color:#d97706;background:#fffbeb}.fts-urg--sky{color:#0369a1;background:#e0f2fe}.fts-urg--slate{color:#475569;background:#f1f5f9}.fts-card-invoiced{color:#16a34a;background:#f0fdf4;border-radius:7px;align-items:center;gap:5px;width:fit-content;margin:0 12px 9px;padding:5px 9px;font-size:.63rem;font-weight:600;display:flex}.fts-card-cta{color:#fff;background:#0f172a;border-radius:8px;justify-content:center;align-items:center;gap:5px;margin:0 12px 9px;padding:8px 10px;font-size:.7rem;font-weight:600;display:flex}.fts-card-cta--green{background:#16a34a}.fts-card-cta-row{gap:7px;padding:0 12px 9px;display:flex}.fts-card-cta-flex{flex:1;margin:0}.fts-card-cta-secondary{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:8px 12px;font-size:.7rem;font-weight:600;display:flex}.fts-search-bar{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:7px;margin-bottom:8px;padding:7px 12px;display:flex}.fts-search-text{color:#94a3b8;font-size:.7rem}.fts-cust-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:7px;padding:11px 12px;box-shadow:0 1px 2px #0f172a0a}.fts-cust-top{align-items:center;gap:10px;margin-bottom:9px;display:flex}.fts-cust-av{border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.7rem;font-weight:700;display:flex}.fts-cust-info{flex:1;min-width:0}.fts-cust-name{color:#0f172a;font-size:.76rem;font-weight:600}.fts-cust-meta{color:#64748b;margin-top:1px;font-size:.63rem}.fts-cust-actions{gap:7px;display:flex}.fts-cust-btn{color:#0f172a;background:#f1f5f9;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;padding:7px 4px;font-size:.63rem;font-weight:600;display:flex}@media (width<=900px){.fts-sidebar,.fts-panel{display:none}.fts-body{height:auto}.fts-main{padding:16px}}@media (width<=600px){.fts-window{border-radius:10px}.fts-chrome{padding:8px 14px}.fts-chrome-user{display:none}.fts-main{padding:14px 12px}.fts-earning-val{font-size:.78rem}}
