*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.4;color:#e0e0e0;background-color:#1a1a2e;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}html,body{min-height:100vh;min-height:100dvh;overscroll-behavior:none;overflow:auto;-webkit-overflow-scrolling:touch}html{overflow:hidden}body{overflow:auto}#root{height:100vh;height:100dvh;padding:.75rem;max-width:480px;margin:0 auto;overflow:hidden}.dashboard{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2.5rem;height:100%;overflow:hidden}.settings-btn{position:absolute;top:0;right:0;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888;padding:.5rem}.setup-prompt{text-align:center;margin-top:30vh}.setup-text{color:#888;margin-bottom:1rem;font-size:1.1rem}.setup-btn{background:#16213e;color:#e0e0e0;border:1px solid #333;border-radius:12px;padding:.8rem 2rem;font-size:1rem;cursor:pointer}.budget-display{text-align:center;margin-top:1rem}.budget-label{color:#888;font-size:.85rem;margin-bottom:.25rem}.budget-main{display:flex;align-items:baseline;justify-content:center;gap:.15em;line-height:1.2}.budget-actual{font-size:3.2rem;font-weight:700;color:#4ecca3}.budget-actual.negative{color:#e74c3c}.budget-separator{font-size:1.6rem;color:#555;margin:0 .1em}.budget-anchor{font-size:1.6rem;font-weight:500;color:#888}.budget-currency{font-size:1.6rem;color:#888}.budget-details{display:flex;justify-content:center;gap:1.5rem;margin-top:.5rem;color:#666;font-size:.8rem}.mode-toggle{display:flex;background:#16213e;border-radius:10px;padding:3px;width:100%}.mode-btn{flex:1;background:none;border:none;border-radius:8px;padding:.4rem;font-size:.85rem;color:#888;cursor:pointer;transition:all .2s}.mode-btn.active{background:#4ecca3;color:#1a1a2e;font-weight:600}.input-section{display:flex;gap:.5rem;width:100%}.amount-input{flex:1;background:#16213e;border:1px solid #333;border-radius:10px;padding:.6rem .8rem;font-size:1rem;color:#e0e0e0;outline:none;-moz-appearance:textfield}.amount-input::-webkit-outer-spin-button,.amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amount-input:focus{border-color:#4ecca3}.apply-btn{background:#4ecca3;color:#1a1a2e;border:none;border-radius:10px;padding:.6rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.apply-btn:disabled{opacity:.4;cursor:default}.quick-buttons{width:100%;display:flex;flex-direction:column;gap:.4rem}.quick-row{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}.quick-btn{border:1px solid #333;border-radius:8px;padding:.5rem .1rem;font-size:.8rem;font-weight:500;cursor:pointer;background:#16213e;color:#e0e0e0}.quick-btn.plus{color:#4ecca3}.quick-btn.minus{color:#e74c3c}.today-log{width:100%;margin-top:.5rem;min-height:0;flex:1;display:flex;flex-direction:column}.log-header{font-size:.8rem;color:#666;margin-bottom:.4rem;flex-shrink:0}.log-entries{display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.log-entries::-webkit-scrollbar{display:none}.log-entry{display:flex;align-items:center;gap:.75rem;padding:.4rem .6rem;background:#16213e;border-radius:8px;font-size:.8rem}.log-time{color:#555;flex-shrink:0}.log-amount{font-weight:600}.log-amount.plus{color:#4ecca3}.log-amount.minus{color:#e74c3c}.log-amount.set{color:#f0c040}.log-balance{margin-left:auto;color:#888;flex-shrink:0}.settings{padding-top:1rem}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.settings-header h2{font-size:1.3rem;font-weight:600}.back-btn{background:none;border:none;color:#4ecca3;font-size:1rem;cursor:pointer;padding:.5rem}.settings-section{margin-bottom:2rem}.settings-section h3{font-size:1rem;font-weight:600;margin-bottom:.3rem}.settings-hint{color:#666;font-size:.85rem;margin-bottom:.75rem}.days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.4rem}.day-btn{aspect-ratio:1;border:1px solid #333;border-radius:8px;background:#16213e;color:#e0e0e0;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.day-btn.active{background:#4ecca3;color:#1a1a2e;font-weight:600;border-color:#4ecca3}.balance-form{display:flex;gap:.5rem}.reset-section{margin-top:1rem;padding-top:1.5rem;border-top:1px solid #333}.reset-btn{width:100%;padding:.7rem;border:1px solid #e74c3c;border-radius:10px;background:none;color:#e74c3c;font-size:.9rem;cursor:pointer}.reset-btn.confirm{background:#e74c3c;color:#fff}.reset-btn.cancel{border-color:#555;color:#888}.reset-warning{color:#e74c3c;font-size:.85rem;margin-bottom:.5rem}.reset-actions{display:flex;gap:.5rem}
