:root{--bg: #f8f7f6;--surface: #ffffff;--surface-muted: #f6f2ef;--text: #2c241b;--muted: #897561;--line: #ece7e2;--primary: #ec7f13;--primary-strong: #d66c04;--primary-soft: #fdf3e7;--header-bg: #ffffff;--header-ghost: #ffffff;--app-max-width: 390px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);font-family:Inter,Noto Sans KR,sans-serif;color:var(--text);background:var(--bg);line-height:1.4;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark;--app-vh: 100vh}:root.theme-dark{--bg: #14110d;--surface: #1b1713;--surface-muted: #241e19;--text: #f4ede5;--muted: #b7a696;--line: #3a3128;--primary: #ef9540;--primary-strong: #f3ab60;--primary-soft: #302418;--header-bg: #1b1713;--header-ghost: #1b1713;color-scheme:dark}@supports (height: 100dvh){:root{--app-vh: 100dvh}}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-height:100%;margin:0;overflow-x:hidden;overflow-y:hidden;overscroll-behavior-y:none;background:var(--surface)}body{background:var(--surface);overflow-x:hidden;overflow-y:hidden;overscroll-behavior-y:none}a[href^="x-apple-data-detectors:"],a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font:inherit!important;line-height:inherit!important}button{font:inherit}button:focus-visible,a:focus-visible{outline:2px solid var(--primary);outline-offset:2px;box-shadow:0 0 0 4px #ec7f1333}p,h1,h2,h3,ol,ul{margin:0}.icon-mask{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.landing-page,.app-shell{width:100%;max-width:var(--app-max-width);height:var(--app-vh);min-height:var(--app-vh);margin:0 auto;overflow:hidden}.landing-page{background:var(--bg);display:flex;flex-direction:column;position:relative}.landing-page:before{content:"";position:fixed;top:0;left:50%;transform:translate(-50%);width:min(100%,var(--app-max-width));height:var(--safe-top);background:var(--bg);pointer-events:none;z-index:5}.landing-content{padding:calc(14px + var(--safe-top)) calc(24px + var(--safe-right)) 8px calc(24px + var(--safe-left));flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.landing-topbar{display:flex;align-items:center;justify-content:flex-start;min-height:32px}.brand-mini{display:inline-flex;align-items:center;gap:8px}.brand-mini-mark{width:24px;height:24px;border-radius:999px;background:var(--primary);color:#fff;display:inline-grid;place-items:center}.icon-bolt-mini{width:20px;height:20px}.brand-mini-name{font-size:11px;font-weight:700}.landing-hero{text-align:center;margin-top:14px}.landing-hero h1{font-size:32px;line-height:1.2;letter-spacing:-.03em;font-weight:900}.landing-hero h1 span{color:var(--primary)}.landing-hero p{margin-top:12px;color:var(--muted);font-size:15px;font-weight:500;line-height:1.55}.landing-preview{position:relative;margin:26px 0 28px;display:flex;justify-content:center}.landing-glow{position:absolute;width:232px;height:122px;border-radius:999px;background:#ec7f1338;filter:blur(28px);transform:translateY(26px)}.card-stack{width:256px;height:320px;position:relative}.stack-card{position:absolute;inset:0;border-radius:20px;background:linear-gradient(170deg,var(--surface),var(--surface-muted));border:1px solid var(--line);box-shadow:0 12px 24px #00000014}.stack-1{transform:translate(16px,4px) rotate(6deg) scale(.95);opacity:.9}.stack-2{transform:translate(9px,2px) rotate(3deg) scale(.98);opacity:.94}.landing-preview-card{position:relative;width:100%;height:100%;z-index:2;animation:none}.landing-howto{margin-bottom:16px}.landing-howto h3{font-size:18px;font-weight:700;display:inline-flex;align-items:center;gap:8px;margin-bottom:14px}.landing-howto h3:before{content:"";width:4px;height:20px;border-radius:999px;background:var(--primary)}.landing-howto ol{list-style:none;padding:0;display:grid;gap:10px}.landing-howto li{background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 6px #00000008;padding:14px;display:flex;align-items:flex-start;gap:12px}.step-no{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#ec7f131a;color:var(--primary);font-size:18px;font-weight:700;display:inline-grid;place-items:center}.landing-howto strong{display:block;font-size:16px;font-weight:700;margin-top:2px}.landing-howto p{margin-top:4px;color:var(--muted);font-size:14px}.landing-footer{flex-shrink:0;padding:8px calc(24px + var(--safe-right)) calc(18px + var(--safe-bottom)) calc(24px + var(--safe-left));background:linear-gradient(180deg,rgba(248,247,246,0) 0%,var(--bg) 20%)}.landing-start-btn{width:100%;height:56px;border:0;border-radius:12px;background:var(--primary);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 8px 16px #ec7f134d}.landing-start-btn:active{transform:scale(.98)}.tiny-note{text-align:center;color:var(--muted);font-size:10px;margin-top:12px}.app-shell{background:var(--surface);display:flex;flex-direction:column}.app-content{flex:1;min-height:0;overflow:hidden;background:var(--surface)}.today-idle-page{height:100%;min-height:100%;background:var(--surface);display:flex;flex-direction:column;overflow:hidden}.today-header{position:relative;width:100%;flex-shrink:0;z-index:40;background:var(--header-bg);-webkit-backdrop-filter:none;backdrop-filter:none;padding:calc(14px + var(--safe-top)) calc(16px + var(--safe-right)) 12px calc(16px + var(--safe-left));border-bottom:1px solid var(--line)}.today-header:before{content:none}.today-header-row{display:flex;align-items:center;justify-content:space-between}.today-header-copy{display:grid;gap:0}.today-brand{display:inline-flex;align-items:flex-start;gap:7px}.today-brand-title-wrap{display:grid;gap:2px}.today-brand-title-row{display:inline-flex;align-items:center;gap:6px}.today-brand h1{font-size:22px;line-height:1.2;font-weight:800;letter-spacing:-.03em}.today-brand-subtitle{font-size:11px;line-height:1.3;font-weight:600;letter-spacing:-.01em;color:var(--muted)}.today-brand-mark-btn{width:34px;height:34px;border:0;padding:0;border-radius:50%;background:var(--primary);color:#fff;display:inline-grid;place-items:center;flex-shrink:0}.today-brand-mark-btn:active{transform:scale(.96)}.icon-bolt-header{width:28px;height:28px}.today-header-actions{display:inline-flex;align-items:center;gap:4px}.today-brand-info-btn{width:22px;height:22px;border:0;border-radius:8px;background:transparent;color:var(--muted);padding:0;display:inline-grid;place-items:center}.today-header-btn{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:var(--muted);padding:0;display:inline-grid;place-items:center;box-shadow:none}.icon-info{width:16px;height:16px}.icon-logs{width:20px;height:20px}.icon-theme{width:19px;height:19px}.today-main{position:relative;flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;background:var(--surface);margin-top:0}.today-main-gradient{position:absolute;inset:0;background:radial-gradient(170px 120px at 50% -24px,rgba(236,127,19,.08),transparent 74%),var(--surface);pointer-events:none}.today-main-content{--today-content-gutter: calc(16px + max(var(--safe-left), var(--safe-right))) ;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:14px calc(16px + var(--safe-right)) calc(24px + var(--safe-bottom)) var(--today-content-gutter)}.today-main-content.is-post-draw{padding-top:14px}.today-card-zone{--today-card-width: clamp(248px, 78vw, 316px);--today-idle-card-width: min(66vw, 224px);width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:7px}.today-card-zone.is-post-draw{margin-bottom:7px}.today-card-frame{width:var(--today-card-width);aspect-ratio:4 / 5;display:grid;place-items:center}.idle-card-stack{position:relative;width:var(--today-idle-card-width);aspect-ratio:4 / 5;height:auto;perspective:1000px;transform-origin:center;--shuffle-duration: 1.76s;isolation:isolate}.idle-card{position:absolute;inset:0;border-radius:26px;border:1px solid rgba(148,126,103,.36);transform-origin:50% 92%;will-change:transform,opacity,filter}.idle-card-back{background:linear-gradient(162deg,#f0e8de,#e8ddd0 64%,#decebc);box-shadow:0 5px 12px #110d0917,inset 0 1px #ffffff80}.shuffle-card{transition:none;display:grid;place-items:center;overflow:hidden}.shuffle-card.tone-0{background:radial-gradient(circle at 1px 1px,rgba(110,86,60,.075) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#f1e7da,#e8dac8 62%,#dcc8b3)}.shuffle-card.tone-1{background:radial-gradient(circle at 1px 1px,rgba(101,81,59,.07) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#eae2d8,#dfd1c2 62%,#d2bfac)}.shuffle-card.tone-2{background:radial-gradient(circle at 1px 1px,rgba(106,84,62,.07) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#eee5da,#e3d5c5 62%,#d6c3ae)}.shuffle-card.is-question-card{background:radial-gradient(circle at 1px 1px,rgba(105,82,57,.08) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#ece2d6,#dcccbb 62%,#ccb7a2)}.idle-card-stack.is-shuffling{animation:none}.idle-card-stack.is-shuffling .shuffle-card{box-shadow:0 10px 20px #120e0a26,0 4px 10px #856f5824}.idle-card-stack.is-shuffling .shuffle-trail{animation:pickedTrailFlash var(--shuffle-duration) ease-out both}.idle-card-stack.is-shuffling .idle-question{animation:pickedQuestionPulse calc(var(--shuffle-duration) * .62) ease-in-out both}.idle-card-stack.reduced-motion.is-shuffling,.idle-card-stack.reduced-motion.is-shuffling .shuffle-card{animation:none}.idle-card-stack.reduced-motion.is-shuffling .shuffle-card.is-question-card{animation:reducedReveal .15s ease-out both}.idle-card-stack.reduced-motion.is-shuffling .shuffle-trail,.idle-card-stack.reduced-motion.is-shuffling .idle-question{animation:none}@keyframes pickedCardLaunch{0%,48%{opacity:1;transform:rotate(-1deg) translateY(-2px) translate(0) scale(1);filter:drop-shadow(0 10px 14px rgba(236,127,19,.14))}62%{opacity:1;transform:rotate(0) translateY(-24px) translate(0) scale(1.14);filter:drop-shadow(0 20px 36px rgba(236,127,19,.28))}84%{opacity:1;transform:rotate(0) translateY(-38px) translate(0) scale(1.21);filter:drop-shadow(0 24px 44px rgba(236,127,19,.32))}to{opacity:0;transform:rotate(0) translateY(-46px) translate(0) scale(1.24);filter:drop-shadow(0 24px 44px rgba(236,127,19,.32))}}@keyframes pickedTrailFlash{0%,58%{opacity:0;transform:scale(.88)}80%{opacity:.92;transform:scale(1.02)}to{opacity:0;transform:scale(1.14)}}.shuffle-trail{position:absolute;inset:-14px;border-radius:30px;pointer-events:none;opacity:0;z-index:13;background:radial-gradient(circle at 50% 38%,#ffc88f94,#ec7f1300 62%)}@keyframes pickedQuestionPulse{0%,45%{transform:scale(1);box-shadow:0 0 #ec7f133d}68%{transform:scale(1.18);box-shadow:0 0 0 16px #ec7f1300}to{transform:scale(1);box-shadow:0 0 #ec7f1300}}@keyframes reducedReveal{0%{opacity:1}to{opacity:.1}}.idle-card-watermark{position:absolute;inset:0;background-image:radial-gradient(circle,#000 1px,transparent 1px);background-size:40px 40px;opacity:.05}.idle-question{position:relative;z-index:1;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(236,127,19,.2);background:#ec7f131a;color:var(--primary);font-size:34px;font-weight:700}.revealed-card{width:var(--today-card-width, min(100%, 332px));border-radius:26px;background:transparent;border:1px solid var(--line);overflow:hidden;box-shadow:0 10px 30px -5px #ec7f1326,0 4px 10px -3px #0000000d;animation:revealCardIn .22s ease-out}@keyframes revealCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.revealed-hero-image-wrap{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;line-height:1}.revealed-hero-image-wrap img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.01);transform-origin:center}.revealed-top-shadow{position:absolute;inset:0 auto auto 0;width:100%;height:120px;background:linear-gradient(180deg,#0000006b,#0000);z-index:1}.revealed-bottom-shadow{position:absolute;inset:auto 0 0;width:100%;height:72%;background:linear-gradient(180deg,#0000,#000000d6);z-index:1}.revealed-status-row{position:absolute;top:clamp(18px,4.8vw,24px);left:clamp(18px,4.8vw,24px);max-width:calc(100% - 92px);display:inline-flex;align-items:center;gap:8px;z-index:2}.revealed-status-pill{width:fit-content;max-width:calc(100% - 4px);display:block;padding:0;color:#fff;z-index:2}.revealed-status-pill span{display:block;font-size:clamp(15px,4vw,18px);font-weight:800;line-height:1.1;letter-spacing:.01em;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.52)}.revealed-brand-tag{position:absolute;right:clamp(18px,4.8vw,24px);bottom:clamp(18px,4.8vw,24px);display:block;color:#fff;font-size:clamp(15px,4vw,18px);font-weight:800;letter-spacing:.01em;line-height:1.1;text-shadow:0 2px 8px rgba(0,0,0,.52);z-index:2}.revealed-share-btn{position:absolute;top:clamp(14px,4vw,20px);right:clamp(14px,4vw,20px);width:36px;height:36px;border:1px solid rgba(255,255,255,.44);border-radius:999px;background:#110e0b47;color:#fff;display:inline-grid;place-items:center;z-index:3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.revealed-share-btn:disabled{opacity:.55}.icon-share-card{width:18px;height:18px}.revealed-complete-badge{position:relative;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.42);background:#18141052;color:#fffffffa;font-size:clamp(11px,3vw,12px);font-weight:800;line-height:1;letter-spacing:.01em;text-shadow:0 1px 6px rgba(0,0,0,.4);box-shadow:0 4px 10px #0000002e;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);white-space:nowrap}.revealed-complete-badge:before{content:"✓";font-size:11px;font-weight:900;line-height:1}.revealed-copy{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:126px 26px 112px;text-align:center}.revealed-action{margin:0;color:#fffffff7;font-size:30px;font-weight:900;line-height:1.22;letter-spacing:-.025em;text-shadow:0 2px 10px rgba(0,0,0,.52);max-width:92%;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;line-break:loose}.revealed-copy-divider{display:block;width:42px;height:2px;background:#ffffffb3;margin:15px auto 12px}.revealed-rationale{margin:0;color:#ffffffdb;font-size:14px;font-weight:500;line-height:1.45;text-shadow:0 1px 4px rgba(0,0,0,.5);max-width:88%;white-space:normal;word-break:keep-all;overflow-wrap:anywhere;line-break:loose}.revealed-paper-texture{position:absolute;inset:0;z-index:1;opacity:.25;pointer-events:none;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E")}.today-action-wrap{width:100%;margin-top:8px;display:flex;flex-direction:column;gap:8px}.primary-btn{width:100%;min-height:50px;border:none;border-radius:999px;background:var(--primary);color:#fff;font-weight:700;font-size:17px;letter-spacing:-.01em;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 8px 16px #ec7f134d}.primary-btn:disabled{opacity:.6}.primary-btn:active{transform:scale(.98)}.icon-cta{width:18px;height:18px}.today-secondary-btn{width:100%;min-height:44px;border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);color:var(--text);font-size:14px;font-weight:700;letter-spacing:-.01em;display:inline-flex;align-items:center;justify-content:center}.today-secondary-btn:disabled{opacity:.5;cursor:default}.today-secondary-btn:active{transform:scale(.99)}.today-secondary-placeholder{min-height:44px}.checkin-editor{width:100%;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;gap:12px}.checkin-editor.is-expanding{animation:editorSlideDown .22s ease-out}.checkin-editor.is-collapsing{animation:editorSlideUp .22s ease-out both}@keyframes editorSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes editorSlideUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.checkin-editor h4{font-size:16px;font-weight:700}.checkin-status-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.checkin-choice{border:1px solid var(--line);background:var(--surface);border-radius:12px;min-height:50px;font-size:15px;font-weight:700;color:#786d61}.checkin-choice.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary)}.mood-title{font-size:13px;color:var(--muted)}.mood-row{display:flex;gap:8px}.mood-chip{flex:1;border:1px solid var(--line);border-radius:999px;min-height:38px;font-size:13px;background:var(--surface);color:var(--muted)}.mood-chip.active{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.link-btn,.link-inline-btn{border:0;background:transparent;color:var(--muted);font-size:12px;text-decoration:underline}.link-btn{justify-self:center}.link-inline-btn{padding:0}.today-selected-list{width:100%;margin-top:8px;padding:8px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none;display:grid;gap:8px}.today-selected-list.is-empty-state{gap:6px}.today-selected-list-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.today-selected-list-head h3{font-size:15px;font-weight:800;color:var(--text)}.today-selected-empty-copy{color:var(--muted);font-size:12px;line-height:1.35}.today-selected-empty-copy{padding:2px 0 4px}.today-psych-wrap{width:100%;margin:26px 0 2px;display:flex;align-items:center;justify-content:center;gap:8px;position:relative}.today-psych-copy{margin:0;color:var(--muted);font-size:11px;font-weight:500;line-height:1.2;letter-spacing:-.01em;text-align:center;white-space:nowrap}.today-psych-wrap:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:42px;height:1px;background:var(--line)}.today-psych-dot{color:var(--muted);flex-shrink:0;font-size:11px;line-height:1}@media(max-height:760px){.today-main-content,.today-main-content.is-post-draw{padding-top:10px;padding-bottom:calc(18px + var(--safe-bottom))}.today-card-zone{--today-card-width: clamp(236px, 72vw, 292px);--today-idle-card-width: min(62vw, 206px);margin-bottom:6px}.today-card-zone.is-post-draw{margin-bottom:6px}.today-action-wrap{margin-top:6px;gap:7px}.primary-btn{min-height:46px}.primary-btn{font-size:16px}.today-selected-list{margin-top:7px;padding-top:7px}}.toast-notice{position:fixed;left:50%;bottom:calc(16px + var(--safe-bottom));transform:translate(-50%);z-index:65;background:#2a241f;color:#fff;border-radius:999px;padding:8px 14px;font-size:12px;white-space:nowrap}.pwa-update-banner{position:fixed;left:50%;bottom:calc(12px + var(--safe-bottom));transform:translate(-50%);z-index:70;width:min(92%,360px);border:1px solid rgba(236,127,19,.26);background:var(--surface-muted);border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 8px 18px #2c241b24}.pwa-update-banner p{font-size:12px;font-weight:600;color:var(--muted)}.pwa-update-banner button{border:0;border-radius:999px;background:var(--primary);color:#fff;min-height:30px;padding:0 10px;font-size:12px;font-weight:700}.logs-page{height:100%;min-height:100%;background:radial-gradient(160px 120px at 50% -24px,rgba(236,127,19,.12),transparent 72%),var(--surface);display:flex;flex-direction:column;overflow:hidden}.logs-header{position:relative;width:100%;flex-shrink:0;z-index:40;background:var(--header-bg);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--line);padding:calc(14px + var(--safe-top)) calc(16px + var(--safe-right)) 12px calc(16px + var(--safe-left));display:flex;align-items:center;justify-content:space-between}.logs-header:before{content:none}.logs-header-copy{display:grid;gap:2px}.logs-header h1{font-size:22px;line-height:1.2;font-weight:800;letter-spacing:-.03em}.logs-header-subtitle{font-size:11px;line-height:1.3;font-weight:600;letter-spacing:-.01em;color:var(--muted)}.logs-header-actions{display:inline-flex;align-items:center;gap:6px}.logs-close-btn{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:var(--muted);display:inline-grid;place-items:center;box-shadow:none;padding:0}.logs-close-icon{width:20px;height:20px}.logs-content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;background:var(--surface);padding:14px calc(16px + var(--safe-right)) calc(24px + var(--safe-bottom)) calc(16px + var(--safe-left));display:grid;align-content:start;gap:10px;margin-top:0}.logs-list-sections{display:grid;gap:10px}.logs-overview{display:inline-flex;align-items:baseline;gap:6px;padding:2px 1px 9px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px;font-weight:600;letter-spacing:-.01em}.logs-overview strong{color:var(--text);font-size:14px;font-weight:800;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.today-brand-info-btn:active,.today-header-btn:active,.logs-close-btn:active{background:#89756124}:root.theme-dark .landing-page{background:var(--bg)}:root.theme-dark .landing-footer{background:linear-gradient(180deg,rgba(19,17,15,0) 0%,var(--bg) 22%)}:root.theme-dark .landing-howto li{background:var(--surface-muted);border-color:var(--line);box-shadow:none}:root.theme-dark .stack-card{background:linear-gradient(170deg,#201a15,#2c241d);border-color:#4a3d31}:root.theme-dark .today-header,:root.theme-dark .logs-header{background:var(--header-bg);border-bottom-color:var(--line)}:root.theme-dark .today-header:before,:root.theme-dark .logs-header:before{background:var(--header-ghost)}:root.theme-dark .today-brand-subtitle{color:#b6a594}:root.theme-dark .today-header-btn,:root.theme-dark .today-brand-info-btn,:root.theme-dark .logs-close-btn{color:#d4c3b3}:root.theme-dark .today-brand-info-btn:active,:root.theme-dark .today-header-btn:active,:root.theme-dark .logs-close-btn:active{background:#ffffff1f}:root.theme-dark .today-selected-empty-copy,:root.theme-dark .today-psych-copy{color:#ab9b8b}:root.theme-dark .today-psych-dot{color:#8e7f71}:root.theme-dark .today-psych-wrap:before{background:#3d352e}:root.theme-dark .today-secondary-btn{border-color:#4a3c30;background:#272019;color:#e3d3c2}:root.theme-dark .today-selected-delete-btn{border-color:#79685899;background:#272018;color:#ccbbab}:root.theme-dark .logs-overview{border-bottom-color:#3e362e;color:#b2a293}:root.theme-dark .logs-overview strong{color:#ede4db}:root.theme-dark .logs-day-detail-section h2{color:#d7c6b6;border-color:#4a3c30;background:#26211c}:root.theme-dark .logs-day-detail-empty,:root.theme-dark .logs-day-detail-rationale{color:#b19f8f}:root.theme-dark .logs-empty-cta-btn{border-color:#4f4134;background:#2a221a;color:#e5c9a9}:root.theme-dark .logs-day-detail-item+.logs-day-detail-item{border-top-color:var(--line)}:root.theme-dark .logs-day-detail-thumb{background:#2c241d;border-color:#493d33}:root.theme-dark .logs-day-detail-complete-btn{border-color:#f09a4685;background:#31261b;color:#f7c38b}:root.theme-dark .logs-day-detail-complete-btn.is-done{border-color:#3fc1858c;background:#1e2f25;color:#9de2be}:root.theme-dark .logs-preview-close{background:#0b0a09b3}:root.theme-dark .today-main-gradient{background:radial-gradient(190px 130px at 50% -24px,rgba(239,149,64,.18),transparent 76%),var(--surface)}:root.theme-dark .idle-card{border-color:#745e4a8f}:root.theme-dark .idle-card-back{background:linear-gradient(162deg,#3a2f25,#31271f 64%,#281f18);box-shadow:0 8px 18px #08060557,inset 0 1px #ffffff14}:root.theme-dark .shuffle-card.tone-0{background:radial-gradient(circle at 1px 1px,rgba(255,223,188,.06) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#362d26,#2d251f 62%,#251e19)}:root.theme-dark .shuffle-card.tone-1{background:radial-gradient(circle at 1px 1px,rgba(255,224,192,.05) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#342b24,#2b231d 62%,#231c17)}:root.theme-dark .shuffle-card.tone-2{background:radial-gradient(circle at 1px 1px,rgba(255,223,188,.055) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#382f27,#2f261f 62%,#261f19)}:root.theme-dark .shuffle-card.is-question-card{background:radial-gradient(circle at 1px 1px,rgba(255,217,177,.07) 1px,transparent 0) 0 0 / 7px 7px,linear-gradient(160deg,#3d3128,#342921 62%,#2b221b)}:root.theme-dark .idle-question{border-color:#ef95406b;background:#ef954033;color:#ffd5ad}.logs-day-detail-section{padding:6px 0 0;display:grid;gap:8px}.logs-day-detail-section h2{width:fit-content;font-size:12px;line-height:1;font-weight:700;letter-spacing:-.01em;color:var(--muted);border:1px solid var(--line);border-radius:999px;background:var(--surface-muted);padding:5px 9px}.logs-day-detail-empty-wrap{display:grid;gap:10px;padding:2px 0 8px}.logs-day-detail-empty{color:var(--muted);font-size:12px;padding:0 2px}.logs-empty-cta-btn{width:100%;min-height:40px;border:1px solid var(--line);border-radius:10px;background:var(--surface-muted);color:var(--text);font-size:13px;font-weight:700}.logs-day-detail-list{list-style:none;margin:0;padding:0;display:grid;gap:0}.logs-day-detail-item{display:block}.logs-day-detail-item+.logs-day-detail-item{border-top:1px solid var(--line)}.logs-day-detail-item-row{display:flex;align-items:center;gap:6px;border:0;border-radius:0;background:transparent;box-shadow:none;padding:10px 2px;position:relative}.logs-day-detail-item.is-done .logs-day-detail-item-row{background:transparent}.dare-list-item-actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.logs-day-detail-item-btn{width:auto;flex:1;min-width:0;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0;display:flex;align-items:center;gap:9px;min-height:56px;text-align:left;appearance:none;cursor:pointer}.dare-list-item-btn:disabled{opacity:.74;cursor:default}.logs-day-detail-thumb{width:50px;height:50px;border-radius:10px;object-fit:cover;background:var(--surface-muted);border:1px solid var(--line);flex-shrink:0}.logs-day-detail-main{min-width:0;flex:1;display:grid;gap:4px}.logs-day-detail-complete-btn{width:68px;min-height:30px;padding:0 8px;border-radius:999px;border:1px solid rgba(236,127,19,.28);background:var(--primary-soft);color:#a35b0e;font-size:10px;font-weight:800;letter-spacing:-.01em;line-height:1;text-align:center;flex-shrink:0;white-space:nowrap}.logs-day-detail-complete-btn.is-done{border-color:#2aa9724d;background:#ecfbf3;color:#1f8a5b}.today-selected-delete-btn{width:30px;min-height:30px;border-radius:999px;border:1px solid var(--line);background:var(--surface);color:var(--muted);display:inline-grid;place-items:center;padding:0;flex-shrink:0}.today-selected-delete-btn:active{transform:scale(.96)}.today-selected-delete-btn:disabled{opacity:.45;cursor:default}.icon-delete-mini{width:14px;height:14px}.today-selected-list-items{margin-top:1px}.today-selected-line-item.is-active{position:relative}.today-selected-line-item.is-active:before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--today-content-gutter, 16px) * -1);right:calc(var(--today-content-gutter, 16px) * -1);background:#ec7f1317;pointer-events:none}.today-selected-line-item.is-active .dare-list-item-row{z-index:1}.today-selected-line-item.is-spotlight .dare-list-item-row{animation:todaySelectedLinePulse .76s ease-out 1}@keyframes todaySelectedLinePulse{0%{background:transparent}45%{background:#ec7f131a}to{background:transparent}}.logs-day-detail-title{font-size:14px;font-weight:700;line-height:1.35;letter-spacing:-.01em;color:var(--text);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.logs-day-detail-title a{color:inherit;text-decoration:none}.logs-day-detail-rationale{font-size:12px;font-weight:500;line-height:1.35;color:var(--muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.logs-preview-overlay{position:fixed;inset:0;background:#110e0b80;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px}.logs-preview-wrap{width:min(100%,360px);display:grid;gap:10px}.logs-preview-card{width:var(--today-card-width, min(100%, 332px));justify-self:center;animation:none}.logs-preview-close{border:0;border-radius:999px;min-height:30px;padding:0 12px;background:#110e0b94;color:#fff;font-size:12px;font-weight:700;line-height:1;justify-self:end}.logs-preview-image{width:100%;height:100%;object-fit:cover;display:block}.logs-preview-complete-btn{width:100%;min-height:42px;border-radius:12px;border:1px solid rgba(236,127,19,.34);background:#fff6ea;color:#9b560f;font-size:14px;font-weight:800;letter-spacing:-.01em;box-shadow:0 6px 16px #110e0b24}.logs-preview-complete-btn.is-done{border-color:#2aa9724d;background:#ecfbf3;color:#1f8a5b}@media(prefers-reduced-motion:reduce){.revealed-card,.checkin-editor{animation:none!important}}
