:root{--bg-dark:#0f172a;--bg-card:#1e293b;--bg-card-hover:#334155;--primary:#8b5cf6;--primary-hover:#7c3aed;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--text-main:#f8fafc;--text-muted:#94a3b8;--border-color:#ffffff1a;--radius-lg:16px;--radius-md:12px;--radius-sm:8px;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-sans);min-height:100vh;min-height:-webkit-fill-available;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}.container{width:100%;max-width:600px;padding:1rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom,0px));flex-direction:column;flex:1;margin:0 auto;display:flex}.center-screen{justify-content:center;align-items:center;padding-bottom:1rem}.muted{color:var(--text-muted)}.app-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.app-header h1{font-size:1.5rem;font-weight:700}.app-header p{margin-top:.15rem;font-size:.9rem}.offline-badge{color:var(--warning);border-radius:var(--radius-sm);white-space:nowrap;background:#f59e0b1f;align-items:center;gap:.35rem;padding:.3rem .55rem;font-size:.8rem;display:inline-flex}.tabs{border-radius:var(--radius-md);background:#1e293bb3;gap:.4rem;margin-bottom:1rem;padding:.3rem;display:flex}.tab{border-radius:var(--radius-sm);min-height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:.4rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.tab-active{background:var(--primary);color:#fff}.tab-panel{flex:1}.list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.row{text-align:left;border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:inherit;cursor:pointer;background:#1e293bd9;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;font-family:inherit;transition:background .15s;display:flex}.row:hover{background:var(--bg-card-hover)}.row-static{cursor:default}.row-static:hover{background:#1e293bd9}.row-me{border-color:#8b5cf680}.row-main{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.row-title{overflow-wrap:anywhere;align-items:center;gap:.4rem;font-size:1rem;font-weight:600;display:flex}.row-sub{color:var(--text-muted);align-items:baseline;gap:.5rem;font-size:.875rem;display:flex}.row-date{opacity:.7;font-size:.8rem}.row-icon{color:var(--text-muted);flex-shrink:0}.transfer-line{gap:.35rem}.chip{text-transform:uppercase;letter-spacing:.03em;color:var(--primary);background:#8b5cf626;border-radius:999px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.balance{text-align:right;white-space:nowrap;flex-shrink:0;font-size:.95rem;font-weight:600}.balance-owes{color:var(--warning)}.balance-owed{color:var(--success)}.balance-none{color:var(--text-muted);font-weight:500}.section{margin-top:1.75rem}.section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem;font-weight:700}.glass-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#1e293bd9;padding:1.5rem;box-shadow:0 8px 32px #0000005e}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.empty-state h2{font-size:1.15rem}.empty-state p{color:var(--text-muted);font-size:.95rem}.empty-icon{color:var(--text-muted)}.empty-icon.success{color:var(--success)}.btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:52px;padding:.85rem 1.25rem;font-family:inherit;font-size:1.05rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:var(--primary);color:#fff;flex:1}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-ghost{color:var(--text-main);border:1px solid var(--border-color);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg-card-hover)}.btn-danger{color:var(--error);background:#ef444426}.btn-danger:hover:not(:disabled){background:#ef444440}.btn-small{flex-shrink:0;min-height:38px;padding:.4rem .85rem;font-size:.9rem}.btn-icon-only{flex:none;width:52px;padding:0}.icon-btn{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--bg-card-hover);color:var(--text-main)}.fab{right:max(1rem,50vw - 300px + 1rem);bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:background .15s,transform .1s;display:flex;position:fixed;box-shadow:0 8px 24px #8b5cf673}.fab:hover{background:var(--primary-hover)}.fab:active{transform:scale(.94)}.sheet-backdrop,.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;background:#020617b3;display:flex;position:fixed;inset:0}.sheet-backdrop{justify-content:center;align-items:flex-end}.modal-backdrop{z-index:30;justify-content:center;align-items:center;padding:1rem}.sheet{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:600px;max-height:92vh;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));flex-direction:column;gap:1rem;animation:.2s ease-out sheet-up;display:flex;overflow-y:auto}@keyframes sheet-up{0%{opacity:.6;transform:translateY(3%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.sheet{animation:none}}.sheet-header{justify-content:space-between;align-items:center;display:flex}.sheet-header h2{font-size:1.2rem}.sheet-actions{gap:.6rem;margin-top:.25rem;display:flex}.modal{flex-direction:column;gap:.75rem;max-width:380px;display:flex}.modal-actions{gap:.6rem;margin-top:.5rem;display:flex}.modal-actions .btn{flex:1}.field{flex-direction:column;gap:.35rem;display:flex}.field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.8rem;font-weight:600}.input{width:100%;min-height:48px;color:var(--text-main);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#0f172acc;padding:.7rem .85rem;font-family:inherit;font-size:1rem}.input:focus{border-color:var(--primary);outline:none}.input-compact{text-align:right;width:120px;min-height:40px}.input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input[type=number]{appearance:textfield}.checkbox-list{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}.checkbox-row{border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;background:#0f172acc;align-items:center;gap:.5rem;padding:.6rem .7rem;font-size:.95rem;display:flex}.checkbox-row input{width:18px;height:18px;accent-color:var(--primary)}.amount-list{flex-direction:column;gap:.4rem;display:flex}.amount-row{justify-content:space-between;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.hint{color:var(--text-muted);font-size:.85rem}.hint-ok{color:var(--success)}.hint-warn{color:var(--warning)}.form-error{color:var(--error);border-radius:var(--radius-sm);background:#ef44441f;padding:.6rem .75rem;font-size:.9rem}.transfer-me{color:var(--text-muted)}
