:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{max-width:1000px;margin:0 auto;padding:2rem}.container.login-view{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}h1{color:#2c3e50;margin-bottom:.5rem}h2{color:#34495e;margin-top:2rem;margin-bottom:1rem}.login-form{max-width:500px;margin:2rem auto;padding:2rem;background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000001a}.login-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#495057;text-align:left}.login-form input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;box-sizing:border-box}.login-form button{width:100%;padding:.75rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.login-form button:hover:not(:disabled){background:#0056b3}.login-form button:disabled{background:#6c757d;cursor:not-allowed}.help-text{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #dee2e6;font-size:.9rem;color:#6c757d;text-align:left}.help-text a{color:#007bff;text-decoration:none}.help-text a:hover{text-decoration:underline}.oauth-button{width:100%;padding:1rem;background:#007bff;color:#fff;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:1.5rem}.oauth-button:hover{background:#0056b3}.loading{text-align:center;padding:2rem;color:#495057;font-size:1.1rem}.logout-button{padding:.5rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.logout-button:hover{background:#5a6268}.budget-selector{display:flex;gap:1rem;align-items:center;margin:2rem 0;padding:1.5rem;background:#f8f9fa;border-radius:8px}.budget-selector label{font-weight:600;color:#495057}.budget-selector select{flex:1;padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem;background:#fff}.budget-selector button{padding:.75rem 1.5rem;background:#28a745;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.budget-selector button:hover:not(:disabled){background:#218838}.budget-selector button:disabled{background:#6c757d;cursor:not-allowed}.error{padding:1rem;margin:1rem 0;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px}.results{margin-top:2rem}.charge-card{margin-bottom:1.5rem;padding:1.5rem;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 2px 4px #0000000d}.charge-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.charge-header h3{margin:0;color:#2c3e50;flex:1}.charge-stats{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.charge-stats span{padding:.25rem .75rem;border-radius:4px;font-size:.9rem;white-space:nowrap}.amount{background:#d4edda;color:#155724;font-weight:600}.frequency{background:#d1ecf1;color:#0c5460}.count{background:#e2e3e5;color:#383d41}.last-charge{color:#6c757d;font-size:.9rem;margin-bottom:.75rem}details{margin-top:1rem}summary{cursor:pointer;color:#007bff;font-weight:600;padding:.5rem 0;-webkit-user-select:none;user-select:none}summary:hover{color:#0056b3}table{width:100%;margin-top:1rem;border-collapse:collapse;font-size:.9rem}th{background:#f8f9fa;padding:.75rem;text-align:left;font-weight:600;border-bottom:2px solid #dee2e6;color:#495057}td{padding:.75rem;border-bottom:1px solid #dee2e6}tr:hover{background:#f8f9fa}.no-results{text-align:center;padding:3rem;color:#6c757d}.analyzing-message{text-align:center;padding:2rem;color:#495057;font-size:1.1rem;background:#e9ecef;border-radius:8px;margin:1rem 0}@media(max-width:768px){.container{padding:1rem}.header{flex-direction:column;align-items:flex-start;gap:1rem}.header h1{font-size:1.5rem}.budget-selector{flex-direction:column;align-items:stretch}.budget-selector button{width:100%}.charge-header{flex-direction:column}.charge-stats{width:100%;justify-content:flex-start}}
