:root{--bg: #1a1a2e;--bg-card: #16213e;--bg-hover: #0f3460;--accent: #e94560;--accent-2: #533483;--text: #e0e0e0;--text-muted:#9e9e9e;--border: #2a2a4a;--sidebar-w: 220px;--topbar-h: 56px;--radius: 6px;--font: "Segoe UI", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;border-radius:var(--radius);padding:6px 14px;font-size:14px;font-family:inherit;background:var(--accent);color:#fff;transition:opacity .15s}button:hover{opacity:.85}button.secondary{background:var(--bg-hover)}button.danger{background:#c0392b}input,select,textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:inherit;font-size:14px;padding:6px 10px;outline:none;width:100%}input:focus,select:focus{border-color:var(--accent)}table{width:100%;border-collapse:collapse}th{text-align:left;color:var(--text-muted);font-weight:500;padding:8px 12px;border-bottom:1px solid var(--border)}td{padding:8px 12px;border-bottom:1px solid var(--border)}tr:last-child td{border-bottom:none}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.error{color:var(--accent);font-size:13px}.muted{color:var(--text-muted)}.page{padding:24px;max-width:1100px}h1{font-size:22px;font-weight:600;margin-bottom:16px}h2{font-size:16px;font-weight:600;margin-bottom:12px}.shell.svelte-1c2qgjh.svelte-1c2qgjh{display:flex;height:100vh;overflow:hidden}.sidebar.svelte-1c2qgjh.svelte-1c2qgjh{width:var(--sidebar-w);background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0}.logo.svelte-1c2qgjh.svelte-1c2qgjh{padding:18px 16px 12px;font-size:18px;font-weight:700;color:var(--accent);letter-spacing:.5px}ul.svelte-1c2qgjh.svelte-1c2qgjh{list-style:none;flex:1}li.svelte-1c2qgjh a.svelte-1c2qgjh{display:flex;align-items:center;gap:10px;padding:10px 16px;color:var(--text-muted);text-decoration:none;border-radius:4px;margin:2px 8px;transition:background .1s,color .1s}li.svelte-1c2qgjh a.svelte-1c2qgjh:hover,li.active.svelte-1c2qgjh a.svelte-1c2qgjh{background:var(--bg-hover);color:var(--text);text-decoration:none}.icon.svelte-1c2qgjh.svelte-1c2qgjh{font-size:16px;width:20px;text-align:center}.main-wrap.svelte-1c2qgjh.svelte-1c2qgjh{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar.svelte-1c2qgjh.svelte-1c2qgjh{height:var(--topbar-h);background:var(--bg-card);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 20px;flex-shrink:0}.spacer.svelte-1c2qgjh.svelte-1c2qgjh{flex:1}.user.svelte-1c2qgjh.svelte-1c2qgjh{display:flex;align-items:center;gap:10px}.user.svelte-1c2qgjh span.svelte-1c2qgjh{color:var(--text-muted);font-size:13px}main.svelte-1c2qgjh.svelte-1c2qgjh{flex:1;overflow-y:auto}.login-wrap.svelte-y91t7u{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--bg)}.login-card.svelte-y91t7u{display:flex;flex-direction:column;align-items:center;gap:16px;width:340px;padding:40px 32px;text-align:center}h1.svelte-y91t7u{font-size:24px;margin-bottom:0}.login-btn.svelte-y91t7u{display:inline-flex;align-items:center;gap:10px;background:#5865f2;color:#fff;padding:12px 24px;border-radius:var(--radius);font-weight:600;font-size:15px;text-decoration:none;margin-top:8px;transition:opacity .15s}.login-btn.svelte-y91t7u:hover{opacity:.88;text-decoration:none}.stat-row.svelte-1856ye4{display:flex;gap:16px;flex-wrap:wrap}.stat.svelte-1856ye4{min-width:140px;text-align:center}.stat-value.svelte-1856ye4{font-size:32px;font-weight:700;color:var(--accent)}.stat-label.svelte-1856ye4{margin-top:4px}.clickable.svelte-iup2nw.svelte-iup2nw{cursor:pointer}.clickable.svelte-iup2nw:hover td.svelte-iup2nw{background:var(--bg-hover)}.note-item.svelte-1g84w62{border-bottom:1px solid var(--border)}.note-item.svelte-1g84w62:last-child{border-bottom:none}.group-row.svelte-140pl1n{display:flex;flex-direction:column;gap:6px;padding-top:10px;padding-bottom:10px;padding-right:12px;border-bottom:1px solid var(--border)}.group-row.svelte-140pl1n:last-child{border-bottom:none}.row-main.svelte-140pl1n{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.name.svelte-140pl1n{font-weight:500;flex:1;min-width:80px}.count-btn.svelte-140pl1n{padding:3px 10px;font-size:12px;color:var(--text-muted)}.actions.svelte-140pl1n{display:flex;gap:6px;flex-wrap:wrap;margin-left:auto}.add-member.svelte-140pl1n{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.member-list.svelte-140pl1n{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0 2px}.member-chip.svelte-140pl1n{display:inline-flex;align-items:center;gap:4px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:2px 6px}.login-wrap.svelte-r9fttf{display:flex;align-items:center;justify-content:center;height:100vh}.login-card.svelte-r9fttf{display:flex;flex-direction:column;align-items:center;width:340px;padding:40px 32px}
