body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#334155;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:focus{outline:2px solid #3b82f6;outline-offset:2px}button{border:none;cursor:pointer}button,input,select,textarea{border-radius:8px;font-family:inherit;transition:all .2s ease}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative}.auth-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E") repeat;background-size:50px 50px;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px #0003;color:#1a1a1a;max-width:450px;overflow:hidden;padding:3rem;position:relative;width:100%}.auth-card:before{background:linear-gradient(90deg,#2196f3,#21cbf3);content:"";height:4px;left:0;position:absolute;right:0;top:0}.auth-header{margin-bottom:32px;text-align:center}.auth-icon{align-items:center;background:linear-gradient(135deg,#2196f3,#21cbf3);border-radius:16px;box-shadow:0 8px 24px #2196f34d;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:2rem;font-weight:800;letter-spacing:-.025em;margin:0 0 .75rem}.auth-subtitle{color:#475569;font-size:1.125rem;font-weight:500;line-height:1.5;margin:0}.auth-form,.form-group{margin-bottom:24px}.form-group label{color:#1e293b}.form-group input{-webkit-text-fill-color:#1a1a1a!important;border:2px solid #e5e7eb;border-radius:16px;box-sizing:border-box;font-size:16px;font-weight:500;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.form-group input,.form-group input:focus{background:#fff!important;color:#1a1a1a!important}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a,0 4px 12px #3b82f626;outline:none;transform:translateY(-1px)}.form-group input::placeholder{color:#6b7280!important;opacity:1}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{-webkit-text-fill-color:#1a1a1a!important;color:#1a1a1a!important}.form-group input.error{background:#fef2f2!important;border-color:#ef4444;color:#1a1a1a!important}.form-group input.success{background:#f0fdf4!important;border-color:#10b981;color:#1a1a1a!important}.auth-button{align-items:center;background:linear-gradient(135deg,#2196f3,#1976d2);border:none;border-radius:12px;box-shadow:0 4px 12px #2196f34d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;padding:16px;transition:all .2s ease;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 6px 20px #2196f366;transform:translateY(-1px)}.auth-button:active{transform:translateY(0)}.auth-button:disabled{background:#e5e7eb;box-shadow:none;color:#9ca3af;cursor:not-allowed;transform:none}.auth-button.loading{overflow:hidden;position:relative}.auth-button.loading:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.spinner{border:2px solid #0000;border-top-color:currentcolor;height:20px;width:20px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.error-alert,.success-alert{align-items:center;border-radius:12px;display:flex;font-size:14px;font-weight:500;gap:12px;margin-bottom:24px;padding:14px 16px}.error-alert{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}.success-alert{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.auth-footer{border-top:1px solid #e5e7eb;padding-top:24px;text-align:center}.auth-footer p{color:#4b5563;font-size:.875rem;font-weight:500;margin:0 0 1rem}.link-button{background:none;border:none;color:#2196f3;cursor:pointer;font-size:14px;font-weight:600;padding:4px 0;transition:color .2s ease}.link-button:hover{color:#1976d2;text-decoration:underline}@media (max-width:480px){.auth-container{padding:16px}.auth-card{padding:24px}.auth-icon{height:64px;margin-bottom:20px;width:64px}.auth-title{font-size:24px}.auth-subtitle{font-size:14px}.form-group{margin-bottom:20px}.form-group input{font-size:16px;padding:12px 14px}.auth-button{padding:14px}}@media (max-width:360px){.auth-container{padding:.75rem}.auth-card{padding:1.5rem}.auth-title{font-size:1.5rem}}@media (prefers-color-scheme:dark){.auth-card{background:#1e293bfa;border-color:#ffffff1a;color:#fff}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#e2e8f0);-webkit-background-clip:text;background-clip:text;color:#fff}.auth-subtitle{color:#cbd5e1}.form-group label{color:#f3f4f6}.form-group input{background:#374151;border-color:#4b5563;color:#fff}.form-group input:focus{background:#1f2937;border-color:#60a5fa}.form-group input::placeholder{color:#9ca3af}.auth-footer{border-top-color:#374151}.auth-footer p{color:#d1d5db}.error-alert{background-color:#7f1d1d;border-color:#b91c1c;color:#fca5a5}.success-alert{background-color:#14532d;border-color:#16a34a;color:#86efac}}@media (prefers-contrast:high){.auth-card{border:2px solid #000;box-shadow:none}.auth-button{border:2px solid #0000}.auth-button:focus{border-color:#000}}@media (prefers-reduced-motion:reduce){.auth-button.loading:after,.auth-card,.auth-icon:after{animation:none}*{transition:none!important}}.auth-icon svg{transition:transform .3s ease}.auth-card:hover .auth-icon svg{transform:scale(1.05)}.enhanced-dashboard{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding:2rem 0}.dashboard{margin:0 auto;max-width:1400px;padding:0 2rem}.dashboard-header{align-items:center;background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin-bottom:3rem;padding:2rem 3rem}.dashboard-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:-.025em;margin:0}.dashboard-header p{color:#64748b;font-size:1.125rem;font-weight:500;margin:.5rem 0 0}.logout-button{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.logout-button:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-1px)}.stats-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.stat-card:before{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:16px 16px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.stat-card h3{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin:0 0 1rem;text-transform:uppercase}.stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin:0}.upload-section{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;margin-bottom:3rem;padding:3rem}.upload-section h2{color:#1e293b;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;margin-top:0}.upload-form{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.upload-form input[type=file]{background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;color:#475569;flex:1 1;font-size:16px;min-width:300px;padding:1rem;transition:all .2s ease}.upload-form input[type=file]:hover{background-color:#f0f9ff;border-color:#3b82f6}.upload-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:1rem 2rem;transition:all .2s ease;white-space:nowrap}.upload-button:hover:not(:disabled){box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.upload-button:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:none;color:#64748b;cursor:not-allowed;transform:none}.upload-button.processing{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.simple-loading{align-items:center;color:#64748b;display:flex;font-weight:500;gap:.75rem;margin-top:1.5rem}.spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message,.success-message{font-weight:500;padding:1rem 1.5rem}.success-message{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:12px;color:#16a34a;margin-bottom:2rem}.controls-section{align-items:center;background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem;padding:2rem}.filters{display:flex;flex:1 1;gap:1rem}.search-input{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;flex:1 1;font-size:16px;padding:12px 16px;transition:all .2s ease}.search-input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select{background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#475569;font-size:16px;font-weight:500;padding:12px 16px;transition:all .2s ease}.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.view-controls{background:#f1f5f9;border-radius:12px;display:flex;padding:4px}.view-button{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.view-button.active{background:#fff;box-shadow:0 2px 8px #0000001a;color:#3b82f6}.bulk-actions{align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:12px;color:#1e40af;display:flex;font-weight:600;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem}.bulk-delete{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.bulk-delete:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.bulk-categorize{background-color:#fff;border:2px solid #3b82f6;border-radius:8px;color:#3b82f6;font-weight:600;padding:10px 16px}.clear-selection{background:#0000;border:2px solid #64748b;border-radius:8px;color:#64748b;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.clear-selection:hover{background:#64748b;color:#fff}.receipts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.receipt-card{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.receipt-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-4px)}.card-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;padding:1.5rem 2rem}.card-header input[type=checkbox]{cursor:pointer;height:18px;width:18px}.card-header h3{color:#1e293b;cursor:pointer;flex:1 1;font-size:1.25rem;font-weight:700;margin:0}.card-content{cursor:pointer;padding:2rem}.receipt-date{color:#64748b;font-size:.875rem;font-weight:500;margin:0 0 1rem}.receipt-amount{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0 0 1.5rem}.receipt-thumbnail{border-radius:12px;box-shadow:0 4px 12px #0000001a;height:180px;object-fit:cover;width:100%}.card-actions{padding:0 2rem 2rem}.category-select{background-color:#fff;border:2px solid #e2e8f0;border-radius:12px;font-weight:500;padding:12px 16px;transition:all .2s ease;width:100%}.category-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.receipts-table{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;width:100%}.receipts-table td,.receipts-table th{border-bottom:1px solid #f1f5f9;padding:1.5rem;text-align:left}.receipts-table th{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#374151;font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.receipts-table tr:hover{background-color:#f8fafc}.receipts-table tr:last-child td{border-bottom:none}.clickable{color:#3b82f6;cursor:pointer;font-weight:600;transition:color .2s ease}.clickable:hover{color:#1d4ed8;text-decoration:underline}.table-category-select{background-color:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;padding:8px 12px}.badge{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.025em;padding:6px 12px;text-transform:uppercase}.badge-success{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #bbf7d0;color:#166534}.badge-error{background:linear-gradient(135deg,#fef2f2,#fecaca);border:1px solid #fecaca;color:#991b1b}.badge-warning{background:linear-gradient(135deg,#fefbeb,#fed7aa);border:1px solid #fed7aa;color:#92400e}.badge-edited{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #bfdbfe;color:#1e40af}.loading,.no-receipts{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;color:#64748b;font-size:1.125rem;font-weight:600;padding:4rem 2rem;text-align:center}@media (max-width:1024px){.dashboard{padding:0 1.5rem}.dashboard-header{padding:1.5rem 2rem}.upload-section{padding:2rem}.controls-section{padding:1.5rem}}@media (max-width:768px){.dashboard{padding:0 1rem}.enhanced-dashboard{padding:1rem 0}.dashboard-header{align-items:flex-start;flex-direction:column;gap:1.5rem;padding:1.5rem}.dashboard-header h1{font-size:2rem}.controls-section{flex-direction:column;gap:1.5rem;padding:1.5rem}.filters{flex-direction:column;width:100%}.stats-container{gap:1rem;grid-template-columns:1fr 1fr}.receipts-grid{gap:1.5rem;grid-template-columns:1fr}.upload-form{flex-direction:column;gap:1rem}.upload-form input[type=file]{min-width:0;min-width:auto}.receipts-table{font-size:14px}.receipts-table td,.receipts-table th{padding:1rem}.modal-content{margin:1rem;padding:2rem}}@media (max-width:480px){.stats-container{grid-template-columns:1fr}.dashboard-header h1{font-size:1.75rem}.receipt-amount{font-size:1.5rem}.stat-value{font-size:2rem}}.receipt-detail-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.receipt-detail-header{align-items:center;background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin-bottom:3rem;padding:2rem 3rem}.back-button{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;color:#3b82f6;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:.5rem;padding:12px 20px;transition:all .2s ease}.back-button:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#3b82f6;transform:translateX(-2px)}.receipt-detail-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0}.header-actions{display:flex;gap:1rem}.save-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.save-button:hover:not(:disabled){box-shadow:0 6px 20px #10b98166;transform:translateY(-1px)}.save-button:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:none;color:#64748b;cursor:not-allowed;transform:none}.revert-button{background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;box-shadow:0 4px 12px #f59e0b4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.revert-button:hover{box-shadow:0 6px 20px #f59e0b66;transform:translateY(-1px)}.delete-button{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.delete-button:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-1px)}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-weight:600;margin-bottom:2rem;padding:1.5rem}.receipt-detail-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.image-section{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;padding:2rem}.image-controls{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem;padding:1rem}.image-controls button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s ease}.image-controls button:hover:not(:disabled){background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.image-controls button:disabled{cursor:not-allowed;opacity:.5}.image-controls span{color:#64748b;font-weight:600;min-width:60px;text-align:center}.image-viewer{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;display:flex;flex:1 1;justify-content:center;min-height:500px;overflow:auto;padding:2rem}.image-viewer img{border-radius:8px;box-shadow:0 8px 24px #0000001a;display:block;height:auto;max-width:100%;transform-origin:center center}.ocr-status-warning{background:linear-gradient(135deg,#fefbeb,#fed7aa);border:1px solid #fed7aa;border-radius:12px;margin-top:1.5rem;padding:1.5rem;text-align:center}.ocr-status-warning p{color:#92400e;font-weight:600;margin:0 0 1rem}.reprocess-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.reprocess-button:hover:not(:disabled){box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.reprocess-button:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:none;color:#64748b;cursor:not-allowed;transform:none}.edit-section{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.form-group{margin-bottom:2rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:700;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.form-group input,.form-group select,.form-group textarea{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-weight:500;padding:12px 16px;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.total-hint{color:#64748b;display:block;font-size:14px;font-style:italic;font-weight:500;margin-top:.75rem}.items-section{border-top:2px solid #f1f5f9;margin-top:3rem;padding-top:2rem}.items-section h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.add-item-row,.item-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.item-name{flex:3 1}.item-quantity{flex:1 1;text-align:center}.item-price{flex:1 1}.remove-item-button{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:50%;box-shadow:0 2px 8px #ef44444d;color:#fff;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.remove-item-button:hover{box-shadow:0 4px 12px #ef444466;transform:translateY(-1px)}.add-item-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 8px #10b9814d;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s ease}.add-item-button:hover:not(:disabled){box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.add-item-button:disabled{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);box-shadow:none;color:#64748b;cursor:not-allowed;transform:none}.add-item-row{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:12px;padding:1.5rem}.ocr-text-section{border-top:2px solid #f1f5f9;margin-top:3rem;padding-top:2rem}.ocr-text-section h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.ocr-text-section textarea{background:linear-gradient(135deg,#f8fafc,#f1f5f9);font-family:Courier New,monospace;font-size:14px;line-height:1.6;resize:vertical}.ocr-text-section small{color:#64748b;display:block;font-weight:500;margin-top:.5rem}.metadata-section{border-top:2px solid #f1f5f9;color:#64748b;font-size:14px;font-weight:500;line-height:1.6;margin-top:2rem;padding-top:2rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border:1px solid #fff3;border-radius:16px;box-shadow:0 20px 40px #0003;max-width:480px;padding:2.5rem;width:90%}.modal-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal-content p{color:#64748b;font-weight:500;line-height:1.6}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-button{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#475569;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .2s ease}.cancel-button:hover{background:#f1f5f9;border-color:#cbd5e1}.confirm-delete-button{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #ef44444d;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .2s ease}.confirm-delete-button:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-1px)}.error-container,.loading-container{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;color:#64748b;display:flex;font-size:18px;font-weight:600;justify-content:center;min-height:400px}@media (max-width:1024px){.receipt-detail-content{gap:2rem;grid-template-columns:1fr}.image-section{max-height:600px}.receipt-detail-container{padding:1.5rem}.receipt-detail-header{padding:1.5rem 2rem}}@media (max-width:768px){.receipt-detail-container{padding:1rem}.receipt-detail-header{align-items:flex-start;flex-direction:column;gap:1.5rem;padding:1.5rem}.receipt-detail-header h2{font-size:1.5rem}.header-actions{flex-wrap:wrap;gap:.75rem;justify-content:space-between;width:100%}.add-item-row,.item-row{align-items:stretch;flex-direction:column;gap:.75rem}.item-name,.item-price,.item-quantity{flex:none}.edit-section,.image-section{padding:1.5rem}.modal-content{margin:1rem;padding:2rem}}.App{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-app{color:#64748b;font-size:18px;font-weight:600}.loading-app,.not-found{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;min-height:100vh}.not-found{flex-direction:column;padding:2rem;text-align:center}.not-found h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:3rem;font-weight:700;margin-bottom:1rem}.not-found p{color:#64748b;font-size:1.125rem;margin-bottom:2rem;max-width:400px}.not-found button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;box-shadow:0 4px 12px #3b82f64d;color:#fff;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.not-found button:hover{box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.container-lg{margin:0 auto;max-width:1400px;padding:0 1.5rem}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.page-exit{opacity:1}.page-exit-active{opacity:0;transition:opacity .3s}
/*# sourceMappingURL=main.d97a3f6d.css.map*/