:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f1f5f9}*{box-sizing:border-box}body{margin:0;background:#e5e7eb}button,input,select{font:inherit}.app-shell{min-height:100vh;background:#e5e7eb;color:#0f172a}.phone-frame{max-width:430px;margin:0 auto;min-height:100vh;background:#fff;box-shadow:0 10px 30px #00000014}.content{padding:16px 16px 110px;display:flex;flex-direction:column;gap:16px}.header{position:sticky;top:0;z-index:10;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e2e8f0;margin:0 -16px;padding:12px 16px}.header-row,.between{display:flex;justify-content:space-between;align-items:center;gap:12px}.eyebrow{font-size:12px;color:#64748b}.title{font-size:22px;font-weight:800;margin:0}.total-value{font-size:18px;font-weight:800}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.card{background:#fff;border-radius:24px;box-shadow:0 1px 3px #0f172a14;border:1px solid #f1f5f9;overflow:hidden}.card-header{padding:16px 16px 8px}.card-title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:18px}.card-body{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px}.label{font-size:14px;color:#334155;margin-bottom:6px;display:block}.input,.select,.button{width:100%;border-radius:14px;border:1px solid #cbd5e1;background:#fff;padding:12px 14px;min-height:44px}.input:focus,.select:focus{outline:2px solid #93c5fd;outline-offset:1px}.two-col,.task-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.task-card{background:#f1f5f9;border-radius:18px;padding:12px;display:flex;flex-direction:column;gap:8px}.task-row{display:flex;align-items:center;gap:8px}.icon-btn{width:40px;min-width:40px;height:40px;border-radius:12px;border:none;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.button{border:none;cursor:pointer;background:#0f172a;color:#fff;font-weight:600}.button.secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.button.ghost-selected{background:#0f172a;color:#fff}.button.ghost{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.button-row{display:flex;gap:12px}.add-row{display:flex;justify-content:flex-end}.stat-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px}.stat-muted{color:#64748b}.stat-total{padding-top:12px;border-top:1px solid #e2e8f0;font-size:18px;font-weight:800}.pill-box{background:#f1f5f9;border-radius:16px;padding:10px 12px;display:flex;justify-content:space-between;font-size:14px}.bottom-bar{position:fixed;left:0;right:0;bottom:0}.bottom-inner{max-width:430px;margin:0 auto;background:#fff;border-top:1px solid #e2e8f0;padding:12px 16px 18px}.quote-item{background:#f1f5f9;border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px}.small{font-size:12px;color:#64748b}.empty{background:#f1f5f9;border-radius:16px;padding:16px;font-size:14px;color:#475569}@media (max-width: 360px){.task-grid,.two-col,.segmented{grid-template-columns:1fr}}
