.login-form[data-v-1dae8a4f]{display:flex;flex-direction:column;gap:16px}.login-form__title[data-v-1dae8a4f]{margin:0 0 12px;font-size:2.25rem;font-weight:500}.login-form__google[data-v-1dae8a4f]{display:flex;justify-content:center}.login-form__google-button[data-v-1dae8a4f]{width:100%;min-height:48px}.login-form__divider[data-v-1dae8a4f]{display:flex;align-items:center;gap:14px;color:#6b7280}.login-form__divider span[data-v-1dae8a4f]{flex:1;height:1px;background:#d4d4d8}.login-form__divider p[data-v-1dae8a4f]{margin:0;font-size:1rem}.login-form__password-row[data-v-1dae8a4f]{display:flex;align-items:center;justify-content:space-between;margin-bottom:-8px}.login-form__password-label[data-v-1dae8a4f]{font-size:.95rem;font-weight:700;color:#1f2937}.login-form__forgot[data-v-1dae8a4f]{color:#2563eb;font-size:.95rem;text-decoration:none}.login-form__checkbox[data-v-1dae8a4f]{display:flex;align-items:center;gap:10px;color:#111827;font-weight:600}.login-form__checkbox input[data-v-1dae8a4f]{width:16px;height:16px}.login-form__message[data-v-1dae8a4f]{margin:0;font-size:.95rem}.login-form__message--error[data-v-1dae8a4f]{color:#dc2626}.login-form__submit[data-v-1dae8a4f] button,.login-form__submit[data-v-1dae8a4f]{align-self:flex-start}.login-form__footer[data-v-1dae8a4f]{margin:0;font-size:.95rem}.login-form__footer a[data-v-1dae8a4f]{color:#2563eb;text-decoration:none}.register-form[data-v-986c5f77]{display:flex;flex-direction:column;gap:16px}.register-form__title[data-v-986c5f77]{margin:0 0 12px;font-size:2rem;font-weight:500}.register-form__google[data-v-986c5f77]{display:flex;justify-content:center}.register-form__google-button[data-v-986c5f77]{width:100%;min-height:48px}.register-form__divider[data-v-986c5f77]{display:flex;align-items:center;gap:14px;color:#6b7280}.register-form__divider span[data-v-986c5f77]{flex:1;height:1px;background:#d4d4d8}.register-form__divider p[data-v-986c5f77],.register-form__footer[data-v-986c5f77],.register-form__message[data-v-986c5f77]{margin:0}.register-form__message--error[data-v-986c5f77]{color:#dc2626}.register-form__footer a[data-v-986c5f77]{color:#2563eb;text-decoration:none}.task-inline-avatar-row[data-v-cce4583b]{display:flex;align-items:center;gap:.5rem;margin:.25rem 0 .5rem}.task-inline-avatar[data-v-cce4583b]{width:1.5rem;height:1.5rem;border-radius:999px;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:#cbd5e1;color:#0f172a}:root{--bg: #f6f8fb;--surface: #ffffff;--surface-soft: #eef2f7;--text: #18212f;--muted: #5f6b7a;--border: #d7dee8;--brand: #2563eb;--brand-hover: #1d4ed8;--shadow: 0 12px 32px rgba(16, 24, 40, .08);--radius-lg: 20px;--radius-md: 14px;--radius-sm: 10px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.auth-shell__panel{padding:48px;display:flex;align-items:center;justify-content:center}.auth-shell__panel--brand{flex-direction:column;background:linear-gradient(180deg,#eef4ff,#f8fbff);text-align:center}.auth-shell__panel--content{background:var(--bg)}.auth-shell__logo,.app-shell__logo{width:56px;height:56px}.surface-card{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:28px}.surface-card p,.auth-shell__panel--brand p,.page-header p,small,.login-form__message,.task-collection-card__empty,.task-list-item__meta,.task-list-item__description,.inline-feedback{color:var(--muted)}.login-form{display:grid;gap:18px}.login-form__header h2,.page-header h1,.compact-card h3,.surface-card h2,.task-list-item__title-row h3{margin:0}.login-form__message--error,.inline-feedback--error{color:#b42318}.inline-feedback--success{color:#047857}.base-field{display:grid;gap:8px}.base-field__label{font-size:14px;font-weight:600}.base-input{width:100%;min-height:46px;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;padding:0 14px;font:inherit}.base-input--textarea{min-height:120px;padding:14px;resize:vertical}.base-input:focus{outline:2px solid rgba(37,99,235,.15);border-color:var(--brand)}.base-button{height:46px;border:none;border-radius:var(--radius-sm);background:var(--brand);color:#fff;font:inherit;font-weight:700;cursor:pointer;padding:0 18px}.base-button:hover{background:var(--brand-hover)}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;transition:grid-template-columns .2s ease}.app-shell--collapsed{grid-template-columns:88px 1fr}.app-shell__sidebar{border-right:1px solid var(--border);background:var(--surface);padding:20px 16px;display:grid;align-content:start;gap:24px}.app-shell__sidebar-top{display:flex;align-items:center;gap:12px}.sidebar-toggle{width:42px;height:42px;border-radius:12px;border:1px solid var(--border);background:var(--surface-soft);cursor:pointer}.app-shell__brand{display:flex;align-items:center;gap:10px;font-weight:700;min-width:0}.app-shell__nav{display:grid;gap:10px}.app-shell__nav a{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius-sm);color:var(--muted)}.app-shell__nav a.router-link-active{background:var(--surface-soft);color:var(--text)}.app-shell__nav-icon{width:24px;text-align:center;font-size:18px}.app-shell__content{padding:24px 32px 32px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.dashboard-page,.stack-page{display:grid;gap:24px}.page-header{display:flex;justify-content:space-between;gap:16px;align-items:start}.page-header--split{align-items:center}.page-header__actions{display:flex;gap:12px}.dashboard-hero{align-items:center}.dashboard-hero__stats{display:flex;gap:12px;flex-wrap:wrap}.dashboard-stat{padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:14px}.dashboard-quick-add{display:grid;gap:20px}.dashboard-quick-add__grid,.task-edit-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:16px;align-items:end}.task-edit-form{grid-template-columns:repeat(2,minmax(0,1fr))}.task-edit-form__full,.task-edit-form__actions,.task-edit-form__summary{grid-column:1 / -1}.task-edit-form__actions{display:flex;gap:12px}.task-edit-form__summary{display:flex;gap:16px;flex-wrap:wrap;color:var(--muted)}.dashboard-page__grid,.list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.stack-form{display:grid;gap:16px;max-width:720px}.compact-card{padding:22px}.task-collection-card{display:grid;gap:18px}.task-collection-card__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.task-collection-card__empty{padding:18px 0 8px}.task-list{display:grid;gap:14px}.task-list-item{border:1px solid var(--border);border-radius:16px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start;cursor:pointer}.task-list-item:hover,.task-project-card:hover{border-color:#a5b4fc}.task-project-card{cursor:pointer}.task-list-item__toggle{width:22px;height:22px;border-radius:999px;border:2px solid #cbd5e1;background:#fff;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.task-list-item__toggle--done{font-size:12px}.task-list-item__body{display:grid;gap:8px}.task-list-item__title-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.task-list-item__description{margin:0}.task-list-item__description--completed,.task-list-item__title--completed{text-decoration:line-through}.task-list-item__meta{display:flex;gap:12px;flex-wrap:wrap;font-size:14px}.task-list-item__project{align-self:end;color:var(--muted);font-weight:600}.task-priority-badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:13px;font-weight:600}.stack-inline{display:flex;gap:10px;flex-wrap:wrap}.inline-link{color:var(--brand);font-weight:600}@media (max-width: 1100px){.dashboard-quick-add__grid,.task-edit-form,.dashboard-page__grid,.list-grid{grid-template-columns:1fr}}@media (max-width: 900px){.auth-shell,.app-shell,.app-shell--collapsed{grid-template-columns:1fr}}.app-shell__sidebar-top{justify-content:space-between}.app-shell__brand{min-width:56px}.app-shell__logo{width:48px;height:48px;object-fit:contain}.topbar__user{display:flex;align-items:center;gap:12px}.topbar__avatar,.profile-avatar-preview,.mini-avatar,.tiny-assignee{border-radius:999px;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;background:#e2e8f0;color:#0f172a;font-weight:700}.topbar__avatar{width:36px;height:36px}.profile-avatar-editor{display:flex;justify-content:center}.profile-avatar-preview{width:84px;height:84px;font-size:28px}.mini-avatar{width:32px;height:32px;font-size:14px}.tiny-assignee{width:22px;height:22px;font-size:11px}.task-assignee-inline{display:flex;align-items:center;margin-top:-2px}.team-card,.team-card__body,.team-members-list{display:grid;gap:16px}.team-card__header,.team-invite-grid,.team-member-row,.team-member-row__identity,.team-search-result{display:flex;gap:12px;align-items:center}.team-card__header{justify-content:space-between;align-items:start}.team-invite-grid{flex-wrap:wrap}.team-invite-grid>*{flex:1;min-width:220px}.team-search-results{display:grid;gap:10px}.team-search-result{border:1px solid var(--border);border-radius:12px;padding:12px}.team-member-row{justify-content:space-between;border:1px solid var(--border);border-radius:12px;padding:12px}.team-member-row select{width:180px}.dashboard-quick-add__assign{min-width:220px}@media (max-width: 900px){.team-member-row,.team-card__header,.topbar__user{align-items:flex-start}.team-member-row{flex-direction:column}}
