*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:#eef1f7;color:#0e1116;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.shell[data-theme=dark]{--bg: #05070f;--surface: #111623;--surface-2: #0c111c;--border: #232838;--text: #e4e8f5;--muted: #b4bed4;--input-bg: #0f131b;--input-text: #e4e8f5;--input-border: #2b3144;--accent: #3b82f6;--accent-contrast: #f5f7ff;--ok-bg: #113a22;--ok-text: #8ef0b1;--warn-bg: #3a1b16;--warn-text: #f7b3a2;--table-header: #1b2030;--chip-bg: #1b2231;--line: var(--border)}.shell[data-theme=light]{--bg: #f4f6fb;--surface: #fff;--surface-2: #f7f9fe;--border: #dde2ee;--text: #0e1320;--muted: #5e6678;--input-bg: #fff;--input-text: #0e1320;--input-border: #cfd6e6;--accent: #1d4ed8;--accent-contrast: #fff;--ok-bg: #e8f7eb;--ok-text: #1f7a3a;--warn-bg: #fff1ee;--warn-text: #a9381b;--table-header: #eef2ff;--chip-bg: #f1f5ff;--line: var(--border)}.shell[data-theme=pink]{--bg: #fde9f0;--surface: #fff4f8;--surface-2: #ffe9f0;--border: #f7c6d6;--text: #2a0f1a;--muted: #6b4556;--input-bg: #fff;--input-text: #2a0f1a;--input-border: #f3bfd0;--accent: #ec4899;--accent-contrast: #fff;--ok-bg: #eaf8ef;--ok-text: #1f7a3a;--warn-bg: #ffe9e4;--warn-text: #a9381b;--table-header: #ffeaf3;--chip-bg: #ffe3ef;--line: var(--border)}.shell[data-theme=blue]{--bg: #e9f3ff;--surface: #f4f9ff;--surface-2: #eaf4ff;--border: #c8ddf7;--text: #0c1a2b;--muted: #4d5b70;--input-bg: #fff;--input-text: #0c1a2b;--input-border: #c5d8f3;--accent: #2563eb;--accent-contrast: #fff;--ok-bg: #eaf8ef;--ok-text: #1f7a3a;--warn-bg: #fff2ed;--warn-text: #a9381b;--table-header: #e8f1ff;--chip-bg: #e7f0ff;--line: var(--border)}.shell[data-theme]{background:var(--bg);color:var(--text);min-height:100%}.shell{display:flex;justify-content:center;padding:20px}.card{width:100%;max-width:1080px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 8px 28px #00000026}.title{margin-bottom:16px;font-size:28px;font-weight:800;text-shadow:0 0 1px rgba(0,0,0,.8)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.input{background:var(--input-bg);color:var(--input-text);border:1px solid var(--input-border);border-radius:10px;padding:9px 12px;outline:none}.input.small,.amountInput{max-width:220px}.btn,.btnPrimary,.btnDanger{border-radius:10px;cursor:pointer;padding:9px 14px;font-weight:700;border:1px solid var(--input-border);transition:background .14s ease,border-color .14s ease,transform .08s ease,opacity .14s ease}.btn{background:var(--surface-2);color:var(--text)}.btn:hover{background:var(--surface);border-color:var(--border)}.btnPrimary{background:var(--accent);color:var(--accent-contrast);border-color:transparent}.btnPrimary:hover{opacity:.92}.btnDanger{background:var(--surface-3);color:var(--text);border:1px solid var(--input-border)}.btnDanger:hover{background:var(--surface-4)}.btnConfirmDelete{background:#ef4444;color:#fff;border-color:transparent}.btnConfirmDelete:hover{background:#dc2626}.btn:active,.btnPrimary:active,.btnDanger:active{transform:translateY(1px)}.btn.small,.btnPrimary.small,.btnDanger.small{padding:6px 10px;font-size:.85rem;font-weight:700}.btn.wide,.btnPrimary.wide,.btnDanger.wide{width:100%}.iconBtn{background:var(--chip-bg);border:1px solid var(--input-border);border-radius:10px;padding:6px 10px;cursor:pointer}:root{--btn-primary-bg: #2563eb;--btn-primary-hover: #1d4ed8;--btn-primary-text: #ffffff;--btn-secondary-bg: transparent;--btn-secondary-border: var(--input-border);--btn-secondary-text: var(--text);--btn-danger-border: #ef4444;--btn-danger-text: #ef4444;--btn-danger-hover-bg: rgba(239, 68, 68, .1)}[data-theme=dark]{--btn-primary-bg: #10b981;--btn-primary-hover: #0ea371;--btn-primary-text: #06130f;--btn-danger-hover-bg: rgba(239, 68, 68, .12)}[data-theme=light]{--btn-primary-bg: #111827;--btn-primary-hover: #0b1220;--btn-primary-text: #ffffff;--btn-danger-hover-bg: rgba(239, 68, 68, .1)}[data-theme=blue]{--btn-primary-bg: #2563eb;--btn-primary-hover: #1d4ed8;--btn-primary-text: #ffffff}[data-theme=pink]{--btn-primary-bg: #ec4899;--btn-primary-hover: #db2777;--btn-primary-text: #ffffff}.btn{background:var(--btn-secondary-bg);border:1px solid var(--btn-secondary-border);color:var(--btn-secondary-text)}.btnPrimary{background:var(--btn-primary-bg);border:1px solid var(--btn-primary-bg);color:var(--btn-primary-text)}.btnPrimary:hover{background:var(--btn-primary-hover);border-color:var(--btn-primary-hover)}.btnDanger{background:transparent;border:1px solid var(--btn-danger-border);color:var(--btn-danger-text)}.btnDanger:hover{background:var(--btn-danger-hover-bg)}.label{display:flex;flex-direction:column;gap:6px}.muted{color:var(--muted);font-size:14px}.shell[data-theme=dark] .muted{color:var(--text)}.sectionTitle{margin:20px 0 10px;font-size:18px;font-weight:700}.themeSelector,.periodChooser,.monthRow,.customRow,.budgetBlock,.dateAndSpend{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:12px}.budgetBlock,.dateAndSpend{background:var(--surface-2);border:1px solid var(--input-border);border-radius:12px;padding:12px 14px}.budgetSaveGroup{display:flex;gap:8px;align-items:center}.spendGroup{width:100%;display:flex;gap:8px;justify-content:center}.dateGroup{display:flex;gap:8px;align-items:center}.status{border-radius:10px;padding:10px 12px;font-weight:600;margin-top:8px}.statusOk{background:var(--ok-bg);color:var(--ok-text)}.statusWarn{background:var(--warn-bg);color:var(--warn-text)}.tableWrapper{width:100%}.table{width:100%;border-collapse:collapse;border:1px solid var(--border);background:var(--surface)}.table th,.table td{padding:10px 12px;border:1px solid var(--border);text-align:left;font-variant-numeric:tabular-nums;white-space:nowrap}.table th{background:var(--table-header);font-weight:700}.left{text-align:left}.center{text-align:center}.right{text-align:right}@media (max-width: 700px){.table{border:0}.table thead{display:none}.table tbody,.table tr,.table td{display:block;width:100%;text-align:left}.table tr{margin-bottom:8px;border:1px solid var(--input-border);border-radius:10px;background:var(--surface-2);overflow:hidden;padding:6px 0}.table td{border:0;border-top:1px solid var(--border);padding:6px 12px;font-size:14px}.table td:first-child{border-top:0;font-weight:700}.table td:before{content:attr(data-label);display:inline-block;min-width:110px;color:var(--muted);font-size:13px;margin-right:6px}}.table td.empty:before{content:"";display:none;min-width:0;margin-right:0}.table td.empty{text-align:center}.statsGrid.pretty{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:10px}.statCard{display:flex;justify-content:space-between;align-items:center;background:var(--surface-2);border:1px solid var(--input-border);border-radius:10px;padding:8px 10px}.statLabel{color:var(--muted)}.statVal{font-weight:800}.statsGrid,.statsGrid.pretty{background:var(--surface-2);border:1px solid var(--input-border);border-radius:12px;padding:10px 12px;margin-top:6px}.box,.statsGrid.pretty,.tableWrapper{background:var(--surface-2);border:1px solid var(--input-border);border-radius:10px;padding:12px}.catchupRow{display:flex;flex-direction:column;gap:8px}.catchupBig{font-size:24px;font-weight:900;text-align:right}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;z-index:999}.modalCard{background:var(--surface);border:1px solid var(--input-border);border-radius:12px;padding:16px;width:min(92vw,420px)}.modalCard select.input{width:220px;max-width:100%}.modalActions{display:flex;justify-content:flex-end;gap:8px}.menuGrid{display:flex;flex-direction:column;gap:12px;flex:1}.menuCard{display:flex;align-items:center;justify-content:space-between;background:var(--surface-2);border:1px solid var(--input-border);border-radius:12px;padding:12px 16px;cursor:pointer;transition:background .2s ease,transform .1s ease}.menuCard:hover{background:var(--surface);transform:translateY(-1px)}.menuCard:disabled{opacity:.55;cursor:not-allowed}.menuIcon{font-size:22px;margin-right:12px}.menuMeta{flex:1;text-align:left}.menuTitle{font-weight:800;margin-bottom:4px}.menuDesc{color:var(--muted);font-size:14px}.menuArrow{font-size:24px;color:var(--muted)}@media (max-width: 480px){.input,.btn,.btnPrimary,.btnDanger{width:100%}.spendGroup{flex-direction:column;align-items:stretch}.table td{padding:6px 10px}.menuTopButtons .btn.small{width:auto}}.tabRow{display:flex;gap:8px;margin:8px 0 12px;flex-wrap:wrap}.section{margin-top:14px}.row{display:flex;gap:12px;align-items:center}.row.wrap{flex-wrap:wrap}.statusLine{margin:8px 0 0;font-weight:700}.statusLine.red{color:#e74c3c}.statusLine.green{color:#2ecc71}.infoBox{margin-top:10px;padding:10px 12px;border:1px solid var(--input-border);border-radius:10px;background:var(--surface-2)}.infoTitle{font-weight:700;margin-bottom:4px}.infoText{color:var(--text);opacity:.9}.battery{position:relative;display:inline-flex;align-items:center;gap:10px;margin-top:12px}.batteryBody{width:360px;max-width:100%;height:24px;border:2px solid var(--input-border);border-radius:6px;background:var(--bg);overflow:hidden;box-shadow:inset 0 0 0 1px #0000000f}.batteryFill{height:100%;width:0%;transition:width .6s ease;background:linear-gradient(90deg,#2ecc71,#27ae60)}.batteryTip{width:6px;height:14px;background:var(--input-border);border-radius:2px;margin-left:4px}.batteryPct{font-variant-numeric:tabular-nums;min-width:3ch}.btn.small{padding:4px 8px;font-size:.9rem}.modalCard.xl{width:min(96vw,1120px);max-height:calc(100vh - 120px);display:flex;flex-direction:column}.modalCard.xl .modalBody{overflow-y:auto;overflow-x:hidden;padding:8px 2px}.modalClose{position:absolute;top:8px;right:10px;font-size:22px;border:none;background:transparent;cursor:pointer;line-height:1;color:var(--muted)}.modalClose:hover{color:var(--text)}.table.tableCompact{table-layout:fixed;width:100%;white-space:nowrap}@media (min-width: 701px){.table.tableCompact th:nth-child(1),.table.tableCompact td:nth-child(1){width:34%}.table.tableCompact th:nth-child(2),.table.tableCompact td:nth-child(2){width:12%}.table.tableCompact th:nth-child(3),.table.tableCompact td:nth-child(3){width:12%}.table.tableCompact th:nth-child(4),.table.tableCompact td:nth-child(4){width:14%}.table.tableCompact th:nth-child(5),.table.tableCompact td:nth-child(5){width:16%}.table.tableCompact th:nth-child(6),.table.tableCompact td:nth-child(6){width:12%}}.rowActions{display:inline-flex;gap:6px;flex-wrap:wrap}@media (max-width: 700px){.modalCard.xl .modalBody{overflow-x:hidden}.table.tableCompact{white-space:normal}}.shell[data-theme=dark] .menuTitle{color:var(--text)!important}.sleepPresetRow{margin-top:8px;display:flex;flex-direction:column;gap:6px}.sleepPresetButtons{display:inline-flex;flex-wrap:wrap;gap:8px}.sleepPreset{border-radius:999px;border:1px solid var(--input-border);background:var(--surface-2);padding:6px 12px;font-size:14px;cursor:pointer;color:var(--text)}.sleepPresetActive{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.sleepMain{margin-top:24px;margin-bottom:24px;display:flex;justify-content:center}.sleepCircle{width:260px;height:260px;max-width:80vw;max-height:80vw;border-radius:999px;border:4px solid var(--accent);background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:0 0 0 4px #2563eb40;transition:transform .1s ease,box-shadow .1s ease,background .15s ease;text-align:center;padding:16px;color:var(--text)}.sleepState{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.sleepTime{font-size:34px;font-weight:800}.sleepHint{font-size:14px;opacity:.9;max-width:220px}.sleepStatsToggle{margin-top:8px;width:100%;display:flex;justify-content:space-between;align-items:center}.sleepStatsSection{margin-top:12px}.sleepCircle:focus,.sleepCircle:focus-visible,.sleepCircle:active{outline:none;box-shadow:none}.sleepCircle{-webkit-tap-highlight-color:transparent}.sleepCircle:active{transform:scale(.97);box-shadow:0 0 0 4px #10b98159;border-radius:999px}.menuTopRow{align-items:flex-end}.menuTopRight{margin-left:auto;text-align:right;display:flex;flex-direction:column;gap:4px}.menuTopButtons{display:inline-flex;gap:8px;justify-content:flex-end}@media (max-width: 700px){.menuTopRow{flex-direction:column;align-items:stretch}.menuTopRight{margin-left:0;text-align:left;align-items:flex-start}.menuTopButtons{width:100%;justify-content:center;flex-wrap:wrap}}.menuTopRow{display:flex;gap:12px;align-items:flex-end;flex-wrap:nowrap;margin-bottom:8px}.menuTopLeft{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.menuTopRight{margin-left:auto;text-align:right;display:flex;flex-direction:column;gap:4px;align-items:flex-end}.menuTopButtons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 600px){.menuTopRow{flex-direction:column;align-items:stretch}.menuTopLeft{flex-direction:column;align-items:flex-start}.menuTopRight{margin-left:0;align-items:flex-start;text-align:left}.menuTopButtons{justify-content:flex-start}.menuTopButtons .btn.small{min-width:140px}}.chipButton{border-radius:999px;border:1px solid var(--input-border);background:var(--chip-bg);padding:4px 10px;font-size:13px;cursor:pointer;white-space:nowrap}.chipButton--active{background:#22c55e33;border-color:#22c55e}.routineRow{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:10px;background:var(--surface-2);border:1px solid var(--input-border);margin-top:6px}.routineMain{display:flex;flex-direction:column;gap:2px}.routineName{font-weight:600}.routineMeta{font-size:12px;color:var(--muted);display:flex;flex-wrap:wrap;gap:8px}.routineTag{padding:2px 6px;border-radius:999px;border:1px solid #22c55e66}.routineActions{display:flex;gap:6px}.routineMonthHeader{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.routineMonthTitle{font-weight:500}.routineWeekdaysRow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));font-size:12px;text-align:center;margin-bottom:4px;color:var(--muted)}.routineWeekday{padding:2px 0}.routineMonthGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.routineDayCell{border-radius:10px;min-height:42px;border:1px solid var(--border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px 0}.routineDayCell--outMonth{opacity:.35}.routineDayCell--active{background:#16a34a33;border-color:#16a34a}.routineDayCell--rest{background:#1d4ed833;border-color:#1d4ed8}.routineDayCell--empty{background:var(--surface-2)}.routineDayNumber{font-size:13px}.routineLegend{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted)}.legendItem{display:inline-flex;align-items:center;gap:4px}.legendDot--active{background:#22c55e;border-color:#22c55e}.legendDot--rest{background:#3b82f6;border-color:#3b82f6}.legendDot--empty{background:#111827;border-color:#4b5563}@media (max-width: 600px){.routineDayCell{min-height:34px}.routineMonthGrid{gap:3px}.routineLegend,.routineRow{flex-direction:column;align-items:flex-start}.routineActions{margin-top:6px}}.routineChipRow{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px;margin-bottom:6px}.routineChip{border-radius:999px;border:1px solid var(--input-border);background:var(--surface-2);padding:6px 12px;font-size:14px;cursor:pointer;color:var(--text)}.routineChip:hover{background:var(--surface)}.dailyRoutineList{display:flex;flex-direction:column;gap:8px}.dailyRoutineItem{display:flex;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid var(--input-border);padding:8px 10px;background:var(--surface)}.dailyRoutineName{font-weight:600}.dailyRoutineActions{display:flex;gap:6px}.dailyMonthRow{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.dailyWeekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-bottom:4px}.dailyWeekdayCell{text-align:center;font-size:12px;color:var(--muted)}.dailyCalendarGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.dayCell{padding:8px 0;border-radius:10px;border:1px solid var(--input-border);background:var(--surface-2);text-align:center;font-variant-numeric:tabular-nums;cursor:pointer}.dayCellNeutral{opacity:.8}.dayCellActive{border-color:#16a34a;box-shadow:0 0 0 1px #16a34a80}.dayCellRest{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f680}.dayCellEmpty{opacity:.3}.dailyLegend{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px;font-size:13px;color:var(--muted)}.legendDot{display:inline-block;width:10px;height:10px;border-radius:999px;margin-right:4px;border:1px solid var(--input-border)}.legendActive{background:#16a34a}.legendRest{background:#3b82f6}.legendEmpty{background:transparent}.dailySummaryRow{display:flex;justify-content:space-between;align-items:center;padding:4px 0}.dailyActivitiesList{display:flex;flex-direction:column;gap:6px}.dailyActivityItem{display:flex;justify-content:space-between;align-items:center;border-radius:10px;border:1px solid var(--input-border);padding:6px 8px;background:var(--surface-2)}.dailyAddActivity{display:flex;flex-direction:column;gap:8px;margin-top:4px}.dailyTimeRow{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 700px){.dailyWeekdayCell{font-size:11px}.dayCell{padding:6px 0;font-size:13px}.dailyTimeRow{flex-direction:column;align-items:stretch}}.btn.small,.btnDanger.small,.btnConfirmDelete.small{padding:4px 8px;font-size:.8rem}.iconButton{width:28px;height:28px;border-radius:8px;border:1px solid var(--input-border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;font-size:16px;line-height:1;color:var(--text)}.iconButton:hover{background:var(--surface)}.sleepPrintPage{display:none}@media print{body{margin:0;background:#fff}#root{padding:0}.sleepPrintPage{display:block;padding:24px 32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827}.sleepPrintPage h1{font-size:22px;font-weight:700;margin:0 0 4px}.sleepPrintPage p{font-size:12px;margin:0 0 12px}.sleepPrintStatsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;margin-top:12px}.sleepPrintStatCard{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px}.sleepPrintStatLabel{font-size:12px;color:#6b7280}.sleepPrintStatVal{font-size:14px;font-weight:600}.sleepPrintTable{width:100%;border-collapse:collapse;margin-top:8px;font-size:12px}.sleepPrintTable th,.sleepPrintTable td{border-bottom:1px solid #e5e7eb;padding:4px 6px;text-align:left}.sleepPrintTable th:nth-child(2),.sleepPrintTable td:nth-child(2){text-align:right}.shell,.modalOverlay{display:none!important}}.needsRow{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end;margin-bottom:12px}.inputTight{padding:4px 6px;font-size:.85rem}.table .inputTight{width:100%;box-sizing:border-box}.table .inputTight.right{text-align:right}@media (max-width: 700px){.needsRow{flex-direction:column;align-items:stretch}.needsRow .input,.needsRow .btnPrimary{width:100%}}.statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:8px}.statsGrid.pretty .statCard{background:#fffffff2;border:1px solid rgba(148,163,184,.6);border-radius:12px;padding:8px 10px;box-shadow:0 1px 3px #0f172a26}.statCard{display:flex;flex-direction:column;gap:2px}.statLabel{font-size:13px;color:#64748b}.statVal{font-size:15px;font-weight:600}.statVal.num{text-align:right}.shell.shell-budget{max-width:1100px;margin:0 auto 24px;padding:0 12px 24px;display:flex!important;flex-direction:column!important;align-items:stretch;gap:12px}.shell-budget .box,.shell-budget>h3.sectionTitle{width:100%;margin:0 0 12px}.shell-budget .tableWrapper{width:100%}.shell-budget .statsGrid.pretty{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}@media (min-width: 900px){.shell-budget .statsGrid.pretty{grid-template-columns:repeat(2,minmax(0,1fr))}}.dateAndSpend{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.dateAndSpend .label{width:100%}.dateAndSpend .dateGroup,.dateAndSpend .spendGroup{display:flex;align-items:center;gap:8px;width:100%;max-width:320px}.dateAndSpend .amountInput{flex:1}.modalCard .label{display:block}.modalCard .input{width:100%;max-width:320px;box-sizing:border-box}.fastaStats .statLabel,.fastaStats .statVal,.budgetStats .statLabel,.budgetStats .statVal,.sleepStats .statLabel,.sleepStats .statVal{color:#0e1116}.table.tableFasta .cellLabel{display:none}.table.tableFasta .cellVal{display:inline-block}@media (max-width: 480px){.table.tableFasta td{text-align:left;padding:4px 6px}.table.tableFasta .cellLabel{display:block;font-size:.75rem;color:var(--muted);margin-bottom:2px}.table.tableFasta .cellVal{display:block}}.table td.empty{text-align:center;padding:16px 8px}.emptyInner{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:12px;border:1px solid var(--border, #e5e7eb);background:#f8fafc;margin:4px auto;white-space:nowrap;font-size:.95rem;color:#475569}.shell-language .card{width:min(620px,92vw);max-width:92vw;height:auto;max-height:calc(100vh - 48px);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:clamp(22px,3.5vh,40px);overflow:hidden;border:1px solid rgba(0,0,0,.55)}.languageLead{text-align:center;font-size:clamp(14px,2.1vw,18px);line-height:1.6;color:var(--text);margin:8px 0 4px}.languageHint{text-align:center;margin-top:14px;font-size:clamp(11px,1.7vw,13px);color:var(--muted)}.langButtons{display:flex;flex-direction:column;gap:clamp(14px,2.2vh,18px);max-width:360px;margin:16px auto 0}.langBtn+.langBtn{margin-top:16px}.langBtn{width:100%;border-radius:999px;padding-block:clamp(10px,1.8vh,14px);background:var(--surface-2);color:var(--text);border:1px solid var(--input-border);font-weight:600;font-size:clamp(14px,2vw,17px);transition:background .15s ease,border-color .15s ease,color .15s ease,transform .08s ease}.langBtn:hover,.langBtn:focus-visible{background:var(--surface-2);color:var(--text);border-color:var(--input-border);transform:translateY(-1px)}.authBtn{width:100%;border-radius:999px;padding-block:12px;background:var(--surface-2);color:var(--text);border:1px solid var(--input-border);font-weight:700;transition:transform .08s ease,box-shadow .15s ease,border-color .15s ease}.authBtn:hover,.authBtn:focus-visible{transform:translateY(-1px);box-shadow:0 10px 22px #0000001a}.authBtn--primary:hover,.authBtn--primary:focus-visible,.authBtn--primary:active{border-color:#00ff8c66;box-shadow:0 0 0 2px #00ff8c1a,0 10px 22px #00ff8c1a}.authLink{border-radius:999px;border:1px solid var(--input-border);background:transparent;color:var(--text);padding:6px 10px;cursor:pointer;font-weight:600}.authLink:hover,.authLink:focus-visible{border-color:#00ff8c4d;box-shadow:0 0 0 2px #00ff8c14}.langBtn:active{transform:translateY(0) scale(.985)}.langBtn[data-lang=sv]:hover,.langBtn[data-lang=sv]:focus-visible,.langBtn[data-lang=sv]:active{border-color:#00ff8c59;box-shadow:0 0 0 2px #00ff8c1a,0 10px 22px #00ff8c14}.langBtn[data-lang=en]:hover,.langBtn[data-lang=en]:focus-visible,.langBtn[data-lang=en]:active{border-color:#965aff59;box-shadow:0 0 0 2px #965aff1a,0 10px 22px #965aff14}.langBtn:focus{outline:none}.labelTerms{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:13px}.labelTerms input[type=checkbox]{width:16px;height:16px;accent-color:rgba(0,255,140,.4)}.rulesLink{color:#4ea3ff;text-decoration:underline;cursor:pointer}.rulesLink:hover{opacity:.9}.shell,.card,.box{max-width:100%}.card{overflow-x:hidden}.statsGrid.pretty.budgetStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;width:100%;max-width:100%}.statCard{min-width:0;max-width:100%;overflow:hidden}.statLabel,.statVal{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.tableWrapper{width:100%;max-width:100%;overflow-x:hidden}.tableWrapper table{width:100%;table-layout:fixed}.tableWrapper th,.tableWrapper td{overflow-wrap:anywhere;word-break:break-word}td.empty{padding:12px}td.empty .emptyInner{display:block;width:100%;max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 520px){.statsGrid.pretty.budgetStats{grid-template-columns:1fr}}.statsGrid.pretty.fastaStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:10px;width:100%;max-width:100%;min-width:0}.statsGrid.pretty.fastaStats .statCard{width:100%;max-width:100%;min-width:0;overflow:hidden}.statsGrid.pretty.fastaStats .statLabel,.statsGrid.pretty.fastaStats .statVal{max-width:100%;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 520px){.statsGrid.pretty.fastaStats{grid-template-columns:1fr!important}}.fastaCards{display:flex;flex-direction:column;gap:10px}.fastaCard{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;padding:10px}.fastaCardHeader{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.fastaCardTitle{font-weight:800;font-size:14px;line-height:1.2}.fastaCardMeta{display:flex;align-items:center;justify-content:space-between;gap:10px}.fastaCardDateLine{font-size:12px;color:var(--muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.fastaPill{font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);white-space:nowrap}.fastaCardGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:6px}.fastaKV{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:8px;min-width:0}.fastaKV .k{font-size:11px;color:var(--muted);margin-bottom:2px}.fastaKV .v{font-size:13px;font-weight:800;line-height:1.1}.fastaCardActions{display:flex;gap:8px;margin-top:8px}.fastaCardActions .btn,.fastaCardActions .btnDanger,.fastaCardActions .btnPrimary{padding:6px 10px;font-size:.9rem}@media (max-width: 420px){.fastaCard{padding:9px}.fastaCardGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dailyPageCard{min-height:calc(100vh - 24px);display:flex;flex-direction:column}.dailyCalendarWrap{background:var(--surface-2);border:1px solid var(--input-border);border-radius:10px;padding:12px;flex:1;min-height:clamp(420px,58vh,820px)}.dailyMonthHeader{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:10px}.dailyWeekdaysRow2{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));font-size:12px;text-align:center;margin-bottom:6px}.dailyGrid2{display:grid;grid-template-columns:repeat(7,minmax(34px,1fr));gap:6px}.dailyDayBtn2{border-radius:10px;height:36px;font-size:13px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.dailyDayEmpty2{height:36px;border-radius:10px}.dailyTodayTag2{position:absolute;bottom:4px;right:6px;font-size:9px;opacity:.7}.dailyNoteDot{position:absolute;top:6px;right:6px;width:7px;height:7px;border-radius:999px;background:var(--text);box-shadow:0 0 8px #ffffff2e;opacity:.9;pointer-events:none}@media (min-width: 900px){.dailyCalendarWrap{padding:18px;min-height:clamp(520px,62vh,920px)}.dailyGrid2{grid-template-columns:repeat(7,minmax(64px,1fr));gap:10px}.dailyDayBtn2,.dailyDayEmpty2{height:clamp(50px,6.2vh,92px);border-radius:12px;font-size:15px}}.dailyMonthSummary{background:var(--surface-2);border:1px solid var(--input-border);border-radius:10px;padding:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;font-size:14px}.dailyMonthSummaryItem{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.dailyMonthSummaryVal{font-weight:800;font-variant-numeric:tabular-nums;text-align:right;min-width:2ch}@media (max-width: 520px){.dailyMonthSummary{grid-template-columns:repeat(2,minmax(0,1fr))}}.budgetPage .box .box{border:none;background:transparent;padding:0}.budgetPage .box .box{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important}.budgetPage>.card .statsGrid.pretty,.budgetPage>.card .tableWrapper{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.budgetPage>.card .box .box{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.budgetPage>.card .table{background:transparent!important}.menuGrid{display:flex;flex-direction:column;flex:1;justify-content:space-between;gap:clamp(12px,2vh,22px);min-height:0}.menuCard{flex:1 1 0;width:100%;display:flex;align-items:center;justify-content:space-between;min-height:clamp(72px,12vh,180px);padding:clamp(12px,2vh,26px) clamp(14px,2vw,34px);border-radius:clamp(12px,1.2vw,18px)}.menuMeta{flex:1;min-width:0;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:6px}.menuTitle{font-weight:900;font-size:clamp(11px,2.6vw,34px);line-height:1.05;letter-spacing:.2px;margin:0 0 6px;white-space:normal;overflow:hidden;text-overflow:clip;overflow-wrap:anywhere;word-break:break-word}.menuDesc{line-height:1.15;font-size:clamp(9px,1.8vw,16px);height:auto;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}@media (min-width: 700px){.menuCard{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:clamp(12px,1.6vw,22px)}.menuMeta{text-align:center;align-items:center}.menuTitle{font-size:clamp(18px,1.6vw,28px);margin-bottom:clamp(4px,.6vh,10px)}.menuDesc{font-size:clamp(14px,1.1vw,18px)}.menuIcon,.menuArrow{font-size:clamp(26px,2vw,42px)}}.menuHeaderTitle,.menuHeaderStatus,.menuHeaderTrial{width:100%;text-align:center}.menuHeaderGear{position:absolute;top:0;right:0}.menuFooter{margin-top:auto;padding-top:18px;padding-bottom:6px;width:100%;display:flex;justify-content:center}.menuFooterBrand{font-weight:900;text-align:center}.menuHeader{position:relative;width:100%;margin-bottom:12px;padding-top:4px}.menuHeaderCenter{text-align:center;width:100%}.menuHeaderStatus{font-size:12px;text-align:center}.menuHeaderTrial{margin-top:10px;text-align:center}.menuHeaderGear{position:absolute;top:0;right:0;width:44px!important;height:44px!important;display:inline-flex;align-items:center;justify-content:center}.menuFooter{margin-top:auto;padding-top:18px;padding-bottom:6px;width:100%;display:flex;justify-content:center;text-align:center}.budgetSetup{margin-top:8px;margin-bottom:12px;border-radius:12px;overflow:hidden}.budgetSetupSummary{cursor:pointer;padding:10px 12px;list-style:none;text-align:center}.budgetSetupSummary::-webkit-details-marker{display:none}.budgetSetupBody{padding:10px 12px 12px;display:flex;flex-direction:column;gap:12px}.budgetSetupSummary{cursor:pointer}.budgetSetupSummary:hover{background:#0000000a}.budgetSetupRow{display:flex;justify-content:space-between;align-items:center}.budgetSetupRowLeft{display:flex;flex-direction:column;align-items:center;gap:4px}.budgetSetupChevron{font-size:16px;opacity:.6;line-height:1}.budgetSetupMeta{font-size:12px;margin-top:2px}.budgetSetupSummary{cursor:pointer;border:1px solid rgba(0,0,0,.18);border-radius:12px;padding:12px;transition:transform .08s ease,box-shadow .12s ease,border-color .12s ease}.budgetSetupSummary:hover{border-color:#00000059;box-shadow:0 6px 18px #0000001a}.budgetSetup[open]>.budgetSetupSummary,.budgetSetupSummary:active{border-color:#00000073;box-shadow:0 8px 22px #00000024;transform:translateY(1px)}.shell.shell-menu{padding:20px;display:flex;justify-content:center}.shell.shell-menu>.card{width:min(1100px,100%);margin:0 auto}.menuGridFill{flex:1;min-height:0}.shell.shell-menu .menuHeaderRow,.shell.shell-menu .menuFooterAligned{display:grid;grid-template-columns:56px 1fr 56px;align-items:center;column-gap:12px}.shell.shell-menu .menuHeaderGear{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;justify-self:end}.shell.shell-menu .menuCard{display:grid!important;grid-template-columns:56px 1fr 56px;align-items:center;column-gap:12px}.shell.shell-menu .menuCard .menuIcon,.shell.shell-menu .menuCard .menuArrow{width:56px;display:flex;align-items:center;justify-content:center;margin-right:0!important;flex:0 0 56px}.shell.shell-menu .menuCard .menuArrow{justify-self:end}.shell.shell-menu .menuCard .menuMeta{text-align:center;align-items:center}.shell.shell-menu .menuFooterCenter{text-align:center}.shell.shell-menu .menuHeaderRow{display:grid;grid-template-columns:56px 1fr 56px;align-items:center;column-gap:12px;margin-bottom:10px}.shell.shell-menu .menuHeaderSlot{width:56px;height:1px}.shell.shell-menu .menuHeaderCenter{text-align:center}.shell.shell-menu .menuHeaderTitleRow{display:inline-flex;align-items:center;justify-content:center;gap:8px}.shell.shell-menu .menuHeaderTitle{font-weight:900;font-size:22px;line-height:1.15}.shell.shell-menu .menuHeaderStatus{font-size:12px;margin-top:2px}.shell.shell-menu .menuHeaderGearInline{position:static!important;width:28px;height:28px;border-radius:8px;padding:0;line-height:1}.shell.shell-menu .menuFooter{margin-top:auto;padding-bottom:22px}.sleepStatsSection{display:flex;flex-direction:column;align-items:center;width:100%}.sleepStatsSection .section{width:100%;max-width:560px;margin-left:auto;margin-right:auto}.sleepStatsSection .statsGrid{width:100%;margin-left:auto;margin-right:auto;justify-content:center}.sleepStatsSection .tableWrapper{width:100%;max-width:560px;margin-left:auto;margin-right:auto}.shell.shell-sleep .statsGrid.pretty.sleepStats{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}@media (min-width: 900px){.shell.shell-sleep .statsGrid.pretty.sleepStats{grid-template-columns:repeat(2,minmax(0,1fr))}}.shell.shell-sleep .statsGrid.pretty.sleepStats .statCard{min-width:0;width:100%}.settingsStack{width:min(260px,100%);margin:0 auto;display:flex;flex-direction:column;gap:12px}.settingsStack .label{margin:0;width:100%;display:flex;flex-direction:column;gap:6px}.settingsStack .input,.settingsStack .btn{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;display:block}.settingsStack .settingsCloseBtn{display:flex!important;align-items:center;justify-content:center}.shell.shell-sleep .sleepSettingsStack{margin-top:10px;display:flex;flex-direction:column;gap:12px;align-items:center}.shell.shell-sleep .sleepSettingsStack .sleepField{width:min(320px,100%);margin:0!important;display:flex;flex-direction:column;gap:6px}.shell.shell-sleep .sleepSettingsStack .sleepFieldLabel{font-size:13px}.shell.shell-sleep .sleepSettingsStack .sleepControl{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;display:block}.shell.shell-sleep .sleepSettingsStack .sleepHelp{font-size:11px;margin-top:6px;line-height:1.35}.shell.shell-sleep .sleepSettingsStack .sleepCheckboxRow{display:flex;gap:10px;align-items:center;margin-top:8px}.modalCard{width:min(560px,100%);max-height:86dvh;display:flex;flex-direction:column;overflow:hidden}.settingsStack{width:min(320px,100%);margin:0 auto;display:flex;flex-direction:column;gap:12px;align-items:stretch}.settingsStack .label{margin:0!important;width:100%!important;display:flex;flex-direction:column;gap:6px}.settingsStack .input,.settingsStack select,.settingsStack .btn,.settingsStack .btnPrimary,.settingsStack .btnDanger{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;display:block}.settingsCheckRow{display:flex;gap:10px;align-items:center}.box .sectionTitle,.card .sectionTitle,.box .title,.card .title,.box h2,.box h3{text-align:center}.modalCard{width:min(560px,92vw);max-height:90dvh;overflow:auto}.modalCard .btnRow,.modalCard .actionsRow{display:flex;gap:8px;flex-wrap:wrap}@media (max-width: 420px){.modalCard .btnRow,.modalCard .actionsRow{flex-direction:column}.modalCard .btn,.modalCard .btnPrimary,.modalCard .btnDanger{width:100%}}.modalOverlay{padding:12px;box-sizing:border-box}.modalCard{box-sizing:border-box;max-width:calc(100vw - 24px)}.modalCard.xl{width:min(1120px,calc(100vw - 24px))!important}.modalCard.xl .modalBody{overflow-x:hidden}.modalCard.xl .tableWrapper{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.modalCard.xl .table{width:100%;min-width:0}.modalCard.xl{width:min(1120px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:calc(100vh - 120px);overflow:hidden}.modalCard.xl .tableWrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.rowActions{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:center}.table.tableNoOverflow{width:100%!important;table-layout:fixed!important;border-collapse:collapse}.table.tableNoOverflow th,.table.tableNoOverflow td{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}.table.tableNoOverflow td:last-child{white-space:normal!important}.table.tableNoOverflow td:last-child .btn{display:inline-flex;margin:4px 6px 0 0;max-width:100%;flex-wrap:wrap}.table.tableNoOverflow td:last-child .btn,.table.tableNoOverflow td:last-child{overflow-wrap:anywhere}.histCards{width:100%;max-width:100%}.histCard{border:1px solid var(--border);background:var(--surface-2);border-radius:12px;padding:10px;margin-bottom:10px}.histTop{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start;margin-bottom:10px}.histPeriod,.histSaved{min-width:0}.histK{font-size:11px;color:var(--muted);margin-bottom:2px}.histV{font-size:13px;font-weight:700;overflow-wrap:anywhere;word-break:break-word}.histGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:10px}.histKV{border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:8px;min-width:0}.histActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.histActions .btn{flex:1 1 110px;min-width:110px}.dailyShell .dailyPageCard{display:flex;flex-direction:column}.dailyShell .dailyCalendarWrap{flex:none;min-height:auto}.dailyShell .dailyMonthSection{margin-top:18px}@media (min-width: 900px){.dailyShell .dailyPageCard{min-height:calc(100dvh - 40px)}.dailyShell .dailyCalendarWrap{flex:1;min-height:clamp(520px,62vh,920px)}}.gg-premium-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999}.gg-premium-card{width:min(560px,100%);border-radius:18px;padding:22px;box-sizing:border-box}.gg-premium-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.gg-premium-status{font-size:12px;opacity:.8}.gg-premium-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}.gg-premium-actions-row{display:flex;gap:10px;margin-top:10px}.gg-premium-actions-row>*{flex:1}@media (max-width: 420px){.gg-premium-overlay{padding:14px;align-items:center}.gg-premium-card{padding:16px;border-radius:16px}.gg-premium-actions-row{flex-direction:row}}@media (max-height: 680px){.gg-premium-overlay{padding:12px}.gg-premium-card{padding:14px}.gg-premium-actions{gap:8px}}.info3d{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#1f2937;background:linear-gradient(180deg,#fff,#f1f5f9);border:1px solid #d1d5db;box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0000002e;cursor:pointer;padding:0;line-height:1;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.info3d:hover{background:linear-gradient(180deg,#fff,#e5e7eb);box-shadow:inset 0 1px #fff,0 2px 4px #00000040}.info3d:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #00000040}[data-dropcol],[data-droppile]{-webkit-user-select:none;user-select:none}html.gg-no-scroll,body.gg-no-scroll{background:#f7fbff!important}html.gg-no-scroll #root{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important;overflow:hidden!important}html.gg-no-scroll .gg-screen{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;margin:0!important;padding:0!important;display:block!important;overflow:hidden!important;background:transparent!important}html.gg-no-scroll .gg-screen .shell,html.gg-no-scroll .gg-screen .card{width:100%!important;height:100%!important;max-width:none!important;margin:0!important;border-radius:0!important}.gg-screen .shell{padding:0!important;margin:0!important;width:100%;height:100%;min-height:0;overflow:hidden!important}html.gg-no-scroll #root{height:100%}.gg-screen{max-height:100%}.gg-modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:stretch;justify-content:stretch;padding:0;margin:0;z-index:99999}.gg-modalCard{width:100vw;height:100dvh;max-height:none;background:#fff;border:none;border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column}.gg-modalHeader{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:space-between;gap:10px}.gg-modalTitle{font-weight:900;font-size:16px;margin:0;color:#0b1220}.gg-modalCloseX{border:none;background:transparent;cursor:pointer;font-size:22px;line-height:1;padding:4px 8px;color:#374151}.gg-modalBody{padding:14px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch;color:#111827;font-size:13px;line-height:1.55;overscroll-behavior:contain}.gg-modalFooter{padding:12px 16px 16px;border-top:1px solid rgba(0,0,0,.12);display:flex;justify-content:center}html.gg-no-scroll #root{width:100vw!important;height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important}html.gg-no-scroll .gg-screen{width:100vw!important;height:100dvh!important}html.gg-no-scroll .shell-language .card,html.gg-no-scroll .shell-login .card{width:100vw!important;height:100dvh!important;min-height:100dvh!important;border-radius:0!important;margin:0!important}html.gg-no-scroll body{background:#f7fbff!important}html.gg-no-scroll .shell-login .titleBoxTop,html.gg-no-scroll .shell-login .titleBoxBottom{flex-shrink:1}@media (max-height: 740px){html.gg-no-scroll .shell-login .card{gap:6px}html.gg-no-scroll .shell-login .leadText{font-size:12px;line-height:1.35;margin:6px 0}html.gg-no-scroll .shell-login .authBtn{padding:10px 12px}html.gg-no-scroll .shell-login .centerArea{justify-content:flex-start!important}}html.gg-no-scroll .shell-login .card{height:100dvh!important;min-height:100dvh!important;width:100vw!important}html.gg-no-scroll .shell-login .titleBoxTop,html.gg-no-scroll .shell-login .titleBoxBottom{flex:0 0 auto;display:flex;justify-content:center}html.gg-no-scroll .shell-login .centerArea{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center;overflow:hidden}@media (max-height: 740px){html.gg-no-scroll .shell-login .centerArea{justify-content:center!important}html.gg-no-scroll .shell-login .titleBoxTop{transform:scale(.92);transform-origin:center top}html.gg-no-scroll .shell-login .titleBoxBottom{transform:scale(.9);transform-origin:center bottom}html.gg-no-scroll .shell-login .leadText{font-size:12px!important;line-height:1.25!important;margin:6px 0 10px!important}html.gg-no-scroll .shell-login .hintText{font-size:12px!important;line-height:1.25!important;margin-top:10px!important}html.gg-no-scroll .shell-login .authBtn{padding:10px 12px!important}}.shell.shell-menu .menuFooterArea{width:100%;display:flex;justify-content:center;text-align:center;padding-top:10px;padding-bottom:max(16px,env(safe-area-inset-bottom))}.shell.shell-menu .menuFooterCenter{transform:translateY(14px)!important}.budgetCalHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.budgetCalRange{font-size:12px;white-space:nowrap}.budgetCalWrap{width:100%;display:flex;justify-content:center}.budgetCalGrid{width:100%;max-width:min(900px,100%);display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;-webkit-user-select:none;user-select:none}.budgetCalWeekday{text-align:center;font-size:12px;opacity:.75;padding-bottom:2px}.budgetCalDay{position:relative;width:100%;aspect-ratio:1 / 1;max-height:92px;border-radius:14px;border:1px solid var(--input-border);background:var(--surface-2);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease}.budgetCalDay:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000001a;background:var(--surface)}.budgetCalDayNum{font-weight:800;font-size:13px}@media (min-width: 900px){.budgetCalDay{aspect-ratio:auto;height:clamp(64px,7.5vh,92px);max-height:92px}.budgetCalDayNum{font-size:15px}}.budgetCalDot{position:absolute;bottom:7px;right:7px;width:8px;height:8px;border-radius:999px;background:#00ffa0f2}.budgetCalDay.isOutMonth{opacity:.45}.budgetCalDay.isOutPeriod{background:#ffffff05}.budgetCalDay.isToday{border:1px solid rgba(255,255,255,.35)}.budgetCalDay.isSelected{border:1px solid rgba(0,255,160,.65);box-shadow:0 0 0 2px #00ffa01f inset}@media (min-width: 900px){.budgetCalDayNum{font-size:16px}}[data-theme=dark] .budgetCalDay{background:#ffffff0f;border-color:#ffffff24;color:#ffffffeb}[data-theme=dark] .budgetCalWeekday{color:#ffffffd9;opacity:1}[data-theme=dark] .budgetCalDay.isOutMonth{opacity:.45}[data-theme=dark] .budgetCalDay.isOutPeriod{background:#ffffffa6}[data-theme=dark] .budgetCalDay.isToday{border:1px solid rgba(0,0,0,.35)}[data-theme=dark] .budgetCalDay.isSelected{border:2px solid rgba(0,180,110,.95);box-shadow:0 0 0 2px #00b46e2e inset}[data-theme=dark] .budgetCalDot{background:#00b46ef2}.budgetHistoryRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;gap:10px;align-items:center;width:100%}.budgetHistoryRow>*{min-width:0}.budgetHistoryBtn{height:44px;width:100%;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;white-space:normal;text-align:center;line-height:1.1}.budgetInfoIconBtn{width:44px;height:44px;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--card-bg, rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.25);color:#ffffffe6;cursor:pointer}.budgetInfoIconBtn svg{width:20px;height:20px;display:block}.budgetInfoIconBtn:hover{border-color:#ffffff73;background:#ffffff1a}.budgetInfoIconBtn:focus{outline:none;box-shadow:0 0 0 2px #ffffff2e}.shell.shell-menu>.card{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important}.shell.shell-menu .menuHeaderRow,.shell.shell-menu .menuGrid.menuGridFill,.shell.shell-menu .menuFooterArea{padding-left:clamp(10px,2vw,18px)!important;padding-right:clamp(10px,2vw,18px)!important}.shell.shell-menu .menuTitle{font-size:clamp(24px,3.2vh,40px)!important;line-height:1.05!important;font-weight:900}.shell.shell-menu .menuDesc{font-size:clamp(14px,1.8vh,18px)!important;line-height:1.25!important;opacity:.9}@media (min-width: 700px){.shell.shell-menu .menuTitle{font-size:clamp(26px,2vw,34px)!important}.shell.shell-menu .menuDesc{font-size:clamp(15px,1.2vw,18px)!important}}:root{--menu-side-pad: 8px}.shell.shell-menu{padding:0!important;margin:0!important;width:100%!important}.shell.shell-menu>.card{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;padding-left:0!important;padding-right:0!important}.shell.shell-menu .card,.shell.shell-menu .menuGrid,.shell.shell-menu .menuGridFill,.shell.shell-menu .menuHeaderRow,.shell.shell-menu .menuFooterArea{padding-left:0!important;padding-right:0!important}.shell.shell-menu .menuHeaderRow,.shell.shell-menu .menuGrid.menuGridFill,.shell.shell-menu .menuFooterArea{padding-left:var(--menu-side-pad)!important;padding-right:var(--menu-side-pad)!important}.shell.shell-menu .menuCard{width:100%!important}:root{--gg-btn-radius: 14px;--gg-btn-minh: 40px;--gg-btn-pad-y: 10px;--gg-btn-pad-x: 14px}button,input[type=button],input[type=submit],a[role=button],.btn,.btnPrimary,.btnDanger,.btnConfirmDelete{border-radius:var(--gg-btn-radius)!important;min-height:var(--gg-btn-minh)!important;padding:var(--gg-btn-pad-y) var(--gg-btn-pad-x)!important;line-height:1!important;font-weight:700;box-sizing:border-box}.small{min-height:34px!important;padding:8px 12px!important}.btn{border:1px solid var(--input-border)!important;background:var(--surface)!important;color:var(--text)!important}.modalOverlay{background:#0000008c!important}.modalOverlay .modalCard{opacity:1!important;background:var(--modal-bg, #ffffff)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.modalOverlay .modalCard .input,.modalOverlay .modalCard textarea,.modalOverlay .modalCard select{background:var(--modal-field-bg, #ffffff)!important;color:var(--text, #111)!important}[data-theme=dark]{--modal-bg: #0b1220;--modal-field-bg: #0f172a}[data-theme=light],[data-theme=pink],[data-theme=blue]{--modal-bg: #ffffff;--modal-field-bg: #ffffff}.shell.shell-sleep{--sleep-ring: #3b82f6}.shell.shell-sleep[data-theme=dark]{--sleep-ring: #22c55e}.shell.shell-sleep[data-theme=light]{--sleep-ring: #111111}.shell.shell-sleep[data-theme=blue]{--sleep-ring: #3b82f6}.shell.shell-sleep[data-theme=pink]{--sleep-ring: #ec4899}.shell.shell-sleep .sleepCircle{border-color:var(--sleep-ring)!important}.shell.shell-menu .menuCard{display:grid!important;grid-template-columns:56px minmax(0,1fr) 56px!important;align-items:center;width:100%;min-width:0;gap:clamp(8px,2vmin,14px);padding:clamp(10px,2.2vmin,20px) clamp(10px,2.4vmin,22px);min-height:clamp(56px,12vmin,140px);box-sizing:border-box}.shell.shell-menu .menuMeta{min-width:0!important;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:clamp(3px,.8vmin,8px)}.shell.shell-menu .menuTitle{font-weight:900;line-height:1.02;margin:0;font-size:clamp(12px,5.2vmin,34px)!important;white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0}.shell.shell-menu .menuDesc{line-height:1.18;margin:0;opacity:.9;font-size:clamp(10px,2.6vmin,18px)!important;white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0}.shell.shell-menu .menuIcon,.shell.shell-menu .menuArrow{width:56px;min-width:56px;display:flex;align-items:center;justify-content:center}.shell.shell-menu,.shell.shell-menu>.card{overflow-x:hidden}.shell.shell-menu .menuCard{--mfs: clamp(10px, 2.8vmin, 18px)}.shell.shell-menu .menuTitle{font-size:calc(var(--mfs) * 2.05)!important;line-height:1.05;margin:0 0 calc(var(--mfs) * .35) 0!important}.shell.shell-menu .menuDesc{font-size:var(--mfs)!important;line-height:1.25;margin:0!important;opacity:.9}.shell.shell-menu .menuCard{--side: clamp(28px, 8vmin, 56px);display:grid!important;grid-template-columns:var(--side) minmax(0,1fr) var(--side)!important;align-items:center;min-width:0;width:100%;overflow:hidden;gap:clamp(6px,1.2vmin,12px);padding:clamp(8px,2vmin,18px) clamp(8px,2vmin,18px);box-sizing:border-box}.shell.shell-menu .menuMeta{min-width:0!important}.shell.shell-menu .menuIcon,.shell.shell-menu .menuArrow{width:var(--side)!important;min-width:0!important;display:flex;align-items:center;justify-content:center;overflow:hidden}.shell.shell-menu .menuIcon svg,.shell.shell-menu .menuArrow svg{width:clamp(16px,4.5vmin,26px);height:clamp(16px,4.5vmin,26px);max-width:100%;max-height:100%}.shell.shell-menu .menuIcon,.shell.shell-menu .menuArrow{font-size:clamp(16px,4.5vmin,28px)}.shell.shell-menu .menuMeta{display:flex;flex-direction:column;justify-content:center;min-height:0}.shell.shell-menu .menuTitle{flex:0 1 auto;max-height:2.4em;overflow:hidden}.shell.shell-menu .menuDesc{flex:1 1 auto;min-height:1.2em;overflow:hidden}html,body{overflow-x:hidden}.shell.budgetPage,.shell.budgetPage>.card{overflow-x:hidden!important}.shell.budgetPage .budgetCalWrap,.shell.budgetPage .budgetCalGrid{max-width:100%;overflow-x:hidden;box-sizing:border-box}.shell.budgetPage .budgetCalGrid>*{min-width:0}.menuCard,.menuCard *{color:inherit;-webkit-text-fill-color:currentColor}.menuCard{color:var(--text);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none}.shell.shell-menu .menuCard{border:1px solid var(--border, rgba(0,0,0,.14))!important;background:var(--surface-2, rgba(255,255,255,.65))!important;border-radius:16px!important;box-shadow:0 10px 22px #00000014!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.shell.shell-menu .menuCard,.shell.shell-menu .menuCard *{color:var(--text, #111)!important;-webkit-text-fill-color:currentColor!important}.shell.shell-menu .menuCard:active{transform:translateY(1px)}.mode-chip{margin-top:10px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid var(--input-border);background:var(--surface-2);color:var(--text);cursor:pointer;font-weight:800}.mode-chip:hover{background:var(--surface)}.mode-hint{margin-top:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--input-border);background:var(--surface-2);color:var(--text);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mode-hint button{border:1px solid var(--input-border);background:var(--surface);color:var(--text);border-radius:10px;width:32px;height:32px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.mode-hint button:hover{background:var(--surface-2)}.shell.shell-sleep .sleepSoftAction{margin:10px auto 0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);color:var(--muted);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;line-height:1;cursor:pointer;opacity:.85;max-width:100%}.shell.shell-sleep .sleepSoftAction:hover{opacity:1;background:var(--surface-2);color:var(--text)}.shell.shell-sleep .sleepSoftAction:active{transform:translateY(1px)}.shell.shell-sleep .sleepSoftAction:disabled{opacity:.45;cursor:default;transform:none}.sleepMain{flex-direction:column;align-items:center}.shell.shell-sleep .sleepUnderAction{width:260px;max-width:80vw;margin-top:8px}.shell.shell-sleep .sleepUnderAction>.btn{width:100%;display:block}.statsGrid.pretty.fastaStats{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}@media (min-width: 900px){.statsGrid.pretty.fastaStats{grid-template-columns:repeat(2,minmax(0,1fr))}}.statsGrid.pretty.fastaStats .statCard{min-width:0}.fastaCards{display:grid;gap:10px}.fastaCard{border:1px solid var(--input-border);background:var(--surface-2);border-radius:12px;padding:10px}.fastaHistTop{display:grid;gap:6px;text-align:center}.fastaHistDate{font-weight:900}.fastaHistMeta{display:grid;gap:4px;justify-items:center}.fastaHistDur{font-weight:900;font-variant-numeric:tabular-nums}.fastaHistActions{margin-top:10px;display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.fastaHistDate{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;text-align:center}.fastaDatePart{white-space:nowrap}.fastaDateArrow{white-space:nowrap;opacity:.7}@media (max-width: 600px){.fastaDateEnd{flex-basis:100%;margin-top:2px}}.shell.shell-budget{padding:14px;min-height:100dvh;display:flex}.shell.shell-budget>.card{width:100%;max-width:560px;margin:0 auto;border-radius:18px;overflow:hidden}.shell.shell-budget .budgetInner{padding:14px;display:flex;flex-direction:column;gap:14px}.shell.shell-budget .budgetInner .box{margin:0}.shell.shell-budget .budgetSetupRow{display:flex;align-items:center;gap:10px}.shell.shell-budget .budgetSetupRow .btn{margin-left:auto}.shell.shell-budget .budgetSetupBody{margin-top:10px}@media (max-width: 520px){.shell.shell-budget{padding:10px}.shell.shell-budget .budgetInner{padding:12px;gap:12px}}.shell-budget .card,.budgetPage .card{max-width:none!important;width:100%!important}.shell-budget{width:100%}.shell.shell-budget{max-width:none!important;width:100%!important}@media (min-width: 900px){.dailyShell .dailyPageCard{min-height:calc(100dvh - 40px);display:flex;flex-direction:column}.dailyShell .dailyCalendarWrap{flex:1 1 auto;min-height:clamp(620px,72vh,980px)}.dailyShell .dailyMonthSection{flex:0 0 auto}}@media (min-width: 900px){.dailyPageCard{min-height:calc(100dvh - 40px)!important;display:flex!important;flex-direction:column!important}.dailyCalendarWrap{flex:1 1 auto!important;min-height:clamp(720px,78vh,1100px)!important}.dailyMonthSection{flex:0 0 auto!important}}@media (min-width: 900px){.dailyCalendarWrap{height:78vh!important;min-height:720px!important}}@media (min-width: 900px){.dailyShell .dailyCalendarWrap{height:clamp(620px,78vh,980px)!important;min-height:0!important;display:flex!important;flex-direction:column!important}.dailyShell .dailyGrid2{flex:1 1 auto!important;min-height:0!important;grid-auto-rows:1fr!important;align-content:stretch!important}.dailyShell .dailyGrid2>*{min-height:74px!important}}@media (min-width: 900px){.dailyShell .dailyCalendarWrap{height:clamp(720px,82vh,1100px)!important;display:flex!important;flex-direction:column!important;min-height:0!important}.dailyShell .dailyGrid2{flex:1 1 auto!important;min-height:0!important;align-content:stretch!important;grid-auto-rows:1fr!important;row-gap:clamp(14px,1.8vh,22px)!important}.dailyShell .dailyGrid2>*{min-height:clamp(86px,10.5vh,140px)!important}.dailyShell .dailyGrid2>*>*{height:100%!important}}:root{--daily-gutter: clamp(.7em, 1.8vmin, 1.05em);--daily-gutter-pad: clamp(.02em, .2vmin, .1em);--daily-line: rgba(255,255,255,.1)}.dailyWeekdaysRow2{display:grid!important;grid-template-columns:var(--daily-gutter) repeat(7,minmax(0,1fr))!important;gap:clamp(.35em,.9vmin,.7em)!important;align-items:center!important;margin-bottom:clamp(.35em,.9vmin,.7em)!important;-webkit-user-select:none!important;user-select:none!important}.dailyGrid2{display:grid!important;grid-template-columns:var(--daily-gutter) repeat(7,minmax(0,1fr))!important;gap:clamp(.35em,.9vmin,.7em)!important;position:relative!important}.dailyWeekGutterHeader{height:2.1em!important}.dailyWeekGutterCell{background:transparent!important;border:none!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center;padding-right:var(--daily-gutter-pad)!important;color:var(--muted)!important;font-weight:900!important;font-size:clamp(.62rem,1.3vmin,.78rem)!important;letter-spacing:.06em!important;opacity:.75!important;-webkit-user-select:none!important;user-select:none!important}.dailyWeekdaysRow2>.muted{text-align:center!important;font-size:clamp(.68rem,1.5vmin,.8rem)!important;opacity:.85!important}.dailyGrid2>*{min-width:0!important}@media (min-width: 64em){.dailyShell .dailyCalendarWrap{display:flex!important;flex-direction:column!important;min-height:0!important}.dailyShell .dailyGrid2{flex:1 1 auto!important;min-height:0!important;grid-auto-rows:minmax(0,1fr)!important;overflow:hidden!important}.dailyShell .dailyGrid2>*{height:auto!important;min-height:0!important;min-width:0!important}.dailyShell .dailyGrid2+*{flex:0 0 auto!important;margin-top:clamp(.6rem,1.6vmin,1.1rem)!important}}:root{--daily-gutter: clamp(.35em, .85vmin, .55em);--daily-gap: clamp(.35em, .9vmin, .7em);--daily-gutter-pad: 0em}.dailyWeekdaysRow2,.dailyGrid2{grid-template-columns:var(--daily-gutter) repeat(7,minmax(0,1fr))!important;padding-left:0!important;padding-right:0!important;column-gap:var(--daily-gap)!important;row-gap:var(--daily-gap)!important;box-sizing:border-box!important}.dailyWeekGutterCell{padding-right:var(--daily-gutter-pad)!important;justify-content:center;font-size:clamp(.58rem,1.15vmin,.72rem)!important;letter-spacing:.04em!important}.dailyWeekLabel{display:flex;align-items:center;justify-content:flex-end;font-size:11px;font-weight:900;opacity:.6;-webkit-user-select:none;user-select:none}.dailyWeekdaysRow2>:first-child{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important}.dailyWeekLabel{position:relative;display:inline-flex;align-items:center;justify-content:center;line-height:1}.dailyWeekLabel:after{content:".";position:absolute;left:100%;top:50%;transform:translate(.1em,-55%);opacity:.65}.shell{padding:0!important;justify-content:stretch!important}.card{width:100%!important;max-width:none!important;min-height:100dvh;border-radius:0!important}.budgetShareWrap{width:100%;margin-top:12px;background:transparent;border:0;padding:0;display:block}.budgetShareBtn{width:100%;display:block;min-height:44px;border-radius:14px}.shell.shell-budget .budgetShareWrap{margin-top:12px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;width:100%}.shell.shell-budget .budgetShareBtn{width:100%!important;max-width:none!important;display:flex!important;align-items:center;justify-content:center;min-height:var(--gg-btn-minh, 40px)!important}@media (min-width: 700px){.shell.shell-budget .statsGrid.pretty.budgetStats,.shell.shell-budget .budgetShareWrap{max-width:560px;margin-left:auto;margin-right:auto}}.shell.shell-budget .statsGrid.pretty.budgetStats .statCard{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important;min-height:76px!important;border-radius:12px!important;padding:10px 12px!important}.shell.shell-budget .statsGrid.pretty.budgetStats .statLabel{text-align:center;line-height:1.15;height:2.3em;overflow:hidden}.shell.shell-budget .statsGrid.pretty.budgetStats .statVal{margin-top:6px;text-align:center!important}.dailyDayBtn2{position:relative}.dailyDayBtn2 .dailyNoteDot{position:absolute!important;top:8px!important;right:8px!important;left:auto!important;bottom:auto!important;width:8px!important;height:8px!important;min-width:8px!important;min-height:8px!important;max-width:8px!important;max-height:8px!important;display:block!important;border-radius:999px!important;background:#22c55e!important;box-shadow:0 0 8px #22c55ee6!important;transform:none!important;pointer-events:none!important}@media (max-width: 380px){.dailyDayBtn2 .dailyNoteDot{width:7px!important;height:7px!important;min-width:7px!important;min-height:7px!important;max-width:7px!important;max-height:7px!important;top:7px!important;right:7px!important}}.bbCatName{width:100%;max-width:100%;min-width:0;font-weight:800;font-size:14px;text-align:center;line-height:1.2;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.shell.shell-budget .table th,.shell.shell-budget .table td{white-space:normal}html.gg-no-scroll,html.gg-no-scroll body{height:100%;overflow:hidden!important;margin:0!important;padding-top:0!important}html.gg-no-scroll .shell-login,html.gg-no-scroll .shell-login .card{height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;display:flex;flex-direction:column}html.gg-no-scroll .shell-login .centerArea{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center!important}@media (max-height: 740px){html.gg-no-scroll .shell-login .card{padding:14px!important;gap:6px!important}html.gg-no-scroll .shell-login .titleBoxTop{transform:scale(.92);transform-origin:center top}html.gg-no-scroll .shell-login .titleBoxBottom{transform:scale(.9);transform-origin:center bottom}html.gg-no-scroll .shell-login .title{font-size:22px!important;margin-bottom:8px!important}html.gg-no-scroll .shell-login .leadText{font-size:12px!important;line-height:1.25!important;margin:6px 0 10px!important}html.gg-no-scroll .shell-login .hintText{font-size:12px!important;line-height:1.25!important;margin-top:10px!important}html.gg-no-scroll .shell-login .authBtn{min-height:40px!important;padding-block:10px!important}html.gg-no-scroll .shell-login .centerArea{justify-content:center!important}}@media (max-height: 670px){html.gg-no-scroll .shell-login .card{padding:12px!important}html.gg-no-scroll .shell-login .title{font-size:20px!important}html.gg-no-scroll .shell-login .authBtn{min-height:38px!important;padding-block:9px!important}}:root{--app-pad: clamp(10px, 2vw, 18px)}.shell,.page,.main,.main-content,.content,.appContent{width:100%!important;max-width:none!important}.card,.pageCard,.contentCard,.panel,.glassCard,.board,.boardCard,.dailyCard,.routinesCard{width:100%!important;max-width:none!important;margin:0!important;border-radius:0!important;padding-top:var(--app-pad)!important;padding-left:var(--app-pad)!important;padding-right:var(--app-pad)!important;padding-bottom:var(--app-pad)!important}
