.home-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.home-header{text-align:center;padding:2rem 1rem}.home-header h1{font-size:3rem;margin-bottom:.5rem;color:#fff}.home-subtitle{font-size:1.2rem;opacity:.9}.home-main{flex:1;display:flex;justify-content:center;align-items:center;padding:1rem}.home-card{background:#fff;color:#333;border-radius:16px;padding:2rem;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d}.home-card h2{color:#4f46e5;margin-bottom:1rem;text-align:center}.home-description{line-height:1.6;margin-bottom:2rem;color:#666}.home-features{margin-bottom:2rem}.home-features h3{color:#4f46e5;margin-bottom:1rem}.home-features ul{list-style:none;padding:0}.home-features li{padding:.5rem 0;font-size:1.1rem;display:flex;align-items:center}.home-features li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.5rem}.home-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.home-button{flex:1;min-width:120px;padding:1rem 1.5rem;border-radius:8px;text-align:center;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease}.home-button.primary{background:#4f46e5;color:#fff}.home-button.primary:hover{background:#4338ca;transform:translateY(-2px)}.home-button.secondary{background:transparent;color:#4f46e5;border:2px solid #4f46e5}.home-button.secondary:hover{background:#4f46e5;color:#fff;transform:translateY(-2px)}.home-demo h3{color:#4f46e5;margin-bottom:1rem}.demo-examples{display:flex;flex-direction:column;gap:1rem}.demo-example{background:#f3f4f6;padding:1rem;border-radius:8px;border-left:4px solid #10b981}.demo-example p{margin:0 0 .5rem;color:#333}.demo-tag{display:inline-block;background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.9rem;font-weight:700}.home-footer{text-align:center;padding:2rem 1rem;opacity:.8}.home-footer p{margin:.5rem 0}@media (max-width: 600px){.home-header h1{font-size:2rem}.home-card{padding:1.5rem}.home-actions{flex-direction:column}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{width:400px;box-shadow:0 10px 40px #0000001a}.login-links{display:flex;justify-content:space-between;margin-top:16px}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f093fb,#f5576c)}.register-card{width:400px;box-shadow:0 10px 40px #0000001a}.register-links{text-align:center;margin-top:16px}.add-transaction{max-width:900px;margin:0 auto;padding:24px}.main-card{border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e8e8e8}.voice-section{text-align:center;margin-bottom:40px;padding:32px;background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-radius:12px;border:2px dashed #d6e4ff}.voice-controls{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.voice-status{margin-top:20px}.parsing-status{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1890ff;font-size:16px;font-weight:500;padding:20px;background:#f8f9ff;border-radius:12px;border:1px solid #e8e8e8}.recording-status{display:flex;flex-direction:column;align-items:center;gap:12px}.recording-indicator{display:flex;align-items:center;gap:8px;font-weight:600;color:#ff4d4f}.recording-dot{width:10px;height:10px;border-radius:50%;background-color:#ff4d4f}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.recording-info{display:flex;align-items:center;gap:16px;font-size:14px;color:#666}.waveform-container{width:100%;max-width:400px;margin:0 auto}.waveform{background:linear-gradient(to bottom,#f8f9ff,#fff);border-radius:8px;padding:12px;border:1px solid #e8e8e8}.idle-status{display:flex;align-items:center;justify-content:center;gap:8px;color:#666;font-size:16px}.idle-status .anticon{font-size:20px;color:#1890ff}.text-input-section{margin-bottom:32px}.input-with-button{display:flex;flex-direction:column;gap:16px}.parsed-result-section{margin-bottom:32px}.result-card{margin-top:16px;border:2px solid #e8e8e8;border-radius:12px;background:#fafafa}.result-row{display:flex;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.result-row:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.result-row>strong,.result-row>.ant-typography{flex:0 0 100px;margin:0}.result-row>.ant-tag,.result-row>.ant-typography{flex:1;margin-left:16px}.quick-examples{margin-bottom:32px;padding:24px;background:#f9f9f9;border-radius:12px}.quick-examples .ant-space{margin-top:16px}.submit-section{text-align:center;margin:40px 0;padding:32px;background:linear-gradient(135deg,#f0fff4,#e6f7ff);border-radius:12px}.hint{margin-top:16px;color:#666;font-size:14px;font-style:italic}.instructions{margin-top:40px;padding:24px;background:#fffbe6;border-radius:12px;border:1px solid #ffe58f}.instructions ul{margin:16px 0 0;padding-left:20px}.instructions li{margin-bottom:8px;color:#666;line-height:1.6}.instructions li:last-child{margin-bottom:0}@media (max-width: 768px){.add-transaction{padding:16px}.voice-section,.quick-examples,.submit-section,.instructions{padding:20px}.voice-controls{flex-wrap:wrap;gap:12px}.recording-info{flex-direction:column;gap:8px}.result-row{flex-direction:column;align-items:flex-start;gap:8px}.result-row>strong,.result-row>.ant-typography{flex:none}.result-row>.ant-tag,.result-row>.ant-typography{margin-left:0}.voice-controls .ant-btn{min-height:44px;min-width:44px}.voice-controls .ant-btn-circle{width:70px!important;height:70px!important}.quick-examples .ant-btn{padding:8px 12px;font-size:14px}.submit-section .ant-btn{min-height:50px;font-size:16px;padding:0 24px}.input-with-button .ant-btn{min-height:44px}.add-transaction .ant-typography{font-size:14px}.add-transaction h4.ant-typography{font-size:16px}.add-transaction h5.ant-typography{font-size:15px}.voice-section{padding:20px 16px!important}.waveform-container{max-width:100%}}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.quick-actions{display:flex;gap:16px;flex-wrap:wrap}.statistics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.statistics-controls{display:flex;align-items:center}.chart-placeholder,.table-placeholder{text-align:center;color:#666}.mock-chart,.mock-table{display:flex;align-items:center;justify-content:center;border-radius:8px;margin-top:16px}.stat-summary{text-align:center;padding:12px}.category-details{max-width:800px;margin:0 auto}.category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.category-item:hover{background-color:#fafafa}.category-info{display:flex;align-items:center;gap:12px}.category-color{width:12px;height:12px;border-radius:50%}.category-name{font-weight:500;min-width:80px}.category-count{font-size:13px;color:#999}.category-amount{font-weight:600;font-size:16px;color:#cf1322}@media (max-width: 768px){.statistics-header{flex-direction:column;align-items:stretch}.statistics-controls{margin-top:16px}.stat-value{font-size:20px}.category-item{flex-direction:column;align-items:flex-start;gap:8px}.category-amount{align-self:flex-end}}.transactions-list{max-width:1200px;margin:0 auto;padding:20px}.list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.list-header h1{margin:0;font-size:28px;color:#1f1f1f}.filters{margin-bottom:24px;padding:20px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.table-container{margin-bottom:24px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0}.loading p{margin-top:16px;color:#999}.stats-summary{margin-top:32px;padding:24px;background:#fafafa;border-radius:8px;border:1px solid #f0f0f0}.stats-summary h3{margin:0 0 20px;color:#1f1f1f;font-size:18px}.stat-item{text-align:center;padding:16px;background:#fff;border-radius:8px;border:1px solid #f0f0f0;transition:all .3s}.stat-item:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.stat-label{font-size:14px;color:#666;margin-bottom:8px}.stat-value{font-size:24px;font-weight:600;color:#1f1f1f}@media (max-width: 768px){.transactions-list{padding:12px}.list-header{flex-direction:column;align-items:stretch}.list-header h1{font-size:24px;text-align:center}.filters{padding:16px}.stat-item{padding:12px}.stat-value{font-size:20px}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
