*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f4f8;color:#1a202c;min-height:100vh}.app-header{background:linear-gradient(135deg,#1e3a5f,#2d6a9f);color:#fff;padding:1.25rem 2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0003}.header-logo{width:48px;height:48px;background:#fff;border-radius:8px}.header-text h1{font-size:1.5rem;font-weight:700}.header-text p{font-size:.875rem;opacity:.85;margin-top:2px}.app-main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.app-subtitle{text-align:center;color:#4a5568;margin-bottom:2rem;font-size:.95rem}.app-grid{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}@media (max-width: 900px){.app-grid{grid-template-columns:1fr}}.section-card{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000014;margin-bottom:1.25rem;overflow:hidden}.section-header{width:100%;background:none;border:none;cursor:pointer;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;text-align:left}.section-header:hover{background:#f8fafc}.section-header-left h2{font-size:1.05rem;font-weight:700;color:#1a202c}.section-header-left p{font-size:.8rem;color:#718096;margin-top:2px}.chevron{color:#718096;transition:transform .2s;font-size:.75rem}.chevron.open{transform:rotate(180deg)}.section-body{padding:0 1.5rem 1.5rem;border-top:1px solid #e2e8f0}.debt-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1rem;margin-top:1rem}.debt-card-name-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.debt-name-input{flex:1;padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;background:#fff}.debt-name-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e133}.delete-btn{background:none;border:none;cursor:pointer;color:#e53e3e;padding:.25rem;border-radius:4px;font-size:1.1rem;display:flex;align-items:center}.delete-btn:hover{background:#fff5f5}.debt-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-bottom:.5rem}@media (max-width: 600px){.debt-fields{grid-template-columns:1fr}}.field-group label{display:block;font-size:.75rem;font-weight:600;color:#4a5568;margin-bottom:.3rem}.field-group input{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9rem;background:#fff}.field-group input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e133}.field-hint{font-size:.72rem;color:#718096;margin-top:3px}.debt-result{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.6rem 1rem;display:flex;justify-content:space-between;font-size:.85rem;color:#4a5568;margin-top:.5rem}.debt-result strong{color:#1a202c}.debt-error{background:#fff5f5;border:1px solid #feb2b2;border-radius:6px;padding:.6rem 1rem;color:#c53030;font-size:.82rem;margin-top:.5rem}.add-btn{width:100%;padding:.9rem;background:#e05a2b;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.5rem;transition:background .15s}.add-btn:hover{background:#c04e24}.summary-panel{background:#fff;border-radius:12px;box-shadow:0 1px 4px #00000014;padding:1.5rem;position:sticky;top:1.5rem}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.summary-header h2{font-size:1.1rem;font-weight:700}.pdf-btn{display:flex;align-items:center;gap:.4rem;background:#1e3a5f;color:#fff;border:none;border-radius:6px;padding:.5rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.pdf-btn:hover{background:#2d6a9f}.summary-stat{margin-bottom:1.1rem}.summary-stat .label{font-size:.8rem;color:#718096;margin-bottom:2px}.summary-stat .value{font-size:1.6rem;font-weight:800;color:#1a202c}.summary-stat .sub{font-size:.78rem;color:#718096;margin-top:3px}.summary-tip{background:#ebf8ff;border-radius:8px;padding:.85rem 1rem;font-size:.82rem;color:#2b6cb0;line-height:1.5;margin-top:1rem}.summary-tip strong{font-weight:700}.reset-row{display:flex;justify-content:center;margin-top:2rem}.reset-btn{padding:.7rem 2.5rem;background:#fff;border:1px solid #cbd5e0;border-radius:8px;font-size:.9rem;color:#4a5568;cursor:pointer}.reset-btn:hover{background:#f7fafc}.app-footer{background:#1e3a5f;color:#fff;padding:1.25rem 2rem;display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.footer-link{color:#fff;text-decoration:none;font-size:.85rem;display:flex;align-items:center;gap:.4rem;opacity:.85}.footer-link:hover{opacity:1}
