*{box-sizing:border-box}:root{--po-accent:#111}body{margin:0;background:#f7f7f8;color:#141414;font-family:Arial,Helvetica,sans-serif}.poShell{min-height:100vh;padding:20px}.poContent{max-width:1000px;margin:0 auto;animation:poPageFadeIn .26s ease-out}.poTopBar{max-width:1000px;margin:0 auto 22px;background:#fff;border:1px solid #ececec;border-radius:16px;padding:12px 14px;display:flex;justify-content:space-between;gap:10px;align-items:center}.poBrand{font-weight:800}.poBrandInner{display:inline-flex;align-items:center;gap:8px}.poBrandEmoji{font-size:18px;line-height:1}.poBrandAvatar{width:26px;height:26px;border-radius:999px;object-fit:cover;border:1px solid #e5e7eb}.poNav{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.poNav a{border-radius:10px;padding:8px 12px;background:#f1f1f1;font-size:14px}.poNav a.active{background:var(--po-accent);color:#fff}.poHero{margin:6px 0 26px;display:flex;align-items:center;justify-content:space-between;gap:14px}.poHeroMain{min-width:0}.poHeroIdentity{width:72px;height:72px;border-radius:20px;background:#f3f4f6;border:1px solid #e5e7eb;display:grid;place-items:center;flex:0 0 auto}.poHeroEmoji{font-size:36px}.poHeroAvatar{width:100%;height:100%;object-fit:cover;border-radius:20px}.poHero h1{font-size:clamp(40px,5.4vw,64px);margin:10px 0}.poSectionIntro{margin:4px 0 18px}.poSectionIntro h2{font-size:clamp(24px,3.8vw,34px);margin:0 0 6px}.poSectionIntro p{margin:0;color:#666;line-height:1.5}.poGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-bottom:26px}.poGridTop{align-items:start;margin-bottom:24px}.poCard{background:#fff;border:1px solid #e8e8ec;border-radius:20px;padding:20px;box-shadow:0 10px 28px rgba(15,23,42,.05);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.poCard:hover{transform:translateY(-2px);border-color:#dedee5;box-shadow:0 16px 36px rgba(15,23,42,.08)}.poCardHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.poCardHeader h3{margin:0;font-size:20px;letter-spacing:-.01em}.poCardHeader p{margin:4px 0 0;color:#666}.poButton{border:0;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease,opacity .14s ease}.poButton:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(15,23,42,.12)}.poButton:active{transform:scale(.97)}.poButton-primary{background:var(--po-accent);color:#fff}.poButton-ghost{background:#f1f1f1;color:#333}.poButton-danger{background:#d92d20;color:#fff}.poInput{width:100%;border:1px solid #ddd;border-radius:10px;padding:11px 12px;font-size:14px;background:#fff}.poStack{display:grid;grid-gap:10px;gap:10px}.poSegment{display:flex;flex-wrap:wrap;gap:8px}.poSegment button{border:1px solid #ddd;background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;text-transform:capitalize}.poSegment button.active{border-color:#111;background:#111;color:#fff}.poFocusGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.poFocusGrid div{background:#f8f8fa;border-radius:14px;padding:14px}.poFocusItem{display:grid;grid-gap:8px;gap:8px}.poFocusItemUrgent{background:#fff1f1!important;border:1px solid #ffcaca}.poFocusGrid strong{font-size:14px;text-transform:uppercase;letter-spacing:.06em}.poFocusGrid ul{margin:10px 0 0;padding-left:16px}.poFocusGrid li{margin-bottom:6px;font-size:14px}.poFocusGrid p{margin:8px 0 0;color:#333;font-size:15px;font-weight:700}.poFocusAction{border:0;border-radius:10px;background:var(--po-accent);color:#fff;padding:8px 10px;font-weight:700;cursor:pointer;width:-moz-fit-content;width:fit-content;transition:transform .14s ease,box-shadow .14s ease,background-color .14s ease}.poFocusActionUrgent{background:#d92d20}.poFocusAction:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(15,23,42,.14)}.poFocusAction:active{transform:scale(.97)}.poFocusAllClear{background:#eefbf2;border:1px solid #c9efd3;border-radius:12px;padding:14px}.poFocusAllClear p{margin:8px 0 0;color:#355b40;font-size:14px}.poGoalProgressTrack{width:100%;height:8px;border-radius:999px;background:#e8ecf1;overflow:hidden}.poGoalProgressFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#38bdf8)}.poList{display:grid;grid-gap:8px;gap:8px}.poListRow{display:grid;grid-template-columns:28px 1fr auto;grid-gap:10px;gap:10px;align-items:center;border:1px solid #efefef;border-radius:12px;padding:10px;transition:border-color .14s ease,box-shadow .14s ease}.poListRow:hover{border-color:#dcdcdc;box-shadow:0 4px 12px rgba(15,23,42,.05)}.poListRow>button{width:28px;height:28px;border:1px solid #ccc;border-radius:999px;background:#fff;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.poListRow>button.done{background:#111;border-color:#111;color:#fff;animation:poCheckPop .22s ease-out;box-shadow:0 6px 12px rgba(15,23,42,.15)}.poListRow span.muted{color:#666;text-decoration:line-through}.poListRow em{margin-left:8px;color:#666;font-style:normal;font-size:13px}.poNoteRow{border:1px solid #efefef;border-radius:12px;padding:12px}.poNoteRow p{margin:6px 0 10px;color:#666}.poEmpty{color:#5f5f68;margin:0;line-height:1.5}.poTodayFocusCard{border-color:#d7e3ff;background:linear-gradient(180deg,#f7faff,#fff);padding:22px}.poTodayFocusCard .poCardHeader h3{font-size:clamp(30px,4vw,42px);line-height:.95}.poTodayFocusCard .poCardHeader{margin-bottom:16px}.poQuickAddMain{position:-webkit-sticky;position:sticky;top:10px;z-index:30;margin-bottom:26px}.poQuickAddInner{max-width:1000px;margin:0 auto;background:hsla(0,0%,100%,.95);border:1px solid #e5e7eb;border-radius:16px;padding:10px;display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 28px rgba(15,23,42,.08);transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease}.poQuickAddTitle{grid-column:1/-1;margin:2px 4px 0;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#344054}.poQuickAddInner small{grid-column:1/-1;color:#555}.poQuickAddInner.isSuccess{border-color:#98e0af;box-shadow:0 12px 30px rgba(34,197,94,.2),0 0 0 3px rgba(34,197,94,.12);transform:translateY(-1px);animation:poSuccessPulse .32s ease-out}.poQuickHint{color:#667085!important}.poQuickAddInput{border-color:#9ca3af;background:#e5e7eb;box-shadow:inset 0 1px 2px rgba(15,23,42,.08);min-height:52px;font-size:16px;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;caret-color:#111827;font-weight:600}.poQuickAddInput::placeholder{color:#374151}.poQuickAddInput:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.18);background:#f3f4f6}.poQuickHintKeyboard{color:#475467!important}.poColorInput{padding:4px;min-height:44px}.poAvatarPreview{display:flex;align-items:center;gap:10px;background:#f7f7f8;border:1px solid #ececec;border-radius:12px;padding:10px}.poAvatarPreview p{margin:4px 0 0;color:#555;font-size:13px}.poAvatarPreviewImage{width:44px;height:44px;border-radius:999px;object-fit:cover;border:1px solid #ddd}.poAvatarPreviewEmoji{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;font-size:24px;background:#fff;border:1px solid #ddd}@keyframes poPageFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes poCheckPop{0%{opacity:.5;transform:scale(.85)}70%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes poSuccessPulse{0%{transform:translateY(0)}45%{transform:translateY(-1px)}to{transform:translateY(0)}}.poLabel{font-size:14px;font-weight:700}.poRow{display:flex;gap:10px;flex-wrap:wrap}.poModalOverlay{position:fixed;inset:0;z-index:1200;background:rgba(17,24,39,.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;padding:18px}.poModalCard{width:100%;max-width:460px;background:#fff;border:1px solid #e6e7eb;border-radius:16px;padding:18px;box-shadow:0 26px 56px rgba(15,23,42,.2)}.poModalCard h3{margin:0;font-size:24px}.poModalCard p{margin:10px 0 0;color:#5e6470;line-height:1.5}.poModalActions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.protectedTopBar{max-width:1180px;margin:0 auto 20px;padding:10px 14px;border:1px solid #ececec;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.protectedTopBarBrand{font-size:14px}.protectedTopBarNav{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.protectedTopBarNav a,.protectedTopBarNav button{border:0;border-radius:999px;padding:9px 12px;background:#f1f1f1;color:#333;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.protectedTopBarNav a.active{background:#111;color:#fff}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding:48px}.hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:48px;gap:48px;align-items:center;max-width:1180px;margin:0 auto}.heroPreviewCard{border:1px solid #e8e8ec;border-radius:28px;background:#fff;padding:18px;box-shadow:0 18px 38px rgba(15,23,42,.08)}.badge,.eyebrow{color:#666;font-size:13px;letter-spacing:.08em;text-transform:uppercase}h1{font-size:clamp(42px,7vw,82px);line-height:.95;margin:16px 0}h2{font-size:36px;margin:8px 0}.subtitle{color:#555;max-width:620px;font-size:20px;line-height:1.5}.actions{display:flex;gap:12px;margin-top:28px}.button{border-radius:999px;padding:14px 20px;font-weight:700}.primary{background:#111;color:#fff}.secondary{border:1px solid #ddd;background:#fff}.phone{background:#fff;border:1px solid #e7e7e7;border-radius:36px;padding:26px;box-shadow:0 30px 80px rgba(0,0,0,.08);max-width:430px;margin-left:auto}.phoneHeader{display:flex;gap:14px;align-items:center}.appIcon{width:54px;height:54px;border-radius:18px;color:#fff;display:grid;place-items:center;font-size:26px}.phone h2{margin:0}.todayCard{background:#f3f3f4;border-radius:26px;padding:22px;margin-top:24px}.todayCard h3{font-size:28px;margin:6px 0}.todayCard p{color:#555}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:14px}.card,.miniCard{border:1px solid #ececec;border-radius:22px;background:#fff;padding:18px}.miniCard p{margin:0 0 8px;color:#666}.cards,.section{max-width:1180px;margin:60px auto 0}.valueGrid{max-width:1180px;margin:20px auto 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.valueCard{border:1px solid #ececf0;border-radius:22px;background:#fff;padding:20px;box-shadow:0 8px 18px rgba(15,23,42,.05)}.valueCard h3{margin:0 0 8px;font-size:22px}.valueCard p{margin:0;color:#666;line-height:1.5}.section{background:#fff;border:1px solid #eee;border-radius:28px;padding:32px}.section p{color:#555;font-size:18px;line-height:1.5;max-width:760px}.cards{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:14px;gap:14px}.card h3{margin:0 0 8px}.card p{color:#666}@media (max-width:900px){.poFocusGrid,.poGrid{grid-template-columns:1fr}.page{padding:24px}.hero{grid-template-columns:1fr}.phone{margin:0}.cards,.valueGrid{grid-template-columns:1fr}}.createPage{min-height:100vh;padding:28px}.createTopbar{display:flex;justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto 24px;color:#555;font-size:14px}.createTopbar a{font-weight:700}.createShell{display:grid;grid-template-columns:1fr 460px;grid-gap:28px;gap:28px;align-items:start;max-width:1180px;margin:0 auto}.wizardPanel{background:#fff;border:1px solid #ececec;border-radius:32px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.06)}.wizardPanel h1{font-size:clamp(38px,5vw,64px);line-height:.95;margin:10px 0 16px}.wizardSubtitle{color:#555;font-size:18px;line-height:1.5;max-width:650px}.stepper{display:flex;gap:10px;margin:28px 0}.stepDot{width:38px;height:38px;border:1px solid #ddd;background:#f8f8f8;border-radius:999px;font-weight:800;cursor:pointer}.stepDot.isActive{background:#111;color:#fff;border-color:#111}.formBlock{display:grid;grid-gap:16px;gap:16px}.formBlock label{font-weight:800}.formBlock input{width:100%;border:1px solid #ddd;border-radius:18px;padding:16px 18px;font-size:18px;outline:none}.formBlock input:focus{border-color:#111}.hint{color:#666;line-height:1.5;margin:0}.choiceGrid,.colorGrid{display:flex;flex-wrap:wrap;gap:12px}.colorButton{width:48px;height:48px;border:3px solid #fff;border-radius:999px;cursor:pointer;box-shadow:0 0 0 1px #ddd}.selectedRing{box-shadow:0 0 0 4px #111}.choiceButton{min-width:128px;border:1px solid #e4e4e4;background:#fff;border-radius:18px;padding:16px;cursor:pointer;text-align:left}.choiceButton span{display:block;margin-top:6px;color:#666;font-size:13px;line-height:1.4}.iconChoice{min-width:58px;min-height:58px;display:grid;place-items:center;font-size:26px;text-align:center}.activeChoice{border-color:#111;background:#f3f3f4}.moduleList{display:grid;grid-gap:12px;gap:12px}.moduleButton{width:100%;display:flex;gap:14px;align-items:center;border:1px solid #e4e4e4;background:#fff;border-radius:20px;padding:16px;cursor:pointer;text-align:left}.moduleButton em{display:block;margin-top:4px;color:#666;font-style:normal;line-height:1.4}.moduleCheck{width:34px;height:34px;border-radius:999px;background:#111;color:#fff;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.wizardActions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.ghostButton,.primaryAction,.resetButton{border:0;border-radius:999px;padding:14px 20px;font-weight:800;cursor:pointer}.ghostButton{background:#f1f1f1}.primaryAction{background:#111;color:#fff}.ghostButton:disabled,.primaryAction:disabled{opacity:.4;cursor:not-allowed}.resetButton{background:transparent;color:#666;padding-left:0;margin-top:14px}.previewPanel{position:-webkit-sticky;position:sticky;top:24px}.resultPanel,.savedBox{border:1px solid #ececec;border-radius:24px;background:#f8f8f8;padding:20px}.resultPanel h2{font-size:34px}.resultList{display:grid;grid-gap:10px;gap:10px;margin:18px 0}.resultList div{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid #e2e2e2}.resultList span{color:#666}.successText{color:#166534;font-weight:800}.savedBox{margin-top:18px;background:#fff}.savedBox p{color:#666;line-height:1.5}@media (max-width:980px){.createShell{grid-template-columns:1fr}.previewPanel{position:static}}@media (max-width:640px){.poShell{padding:14px}.poTopBar{border-radius:12px;flex-direction:column;align-items:flex-start}.poNav{width:100%}.poQuickAddInner{grid-template-columns:1fr;padding:12px}.poQuickAddInput{min-height:54px;font-size:15px;text-align:left}.poButton,.poNav a,.protectedTopBarNav a,.protectedTopBarNav button{min-height:44px}.poGrid{gap:14px;margin-bottom:20px}.protectedTopBar{border-radius:24px;padding:12px;flex-direction:column}.poHero,.protectedTopBar{align-items:flex-start}.poHeroIdentity{width:58px;height:58px}.poHeroAvatar,.poHeroIdentity{border-radius:16px}.protectedTopBarNav{width:100%}.protectedTopBarNav a,.protectedTopBarNav button{flex:1 1 auto;text-align:center}.createPage{padding:18px}.wizardPanel{padding:24px;border-radius:24px}.wizardActions{flex-direction:column}.ghostButton,.primaryAction{width:100%}}.dashboardPage{min-height:100vh;padding:28px}.dashboardTopbar{display:flex;justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto 24px;color:#555;font-size:14px}.dashboardTopbar a{font-weight:800}.dashboardTopbarActions{display:inline-flex;align-items:center;gap:12px}.dashboardTopbarStatus{max-width:1180px;margin:0 auto 18px;color:#555;font-size:14px}.dashboardHero{max-width:1180px;margin:0 auto;background:#fff;border:1px solid #ececec;border-radius:32px;padding:34px;display:flex;justify-content:space-between;gap:28px;align-items:center;box-shadow:0 30px 80px rgba(0,0,0,.06)}.dashboardHero h1{font-size:clamp(42px,6vw,72px);line-height:.95;margin:8px 0 14px}.dashboardSubtitle{color:#555;font-size:18px;line-height:1.5;max-width:720px}.dashboardIcon{width:86px;height:86px;border-radius:28px;display:grid;place-items:center;color:#fff;font-size:40px;flex:0 0 auto}.statGrid{max-width:1180px;margin:20px auto 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.statCard{background:#fff;border:1px solid #ececec;border-radius:24px;padding:20px}.statCard span{display:block;color:#666;margin-bottom:8px}.statCard strong{font-size:34px}.workGrid{max-width:1180px;margin:20px auto 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.workCard{background:#fff;border:1px solid #ececec;border-radius:28px;padding:24px}.workHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.workHeader h2{margin:4px 0 0;font-size:30px}.quickForm{display:flex;gap:10px;margin-bottom:18px}.quickForm.vertical{flex-direction:column}.quickForm input,.quickForm textarea{width:100%;border:1px solid #ddd;border-radius:16px;padding:14px 16px;font-size:15px;outline:none;font-family:inherit}.quickForm textarea{min-height:96px;resize:vertical}.quickForm input:focus,.quickForm textarea:focus{border-color:#111}.deleteButton,.goalActions button,.noteItem button,.quickForm button{border:0;border-radius:999px;background:#111;color:#fff;padding:12px 16px;font-weight:800;cursor:pointer;white-space:nowrap}.itemList{display:grid;grid-gap:10px;gap:10px}.emptyState{color:#666;background:#f7f7f8;border-radius:18px;padding:16px;margin:0}.listItem{display:grid;grid-template-columns:34px 1fr auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid #eee;border-radius:18px;padding:12px}.listItem em{display:block;color:#666;font-size:13px;margin-top:4px;font-style:normal}.checkButton{width:34px;height:34px;border-radius:999px;border:1px solid #ddd;background:#fff;cursor:pointer;font-weight:900}.checkButton.done{background:#111;color:#fff;border-color:#111}.mutedDone{color:#777;text-decoration:line-through}.deleteButton{background:#f1f1f1;color:#555}.goalItem,.noteItem{border:1px solid #eee;border-radius:18px;padding:14px}.goalTop{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.progressTrack{height:10px;background:#eee;border-radius:999px;overflow:hidden}.progressFill{height:100%;background:#111;border-radius:999px}.goalActions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.goalActions button{background:#f1f1f1;color:#333}.noteItem p{color:#555;line-height:1.5;white-space:pre-wrap}.noteItem button{background:#f1f1f1;color:#333;margin-top:10px}@media (max-width:980px){.dashboardHero{align-items:flex-start}.statGrid{grid-template-columns:1fr 1fr}.workGrid{grid-template-columns:1fr}}@media (max-width:640px){.dashboardPage{padding:18px}.dashboardTopbar{flex-direction:column;align-items:flex-start;gap:10px}.dashboardHero{border-radius:24px;padding:24px;flex-direction:column}.statGrid{grid-template-columns:1fr}.quickForm{flex-direction:column}.listItem{grid-template-columns:34px 1fr}.deleteButton{grid-column:2;justify-self:start}}.dashboardFooterActions{max-width:1180px;margin:22px auto 0}.dashboardFooterActions button{border:0;border-radius:999px;background:#f1f1f1;color:#555;padding:12px 16px;font-weight:800;cursor:pointer}.authPage{min-height:100vh;padding:28px}.authTopbar{display:flex;justify-content:space-between;align-items:center;max-width:760px;margin:0 auto 24px;color:#555;font-size:14px}.authTopbar a{font-weight:800}.authShell{max-width:760px;margin:0 auto}.authCard{background:#fff;border:1px solid #ececec;border-radius:32px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.06)}.authCard h1{font-size:clamp(38px,6vw,68px);line-height:.95;margin:10px 0 18px}.authSubtitle{color:#555;font-size:18px;line-height:1.5}.modeSwitch{display:inline-flex;gap:8px;background:#f1f1f1;border-radius:999px;padding:6px;margin:20px 0}.modeSwitch button{border:0;border-radius:999px;background:transparent;padding:10px 16px;font-weight:800;cursor:pointer}.modeSwitch button.activeMode{background:#111;color:#fff}.authForm{display:grid;grid-gap:12px;gap:12px;margin-top:10px}.authForm label{font-weight:800}.authForm input{width:100%;border:1px solid #ddd;border-radius:18px;padding:16px 18px;font-size:17px;outline:none}.authForm input:focus{border-color:#111}.authForm button,.authPrimaryLink,.authSecondaryButton{border:0;border-radius:999px;padding:14px 18px;font-weight:900;cursor:pointer}.authForm button,.authPrimaryLink{background:#111;color:#fff;text-align:center}.authForm button:disabled,.authSecondaryButton:disabled{opacity:.5;cursor:not-allowed}.authActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.authSecondaryButton{background:#f1f1f1;color:#333}.authMessage{margin-top:18px;color:#333;background:#f7f7f8;border-radius:18px;padding:14px}@media (max-width:640px){.authPage{padding:18px}.authCard{border-radius:24px;padding:24px}.authActions{flex-direction:column}.authPrimaryLink,.authSecondaryButton{width:100%}}.settingsPage{min-height:100vh;padding:28px}.settingsTopbar{display:flex;justify-content:space-between;align-items:center;max-width:820px;margin:0 auto 24px;color:#555;font-size:14px}.settingsTopbar a{font-weight:800}.settingsCard{max-width:820px;margin:0 auto;background:#fff;border:1px solid #ececec;border-radius:32px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.06)}.settingsCard h1{font-size:clamp(38px,6vw,68px);line-height:.95;margin:10px 0 18px}.settingsSubtitle{color:#555;font-size:18px;line-height:1.5;max-width:680px}.settingsForm{display:grid;grid-gap:12px;gap:12px;margin-top:24px}.settingsForm label{font-weight:800}.settingsForm select{width:100%;border:1px solid #ddd;border-radius:18px;padding:16px 18px;font-size:17px;outline:none;background:#fff}.settingsForm select:focus{border-color:#111}.settingsForm button{border:0;border-radius:999px;background:#111;color:#fff;padding:14px 18px;font-weight:900;cursor:pointer}.settingsSaved{margin-top:18px;color:#166534;background:#ecfdf3;border-radius:18px;padding:14px;font-weight:800}.securityNote{margin-top:22px;background:#f7f7f8;border-radius:20px;padding:18px}.securityNote p{color:#555;line-height:1.5;margin-bottom:0}@media (max-width:640px){.settingsPage{padding:18px}.settingsCard{padding:24px;border-radius:24px}}.authSecondaryLink{border:0;border-radius:999px;padding:14px 18px;font-weight:900;cursor:pointer;background:#f1f1f1;color:#333;text-align:center}