:root{--bg-cream:#fdfbf7;--bg-cream-soft:#f6f3eb;--bg-cream-dark:#efece3;--sky-primary:#0284c7;--sky-hover:#0ea5e9;--sky-light:#e0f2fe;--sky-lightest:#f0f9ff;--sky-glow:#0ea5e926;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--border-cream:#e8e5dc;--font-lexend:"Lexend", system-ui, -apple-system, sans-serif;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0ea5e914, 0 4px 6px -4px #0ea5e90d;--shadow-xl:0 20px 25px -5px #0000000d, 0 8px 10px -6px #00000008}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-lexend);background-color:var(--bg-cream);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.25}a{color:inherit;transition:var(--transition-smooth);text-decoration:none}button{font-family:var(--font-lexend);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none}:root{--canvas-bg:#fdfbf7;--text-main:#0f172a;--text-pale:#94a3b8;--border-line:#efece3;--card-bg:#f3f8fc;--card-line:#0f172a;--sky-brand:#0284c7;--danger:#b91c1c;--font-lexend:"Lexend", system-ui, sans-serif;--transition-fast:all .15s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--canvas-bg);color:var(--text-main);font-family:var(--font-lexend);-webkit-font-smoothing:antialiased;font-size:17px;overflow-x:hidden}.vinance-canvas{flex-direction:column;min-height:100vh;display:flex}.vinance-header{z-index:10;border-bottom:1px solid var(--border-line);background-color:var(--canvas-bg);justify-content:space-between;align-items:center;height:64px;padding:0 1.25rem;display:flex;position:sticky;top:0}.vinance-logo{color:var(--text-main);letter-spacing:-.05em;-webkit-user-select:none;user-select:none;font-size:1.35rem;font-weight:800;text-decoration:none}.header-right{align-items:center;gap:.75rem;display:flex}.google-sso-slot{align-items:center;min-height:2.25rem;display:flex}.locked-card{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.locked-text{color:var(--text-pale);margin:0;font-size:.85rem}.menu-fab{background-color:var(--text-main);color:#fff;cursor:pointer;width:68px;height:68px;transition:var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-self:center;align-items:center;margin:0 0 2rem;display:flex;box-shadow:0 10px 28px #0f172a42}.menu-fab svg{fill:currentColor}.menu-fab:hover{background-color:var(--sky-brand);transform:translateY(-2px);box-shadow:0 14px 34px #0284c74d}.menu-fab:active{transform:scale(.95)}.menu-fab:focus-visible{outline:2px solid var(--sky-brand);outline-offset:3px}.page{flex-direction:column;gap:1.5rem;width:100%;max-width:48rem;margin:0 auto;padding:1.5rem 1.25rem 2rem;display:flex}.page-head{flex-direction:column;gap:.25rem;display:flex}.page-back{color:var(--text-pale);align-self:flex-start;margin-bottom:.5rem;font-size:.85rem;font-weight:600;text-decoration:none}.page-back:hover{color:var(--sky-brand)}.page-title{letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:800}.page-subtitle{color:var(--text-pale);margin:0;font-size:.85rem}.page-note{color:var(--text-pale);font-size:.85rem}.stack{flex-direction:column;gap:1.25rem;display:flex}.card{border:1px solid var(--card-line);background-color:var(--card-bg);border-radius:.75rem;padding:1.25rem}.section{flex-direction:column;gap:.6rem;display:flex}.profile-identity{align-items:center;gap:1rem;display:flex}.profile-avatar{object-fit:cover;border-radius:50%;width:3.5rem;height:3.5rem}.profile-avatar-blank{background-color:var(--border-line);color:var(--text-main);justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;display:flex}.profile-name{margin:0;font-size:1.05rem;font-weight:700}.profile-email{color:var(--text-pale);overflow-wrap:anywhere;margin:.1rem 0 0;font-size:.82rem}.detail-list{border:1px solid var(--border-line);background-color:#fff;border-radius:.75rem;flex-direction:column;gap:0;margin:0;display:flex}.detail-row{border-bottom:1px solid var(--border-line);flex-direction:column;gap:.2rem;padding:.85rem 1rem;display:flex}.detail-row:last-child{border-bottom:none}.detail-row dt{color:var(--text-pale);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.detail-row dd{overflow-wrap:anywhere;margin:0;font-size:.9rem}.detail-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.btn{border:1px solid var(--border-line);color:var(--text-main);cursor:pointer;font-family:var(--font-lexend);transition:var(--transition-fast);background-color:#fff;border-radius:99px;align-self:flex-start;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600}.btn:hover:not(:disabled){border-color:var(--sky-brand)}.btn:disabled{cursor:default;opacity:.6}.btn-danger{color:var(--danger)}.btn-danger:hover:not(:disabled){border-color:var(--danger)}.btn-primary{border-color:var(--text-main);background-color:var(--text-main);color:#fff}.btn-primary:hover:not(:disabled){border-color:var(--sky-brand);background-color:var(--sky-brand)}.range-row{gap:.5rem;display:flex}.range-btn{border:1px solid var(--border-line);color:var(--text-pale);cursor:pointer;font-family:var(--font-lexend);transition:var(--transition-fast);background-color:#fff;border-radius:99px;padding:.4rem .9rem;font-size:.8rem;font-weight:600}.range-btn:hover{border-color:var(--sky-brand)}.range-btn-on{border-color:var(--text-main);background-color:var(--text-main);color:#fff}.total-card{flex-direction:column;gap:.25rem;display:flex}.total-label{color:var(--text-pale);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.72rem}.total-value{letter-spacing:-.03em;margin:0;font-size:1.85rem;font-weight:800}.total-meta{color:var(--text-pale);margin:0;font-size:.8rem}.section-title{letter-spacing:-.02em;margin:0;font-size:1.15rem;font-weight:700}.bar-list,.entry-list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.bar-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.35rem;display:flex}.bar-name{font-size:.85rem;font-weight:600}.bar-value{color:var(--text-pale);font-size:.8rem}.bar-track{background-color:var(--border-line);border-radius:99px;height:8px;overflow:hidden}.bar-fill{background-color:var(--sky-brand);border-radius:99px;height:100%}.pie-wrap{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.pie path{stroke:var(--card-bg);stroke-width:2px}.pie{width:60%;max-width:200px;height:auto}.legend{flex-direction:column;gap:.6rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.legend-row{align-items:baseline;gap:.5rem;display:flex}.legend-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.legend-label{overflow-wrap:anywhere;flex:1;font-size:.82rem}.legend-value{flex-shrink:0;gap:.5rem;font-size:.82rem;font-weight:600;display:flex}.legend-share{width:2.5rem;color:var(--text-pale);text-align:right;font-weight:500}.trend-svg{width:100%;height:auto}.trend-grid{stroke:var(--border-line);stroke-width:1px}.trend-tick{fill:var(--text-pale);font-family:var(--font-lexend);font-size:8px}.trend-bar{fill:var(--sky-brand)}.trend-bar-empty{fill:var(--border-line)}@media (width>=40rem){.pie-wrap{flex-direction:row;align-items:center;gap:2rem}.pie{flex-shrink:0;width:200px}}.entry-row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.entry-open{color:inherit;cursor:pointer;font-family:var(--font-lexend);text-align:left;background:0 0;border:none;flex-direction:column;flex:1;gap:.1rem;padding:0;display:flex}.entry-open:hover .entry-name{color:var(--sky-brand)}.entry-editing{display:block}.entry-form{flex-direction:column;gap:.6rem;display:flex}.entry-input{border:1px solid var(--border-line);color:var(--text-main);font-family:var(--font-lexend);background-color:#fff;border-radius:.5rem;padding:.5rem .65rem;font-size:.85rem}.entry-input:focus-visible{border-color:var(--sky-brand);outline:none}.entry-money{gap:.5rem;display:flex}.entry-money .entry-input:first-child{flex:1}.entry-currency{text-align:center;text-transform:uppercase;width:5.5rem}.entry-actions{gap:.5rem;display:flex}.entry-name{margin:0;font-size:.88rem;font-weight:600}.entry-meta{color:var(--text-pale);margin:0;font-size:.75rem}.entry-amount{flex-shrink:0;font-size:.85rem;font-weight:600}.plan-grid{grid-template-columns:1fr;gap:1rem;display:grid}.plan-card{flex-direction:column;gap:.3rem;display:flex}.plan-name{margin:0;font-size:.95rem;font-weight:700}.plan-price{letter-spacing:-.03em;margin:0;font-size:1.5rem;font-weight:800}.plan-description{color:var(--text-pale);margin:0 0 .75rem;font-size:.8rem}.plan-cta{align-self:stretch;margin-top:auto}@media (width>=40rem){.page{padding:2.5rem 2rem 3rem}.plan-grid{grid-template-columns:repeat(2,1fr)}.detail-row{flex-direction:row;align-items:baseline;gap:1rem}.detail-row dt{flex-shrink:0;width:9rem}}.dashboard-backdrop{z-index:40;background-color:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dashboard{background-color:#fff;border-radius:1rem;width:100%;max-width:42rem;padding:2rem;box-shadow:0 10px 30px #0003}.dashboard-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.dashboard-title{font-family:var(--font-lexend);color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700}.dashboard-subtitle{color:var(--text-pale);overflow-wrap:anywhere;margin:.2rem 0 0;font-size:.82rem}.dashboard-close{border:1px solid var(--border-line);width:2.1rem;height:2.1rem;color:var(--text-main);cursor:pointer;transition:var(--transition-fast);background-color:#fff;border-radius:99px;flex-shrink:0;font-size:1.1rem;line-height:1}.dashboard-close:hover{border-color:var(--sky-brand)}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.dashboard-card{border:1px solid var(--border-line);min-height:9rem;color:var(--text-main);cursor:pointer;font-family:var(--font-lexend);text-align:left;transition:var(--transition-fast);background-color:#fff;border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.45rem;padding:1.35rem;text-decoration:none;display:flex}.dashboard-card:hover:not(:disabled){border-color:var(--sky-brand);transform:translateY(-2px)}.dashboard-card:disabled{cursor:default;opacity:.6}.dashboard-card-icon{margin-bottom:.15rem;font-size:1.6rem;line-height:1}.dashboard-card-label{font-size:1rem;font-weight:700}.dashboard-card-description{color:var(--text-pale);font-size:.78rem}.dashboard-card-signout{color:var(--danger)}.dashboard-card-signout:hover:not(:disabled){border-color:var(--danger)}@media (width<=30rem){.dashboard-grid{grid-template-columns:1fr}}.dialog-backdrop{z-index:50;background-color:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog{text-align:left;background-color:#fff;border-radius:.75rem;width:100%;max-width:22rem;padding:1.25rem;box-shadow:0 10px 30px #0003}.dialog-title{font-family:var(--font-lexend);color:var(--text-main);margin:0 0 .5rem;font-size:.95rem;font-weight:700}.dialog-message{color:#b91c1c;overflow-wrap:anywhere;margin:0 0 1rem;font-size:.8rem;line-height:1.45}.dialog-dismiss{border:1px solid var(--border-line);color:var(--text-main);cursor:pointer;font-family:var(--font-lexend);transition:var(--transition-fast);background-color:#fff;border-radius:99px;padding:.45rem .85rem;font-size:.8rem;font-weight:600}.dialog-dismiss:hover{background-color:var(--border-line)}.auth-error{color:#b91c1c;text-align:right;max-width:16rem;font-size:.75rem;line-height:1.3}.vinance-content{flex:1;grid-template-columns:1fr;width:100%;display:grid}.pane{flex-direction:column;gap:2.25rem;padding:2.5rem 1.25rem;display:flex}.pane-vocal{justify-content:center;align-items:center}.mic-container{flex-direction:column;align-items:center;gap:.875rem;display:flex}.minimal-mic-trigger{border:1px solid var(--border-line);cursor:pointer;width:105px;height:105px;transition:var(--transition-fast);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 4px 12px #efece34d}.minimal-mic-trigger:hover{border-color:var(--sky-brand)}.minimal-mic-trigger:disabled{border-color:var(--border-line);cursor:not-allowed;opacity:.55}.mic-symbol{z-index:2;color:var(--text-main);font-size:2.15rem}.minimal-mic-trigger.listening-pulse{background-color:#ef4444;border-color:#dc2626;box-shadow:0 4px 24px #ef444459}.minimal-mic-trigger.listening-pulse .mic-symbol{color:#fff;font-size:1.45rem}.ring-pulse{pointer-events:none;border:1px solid #ef444466;border-radius:50%;animation:1.5s ease-out infinite mic-ripple;position:absolute;inset:-10px}.mic-descriptor{color:var(--text-pale);letter-spacing:.05em;text-align:center;text-transform:uppercase;font-size:.725rem;font-weight:700}.listening-label{color:#ef4444;animation:1s infinite text-flicker}.fallback-flag{color:var(--text-pale)}.vocal-transcript-area{justify-content:center;align-items:center;width:100%;min-height:120px;display:flex}.voice-transcript-placeholder{max-width:320px;color:var(--text-pale);text-align:center;margin:0 auto;font-size:1.05rem;font-weight:400;line-height:1.5}.sky-brand{color:var(--sky-brand)}.live-error-text{color:#b91c1c}.live-chunk-text{width:100%;max-width:440px}.live-transcript{color:var(--text-main);text-align:center;font-size:1.45rem;font-weight:600;line-height:1.45}.footer-link{color:var(--text-pale);text-decoration:none}.footer-link:hover{color:var(--sky-brand)}.vinance-footer{border-top:1px solid var(--border-line);color:var(--text-pale);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:1.5rem 1.25rem;font-size:.725rem;display:flex}@media (width>=900px){.vinance-content{max-width:1400px;margin:0 auto}.vinance-header{padding:0 3rem}.pane{gap:3rem;padding:4rem 3rem}.pane-vocal{border-right:1px solid var(--border-line);border-bottom:0;border-left:1px solid var(--border-line)}.minimal-mic-trigger{width:125px;height:125px}.mic-symbol{font-size:2.35rem}.voice-transcript-placeholder{max-width:440px;font-size:1.2rem}.live-transcript{font-size:1.7rem}.footer-link{color:var(--text-pale);text-decoration:none}.footer-link:hover{color:var(--sky-brand)}.vinance-footer{text-align:left;flex-direction:row;justify-content:space-between;height:56px;padding:0 3rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-line);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-pale)}@keyframes mic-ripple{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.22)}}@keyframes text-flicker{0%,to{opacity:1}50%{opacity:.5}}.page-copy{color:var(--text-pale);margin:0;font-size:.9rem;line-height:1.6}.section-title+.page-copy,.section-title+.about-steps{margin-top:.75rem}.about-steps{color:var(--text-pale);margin:0;padding-left:1.1rem;font-size:.9rem;line-height:1.6}.about-steps li+li{margin-top:.5rem}.about-contact{background:0 0;border:none;margin-top:1rem}.about-contact .detail-row{padding:.85rem 0}.detail-row dd a{color:var(--sky-brand)}
