:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.auth-page{box-sizing:border-box;color:#25222a;background:linear-gradient(135deg,#f4f9f7eb,#fffffff5),#fff;place-items:center;min-height:100svh;padding:32px 16px;display:grid}.auth-page--loading{font-weight:700}.auth-page__panel{text-align:left;box-sizing:border-box;background:#fffffff5;border:1px solid #dde7e1;border-radius:8px;gap:24px;width:min(440px,100%);padding:28px;display:grid;box-shadow:0 24px 60px #26372d1f}.auth-page__intro{gap:8px;display:grid}.auth-page__eyebrow{color:#2f725d;font-size:14px;font-weight:800}.auth-page__intro h1{color:#17141d;letter-spacing:0;margin:0;font-size:34px;line-height:1.15}.auth-page__intro p:last-child{color:#6b6572;font-size:15px;line-height:1.5}.auth-page__tabs{background:#f3f7f5;border:1px solid #dce5df;border-radius:8px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.auth-page__tabs button{color:#5d6570;min-height:42px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;font-weight:800}.auth-page__tabs button.is-active{color:#15221d;background:#fff;box-shadow:0 6px 18px #26372d1a}.auth-page__form{gap:16px;display:grid}.auth-page__form label{color:#3d3944;gap:8px;font-size:14px;font-weight:800;display:grid}.auth-page__form input{color:#17141d;width:100%;min-height:48px;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #d7dfda;border-radius:8px;padding:0 14px}.auth-page__form input:focus{border-color:#2f725d;outline:3px solid #2f725d29}.auth-page__error{color:#84222f;background:#fff0f2;border-radius:8px;padding:12px;font-size:14px;line-height:1.45}.auth-page__submit{color:#fff;min-height:50px;font:inherit;cursor:pointer;background:#2f725d;border:0;border-radius:8px;font-weight:900}.auth-page__submit:disabled{cursor:not-allowed;opacity:.62}@media (width<=520px){.auth-page__panel{padding:22px}.auth-page__intro h1{font-size:30px}}.role-select-page{box-sizing:border-box;color:#201d26;text-align:left;background:#fbfcfb;grid-template-rows:auto 1fr;min-height:100svh;padding:28px;display:grid}.role-select-page__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.role-select-page__header p{color:#2f725d;font-size:14px;font-weight:900}.role-select-page__header h1{color:#17141d;letter-spacing:0;margin:4px 0 0;font-size:34px;line-height:1.15}.role-select-page__header button{color:#3d3944;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d7dfda;border-radius:8px;padding:0 14px;font-weight:800}.role-select-page__content{place-self:center;gap:22px;width:min(560px,100%);display:grid}.role-select-page__welcome{color:#5e6670;text-align:center;font-size:18px;line-height:1.45}.role-select-page__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.role-select-page__actions a{color:#17211d;background:#fff;border:1px solid #dce5df;border-radius:8px;place-items:center;min-height:120px;font-size:22px;font-weight:900;text-decoration:none;display:grid;box-shadow:0 14px 38px #26372d1a}.role-select-page__actions a:first-child{color:#fff;background:#2f725d}@media (width<=640px){.role-select-page{padding:20px}.role-select-page__header{align-items:flex-start}.role-select-page__header h1{font-size:28px}.role-select-page__actions{grid-template-columns:1fr}}.patient-home-page{color:#fff;z-index:100;background:#111;width:100vw;height:100svh;position:fixed;inset:0;overflow:hidden}.patient-home-page .daily-mode-page__camera-area{z-index:0;background:#111;width:100%;height:100%;position:relative}.patient-home-page .daily-mode-page__camera-video{object-fit:cover;width:100%;height:100%}.patient-home-page .daily-mode-page__camera-area>p{color:#ffffffe0;place-items:center;font-size:18px;font-weight:800;display:grid;position:absolute;inset:0}.patient-home-page__date-time{z-index:12;text-align:left;color:#fff;text-shadow:0 2px 18px #0000006b;gap:8px;display:grid;position:absolute;top:42px;left:42px}.patient-home-page__date-time p{color:#ffffffe6;letter-spacing:0;font-size:18px;font-weight:800;line-height:1.2}.patient-home-page__date-time strong{color:#fff;letter-spacing:0;font-size:35px;font-weight:900;line-height:1}.patient-home-page__date-time span{background:#91e8d6;border-radius:999px;width:47px;height:2px;box-shadow:0 0 16px #91e8d694}.patient-home-page__collapse-button{z-index:12;color:#ffffffeb;-webkit-backdrop-filter:blur(16px);letter-spacing:0;background:#ffffff24;border:1px solid #ffffff6b;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:132px;min-height:52px;padding:0 22px;font-size:18px;font-weight:900;text-decoration:none;display:inline-flex;position:absolute;bottom:34px;left:42px;box-shadow:inset 0 1px #ffffff3d,0 12px 30px #0000001f}.patient-home-page__collapse-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.patient-home-page__intro{z-index:12;text-align:left;text-shadow:0 2px 18px #0000006b;align-items:stretch;gap:20px;display:flex;position:absolute;top:148px;left:42px}.patient-home-page__intro>span{background:#91e8d6;border-radius:999px;width:4px;min-height:69px;box-shadow:0 0 18px #91e8d68f}.patient-home-page__intro h1{color:#fff;letter-spacing:0;margin:0;font-size:32px;font-weight:900;line-height:1.12}.patient-home-page__intro p{color:#ffffffe6;margin-top:10px;font-size:18px;font-weight:800;line-height:1.25}.patient-home-page__actions{z-index:12;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:min(644px,100vw - 84px);display:grid;position:absolute;bottom:clamp(128px,22svh,196px);left:50%;transform:translate(-50%)}.patient-home-page__card{color:#fff;-webkit-backdrop-filter:blur(18px);text-align:center;background:#ffffff29;border:1px solid #ffffff80;border-radius:22px;align-content:center;place-items:center;gap:12px;min-height:clamp(128px,22svh,175px);padding:22px 20px;text-decoration:none;display:grid;box-shadow:inset 0 1px #ffffff42,0 22px 60px #00000024}.patient-home-page__card:hover,.patient-home-page__card:focus-visible{background:#fff3;border-color:#ffffffb3;outline:none}.patient-home-page__card-icon{color:#a4f0df;background:#a0ebd72e;border:3px solid #a0ebd7d1;border-radius:50%;place-items:center;width:73px;height:73px;display:grid;box-shadow:0 0 30px #a0ebd733}.patient-home-page__card[data-tone=help] .patient-home-page__card-icon{color:#ffd15f;background:#ffd15f29;border-color:#ffd15fdb;box-shadow:0 0 30px #ffd15f2e}.patient-home-page__card-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:36px;height:36px}.patient-home-page__card strong{color:#fff;letter-spacing:0;font-size:24px;font-weight:900;line-height:1.15}.patient-home-page__card>span:last-child{color:#ffffffdb;font-size:14px;font-weight:800;line-height:1.3}@media (width<=920px){.patient-home-page__date-time{top:24px;left:22px}.patient-home-page__date-time p{font-size:16px}.patient-home-page__date-time strong{font-size:31px}.patient-home-page__collapse-button{min-width:120px;min-height:48px;padding:0 18px;font-size:16px;bottom:24px;left:22px}.patient-home-page__intro{gap:14px;top:118px;left:22px}.patient-home-page__intro>span{min-height:58px}.patient-home-page__intro h1{font-size:26px}.patient-home-page__intro p{margin-top:8px;font-size:15px}.patient-home-page__actions{gap:14px;width:min(560px,100vw - 44px);bottom:clamp(112px,20svh,156px)}.patient-home-page__card{border-radius:18px;min-height:clamp(112px,20svh,153px);padding:18px 16px}.patient-home-page__card-icon{width:59px;height:59px}.patient-home-page__card-icon svg{width:29px;height:29px}.patient-home-page__card strong{font-size:21px}.patient-home-page__card>span:last-child{font-size:13px}}@media (width<=640px){.patient-home-page__collapse-button{bottom:16px;left:16px}.patient-home-page__date-time{top:82px;left:16px}.patient-home-page__intro{top:154px;left:16px}.patient-home-page__intro>span{min-height:58px}.patient-home-page__intro h1{font-size:24px}.patient-home-page__intro p{margin-top:6px;font-size:14px}.patient-home-page__actions{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:1fr;width:auto;inset:224px 16px 104px;overflow:hidden;transform:none}.patient-home-page__card{text-align:left;grid-template-columns:auto minmax(0,1fr);justify-items:start;gap:6px 12px;min-height:0;padding:14px}.patient-home-page__card-icon{grid-row:1/3;width:48px;height:48px}.patient-home-page__card-icon svg{width:25px;height:25px}.patient-home-page__card strong{font-size:19px}.patient-home-page__card>span:last-child{font-size:13px}}@media (height<=620px){.patient-home-page__date-time{top:24px}.patient-home-page__intro{top:116px}.patient-home-page__actions{bottom:clamp(104px,18svh,132px)}.patient-home-page__card{gap:8px;min-height:clamp(104px,20svh,132px);padding:16px}.patient-home-page__card-icon{width:54px;height:54px}.patient-home-page__card-icon svg{width:28px;height:28px}}@media (width<=640px) and (height<=620px){.patient-home-page__date-time{top:18px}.patient-home-page__collapse-button{bottom:14px}.patient-home-page__intro{top:122px}.patient-home-page__actions{top:194px;bottom:88px}.patient-home-page__card{gap:4px 10px;padding:10px 12px}.patient-home-page__card-icon{width:42px;height:42px}.patient-home-page__card-icon svg{width:22px;height:22px}.patient-home-page__card strong{font-size:17px}.patient-home-page__card>span:last-child{font-size:12px}}.daily-mode-page{z-index:100;color:#fff;background:#111;width:100vw;height:100svh;position:fixed;inset:0;overflow:hidden}.daily-mode-page__camera-area{z-index:0;background:#111;width:100%;height:100%;position:relative}.daily-mode-page__camera-video{object-fit:cover;width:100%;height:100%}.daily-mode-page__date-time{z-index:12;text-align:left;color:#fff;text-shadow:0 2px 18px #0000006b;gap:8px;display:grid;position:absolute;top:42px;left:42px}.daily-mode-page__date-time p{color:#ffffffe6;letter-spacing:0;font-size:18px;font-weight:800;line-height:1.2}.daily-mode-page__date-time strong{color:#fff;letter-spacing:0;font-size:35px;font-weight:900;line-height:1}.daily-mode-page__date-time span{background:#91e8d6;border-radius:999px;width:47px;height:2px;box-shadow:0 0 16px #91e8d694}.daily-mode-page__top-actions{z-index:12;flex-direction:column;gap:10px;display:flex;position:absolute;top:150px;left:42px}.daily-mode-page__home-actions{z-index:12;position:absolute;bottom:36px;left:42px}.daily-mode-page__bottom-actions{z-index:12;position:absolute;bottom:36px;right:42px}.daily-mode-page__glass-button{color:#ffffffeb;-webkit-backdrop-filter:blur(16px);min-width:142px;min-height:53px;font:inherit;letter-spacing:0;cursor:pointer;background:#ffffff24;border:1px solid #ffffff6b;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 21px;font-size:18px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffff3d,0 12px 30px #0000001f}.daily-mode-page__glass-button:hover,.daily-mode-page__glass-button:focus-visible{background:#fff3;border-color:#ffffff9e;outline:none}.daily-mode-page__glass-button:disabled{cursor:not-allowed;opacity:.56}.daily-mode-page__glass-button--active{color:#a4f0df;background:#a4f0df29;border-color:#a4f0dfb8}.daily-mode-page__glass-icon{color:#a4f0df;background:#a0ebd72e;border:2px solid #a0ebd7b8;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;display:grid}.daily-mode-page__glass-icon--meal{color:#8bdcf5;background:#78d2f32e;border-color:#78d2f3bf}.daily-mode-page__glass-icon--help{color:#ffd15f;background:#ffd15f29;border-color:#ffd15fd1}.daily-mode-page__glass-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.daily-mode-page__status{z-index:12;color:#fff;text-align:left;-webkit-backdrop-filter:blur(12px);background:#0000005c;border:1px solid #ffffff38;border-radius:18px;max-width:min(380px,100vw - 84px);padding:12px 16px;position:absolute;top:274px;left:42px}.daily-mode-page__status p{font-size:14px;line-height:1.4}.daily-mode-page__conversation-actions{z-index:14;color:#fff;text-align:left;background:#0a0d0eb8;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;padding:12px;display:grid;position:absolute;bottom:88px;left:16px;right:16px;box-shadow:0 12px 32px #0000003d}.daily-mode-page__conversation-actions button,.daily-mode-page__dialog button{color:#101014;min-height:44px;font:inherit;cursor:pointer;background:#ffffffeb;border:0;border-radius:10px;padding:0 16px;font-weight:800}.daily-mode-page__conversation-actions button:disabled,.daily-mode-page__dialog button:disabled{cursor:not-allowed;opacity:.56}.daily-mode-page__conversation-actions>p{min-width:0}.daily-mode-page__conversation-actions strong,.daily-mode-page__conversation-actions span{overflow-wrap:anywhere;display:block}.daily-mode-page__conversation-actions strong{font-size:16px;line-height:1.2}.daily-mode-page__conversation-actions span{color:#ffffffb8;margin-top:2px;font-size:14px;line-height:1.3}.daily-mode-page__patient-voice{border-top:1px solid #ffffff29;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 12px;min-width:0;padding-top:8px;display:grid}.daily-mode-page__patient-voice p{min-width:0}.daily-mode-page__patient-voice .is-error{color:#ffb8c0}.daily-mode-page__conversation-actions>p:nth-of-type(2),.daily-mode-page__conversation-actions .is-error,.daily-mode-page__conversation-transcript{color:#ffffffd1;grid-column:1/-1;font-size:14px;line-height:1.4}.daily-mode-page__conversation-actions .is-error{color:#ffb8c0}.daily-mode-page__conversation-transcript{max-height:84px;overflow:hidden}.daily-mode-page__face-overlay{z-index:24;pointer-events:none;position:absolute;inset:0}.daily-mode-page__face-box{border:2px solid #78f08a;border-radius:10px;transition:left .18s ease-out,top .18s ease-out,width .18s ease-out,height .18s ease-out;position:absolute;box-shadow:0 0 0 1px #00000059}.daily-mode-page__face-label{color:#fff;text-align:left;pointer-events:auto;background:#0c1012d1;border-radius:10px;width:min(260px,100vw - 32px);max-width:260px;padding:8px 10px;position:absolute;top:0;box-shadow:0 8px 24px #0000003d}.daily-mode-page__face-box--label-right .daily-mode-page__face-label{left:calc(100% + 8px)}.daily-mode-page__face-box--label-left .daily-mode-page__face-label{right:calc(100% + 8px)}.daily-mode-page__face-label strong,.daily-mode-page__face-label span{overflow-wrap:anywhere;display:block}.daily-mode-page__face-label strong{font-size:16px;line-height:1.2}.daily-mode-page__face-label span{color:#ffffffc7;margin-top:2px;font-size:14px;line-height:1.3}.daily-mode-page__face-memory{border-top:1px solid #fff3;max-height:min(260px,100svh - 96px);margin-top:10px;padding-top:8px;overflow:auto}.daily-mode-page__face-memory b,.daily-mode-page__face-memory p{overflow-wrap:anywhere;display:block}.daily-mode-page__face-memory b{color:#fff;font-size:14px;line-height:1.25}.daily-mode-page__face-memory p{color:#ffffffd6;margin:6px 0 0;font-size:13px;line-height:1.35}.daily-mode-page__face-memory-promise{color:#ffe3a3;font-weight:700}.daily-mode-page__face-memory-question{color:#b9f7d0;font-weight:700}.daily-mode-page__face-memory-button{color:#101014;width:100%;min-height:36px;font:inherit;cursor:pointer;background:#b9f7d0;border:0;border-radius:8px;margin-top:10px;font-size:14px;font-weight:800}.daily-mode-page__dialog-backdrop{z-index:30;background:#0000007a;place-items:center;padding:20px;display:grid;position:absolute;inset:0}.daily-mode-page__dialog{color:#141418;text-align:left;background:#fff;border-radius:16px;width:min(420px,100%);padding:22px;box-shadow:0 18px 48px #00000052}.daily-mode-page__dialog h2{color:#141418;margin:0 0 16px;font-size:22px;font-weight:800;line-height:1.25}.daily-mode-page__dialog label{flex-direction:column;gap:6px;margin-top:12px;font-size:15px;font-weight:700;display:flex}.daily-mode-page__dialog input,.daily-mode-page__dialog textarea{color:#141418;min-height:44px;font:inherit;background:#fff;border:1px solid #d8d8df;border-radius:10px;padding:0 12px}.daily-mode-page__dialog textarea{resize:vertical;min-height:88px;padding:10px 12px;line-height:1.45}.daily-mode-page__dialog-error{color:#c72c41;margin-top:12px;font-size:14px;line-height:1.4}.daily-mode-page__dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.daily-mode-page__dialog-actions button[type=submit]{color:#fff;background:#176f42}.daily-mode-page__voice-dialog-backdrop{z-index:40;background:#0000008f;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.daily-mode-page__voice-dialog{width:min(460px,100%)}.daily-mode-page__voice-dialog-message{color:#454851;font-size:15px;line-height:1.5}.daily-mode-page__voice-sample{background:#f4faf6;border:1px solid #d9e2dc;border-radius:10px;gap:8px;margin-top:16px;padding:14px;display:grid}.daily-mode-page__voice-sample p{color:#17231b;margin:0;font-size:16px;font-weight:800;line-height:1.5}.daily-mode-page__voice-dialog-status{color:#4a5650;margin-top:12px;font-size:14px;line-height:1.4}.daily-mode-page__voice-dialog-status.is-error{color:#c72c41}.daily-mode-page__voice-dialog .daily-mode-page__dialog-actions button:last-child{color:#fff;background:#176f42}.camera-permission-notice{color:#fff;flex-direction:column;justify-content:center;height:100%;padding:24px;display:flex}.meal-recognition-overlay{z-index:32;-webkit-backdrop-filter:blur(4px);background:#07100d61;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.meal-recognition-overlay__content{width:min(390px,100%)}.meal-recognition-card{color:#fff;-webkit-backdrop-filter:blur(18px);background:#1e342ce0;border:1px solid #ffffff4d;border-radius:22px;gap:14px;padding:24px;display:grid;box-shadow:inset 0 1px #ffffff2e,0 22px 60px #00000052}.meal-recognition-card h3,.meal-recognition-card p{margin:0}.meal-recognition-card h3{font-size:23px;font-weight:900;line-height:1.25}.meal-recognition-card p{color:#ffffffe6;word-break:keep-all;overflow-wrap:break-word;font-size:16px;font-weight:700;line-height:1.5}.meal-recognition-card p+p{color:#d9f8ee;background:#91e8d61f;border-radius:14px;padding:12px 14px}.meal-recognition-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px;display:grid}.meal-recognition-card__actions button{color:#fffffff0;min-height:48px;font:inherit;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff6b;border-radius:14px;padding:0 14px;font-size:16px;font-weight:900}.meal-recognition-card__actions button:first-child{color:#18342c;background:#91e8d6;border-color:#91e8d6}.meal-recognition-card__actions button:hover,.meal-recognition-card__actions button:focus-visible{background:#fff3;border-color:#ffffffb3;outline:none}.meal-recognition-card__actions button:first-child:hover,.meal-recognition-card__actions button:first-child:focus-visible{background:#b3f5e6;border-color:#b3f5e6}.meal-recognition-card__actions button:disabled{cursor:not-allowed;opacity:.56}.meal-recognition-card__error{border-radius:12px;padding:10px 12px;color:#ffd4d9!important;background:#99273647!important;font-size:14px!important;line-height:1.4!important}@media (width<=560px){.meal-recognition-overlay{padding:16px}.meal-recognition-card{border-radius:18px;gap:12px;padding:20px}.meal-recognition-card h3{font-size:21px}.meal-recognition-card p{font-size:15px}}@media (width<=900px){.daily-mode-page__date-time{top:24px;left:22px}.daily-mode-page__date-time p{font-size:16px}.daily-mode-page__date-time strong{font-size:31px}.daily-mode-page__top-actions{top:132px;left:22px}.daily-mode-page__home-actions{bottom:26px;left:22px}.daily-mode-page__bottom-actions{bottom:26px;right:22px}.daily-mode-page__glass-button{gap:9px;min-width:136px;min-height:50px;padding:0 16px;font-size:16px}.daily-mode-page__glass-icon{width:30px;height:30px}.daily-mode-page__glass-icon svg{width:17px;height:17px}.daily-mode-page__status{max-width:min(360px,100vw - 48px);top:248px;left:22px}}@media (width<=560px){.daily-mode-page__home-actions{bottom:20px;left:16px}.daily-mode-page__date-time{top:82px;left:16px}.daily-mode-page__top-actions{top:176px;left:16px}.daily-mode-page__bottom-actions{bottom:20px;right:16px}.daily-mode-page__status{max-width:none;top:292px;left:16px;right:16px}.daily-mode-page__glass-button{min-width:130px;min-height:48px;font-size:15px}.daily-mode-page__home-actions .daily-mode-page__glass-button{min-width:164px}}.confusion-select-page{color:#fff;z-index:100;background:#53655d;width:100vw;height:100svh;position:fixed;inset:0;overflow:hidden}.confusion-select-page__background{background:linear-gradient(135deg,#4c6159 0%,#63766b 52%,#44544f 100%);position:absolute;inset:0}.confusion-select-page__background:before{content:"";background:linear-gradient(#ffffff1a,#0000 42%),linear-gradient(#0000 52%,#242f2b57);position:absolute;inset:0}.confusion-select-page__date-time{z-index:12;text-align:left;color:#fff;text-shadow:0 2px 18px #0000006b;gap:8px;display:grid;position:absolute;top:42px;left:42px}.confusion-select-page__date-time p{color:#ffffffe6;letter-spacing:0;font-size:18px;font-weight:800;line-height:1.2}.confusion-select-page__date-time strong{color:#fff;letter-spacing:0;font-size:35px;font-weight:900;line-height:1}.confusion-select-page__date-time span{background:#91e8d6;border-radius:999px;width:47px;height:2px;box-shadow:0 0 16px #91e8d694}.confusion-select-page__back-button{z-index:12;color:#ffffffeb;-webkit-backdrop-filter:blur(16px);min-width:132px;min-height:52px;font:inherit;letter-spacing:0;cursor:pointer;background:#ffffff24;border:1px solid #ffffff6b;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-size:18px;font-weight:900;display:inline-flex;position:absolute;bottom:34px;left:42px;box-shadow:inset 0 1px #ffffff3d,0 12px 30px #0000001f}.confusion-select-page__report-button{z-index:12;color:#19372f;min-width:154px;min-height:52px;font:inherit;cursor:pointer;background:#91e8d6;border:1px solid #91e8d6;border-radius:999px;padding:0 22px;font-size:18px;font-weight:900;position:absolute;bottom:34px;right:42px;box-shadow:0 12px 30px #00000029}.confusion-select-page__report-button:hover,.confusion-select-page__report-button:focus-visible{background:#b3f5e6;border-color:#b3f5e6;outline:none}.confusion-select-page__status{z-index:12;color:#fff;text-shadow:0 2px 12px #0006;margin:0;font-size:15px;font-weight:800;position:absolute;bottom:106px;left:50%;transform:translate(-50%)}.confusion-response-overlay{z-index:30;-webkit-backdrop-filter:blur(5px);background:#0814106b;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.confusion-response-card{color:#fff;-webkit-backdrop-filter:blur(18px);background:#1e342ceb;border:1px solid #ffffff52;border-radius:22px;gap:14px;width:min(420px,100%);padding:26px;display:grid;box-shadow:inset 0 1px #ffffff2e,0 22px 60px #00000052}.confusion-response-card h2,.confusion-response-card p{margin:0}.confusion-response-card h2{color:#fff;word-break:keep-all;font-size:23px;font-weight:900;line-height:1.3}.confusion-response-card p{color:#ffffffe6;word-break:keep-all;font-size:16px;font-weight:700;line-height:1.5}.confusion-response-card__time-information{background:#91e8d61f;border-radius:16px;gap:5px;padding:16px;display:grid}.confusion-response-card__time-information span{color:#ffffffd1;font-size:14px;font-weight:800}.confusion-response-card__time-information strong{color:#fff;word-break:keep-all;margin-bottom:8px;font-size:20px;font-weight:900;line-height:1.35}.confusion-response-card__time-information strong:last-child{color:#fff;margin-bottom:0;font-size:23px}.confusion-response-card__suggestion{background:#91e8d61f;border-radius:14px;padding:12px 14px;color:#d9f8ee!important}.confusion-response-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px;display:grid}.confusion-response-card__actions button{color:#fffffff0;min-height:48px;font:inherit;cursor:pointer;word-break:keep-all;background:#ffffff1f;border:1px solid #ffffff6b;border-radius:14px;padding:0 12px;font-size:15px;font-weight:900}.confusion-response-card__actions button:first-child{color:#18342c;background:#91e8d6;border-color:#91e8d6}.confusion-response-card__actions button:hover,.confusion-response-card__actions button:focus-visible{background:#fff3;border-color:#ffffffb8;outline:none}.confusion-response-card__actions button:first-child:hover,.confusion-response-card__actions button:first-child:focus-visible{background:#b3f5e6;border-color:#b3f5e6}.confusion-select-page__back-button:hover,.confusion-select-page__back-button:focus-visible{background:#fff3;border-color:#ffffffad;outline:none}.confusion-select-page__intro{z-index:12;text-align:left;text-shadow:0 2px 18px #0000006b;align-items:stretch;gap:20px;display:flex;position:absolute;top:148px;left:42px}.confusion-select-page__intro>span{background:#91e8d6;border-radius:999px;width:4px;min-height:69px;box-shadow:0 0 18px #91e8d68f}.confusion-select-page__intro h1{color:#fff;letter-spacing:0;margin:0;font-size:32px;font-weight:900;line-height:1.12}.confusion-select-page__intro p{color:#ffffffe6;margin-top:10px;font-size:18px;font-weight:800;line-height:1.25}.confusion-select-page__options{z-index:12;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(760px,100vw - 84px);display:grid;position:absolute;top:clamp(272px,38svh,320px);left:50%;transform:translate(-50%)}.confusion-select-page__option{color:#fff;-webkit-backdrop-filter:blur(18px);text-align:left;cursor:pointer;background:#ffffff29;border:1px solid #ffffff80;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 16px;min-height:118px;padding:20px;display:grid;box-shadow:inset 0 1px #ffffff42,0 22px 60px #00000024}.confusion-select-page__option:hover,.confusion-select-page__option:focus-visible,.confusion-select-page__option[data-selected=true]{background:#91e8d62e;border-color:#91e8d6db;outline:none}.confusion-select-page__option-icon{color:#a4f0df;background:#a0ebd72e;border:3px solid #a0ebd7d1;border-radius:50%;grid-row:1/3;place-items:center;width:62px;height:62px;display:grid;box-shadow:0 0 30px #a0ebd733}.confusion-select-page__option-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:31px;height:31px}.confusion-select-page__option-label{color:#fff;letter-spacing:0;overflow-wrap:anywhere;font-size:24px;font-weight:900;line-height:1.15}.confusion-select-page__option-description{color:#ffffffdb;overflow-wrap:anywhere;font-size:14px;font-weight:800;line-height:1.35}@media (width<=920px){.confusion-select-page__date-time{top:24px;left:22px}.confusion-select-page__date-time p{font-size:16px}.confusion-select-page__date-time strong{font-size:31px}.confusion-select-page__back-button{min-width:120px;min-height:48px;padding:0 18px;font-size:16px;bottom:24px;left:22px}.confusion-select-page__report-button{min-height:48px;padding:0 18px;font-size:16px;bottom:24px;right:22px}.confusion-select-page__status{bottom:92px}.confusion-select-page__intro{gap:14px;top:118px;left:22px}.confusion-select-page__intro>span{min-height:58px}.confusion-select-page__intro h1{font-size:26px}.confusion-select-page__intro p{margin-top:8px;font-size:15px}.confusion-select-page__options{gap:14px;width:min(660px,100vw - 44px);top:clamp(218px,34svh,260px)}.confusion-select-page__option{border-radius:18px;min-height:104px;padding:16px}.confusion-select-page__option-icon{width:54px;height:54px}.confusion-select-page__option-icon svg{width:28px;height:28px}.confusion-select-page__option-label{font-size:21px}.confusion-select-page__option-description{font-size:13px}}@media (width<=640px){.confusion-select-page__date-time{top:82px;left:16px}.confusion-select-page__back-button{bottom:16px;left:16px}.confusion-select-page__report-button{bottom:16px;right:16px}.confusion-select-page__intro{top:154px;left:16px}.confusion-select-page__intro h1{font-size:24px}.confusion-select-page__intro p{margin-top:6px;font-size:14px}.confusion-select-page__options{grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr);gap:10px;width:auto;inset:238px 16px 92px;overflow:auto;transform:none}.confusion-select-page__option{gap:3px 12px;min-height:86px;padding:12px 14px}.confusion-select-page__option-icon{width:48px;height:48px}.confusion-select-page__option-icon svg{width:24px;height:24px}.confusion-select-page__option-label{font-size:19px}.confusion-select-page__option-description{font-size:12px}.confusion-select-page__status{text-align:center;bottom:76px;left:16px;right:16px;transform:none}.confusion-response-overlay{padding:16px}.confusion-response-card{border-radius:18px;padding:20px}.confusion-response-card h2{font-size:21px}.confusion-response-card p{font-size:15px}.confusion-response-card__time-information strong{font-size:18px}.confusion-response-card__time-information strong:last-child{font-size:21px}}@media (height<=620px){.confusion-select-page__date-time{top:24px}.confusion-select-page__intro{top:116px}.confusion-select-page__options{top:204px;bottom:88px;overflow:auto}.confusion-select-page__option{min-height:92px;padding:14px}}@media (width<=640px) and (height<=620px){.confusion-select-page__date-time{top:18px}.confusion-select-page__intro{top:122px}.confusion-select-page__options{top:202px;bottom:82px}.confusion-select-page__option{min-height:78px;padding:10px 12px}.confusion-select-page__option-icon{width:42px;height:42px}.confusion-select-page__option-icon svg{width:22px;height:22px}.confusion-select-page__option-label{font-size:17px}}.confusion-report-page{box-sizing:border-box;-webkit-overflow-scrolling:touch;color:#fff;background:#53655d;height:100svh;padding:42px max(42px,50vw - 380px) 110px;position:fixed;inset:0;overflow:hidden auto}.confusion-report-page__background{z-index:0;background:linear-gradient(135deg,#4c6159 0%,#63766b 52%,#44544f 100%);position:fixed;inset:0}.confusion-report-page__background:before{content:"";background:linear-gradient(#ffffff1a,#0000 42%),linear-gradient(#0000 52%,#242f2b57);position:absolute;inset:0}.confusion-report-page__header,.confusion-report-page__week-actions,.confusion-report-page__summary,.confusion-report-page__details,.confusion-report-page__navigation-actions{z-index:1;position:relative}.confusion-report-page__header{text-shadow:0 2px 18px #0000006b}.confusion-report-page__header p,.confusion-report-page__header h1,.confusion-report-page__header span,.confusion-report-page__summary p{margin:0}.confusion-report-page__header p{color:#a4f0df;font-size:16px;font-weight:900}.confusion-report-page__header h1{color:#fff;margin-top:8px;font-size:clamp(28px,4vw,38px);font-weight:900;line-height:1.2}.confusion-report-page__header span{color:#ffffffdb;margin-top:10px;font-size:16px;font-weight:700;display:block}.confusion-report-page__week-actions{gap:10px;margin-top:26px;display:flex}.confusion-report-page__week-actions button,.confusion-report-page__back-button{color:#fffffff0;-webkit-backdrop-filter:blur(16px);min-height:48px;font:inherit;cursor:pointer;background:#ffffff24;border:1px solid #ffffff6b;border-radius:999px;padding:0 18px;font-size:16px;font-weight:900;box-shadow:inset 0 1px #ffffff3d,0 12px 30px #0000001f}.confusion-report-page__week-actions button:hover,.confusion-report-page__week-actions button:focus-visible,.confusion-report-page__back-button:hover,.confusion-report-page__back-button:focus-visible{background:#ffffff38;border-color:#ffffffb3;outline:none}.confusion-report-page__week-actions button:disabled{cursor:not-allowed;opacity:.45}.confusion-report-page__summary,.confusion-report-page__detail-panel{-webkit-backdrop-filter:blur(18px);background:#ffffff24;border:1px solid #ffffff4d;border-radius:22px;box-shadow:inset 0 1px #fff3,0 22px 60px #00000029}.confusion-report-page__summary{gap:6px;margin-top:18px;padding:24px;display:grid}.confusion-report-page__summary span{color:#fff;font-size:15px;font-weight:900}.confusion-report-page__summary strong{color:#a4f0df;font-size:42px;line-height:1}.confusion-report-page__summary p{color:#ffffffe6;word-break:keep-all;font-size:15px;font-weight:700;line-height:1.5}.confusion-report-page__details{z-index:1;margin-top:16px;position:relative}.confusion-report-page__detail-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.confusion-report-page__detail-tabs button{color:#ffffffe6;min-height:44px;font:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff52;border-radius:14px;font-size:15px;font-weight:900}.confusion-report-page__detail-tabs button:hover,.confusion-report-page__detail-tabs button:focus-visible{background:#ffffff2e;border-color:#ffffffad;outline:none}.confusion-report-page__detail-tabs button.is-active{color:#18342c;background:#91e8d6;border-color:#91e8d6}.confusion-report-page__detail-panel{margin-top:10px;padding:20px 24px}.confusion-report-page__detail-panel h2{color:#fff;margin:0;font-size:19px;font-weight:900;line-height:1.3}.confusion-report-page__area-list{margin:0;padding:8px 0 0;list-style:none}.confusion-report-page__area-list li{padding:18px 0}.confusion-report-page__area-list li+li{border-top:1px solid #ffffff29}.confusion-report-page__area-list li>div{justify-content:space-between;gap:16px;font-size:17px;font-weight:900;display:flex}.confusion-report-page__bar{background:#ffffff24;border-radius:999px;height:9px;margin-top:10px;display:block;overflow:hidden}.confusion-report-page__bar>span{border-radius:inherit;background:#91e8d6;min-width:0;height:100%;transition:width .18s ease-out;display:block;box-shadow:0 0 14px #91e8d68f}.confusion-report-page__state{color:#ffffffe6;text-align:center;padding:24px 0;font-weight:800}.confusion-report-page__state.is-error{color:#ffd4d9}.confusion-report-page__daily-chart{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;height:170px;margin-top:18px;display:grid}.confusion-report-page__daily-chart>div{text-align:center;grid-template-rows:auto 1fr auto;align-items:end;gap:7px;min-width:0;display:grid}.confusion-report-page__daily-chart strong{color:#ffffffeb;font-size:13px}.confusion-report-page__daily-chart>div>span:last-child{color:#ffffffd1;font-size:13px;font-weight:800}.confusion-report-page__daily-bar{background:#ffffff1f;border-radius:8px;align-items:end;height:100%;display:flex;overflow:hidden}.confusion-report-page__daily-bar>span{border-radius:inherit;background:#91e8d6;width:100%;transition:height .18s ease-out;box-shadow:0 0 14px #91e8d680}.confusion-report-page__time-periods{margin:14px 0 0;padding:0;list-style:none}.confusion-report-page__time-periods li{padding:12px 0}.confusion-report-page__time-periods li+li{border-top:1px solid #ffffff29}.confusion-report-page__time-periods li>div{grid-template-columns:auto 1fr auto;align-items:baseline;gap:8px;font-size:15px;font-weight:900;display:grid}.confusion-report-page__time-periods small{color:#ffffffb8;font-size:12px;font-weight:700}.confusion-report-page__navigation-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}@media (width<=640px){.confusion-report-page{padding:28px 16px 48px}.confusion-report-page__header h1{font-size:28px}.confusion-report-page__week-actions button{flex:1}.confusion-report-page__navigation-actions{display:grid}.confusion-report-page__summary,.confusion-report-page__detail-panel{border-radius:18px}.confusion-report-page__summary{padding:20px}.confusion-report-page__detail-panel{padding:18px}.confusion-report-page__detail-tabs button{font-size:14px}}.meal-records-page{color:#fff;z-index:100;background:#53655d;width:100vw;height:100svh;position:fixed;inset:0;overflow:hidden}.meal-records-page__background{background:linear-gradient(135deg,#4c6159 0%,#63766b 52%,#44544f 100%);position:absolute;inset:0}.meal-records-page__background:before{content:"";background:linear-gradient(#ffffff1a,#0000 42%),linear-gradient(#0000 52%,#242f2b57);position:absolute;inset:0}.meal-records-page__date-time{z-index:12;color:#fff;text-align:left;text-shadow:0 2px 18px #0000006b;gap:8px;display:grid;position:absolute;top:42px;left:42px}.meal-records-page__date-time p{color:#ffffffe6;margin:0;font-size:18px;font-weight:800;line-height:1.2}.meal-records-page__date-time strong{color:#fff;font-size:35px;font-weight:900;line-height:1}.meal-records-page__date-time span{background:#91e8d6;border-radius:999px;width:47px;height:2px;box-shadow:0 0 16px #91e8d694}.meal-records-page__intro{z-index:12;text-align:left;text-shadow:0 2px 18px #0000006b;align-items:stretch;gap:20px;display:flex;position:absolute;top:148px;left:42px}.meal-records-page__intro>span{background:#91e8d6;border-radius:999px;width:4px;min-height:69px;box-shadow:0 0 18px #91e8d68f}.meal-records-page__intro h1,.meal-records-page__intro p,.meal-records-page__notice,.meal-records-page__list p{margin:0}.meal-records-page__intro h1{color:#fff;letter-spacing:0;font-size:32px;font-weight:900;line-height:1.12}.meal-records-page__intro p{color:#ffffffe6;margin-top:10px;font-size:18px;font-weight:800;line-height:1.25}.meal-records-page__content{z-index:12;scrollbar-width:thin;width:min(760px,100vw - 84px);margin:0 auto;position:absolute;inset:246px 0 98px;overflow-y:auto}.meal-records-page__notice,.meal-records-page__list li{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);background:#ffffff29;border:1px solid #ffffff80;border-radius:22px;box-shadow:inset 0 1px #ffffff42,0 22px 60px #00000024}.meal-records-page__notice{color:#ffffffeb;text-align:center;padding:24px;font-size:18px;font-weight:800}.meal-records-page__notice.is-error{color:#ffd4d9;background:#7d2b346b;border-color:#ffd4d985}.meal-records-page__list{gap:14px;margin:0;padding:0;list-style:none;display:grid}.meal-records-page__list li{text-align:left;gap:7px;padding:20px;display:grid}.meal-records-page__list strong{color:#fff;font-size:23px;font-weight:900;line-height:1.15}.meal-records-page__list time,.meal-records-page__list p{color:#ffffffdb;font-size:16px;font-weight:800;line-height:1.4}.meal-records-page__navigation{z-index:12;justify-content:space-between;gap:12px;display:flex;position:absolute;bottom:34px;left:42px;right:42px}.meal-records-page__navigation button{color:#ffffffeb;-webkit-backdrop-filter:blur(16px);min-width:132px;min-height:52px;font:inherit;cursor:pointer;background:#ffffff24;border:1px solid #ffffff6b;border-radius:999px;padding:0 22px;font-size:18px;font-weight:900;box-shadow:inset 0 1px #ffffff3d,0 12px 30px #0000001f}.meal-records-page__navigation button:hover,.meal-records-page__navigation button:focus-visible{background:#fff3;border-color:#ffffffad;outline:none}@media (width<=920px){.meal-records-page__date-time{top:24px;left:22px}.meal-records-page__date-time p{font-size:16px}.meal-records-page__date-time strong{font-size:31px}.meal-records-page__intro{gap:14px;top:118px;left:22px}.meal-records-page__intro>span{min-height:58px}.meal-records-page__intro h1{font-size:26px}.meal-records-page__intro p{margin-top:8px;font-size:15px}.meal-records-page__content{width:min(660px,100vw - 44px);top:202px;bottom:86px}.meal-records-page__navigation{bottom:24px;left:22px;right:22px}.meal-records-page__navigation button{min-height:48px;padding:0 18px;font-size:16px}}@media (width<=640px){.meal-records-page__date-time{top:82px;left:16px}.meal-records-page__intro{top:154px;left:16px}.meal-records-page__intro h1{font-size:24px}.meal-records-page__intro p{margin-top:6px;font-size:14px}.meal-records-page__content{width:auto;inset:238px 16px 82px}.meal-records-page__list{gap:10px}.meal-records-page__list li,.meal-records-page__notice{border-radius:18px;padding:16px}.meal-records-page__list strong{font-size:20px}.meal-records-page__navigation{bottom:16px;left:16px;right:16px}.meal-records-page__navigation button{flex:1;min-width:0;padding:0 10px;font-size:14px}}.memory-album-page{box-sizing:border-box;color:#18191c;text-align:left;background:#eef3ef;flex-direction:column;gap:20px;min-height:100svh;padding:28px 20px;display:flex}.memory-album-page__header,.memory-album-page__form,.memory-album-page__album{box-sizing:border-box;width:min(940px,100%);margin:0 auto}.memory-album-page__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.memory-album-page__header p{color:#536358;margin:0 0 4px;font-size:16px;font-weight:700}.memory-album-page__header h1{color:#18191c;margin:0;font-size:34px;font-weight:800;line-height:1.15}.memory-album-page__register-button,.memory-album-page__return-button,.memory-album-page__form-footer button{min-height:44px;font:inherit;cursor:pointer;border:0;border-radius:8px;font-weight:800}.memory-album-page__register-button{color:#fff;background:#176f42;flex:none;padding:0 18px}.memory-album-page__form{background:#fbfcfa;border:1px solid #d3ddd5;border-radius:8px;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:16px;padding:18px;display:grid;box-shadow:0 10px 24px #1c292114}.memory-album-page__photo-column,.memory-album-page__photo-picker,.memory-album-page__crop-control,.memory-album-page__description-field{flex-direction:column;gap:8px;display:flex}.memory-album-page__photo-picker span,.memory-album-page__crop-control span,.memory-album-page__description-field span{color:#303833;font-size:14px;font-weight:800}.memory-album-page__photo-picker input{box-sizing:border-box;color:#18191c;width:100%;font:inherit;background:#fff;border:1px solid #c9d6cc;border-radius:8px;padding:10px;font-size:14px}.memory-album-page__crop-frame{aspect-ratio:4/3;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#dce7e0;border:1px solid #c9d6cc;border-radius:6px;width:100%;overflow:hidden}.memory-album-page__crop-frame--dragging{cursor:grabbing}.memory-album-page__crop-frame img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.memory-album-page__description-field textarea{box-sizing:border-box;resize:vertical;color:#18191c;width:100%;min-height:132px;font:inherit;background:#fff;border:1px solid #c9d6cc;border-radius:8px;padding:12px;font-size:16px;line-height:1.45}.memory-album-page__form-footer{grid-column:2;justify-content:flex-end;align-items:center;gap:14px;display:flex}.memory-album-page__form-footer span{color:#657168;font-size:14px;font-weight:700}.memory-album-page__form-footer button{color:#fff;background:#2f5f9f;min-width:104px;padding:0 18px}.memory-album-page__form-footer button:disabled{cursor:wait;opacity:.62}.memory-album-page__form-message{color:#a2382f;grid-column:1/-1;margin:0;font-size:14px;font-weight:700}.memory-album-page__album{flex:1}.memory-album-page__state,.memory-album-page__empty{box-sizing:border-box;background:#ffffffd1;border:1px solid #d3ddd5;border-radius:8px;padding:22px}.memory-album-page__state{color:#4f5b53;margin:0;font-weight:700}.memory-album-page__empty h2{color:#18191c;margin:0 0 8px;font-size:22px;font-weight:800;line-height:1.2}.memory-album-page__empty p{color:#4f5b53;margin:0;line-height:1.5}.memory-album-page__album-window{grid-template-columns:minmax(0,1fr);align-items:center;gap:16px;display:grid}.memory-album-page__album-window--with-arrows{grid-template-columns:52px minmax(0,1fr) 52px}.memory-album-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:22px;display:grid}.memory-album-page__grid--single{grid-template-columns:minmax(0,420px);justify-content:center}.memory-album-page__polaroid{box-sizing:border-box;background:#fffdf7;border-radius:4px;padding:12px 12px 20px;position:relative;box-shadow:0 12px 28px #282c2829}.memory-album-page__delete-button{z-index:1;color:#fff;width:28px;height:28px;font:inherit;cursor:pointer;background:#18191cb8;border:0;border-radius:50%;place-items:center;font-size:22px;font-weight:800;line-height:1;display:grid;position:absolute;top:6px;right:6px}.memory-album-page__delete-button:disabled{cursor:wait;opacity:.58}.memory-album-page__polaroid:nth-child(3n+1){transform:rotate(-1deg)}.memory-album-page__polaroid:nth-child(3n+2){transform:rotate(.8deg)}.memory-album-page__polaroid p{color:#25201b;overflow-wrap:anywhere;text-align:center;margin:12px 4px 0;font-size:16px;font-weight:800;line-height:1.35}.memory-album-page__photo-frame{aspect-ratio:4/3;background:#dce7e0;width:100%;overflow:hidden}.memory-album-page__photo-frame img{object-fit:cover;width:100%;height:100%;display:block}.memory-album-page__arrow-button{color:#fff;width:52px;height:52px;font:inherit;cursor:pointer;background:#176f42;border:0;border-radius:50%;font-size:42px;font-weight:700;line-height:1;box-shadow:0 10px 24px #1c292129}.memory-album-page__return-button{color:#fff;background:#3d4d44;width:min(940px,100%);margin:auto auto 0}@media (width<=680px){.memory-album-page{padding:22px 14px}.memory-album-page__header{flex-direction:column;align-items:stretch}.memory-album-page__register-button{width:100%}.memory-album-page__form{grid-template-columns:1fr}.memory-album-page__form-footer{grid-column:1}.memory-album-page__album-window,.memory-album-page__album-window--with-arrows{grid-template-columns:1fr}.memory-album-page__grid,.memory-album-page__grid--single{grid-template-columns:minmax(0,1fr)}.memory-album-page__arrow-button{border-radius:8px;width:100%}}
