*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#1a1a2e;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:40px 20px}.header{text-align:center;margin-bottom:40px;color:#fff}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.header p{font-size:1.1rem;opacity:.9}.card{background:#fff;border-radius:20px;padding:30px;margin-bottom:24px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026}.card.highlight{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card-header h2{margin-bottom:0}h2{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin-bottom:20px;display:flex;align-items:center;gap:8px}.total-asset{text-align:center;padding:20px}.total-asset h2{font-size:1.2rem;color:#ffffffe6;margin-bottom:15px;justify-content:center}.total-amount{font-size:3.5rem;font-weight:700;color:#fff;margin:20px 0;text-shadow:0 2px 4px rgba(0,0,0,.1)}.total-amount.negative{color:#ff6b6b}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:24px}.chart-container{height:350px;margin-top:20px;border-radius:12px;overflow:hidden}.accounts-list{margin-top:20px}.account-manage-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-radius:12px;margin-bottom:12px;background:#f8f9fa;border:1px solid #e9ecef;transition:all .2s ease}.account-manage-item:hover{background:#e9ecef;transform:translate(5px)}.account-manage-item .account-info{display:flex;flex-direction:column;gap:4px;flex:1}.account-manage-item .account-name{font-weight:600;font-size:1.1rem;color:#1a1a2e}.account-manage-item .account-type{font-size:.85rem;color:#6c757d;text-transform:capitalize}.account-manage-item .btn-delete{background:transparent;color:#dc3545;border:1px solid #dc3545;padding:8px 20px;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:auto;min-height:36px;margin:0 0 0 16px}.account-manage-item .btn-delete:hover{background:#dc3545;color:#fff}.account-manage-item .btn-delete:active{transform:scale(.95)}.account-item{display:flex;justify-content:space-between;align-items:center;padding:20px;border-radius:12px;margin-bottom:12px;background:#f8f9fa;border:1px solid #e9ecef;transition:all .2s ease}.account-item:hover{background:#e9ecef;transform:translate(5px)}.account-info{display:flex;flex-direction:column;gap:4px}.account-name{font-weight:600;font-size:1.1rem;color:#1a1a2e}.account-type{font-size:.85rem;color:#6c757d;text-transform:capitalize}.account-amount{font-weight:700;font-size:1.2rem;color:#1a1a2e}.account-amount.negative{color:#ff6b6b}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#1a1a2e;font-size:.95rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}input,select{width:100%;padding:14px 18px;border:2px solid #e9ecef;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}input:focus,select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}input:disabled,select:disabled{background:#f8f9fa;cursor:not-allowed}button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;margin-top:10px}button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}button:active:not(:disabled){transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background:#fff;color:#667eea;border:2px solid #667eea;width:auto;margin:0}.btn-outline:hover:not(:disabled){background:#667eea;color:#fff}.btn-secondary{background:#6c757d}.btn-secondary:hover:not(:disabled){background:#5a6268;box-shadow:0 8px 20px #6c757d4d}.btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a24);width:auto;padding:10px 20px;font-size:.9rem}.btn-danger:hover:not(:disabled){box-shadow:0 8px 20px #ff6b6b4d}.form-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.form-actions button{margin:0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:#fff;border-radius:20px;padding:30px;width:100%;max-width:480px;box-shadow:0 25px 50px #00000040;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.modal-header h3{font-size:1.3rem;font-weight:600;color:#1a1a2e;margin:0}.close-btn{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;width:auto;padding:0;margin:0;line-height:1;transition:color .2s ease}.close-btn:hover{color:#1a1a2e;transform:none;box-shadow:none}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.success-message{background:linear-gradient(135deg,#51cf66,#40c057);color:#fff;padding:16px 20px;border-radius:12px;margin-bottom:20px;font-weight:500;animation:slideDown .3s ease-out;box-shadow:0 4px 12px #51cf664d}.error-message{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:16px 20px;border-radius:12px;margin-bottom:20px;font-weight:500;animation:slideDown .3s ease-out;box-shadow:0 4px 12px #ff6b6b4d}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.empty-message{text-align:center;padding:40px;color:#6c757d;font-style:italic;background:#f8f9fa;border-radius:12px;border:2px dashed #e9ecef}.loading{display:inline-block;width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin:0 auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#6c757d}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.container{padding:16px 12px;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.header{margin-bottom:24px}.header h1{font-size:1.5rem;line-height:1.3}.header p{font-size:.9rem}.card{padding:16px;margin-bottom:16px;border-radius:16px;-webkit-tap-highlight-color:transparent}.card:active{transform:scale(.98)}.total-asset{padding:16px}.total-asset h2{font-size:1rem}.total-amount{font-size:2rem;margin:12px 0}.charts-grid{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.chart-container{height:280px;margin-top:12px}.account-item{padding:16px;margin-bottom:10px;min-height:60px;border-radius:12px}.account-item:active{transform:scale(.98);background:#e9ecef}.account-name{font-size:1rem}.account-type{font-size:.8rem}.account-amount{font-size:1.1rem}.form-group{margin-bottom:16px}.form-group label{font-size:.9rem;margin-bottom:6px}.form-row{grid-template-columns:1fr;gap:12px}input,select{padding:16px 14px;font-size:16px;border-radius:10px;min-height:50px}button{padding:16px 20px;font-size:1rem;border-radius:10px;min-height:50px;-webkit-tap-highlight-color:rgba(102,126,234,.2)}button:active:not(:disabled){transform:scale(.96)}.btn-outline{padding:12px 16px;min-height:44px;font-size:.9rem}.btn-danger{padding:12px 16px;min-height:44px;font-size:.85rem;width:auto}.form-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.modal-overlay{padding:0;align-items:flex-end}.modal{border-radius:20px 20px 0 0;max-width:100%;max-height:90vh;overflow-y:auto;padding:24px 20px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.modal-header{margin-bottom:20px}.modal-header h3{font-size:1.2rem}h2{font-size:1.2rem;margin-bottom:16px}.card-header{flex-direction:column;align-items:flex-start;gap:12px}.card-header h2{margin-bottom:0}.success-message,.error-message{padding:14px 16px;font-size:.95rem;border-radius:10px}.loading-container{padding:40px 20px}.empty-message{padding:30px 20px;font-size:.95rem}}@media (max-width: 374px){.container{padding:12px 10px}.header h1{font-size:1.3rem}.total-amount{font-size:1.8rem}.chart-container{height:240px}.account-item{padding:14px}input,select,button{padding:14px 12px}}@media (max-height: 500px) and (orientation: landscape){.container{padding:12px 20px}.charts-grid{grid-template-columns:1fr 1fr}.chart-container{height:200px}.modal{max-height:95vh}}@media (min-width: 769px) and (max-width: 1024px){.container{padding:30px 24px}.charts-grid{grid-template-columns:1fr 1fr}.chart-container{height:300px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{animation:fadeInUp .5s ease-out}.card:nth-child(1){animation-delay:.1s}.card:nth-child(2){animation-delay:.2s}.card:nth-child(3){animation-delay:.3s}.card:nth-child(4){animation-delay:.4s}.card:nth-child(5){animation-delay:.5s}
