.screen{height:100%;display:flex;flex-direction:column;padding:calc(var(--safe-top) + var(--gap-4)) var(--gap-4) calc(var(--safe-bottom) + var(--gap-4));max-width:560px;margin:0 auto;width:100%}.screen--center{justify-content:center}.screen__body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:var(--gap-4)}.screen__foot{flex:none;display:flex;flex-direction:column;gap:var(--gap-2);padding-top:var(--gap-4)}.btn{border:0;user-select:none;-webkit-user-select:none;border-radius:var(--radius);padding:14px 18px;font-size:16px;font-weight:600;width:100%;cursor:pointer;transition:background-color .18s ease,transform .12s ease,opacity .18s ease}.btn:active{transform:scale(.985)}.btn:disabled{opacity:.45;cursor:default}.btn--primary{background:var(--brass);color:#14100a}.btn--primary:hover:not(:disabled){background:var(--brass-hi)}.btn--ghost{background:transparent;color:var(--txt-2);border:1px solid var(--line);font-weight:500}.btn--ghost:hover:not(:disabled){border-color:var(--brass-dim);color:var(--txt)}.btn--quiet{background:transparent;color:var(--txt-3);font-weight:500;padding:10px}.btn--quiet:hover:not(:disabled){color:var(--txt-2)}.voice{font-family:var(--font-voice);font-weight:400;letter-spacing:-.005em;margin:0;text-wrap:pretty}.voice--sm{font-size:17px;line-height:1.4}.voice--md{font-size:23px;line-height:1.3}.voice--lg{font-size:28px;line-height:1.25}.label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--txt-3)}.muted{color:var(--txt-2);font-size:14.5px;margin:0}.tile{display:flex;user-select:none;-webkit-user-select:none;flex-direction:column;gap:2px;text-align:left;background:var(--surf);border:1px solid var(--line);border-radius:var(--radius-lg);padding:14px 16px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease}.tile:hover{border-color:var(--brass-dim);background:var(--surf-2)}.tile__title{font-size:17px;font-weight:600}.tile__note{color:var(--txt-2);font-size:13.5px;line-height:1.4}.tile__meta{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--txt-3);margin-top:6px}.mark{width:34px;height:34px;border-radius:50%;border:1.5px solid var(--brass);position:relative;display:block}.mark:after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--brass);opacity:.55}.steps{display:flex;flex-direction:column;gap:12px}.step{display:flex;gap:12px;align-items:flex-start;font-size:15px}.step__n{width:22px;height:22px;flex:none;border-radius:50%;border:1px solid var(--brass);color:var(--brass);font-size:12px;display:grid;place-items:center}.quote{border-left:2px solid var(--brass);padding-left:12px;color:var(--txt-2);font-size:14.5px}.dots{display:flex;gap:6px;justify-content:center;padding-top:4px}.dots i{width:18px;height:2px;border-radius:2px;background:var(--line);display:block}.dots i.on{background:var(--brass)}.check{user-select:none;-webkit-user-select:none;display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--txt-2);line-height:1.45;cursor:pointer}.check input{appearance:none;width:18px;height:18px;flex:none;margin:1px 0 0;border:1.4px solid var(--line);border-radius:5px;cursor:pointer;position:relative}.check input:checked{background:var(--brass);border-color:var(--brass)}.check input:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#14100a;font-size:12px;font-weight:700}.cardimg{display:block;width:100%;border-radius:10px;overflow:hidden;box-shadow:0 12px 30px -14px #000000e6;border:1px solid rgba(255,255,255,.07);cursor:zoom-in}.cardimg img{display:block;width:100%;height:auto;transition:opacity .35s ease}.zoom{position:fixed;inset:0;z-index:50;background:#06080bf5;display:grid;place-items:center;padding:20px;cursor:zoom-out;animation:fade .2s ease}.zoom img{max-width:100%;max-height:100%;border-radius:10px;display:block}.zoom__close{position:absolute;top:calc(var(--safe-top) + 12px);right:12px;width:40px;height:40px;border-radius:50%;background:#ffffff14;border:0;color:var(--txt);font-size:24px;line-height:1;cursor:pointer}@keyframes fade{0%{opacity:0}to{opacity:1}}.fan{--fan-scale: 1;transform:scale(var(--fan-scale));transform-origin:50% 0;position:relative;height:calc(240px * var(--fan-scale));display:flex;justify-content:center;align-items:flex-start;margin:8px 0}@media(max-width:436px){.fan{--fan-scale: .94 }}@media(max-width:400px){.fan{--fan-scale: .86 }}@media(max-width:370px){.fan{--fan-scale: .78 }}@media(max-width:340px){.fan{--fan-scale: .72 }}.fan__card{position:absolute;top:18px;left:50%;margin-left:-49px;width:98px;height:143px;border-radius:9px;border:1px solid var(--brass-dim);cursor:pointer;padding:0;transform-origin:50% 135%;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;animation:dealIn .45s cubic-bezier(.2,.8,.3,1) both;background:repeating-linear-gradient(45deg,rgba(200,162,75,.07) 0 1px,transparent 1px 7px),repeating-linear-gradient(-45deg,rgba(200,162,75,.07) 0 1px,transparent 1px 7px),linear-gradient(160deg,#1a1e26,#101319)}.fan__card:after{content:"";position:absolute;inset:9px;border:1px solid rgba(200,162,75,.28);border-radius:5px}.fan__card:hover,.fan__card:focus-visible{border-color:var(--brass);box-shadow:0 0 0 1px #c8a24b59,0 16px 32px -14px #000000e6}@keyframes dealIn{0%{opacity:0;transform:translateY(26px) scale(.9)!important}}.flip{perspective:1200px;display:grid;place-items:center;padding:16px 0}.flip__inner{position:relative;width:190px;transform-style:preserve-3d;animation:flipOver .7s cubic-bezier(.4,.05,.2,1) forwards}.flip__face{backface-visibility:hidden;border-radius:10px;overflow:hidden}.flip__back{height:278px;border:1px solid var(--brass-dim);background:repeating-linear-gradient(45deg,rgba(200,162,75,.07) 0 1px,transparent 1px 7px),repeating-linear-gradient(-45deg,rgba(200,162,75,.07) 0 1px,transparent 1px 7px),linear-gradient(160deg,#1a1e26,#101319)}.flip__front{position:absolute;inset:0;transform:rotateY(180deg)}@keyframes flipOver{to{transform:rotateY(180deg)}}@media(prefers-reduced-motion:reduce){.flip__inner{animation:none;transform:rotateY(180deg)}.fan__card{animation:none}}.field{width:100%;background:var(--surf);border:1px solid var(--line);border-radius:var(--radius);color:var(--txt);font:inherit;font-size:15px;line-height:1.5;padding:12px 14px;resize:none;min-height:96px}.field::placeholder{color:var(--txt-3)}.field:focus{outline:none;border-color:var(--brass-dim)}.chips{display:flex;gap:7px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:transparent;border-radius:20px;padding:6px 12px;font-size:13px;color:var(--txt-2);cursor:pointer;user-select:none;-webkit-user-select:none}.chip:hover{border-color:var(--brass-dim);color:var(--txt)}.chip--on{border-color:var(--brass);color:var(--brass);background:var(--brass-soft)}.progress{display:flex;gap:5px;margin-left:auto}.progress i{width:6px;height:6px;border-radius:50%;background:var(--line);display:block}.progress i.on{background:var(--brass)}.topbar{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--txt-3);flex:none}.topbar__back{background:none;border:0;color:var(--txt-2);cursor:pointer;padding:4px 6px 4px 0;font-size:15px}.tap-hint{text-align:center;color:var(--brass);font-size:14px}.summary{display:flex;gap:8px}.summary figure{flex:1;margin:0;min-width:0}.summary figcaption{font-size:11px;color:var(--txt-3);line-height:1.35;margin-top:6px}.quote-box{border:1px solid var(--line);background:var(--surf);border-radius:var(--radius);padding:12px 14px;font-family:var(--font-voice);font-size:15px;color:var(--txt)}.resource-row{display:flex;gap:10px;align-items:center;padding-top:12px;border-top:1px solid var(--line)}.resource-row .cardimg{width:62px;flex:none}.draft{background:var(--brass-soft);border:1px solid var(--brass-dim);border-radius:var(--radius-lg);padding:12px 14px;display:flex;flex-direction:column;gap:4px}.draft__title{font-weight:600;font-size:15px}.draft__actions{display:flex;gap:8px;margin-top:8px}.tile--on{border-color:var(--brass);background:var(--surf-2)}.tile--on .tile__title:after{content:" ✓";color:var(--brass)}.keepsake{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surf);overflow:hidden;display:grid;place-items:center;min-height:220px}.keepsake img{display:block;width:100%;height:auto}.keepsake__wait{color:var(--txt-3);font-size:14px;padding:40px 16px;text-align:center}.toast{text-align:center;font-size:13px;color:var(--brass);background:var(--brass-soft);border:1px solid var(--brass-dim);border-radius:20px;padding:7px 12px}.hist{display:flex;flex-direction:column;gap:8px}.hist__row{display:flex;gap:12px;align-items:center;text-align:left;background:var(--surf);border:1px solid var(--line);border-radius:var(--radius-lg);padding:10px 12px;cursor:pointer;color:inherit;font:inherit;width:100%;user-select:none;-webkit-user-select:none}.hist__row:hover{border-color:var(--brass-dim);background:var(--surf-2)}.hist__pics{display:flex;gap:3px;flex:none}.hist__pics .cardimg{width:28px;border-radius:4px}.hist__main{min-width:0;flex:1}.hist__title{font-size:15px;font-weight:600}.hist__note{font-size:12.5px;color:var(--txt-2);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hist__when{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--txt-3)}.detail{display:flex;flex-direction:column;gap:16px}.detail__card{display:flex;gap:12px;align-items:flex-start}.detail__card .cardimg{width:84px;flex:none}.detail__q{font-family:var(--font-voice);font-size:15px;line-height:1.35}.detail__a{font-size:14px;color:var(--txt-2);margin-top:6px;line-height:1.45}.detail__a--empty{color:var(--txt-3);font-style:italic}.day{display:flex;gap:12px;align-items:center;text-align:left;background:var(--surf);border:1px solid var(--line);border-radius:var(--radius-lg);padding:12px 14px;width:100%;color:inherit;font:inherit;cursor:pointer;user-select:none;-webkit-user-select:none}.day--done{cursor:default}.day:not(.day--done):hover{border-color:var(--brass-dim)}.day__pic{width:56px;flex:none}.day__mark{width:56px;height:56px;flex:none;border-radius:10px;border:1px dashed var(--brass-dim);display:grid;place-items:center;color:var(--brass);font-size:22px}.day__title{font-size:15px;font-weight:600}.day__note{font-size:12.5px;color:var(--txt-2);margin-top:2px;line-height:1.4}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/golos-text-400-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/golos-text-400-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/golos-text-400-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/golos-text-400-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/golos-text-500-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/golos-text-500-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/golos-text-500-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/golos-text-500-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/golos-text-600-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/golos-text-600-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/golos-text-600-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/golos-text-600-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Literata;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/literata-400-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Literata;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/literata-400-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Literata;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/literata-400-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Literata;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/literata-400-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Literata;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/literata-500-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Literata;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/literata-500-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Literata;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/literata-500-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Literata;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/literata-500-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #0c0f13;--surf: #15191f;--surf-2: #1d222a;--line: #2a313a;--line-soft: #212831;--txt: #eeebe5;--txt-2: #9aa2ad;--txt-3: #6b7380;--brass: #c8a24b;--brass-hi: #ddb765;--brass-dim: #7e6630;--brass-soft: #2a2317;--danger: #e08578;--font-ui: "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-voice: "Literata", Georgia, "Times New Roman", serif;--gap-1: 4px;--gap-2: 8px;--gap-3: 12px;--gap-4: 16px;--gap-5: 24px;--gap-6: 32px;--radius: 12px;--radius-lg: 16px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}@supports (height: 100dvh){html,body,#root{height:100dvh}}body{margin:0;background:var(--bg);color:var(--txt);font-family:var(--font-ui);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:none}body{overflow:hidden}button{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--brass);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
