.app[data-v-c06c1148]{min-height:100vh;display:flex;flex-direction:column}.topbar[data-v-c06c1148]{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.brand[data-v-c06c1148]{font-weight:600}.topbar-right[data-v-c06c1148]{display:flex;align-items:center;gap:1rem}.email[data-v-c06c1148]{color:var(--color-text-muted);font-size:.9rem}.main[data-v-c06c1148]{flex:1;padding:1.5rem}.login[data-v-ca4d9fb2]{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 3rem)}.card[data-v-ca4d9fb2]{width:100%;max-width:400px;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}h1[data-v-ca4d9fb2]{margin:0 0 .25rem;font-size:1.4rem}.subtitle[data-v-ca4d9fb2]{margin:0 0 1.5rem;color:var(--color-text-muted);font-size:.95rem}form[data-v-ca4d9fb2]{display:flex;flex-direction:column;gap:.8rem}label[data-v-ca4d9fb2]{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--color-text-muted)}.error[data-v-ca4d9fb2]{margin:1rem 0 0;padding:.6rem .8rem;background:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:var(--radius-sm);color:var(--color-danger);font-size:.9rem}.dashboard[data-v-d0cc50e3]{max-width:1200px;margin:0 auto}.page-header[data-v-d0cc50e3]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}h1[data-v-d0cc50e3]{margin:0;font-size:1.4rem}.stats[data-v-d0cc50e3]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1.25rem}.stat[data-v-d0cc50e3]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem}.stat-label[data-v-d0cc50e3]{color:var(--color-text-muted);font-size:.85rem}.stat-value[data-v-d0cc50e3]{margin-top:.25rem;font-size:1.4rem;font-weight:600}.error[data-v-d0cc50e3]{padding:.7rem .9rem;background:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:var(--radius-sm);color:var(--color-danger)}.empty[data-v-d0cc50e3]{padding:2rem;text-align:center;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.table-wrap[data-v-d0cc50e3]{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:auto}table[data-v-d0cc50e3]{width:100%;border-collapse:collapse;font-size:.92rem}th[data-v-d0cc50e3],td[data-v-d0cc50e3]{padding:.7rem .9rem;text-align:left;border-bottom:1px solid var(--color-border);white-space:nowrap}th[data-v-d0cc50e3]{background:var(--color-surface-elevated);font-weight:600;color:var(--color-text-muted);font-size:.82rem;text-transform:uppercase;letter-spacing:.03em}tr.members td[data-v-d0cc50e3]{background:#ffffff08;font-size:.85rem;color:var(--color-text-muted);white-space:normal}.members-label[data-v-d0cc50e3]{font-weight:600;margin-right:.5rem}.member[data-v-d0cc50e3]:not(:last-child):after{content:", "}.badge[data-v-d0cc50e3]{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;background:var(--color-surface-elevated);color:var(--color-text-muted)}.badge[data-status=paid][data-v-d0cc50e3]{background:#34d39926;color:var(--color-success)}.badge[data-status=pending_payment][data-v-d0cc50e3],.badge[data-status=draft][data-v-d0cc50e3]{background:#fbbf2426;color:var(--color-warning)}.badge[data-status=cancelled][data-v-d0cc50e3],.badge[data-status=rejected][data-v-d0cc50e3]{background:var(--color-danger-bg);color:var(--color-danger)}:root{--color-bg: #1a1a1a;--color-surface: #2d2d2d;--color-surface-elevated: #3a3a3a;--color-border: #3a3a3a;--color-text: #e0e0e0;--color-text-muted: #888888;--color-primary: #60a5fa;--color-primary-hover: #4d94e8;--color-danger: #ef4444;--color-danger-bg: rgba(239, 68, 68, .12);--color-danger-border: rgba(239, 68, 68, .4);--color-success: #34d399;--color-warning: #fbbf24;--radius: 10px;--radius-sm: 6px;color-scheme:dark;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--color-text)}*{box-sizing:border-box}body{margin:0;background:var(--color-bg);min-height:100vh}button{font:inherit;cursor:pointer;border:none;border-radius:var(--radius-sm);padding:.6rem 1rem;background:var(--color-primary);color:#0b0b0b;font-weight:600;transition:background .15s}button:hover:not(:disabled){background:var(--color-primary-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-border);font-weight:500}button.secondary:hover:not(:disabled){background:var(--color-surface-elevated)}input{font:inherit;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem .7rem;background:var(--color-bg);color:var(--color-text);width:100%}input:focus{outline:none;border-color:var(--color-primary)}input::placeholder{color:#5a5a5a}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}::selection{background:#60a5fa59}
