:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0f172a;--app-bg:#f8fafc;--card-bg:#fff;--border-color:#e2e8f0;--shadow-color:0 20px 45px #0f172a14;--text-muted:#64748b;--error-bg:#fee2e2;--error-border:#fecaca;--error-text:#b91c1c;--button-bg:#0f172a;--button-bg-hover:#1e293b;--button-text:#fff;--button-secondary-border:#cbd5f5;--button-secondary-hover:#2563eb14;--objective-status-planned-bg:#3b82f629;--objective-status-planned-fg:#1d4ed8;--objective-status-active-bg:#22c55e29;--objective-status-active-fg:#15803d;--objective-status-completed-bg:#6366f129;--objective-status-completed-fg:#4338ca;--objective-status-archived-bg:#94a3b82e;--objective-status-archived-fg:#475569;--objective-status-unknown-bg:#94a3b829;--objective-status-unknown-fg:#475569;background-color:#f8fafc;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background-color:var(--app-bg);min-width:320px;min-height:100vh;color:inherit;margin:0}a{color:inherit}button{font:inherit;-webkit-user-select:none;user-select:none}:root{--card-radius:18px}#root{width:min(960px,100%);margin:0 auto;padding:24px}.app{flex-direction:column;gap:32px;min-height:calc(100vh - 48px);display:flex}.app--centered{justify-content:center;align-items:center}.app__header{justify-content:space-between;align-items:center;gap:24px;display:flex}.app__title{align-items:center;margin:0;font-size:1.8rem;font-weight:600;line-height:1;display:flex}.app__title-link{color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.app__logo{object-fit:contain;background:#fff;border-radius:10px;width:40px;height:40px;box-shadow:0 4px 14px #0000002e}.app__title-text{line-height:1}.app__title-link:focus-visible{outline-offset:4px;outline:2px solid}.app__content{flex-direction:column;flex:1;align-items:stretch;gap:24px;width:100%;display:flex}.card{background:var(--card-bg);border-radius:var(--card-radius);width:min(520px,100%);box-shadow:var(--shadow-color);border:1px solid #fff6;padding:32px}.card--narrow{width:min(420px,100%)}.card--wide{width:100%}.card.status{text-align:center}.muted{color:var(--text-muted);margin:12px 0 0}.alert{border-radius:10px;margin:12px 0 20px;padding:12px 16px;font-size:.95rem}.alert--error{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border)}.button{background:var(--button-bg);min-height:44px;color:var(--button-text);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:10px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .16s,transform .16s;display:inline-flex}.button:hover{background:var(--button-bg-hover)}.button:active{transform:translateY(1px)}.button--secondary{border:1px solid var(--button-secondary-border);color:#1d4ed8;background:0 0}.button--secondary:hover{background:var(--button-secondary-hover)}.app__header-primary{align-items:center;gap:32px;display:flex}.app__nav{align-items:center;gap:12px;display:flex}.app__nav-link{color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-weight:500;text-decoration:none;transition:background .16s,color .16s;display:inline-flex}.app__nav-link:hover{color:#1d4ed8;background:#2563eb1a}.app__nav-link.is-active{background:var(--button-bg);color:var(--button-text)}.app__header-actions{align-items:center;gap:12px;display:flex}.profile-circle{color:#fff;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#0f172a);border:none;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-weight:600;display:inline-flex;box-shadow:0 6px 18px #2563eb40}.profile-circle:focus-visible{outline-offset:3px;outline:2px solid #ffffffbf}.account-page,.objectives-page,.objective-create-page{flex-direction:column;gap:24px;width:100%;display:flex}.login-button{justify-content:center;margin-top:24px;display:flex}.status-message{color:var(--text-muted);text-align:center;margin-top:16px}.profile{margin:0;padding:0}.profile__row{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:baseline;padding:12px 0;display:flex}.profile__row:last-child{border-bottom:none}.profile dt{margin:0;font-weight:600}.profile dd{margin:0;font-weight:500}.account-form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.form-field{flex-direction:column;gap:8px;display:flex}.input{font:inherit;border:1px solid var(--border-color);background:#fff;border-radius:10px;padding:10px 12px;transition:border-color .16s,box-shadow .16s}.input:focus-visible{border-color:#2563eb80;outline:none;box-shadow:0 0 0 3px #2563eb26}.form-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.status-text{font-size:.95rem}.status-text--success{color:#047857;font-weight:600}.code{font-family:Roboto Mono,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.85rem}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (width<=640px){#root{padding:16px}.app{gap:24px}.app__header{flex-direction:column;align-items:flex-start;gap:16px}.app__header-primary{flex-direction:column;align-items:flex-start;gap:12px}.app__nav{flex-wrap:wrap;justify-content:flex-start}.app__header-actions{justify-content:space-between;width:100%}.app__content{gap:20px}.card{padding:24px}.form-actions{bottom:max(12px, env(safe-area-inset-bottom));z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fafcf0;border-top:1px solid #94a3b847;border-radius:16px;flex-direction:column;align-items:stretch;padding:12px;position:sticky}.form-actions>.button{width:100%;min-height:48px}.form-actions>.button--secondary{color:var(--text-muted);background:0 0;border:none}}._container_hcq4d_1{z-index:1000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}._toast_hcq4d_12{color:#0f172a;pointer-events:auto;background:#fffffff2;border:1px solid #94a3b899;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-width:260px;max-width:360px;padding:12px 16px;font-size:.95rem;animation:.14s ease-out _fadeIn_hcq4d_1;display:flex;box-shadow:0 15px 30px #0f172a1f}._toast--success_hcq4d_30{color:#166534;background:#dcfce7eb;border-color:#22c55e66}._toast--error_hcq4d_36{color:#991b1b;background:#fee2e2eb;border-color:#f8717173}._toast--info_hcq4d_42{color:#1d4ed8;background:#dbeafef2;border-color:#3b82f659}._dismissButton_hcq4d_48{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.1rem;line-height:1;transition:opacity .16s}._dismissButton_hcq4d_48:hover{opacity:.7}@keyframes _fadeIn_hcq4d_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){._container_hcq4d_1{align-items:stretch;inset:auto 16px 16px}._toast_hcq4d_12{width:auto;max-width:100%}}
