@import "https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500&display=swap";@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{--color-bg-deep:#05050a;--color-bg-light:#1a1a24;--color-accent:#e2dcc8;--color-memorial:#a5b4fc;--color-text-main:#f4f4f5;--color-text-muted:#a1a1aa;--color-glass:#ffffff05;--color-glass-border:#ffffff0d;--color-modal-surface:#0b0b11;--border-hairline-soft:#ffffff0f;--border-hairline:#ffffff1a;--border-hairline-strong:#ffffff2e;--border-accent-soft:#e2dcc81f;--border-accent:#e2dcc83d;--border-memorial-soft:#a5b4fc21;--border-memorial:#a5b4fc57;--color-status-ready:#84cc16;--color-status-sparse:#fbbf24;--color-status-failed:#f87171;--color-status-caution:#ffb076;--color-error-text:#f1b9b9;--selector-yoonseul:#d9f5ff;--selector-yoonseul-tint:#fbfeff;--selector-sunlight:#ffefcb;--selector-sunlight-tint:#fff8e8;--selector-breeze:#b7e8c9;--selector-breeze-tint:#e1f7e9;--selector-dry-sky:#aeb8e0;--selector-dry-sky-tint:#dde1f6;--selector-fox-rain:#a99bc2;--selector-fox-rain-tint:#e5def0;--selector-mist:#8b96a6;--selector-mist-tint:#d6dbe1;--selector-cloud:#707c97;--selector-cloud-tint:#b7becc;--selector-storm:#55608c;--selector-storm-tint:#939cc4;--selector-fallback:#c7d2d9;--font-sans:"Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Noto Serif KR", serif;--font-weight-body:300;--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.02em;--tracking-normal:-.01em;--tracking-wide:.08em;--tracking-eyebrow:.14em;--tracking-wordmark:.3em;--text-wordmark:2rem;--text-h1:1.45rem;--text-h2:1.18rem;--text-h3:.98rem;--text-body-lg:1.05rem;--text-body:.94rem;--text-body-sm:.86rem;--text-caption:.78rem;--text-eyebrow:.72rem;--line-height-tight:1.35;--line-height-compact:1.25;--line-height-label:1.2;--line-height-normal:1.6;--line-height-loose:1.8;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:32px;--space-8:40px;--radius-pill:999px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--radius-xs:10px;--stack-width-narrow:30rem;--stack-width:34rem;--stack-width-wide:38rem;--blur-panel:24px;--shadow-panel:0 16px 40px #0006;--shadow-modal:0 28px 90px #00000094;--shadow-card:0 1rem 2.5rem #00000029;--shadow-button-primary:0 10px 28px #ffffff1f;--shadow-nav-button:0 .8rem 2rem #00000029;--glow-accent:0 0 12px #e2dcc880;--glow-memorial:0 0 12px #a5b4fc80;--ease-standard:cubic-bezier(.16, 1, .3, 1);--duration-fast:.14s;--duration-base:.3s;--duration-slow:.4s;--button-radius:var(--radius-pill);--button-padding:13px 20px;--button-min-height:3rem;--button-font-size:.95rem;--button-compact-padding:9px 14px;--button-compact-min-height:2.25rem;--button-compact-font-size:.85rem;--glow-dot-current-size:.9rem;--glow-dot-memorial-size:.72rem;--glass-panel-padding:40px;--color-bg-dark:#05050a}body,html{background:radial-gradient(circle at 50% 120%, var(--color-bg-light), var(--color-bg-deep));background-color:var(--color-bg-deep);width:100%;min-height:100%;color:var(--color-text-main);font-family:var(--font-sans);scrollbar-gutter:stable;overscroll-behavior-x:none;letter-spacing:-.01em;caret-color:#0000;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-weight:300;overflow:hidden auto}#root{background:radial-gradient(circle at 50% 120%, var(--color-bg-light), var(--color-bg-deep));background-color:var(--color-bg-deep);caret-color:#0000;width:100%;min-height:100dvh;position:relative}.app-shell{background:radial-gradient(circle at 50% 120%, var(--color-bg-light), var(--color-bg-deep));background-color:var(--color-bg-deep);min-height:100dvh;position:relative}.auth-loading-screen{z-index:30;pointer-events:none;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.auth-loading-panel{text-align:center;pointer-events:auto;width:min(30rem,100vw - 2rem);padding:2rem 1.75rem}.auth-loading-panel h2{letter-spacing:-.02em;color:var(--color-text-main);margin:0;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:500}.auth-loading-panel .panel-description{color:var(--color-text-muted);word-break:keep-all;margin:.8rem 0 0;font-size:.95rem;line-height:1.7}.auth-loading-orbit{width:4.5rem;height:4.5rem;margin:0 auto 1.2rem;position:relative}.auth-loading-core,.auth-loading-ring{border-radius:999px;position:absolute;inset:50%;transform:translate(-50%,-50%)}.auth-loading-core{background:#e2dcc8f2;width:.7rem;height:.7rem;box-shadow:0 0 18px #e2dcc88c}.auth-loading-ring{border:1px solid #ffffff1f;animation:2.4s ease-in-out infinite authOrbitPulse}.auth-loading-ring.ring-one{width:2.4rem;height:2.4rem}.auth-loading-ring.ring-two{width:4.1rem;height:4.1rem;animation-delay:.35s}@keyframes authOrbitPulse{0%,to{opacity:.45;transform:translate(-50%,-50%)scale(.96)}50%{opacity:.95;transform:translate(-50%,-50%)scale(1.04)}}canvas.background-canvas{z-index:1;pointer-events:none;opacity:.8;width:100%;height:100%;position:fixed;top:0;left:0}.pixi-background-layer{z-index:1;pointer-events:none;position:fixed;inset:0}.ui-container{z-index:20;box-sizing:border-box;pointer-events:none;flex-direction:column;justify-content:space-between;width:100%;min-height:100dvh;padding:clamp(1.5rem,4vw,2.5rem) clamp(1rem,4vw,1.5rem);display:flex;position:relative}.ui-container>*{pointer-events:auto}.ui-container,.glass-panel,.hero-copy,.hero-guide,.panel-eyebrow,.panel-description,.saved-message-card,.saved-message-time,.saved-message-body,.floating-note,.app-footer,.info-modal,.mypage-modal,.info-section,.info-outline-item,.info-principle,.message-modal,.message-modal-time,.message-modal-body,.message-modal-location,.composer-meta,.composer-label{-webkit-user-select:none;user-select:none}.hero-header{text-align:center;justify-content:center;align-items:center;gap:24px;display:flex}.hero-copy{width:100%;max-width:34rem;margin-inline:auto}.hero-copy p{color:var(--color-text-muted);word-break:keep-all;margin:10px 0 0;line-height:1.6}.hero-copy p+p{margin-top:6px}.hero-actions{justify-content:center;gap:10px;margin-top:20px;display:flex}.tabbed-app{scrollbar-gutter:stable;justify-content:flex-start;gap:clamp(1rem,2.6vw,1.45rem);min-height:100dvh;overflow-y:auto}.compact-hero{flex:none;padding-top:.45rem}.hero-utilities{flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem;margin-top:1.2rem;display:flex}.surface-utilities{flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;width:min(100%,34rem);margin-inline:auto;display:flex}.records-utilities{box-sizing:border-box;justify-content:flex-start;padding:0 .15rem}.utility-group-label,.exit-strip-label{color:#f4f4f56b;letter-spacing:.12em;font-size:.72rem;line-height:1.35}.utility-link-button{color:#f4f4f5d6;letter-spacing:.01em;cursor:pointer;opacity:.92;background:#ffffff09;border:1px solid #ffffff1a;border-radius:999px;padding:.58rem .92rem;font-size:.8rem;font-weight:400;line-height:1.4}.utility-link-button:hover,.utility-link-button:focus-visible{opacity:1;background:#ffffff1a;border-color:#ffffff42;transform:translateY(-1px)}.section-header{box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;padding:0 .15rem;display:flex}.section-header-copy{flex:auto;min-width:0}.section-header-title{color:var(--color-text-main);letter-spacing:-.01em;margin:0;font-size:1.02rem;font-weight:600;line-height:1.4}.section-header-description{color:#f4f4f585;word-break:keep-all;margin:.3rem 0 0;font-size:.78rem;line-height:1.55}.section-more-button{color:#f4f4f5d1;cursor:pointer;background:#ffffff09;border:1px solid #ffffff1f;border-radius:999px;flex:none;min-height:2.25rem;padding:.5rem .9rem;font-size:.78rem;line-height:1.3;transition:border-color .14s,background-color .14s,transform .14s}.section-more-button:hover,.section-more-button:focus-visible{background:#ffffff14;border-color:#ffffff3d;transform:translateY(-1px)}.section-action-menu{box-sizing:border-box;background:radial-gradient(circle at 14% 18%,#a5b4fc1a,#0000 36%),#0e101abd;border:1px solid #ffffff17;border-radius:20px;width:100%;max-width:100%;padding:1rem 1rem .95rem}.section-action-menu-eyebrow{color:#a5b4fcc7;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.7rem;line-height:1.2}.section-action-menu-list{flex-direction:column;gap:.55rem;margin-top:.8rem;display:flex}.section-action-menu-item{width:100%;color:var(--color-text-main);text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;padding:.82rem .92rem;transition:border-color .14s,background-color .14s,transform .14s}.section-action-menu-item:hover,.section-action-menu-item:focus-visible{background:#ffffff14;border-color:#ffffff2e;transform:translateY(-1px)}.section-action-menu-item span,.section-action-menu-item small{display:block}.section-action-menu-item span{font-size:.88rem;font-weight:500;line-height:1.4}.section-action-menu-item small{color:var(--color-text-muted);margin-top:.2rem;font-size:.76rem;line-height:1.5}.header-note{margin-top:1.15rem}.surface-card{box-sizing:border-box;width:100%;max-width:100%;padding:clamp(1.5rem,4vw,2.125rem) clamp(1.25rem,4vw,1.875rem)}.surface-card-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.surface-card-copy{flex:auto;min-width:0}.surface-card-eyebrow{color:var(--color-text-muted);letter-spacing:.18em;text-transform:uppercase;margin:0;font-size:.82rem;line-height:1.3}.surface-card-title{letter-spacing:-.015em;word-break:keep-all;text-wrap:pretty;margin:.85rem 0 0;font-size:1.45rem;line-height:1.58}.surface-card-description{color:var(--color-text-muted);word-break:keep-all;text-wrap:pretty;margin:.85rem 0 0;font-size:.96rem;line-height:1.75}.surface-card-description>*{margin:0}.surface-card-description>*+*{margin-top:.45rem}.surface-card-content{flex-direction:column;gap:1rem;margin-top:1.75rem;display:flex}.surface-card-header-action{flex:none}.walk-course-entry-card{box-sizing:border-box;background:radial-gradient(circle at 12% 20%,#a5b4fc1a,#0000 34%),#ffffff09;border:1px solid #a5b4fc21;border-radius:22px;flex-flow:column;justify-content:flex-start;align-items:stretch;gap:.8rem;width:min(100%,34rem);margin-inline:auto;padding:1rem 3.45rem 1rem 1.15rem;display:flex;position:relative;box-shadow:0 1rem 2.5rem #00000029}.walk-course-entry-card .surface-card-header,.walk-course-panel .surface-card-header{gap:.8rem}.walk-course-entry-card .surface-card-eyebrow,.walk-course-panel .surface-card-eyebrow{color:#a5b4fceb}.walk-course-entry-card .surface-card-title,.walk-course-panel .surface-card-title{letter-spacing:-.01em;margin-top:.5rem;font-size:1.04rem;line-height:1.45}.walk-course-entry-card .surface-card-description,.walk-course-panel .surface-card-description{margin-top:.45rem;font-size:.84rem;line-height:1.62}.walk-course-entry-meta{color:#e8ecffd1;white-space:nowrap;background:#a5b4fc14;border:1px solid #a5b4fc1f;border-radius:999px;flex:none;padding:.45rem .7rem}.walk-course-entry-button{color:var(--color-text-main);cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;flex:none;padding:.66rem .9rem;font-size:.82rem;line-height:1.3}.walk-course-entry-button:hover,.walk-course-entry-button:focus-visible{background:#a5b4fc1f;border-color:#a5b4fc57}.walk-course-panel{width:min(100%,34rem);margin-inline:auto}.walk-course-panel-content{gap:1rem}.walk-course-panel .surface-card-title{letter-spacing:-.02em;font-size:1.18rem;line-height:1.55}.walk-course-progress{flex-direction:column;gap:.7rem;margin-top:1.35rem;display:flex}.walk-course-poem-title,.walk-course-error,.walk-course-notice,.walk-course-unlocked-line{word-break:keep-all;border-radius:16px;margin:1rem 0 0;padding:.85rem .95rem;font-size:.86rem;line-height:1.6}.walk-course-poem-title{color:#f4f4f5e0;background:#e2dcc812;border:1px solid #e2dcc81f}.walk-course-poem-credit{color:#d4d2ddb8;word-break:keep-all;margin:.55rem 0 0;font-size:.78rem;line-height:1.55}.walk-course-error{color:#ffd6d6eb;background:#ff787812;border:1px solid #ff78781f}.walk-course-notice{color:#e2dcc8f2;background:radial-gradient(circle at 12% 20%,#e2dcc821,#0000 44%),#e2dcc80e;border:1px solid #e2dcc821}.walk-course-unlocked-line{color:var(--color-text-main);font-family:var(--font-serif);background:#a5b4fc14;border:1px solid #a5b4fc24}.walk-course-distance{color:var(--color-text-muted);text-align:center;margin:.9rem 0 0;font-size:.8rem;line-height:1.6}.walk-course-result-card{background:radial-gradient(circle at 12% 18%,#e2dcc81f,#0000 38%),#ffffff0b;border:1px solid #ffffff14;border-radius:18px;margin-top:1rem;padding:1rem}.walk-course-result-card h3{letter-spacing:-.01em;margin:0;font-size:1rem;line-height:1.55}.walk-course-result-card p{color:var(--color-text-muted);word-break:keep-all;margin:.55rem 0 0;font-size:.84rem;line-height:1.7}.walk-course-result-card ol{color:var(--color-text-main);font-family:var(--font-serif);flex-direction:column;gap:.45rem;margin:.9rem 0 0;padding-left:1.2rem;font-size:.9rem;line-height:1.8;display:flex}.walk-course-progress-meta{color:var(--color-text-muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.84rem;display:flex}.walk-course-progress-meta strong{color:var(--color-text-main);font-weight:500}.walk-course-progress-track{background:#ffffff12;border-radius:999px;height:.45rem;overflow:hidden}.walk-course-progress-track span{border-radius:inherit;background:linear-gradient(90deg,#a5b4fc7a,#e2dcc8e6);height:100%;display:block;box-shadow:0 0 1.4rem #a5b4fc40}.walk-course-direction-card{background:radial-gradient(circle at 12% 20%,#a5b4fc24,#0000 42%),#ffffff0b;border:1px solid #a5b4fc24;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:1rem;margin-top:1.15rem;padding:1rem;display:grid}.walk-course-compass{background:radial-gradient(circle,#a5b4fc1a,#0000 62%),#ffffff0a;border:1px solid #ffffff1c;border-radius:999px;flex-shrink:0;width:4.4rem;height:4.4rem;position:relative;box-shadow:inset 0 0 1.2rem #a5b4fc14}.walk-course-compass:before,.walk-course-compass:after{content:"";background:linear-gradient(#0000,#ffffff1f,#0000);width:1px;height:78%;position:absolute;inset:50%;transform:translate(-50%,-50%)}.walk-course-compass:after{transform:translate(-50%,-50%)rotate(90deg)}.walk-course-compass-arrow{transform-origin:50% 86%;background:linear-gradient(#e2dcc8f5,#a5b4fc8c);border-radius:999px;width:.12rem;height:1.8rem;position:absolute;top:50%;left:50%;box-shadow:0 0 1rem #a5b4fc59}.walk-course-compass-arrow:before{content:"";background:#e2dcc8f2;border-radius:999px;width:.58rem;height:.58rem;position:absolute;top:-.28rem;left:50%;transform:translate(-50%);box-shadow:0 0 1rem #e2dcc86b}.walk-course-compass-core{background:#f4f4f5e6;border-radius:999px;width:.42rem;height:.42rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 1rem #f4f4f538}.walk-course-direction-copy{min-width:0}.walk-course-direction-kicker{color:#a5b4fceb;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.72rem;line-height:1.2}.walk-course-direction-copy h3{color:var(--color-text-main);letter-spacing:-.01em;word-break:keep-all;margin:.25rem 0 0;font-size:.98rem;line-height:1.55}.walk-course-direction-copy p:not(.walk-course-direction-kicker){color:var(--color-text-muted);word-break:keep-all;margin:.4rem 0 0;font-size:.82rem;line-height:1.65}.walk-course-direction-copy .walk-course-direction-note{color:#f4f4f59e}.walk-course-direction-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.85rem;display:grid}.walk-course-direction-summary span{background:#ffffff0b;border:1px solid #ffffff13;border-radius:14px;min-width:0;padding:.62rem .65rem}.walk-course-direction-summary small,.walk-course-interaction-card span{color:#a5b4fcc7;letter-spacing:.08em;font-size:.68rem;line-height:1.25;display:block}.walk-course-direction-summary strong{color:#f4f4f5eb;word-break:keep-all;margin-top:.25rem;font-size:.82rem;line-height:1.35;display:block}.walk-course-interaction-card{background:radial-gradient(circle at 12% 22%,#a5b4fc1f,#0000 42%),#ffffff0b;border:1px solid #a5b4fc21;border-radius:16px;margin-top:.85rem;padding:.82rem .9rem}.walk-course-interaction-card.ready{background:radial-gradient(circle at 12% 22%,#e2dcc82e,#0000 42%),#e2dcc80f;border-color:#e2dcc833}.walk-course-interaction-card.arrival-pulse{animation:1.2s both arrivalPulse}.walk-course-interaction-card.caution{background:radial-gradient(circle at 12% 22%,#ffb07621,#0000 42%),#ffffff0a;border-color:#ffb07626}.walk-course-interaction-card h4{color:#f4f4f5eb;word-break:keep-all;margin:.35rem 0 0;font-size:.88rem;line-height:1.5}.walk-course-interaction-card p{margin-top:.35rem}.walk-course-feedback-card,.walk-course-push-card{background:#a5b4fc0e;border:1px solid #a5b4fc1f;border-radius:16px;justify-content:space-between;align-items:center;gap:.8rem;margin-top:.85rem;padding:.8rem;display:flex}.walk-course-push-card{background:#e2dcc80e;border-color:#e2dcc81f}.walk-course-feedback-card span,.walk-course-push-card span{color:#a5b4fcd1;letter-spacing:.08em;font-size:.7rem;line-height:1.25;display:block}.walk-course-push-card span{color:#e2dcc8d1}.walk-course-feedback-card p,.walk-course-push-card p{color:var(--color-text-muted);word-break:keep-all;margin:.28rem 0 0;font-size:.78rem;line-height:1.55}.walk-course-feedback-card .ghost-button,.walk-course-push-card .ghost-button{flex:none;min-height:2.25rem;padding:.48rem .85rem;font-size:.78rem}.walk-arrival-toast{left:50%;bottom:max(1rem, env(safe-area-inset-bottom));z-index:60;box-sizing:border-box;pointer-events:auto;background:radial-gradient(circle at 12% 20%,#e2dcc82e,#0000 42%),#101119f0;border:1px solid #e2dcc838;border-radius:22px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.8rem;width:min(38rem,100vw - 1.5rem);padding:.85rem .9rem .85rem 1rem;display:grid;position:fixed;transform:translate(-50%);box-shadow:0 1.2rem 3.2rem #00000070}.walk-arrival-toast strong,.walk-arrival-toast span{display:block}.walk-arrival-toast strong{color:var(--color-text-main);font-size:.9rem;font-weight:600;line-height:1.35}.walk-arrival-toast span{color:var(--color-text-muted);word-break:keep-all;margin-top:.18rem;font-size:.78rem;line-height:1.45}.walk-arrival-toast .primary-button,.walk-arrival-toast .ghost-button{white-space:nowrap;min-height:2.6rem;padding:.56rem .9rem}@keyframes arrivalPulse{0%{box-shadow:0 0 #e2dcc800}42%{box-shadow:0 0 0 2px #e2dcc82e,0 0 2.2rem #e2dcc847}to{box-shadow:0 0 #e2dcc800}}.walk-course-reroll-card{background:linear-gradient(135deg,#ffffff0e,#ffffff05),#0c0e1852;border:1px solid #ffffff16;border-radius:16px;margin-top:.85rem;padding:.8rem}.walk-course-reroll-actions{flex-wrap:wrap;align-items:center;gap:.55rem .7rem;margin-top:.7rem;display:flex}.walk-course-reroll-actions .ghost-button{min-height:2.25rem;padding:.48rem .85rem;font-size:.78rem}.walk-course-reroll-actions span{color:#f4f4f5ad;white-space:nowrap;font-size:.77rem}.walk-course-reroll-limit{color:#f4f4f58f}.walk-course-point-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;margin:1.15rem 0 0;padding:0;list-style:none;display:grid}.walk-course-point-list li{justify-content:center;display:flex}.walk-course-point-list span{width:2rem;height:2rem;color:var(--color-text-muted);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;font-size:.8rem;display:inline-flex}.walk-course-point-list li.unlocked span{color:var(--color-text-main);background:#e2dcc81f;border-color:#e2dcc857;box-shadow:0 0 1.2rem #e2dcc833}.walk-course-panel-actions{flex-wrap:wrap;align-items:center;gap:.9rem;margin-top:1.35rem;display:flex}.walk-course-panel-actions .primary-button,.walk-course-panel-actions .ghost-button{flex:none}.walk-course-panel-actions p{color:var(--color-text-muted);word-break:keep-all;margin:0;font-size:.78rem;line-height:1.6}.hero-guide{width:100%;color:var(--color-text-muted);box-sizing:border-box;word-break:keep-all;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;gap:10px;padding:18px 20px;font-size:.92rem;line-height:1.6;display:flex}.guide-legend{border-top:1px solid #ffffff0f;flex-direction:column;gap:8px;margin-top:4px;padding-top:10px;display:flex}.guide-legend-item{color:var(--color-text-muted);word-break:keep-all;align-items:center;gap:10px;font-size:.88rem;line-height:1.5;display:flex}.guide-legend-dot{border-radius:999px;flex-shrink:0;width:.72rem;height:.72rem;box-shadow:0 0 10px #ffffff4d}.guide-legend-dot.current{background:var(--color-accent);box-shadow:0 0 12px #e2dcc880}.guide-legend-dot.memorial{background:var(--color-memorial);box-shadow:0 0 12px #a5b4fc80}.main-panel{pointer-events:none;flex:none;justify-content:center;align-items:flex-start;padding:.2rem 0 0;display:flex}.main-panel>*{pointer-events:auto}.tabbed-main,.app-surface-frame{align-items:stretch;width:100%;padding:0}.main-stack{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:20px;width:100%;max-width:34rem;margin-inline:auto;display:flex}.tabbed-stack{flex:none}.app-surface-stack{--space-app-surface-gap:.9rem;gap:var(--space-app-surface-gap);pointer-events:auto;z-index:20}.tab-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.tab-button{color:var(--color-text-muted);letter-spacing:-.01em;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;min-height:2.9rem;padding:.75rem .9rem;font-size:.88rem}.tab-button.active{color:var(--color-text-main);background:#ffffff1a;border-color:#ffffff2e;box-shadow:0 .8rem 2rem #00000029}.records-mode-nav{grid-template-columns:1fr;gap:.62rem;display:grid}.records-mode-button{border:1px solid var(--color-glass-border);background:var(--color-glass);min-height:4.25rem;color:var(--color-text-main);text-align:left;cursor:pointer;border-radius:18px;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"kicker label""kicker desc";align-items:center;gap:.12rem .78rem;padding:.82rem .9rem;display:grid}.records-mode-button:focus-visible{outline:2px solid color-mix(in srgb, var(--color-accent) 72%, transparent);outline-offset:3px}.records-mode-button.active{border-color:color-mix(in srgb, var(--color-accent) 36%, transparent);background:color-mix(in srgb, var(--color-accent) 10%, transparent);box-shadow:0 .9rem 2rem color-mix(in srgb, var(--color-bg-dark) 42%, transparent)}.records-mode-kicker{border:1px solid color-mix(in srgb, var(--color-accent) 18%, transparent);background:color-mix(in srgb, var(--color-accent) 6%, transparent);min-width:2.45rem;min-height:2.45rem;color:var(--color-text-main);font-size:var(--text-eyebrow);line-height:var(--line-height-label);border-radius:999px;grid-area:kicker;justify-content:center;align-items:center;display:inline-flex}.records-mode-button strong{min-width:0;font-size:var(--text-body);line-height:var(--line-height-compact);grid-area:label}.records-mode-button small{min-width:0;color:var(--color-text-muted);font-size:var(--text-caption);line-height:var(--line-height-tight);grid-area:desc}@media (width>=680px){.records-mode-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.records-mode-button{grid-template-columns:1fr;grid-template-areas:"kicker""label""desc";align-content:start;min-height:6.6rem}.records-mode-kicker{min-width:2.15rem;min-height:2.15rem}}.tab-stage{width:100%;margin-top:.1rem;display:flex}.tab-stage>*{box-sizing:border-box;width:100%}.compact-panel{justify-content:center}.memory-zones{flex-direction:column;gap:16px;display:flex}.memory-zone{box-sizing:border-box;width:100%;padding:22px 20px}.memory-zone-header{flex-direction:column;gap:8px;display:flex}.memory-zone-eyebrow{color:var(--color-text-muted);letter-spacing:.16em;text-transform:uppercase;margin:0 0 6px;font-size:.76rem}.memory-zone-header h3{letter-spacing:-.01em;word-break:keep-all;font-size:.98rem;line-height:1.55}.memory-zone-copy{color:var(--color-text-muted);word-break:keep-all;margin:0;font-size:.84rem;line-height:1.6}.walk-utilities{justify-content:flex-start}.mental-rhythm-panel{box-sizing:border-box;background:linear-gradient(160deg,#fff1,#ffffff06),#0a0c129e;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;gap:.95rem;width:100%;max-width:100%;padding:clamp(1rem,3vw,1.25rem);display:flex;overflow:hidden;box-shadow:0 1.5rem 4rem #00000038}.mental-rhythm-panel-header,.mental-rhythm-state-banner{justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;display:flex}.mental-rhythm-panel-header>div,.mental-rhythm-state-banner>div{min-width:0}.mental-rhythm-eyebrow{color:#e2dcc8bd;font-size:var(--text-eyebrow);line-height:var(--line-height-compact);letter-spacing:.16em;text-transform:uppercase;margin:0}.mental-rhythm-panel h2,.mental-rhythm-report-section h3,.mental-rhythm-unknown-sections h3{color:var(--color-text-main);letter-spacing:0;margin:0}.mental-rhythm-panel h2{font-size:var(--text-h2);line-height:var(--line-height-tight);margin-top:.32rem;font-weight:600}.mental-rhythm-panel-header p:last-child,.mental-rhythm-state-banner span,.mental-rhythm-empty-list{color:#f4f4f594;font-size:var(--text-body-sm);line-height:var(--line-height-normal);overflow-wrap:anywhere;margin:.3rem 0 0}.mental-rhythm-status-pill{color:#f4f4f5db;max-width:8.5rem;font-size:var(--text-eyebrow);line-height:var(--line-height-compact);text-align:center;overflow-wrap:anywhere;background:#fff1;border:1px solid #ffffff29;border-radius:999px;flex:none;padding:.46rem .72rem}.mental-rhythm-tone-ready .mental-rhythm-status-pill{background:#94a3b81a;border-color:#94a3b847}.mental-rhythm-tone-sparse .mental-rhythm-status-pill,.mental-rhythm-tone-stale .mental-rhythm-status-pill{background:#fbbf241a;border-color:#fbbf2447}.mental-rhythm-tone-failed .mental-rhythm-status-pill{background:#f871711a;border-color:#f871714d}.mental-rhythm-range-form{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end;gap:.7rem;display:grid}.mental-rhythm-range-form label{flex-direction:column;gap:.34rem;min-width:0;display:flex}.mental-rhythm-range-form label span{color:#f4f4f58f;font-size:.72rem;line-height:1.2}.mental-rhythm-range-form input{box-sizing:border-box;min-width:0;min-height:2.7rem;color:var(--color-text-main);font:inherit;caret-color:auto;background:#ffffff0e;border:1px solid #ffffff1f;border-radius:14px;padding:.6rem .7rem}.mental-rhythm-range-form .secondary-button{min-height:2.7rem;padding-block:.58rem}.mental-rhythm-state-banner{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:18px;padding:.9rem}.mental-rhythm-state-banner strong{color:var(--color-text-main);overflow-wrap:anywhere;font-size:.92rem;font-weight:600;line-height:1.4;display:block}.mental-rhythm-state-banner .primary-button{flex:none;min-height:2.65rem;padding:.64rem .95rem;font-size:.82rem}.mental-rhythm-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.62rem;display:grid}.mental-rhythm-metric-tile{box-sizing:border-box;background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;min-width:0;min-height:4.2rem;padding:.72rem}.mental-rhythm-metric-tile span,.mental-rhythm-metric-tile strong{overflow-wrap:anywhere;display:block}.mental-rhythm-metric-tile span{color:#f4f4f580;font-size:.7rem;line-height:1.25}.mental-rhythm-metric-tile strong{color:var(--color-text-main);margin-top:.35rem;font-size:1rem;font-weight:600;line-height:1.25}.mental-rhythm-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem;display:grid}.mental-rhythm-v02-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:.72rem;display:grid}.mental-rhythm-report-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;min-width:0;padding:.9rem}.mental-rhythm-report-section h3,.mental-rhythm-unknown-sections h3{font-size:.86rem;font-weight:600;line-height:1.35}.mental-rhythm-section-heading{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.mental-rhythm-section-heading span{color:#f4f4f575;text-align:right;overflow-wrap:anywhere;flex:none;max-width:45%;font-size:.72rem;line-height:1.35}.mental-rhythm-selector-list,.mental-rhythm-transition-list,.mental-rhythm-caveat-list,.mental-rhythm-note-list,.mental-rhythm-interpretation-list{flex-direction:column;gap:.46rem;margin:.7rem 0 0;padding:0;list-style:none;display:flex}.mental-rhythm-selector-list li,.mental-rhythm-transition-list li,.mental-rhythm-caveat-list li,.mental-rhythm-note-list li,.mental-rhythm-interpretation-list li{color:#f4f4f5d1;background:#ffffff0a;border-radius:12px;align-items:center;gap:.45rem;min-width:0;padding:.55rem .6rem;font-size:.8rem;line-height:1.4;display:flex}.mental-rhythm-caveat-list li,.mental-rhythm-note-list li,.mental-rhythm-interpretation-list li{flex-direction:column;align-items:flex-start;gap:.16rem}.mental-rhythm-selector-list li span,.mental-rhythm-transition-list li span,.mental-rhythm-caveat-list li span{overflow-wrap:anywhere;flex:auto;min-width:0}.mental-rhythm-selector-list li strong,.mental-rhythm-transition-list li strong{color:var(--color-text-main);flex:none}.mental-rhythm-selector-list li em,.mental-rhythm-caveat-list li em{color:#f4f4f580;overflow-wrap:anywhere;flex:auto;font-style:normal}.mental-rhythm-transition-list li b{color:#e2dcc8a3;flex:none;font-weight:500}.mental-rhythm-keyword-groups{flex-direction:column;gap:.6rem;margin-top:.72rem;display:flex}.mental-rhythm-keyword-group{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.42rem;min-width:0;padding:.58rem 0;display:flex}.mental-rhythm-keyword-group:last-child{border-bottom:0;padding-bottom:0}.mental-rhythm-keyword-group>span{color:#f4f4f5c7;overflow-wrap:anywhere;font-size:.78rem;font-weight:600;line-height:1.4}.mental-rhythm-keyword-group div{flex-wrap:wrap;gap:.36rem;min-width:0;display:flex}.mental-rhythm-keyword-group mark,.mental-rhythm-unknown-sections span{color:#f4f4f5db;overflow-wrap:anywhere;background:#e2dcc817;border:1px solid #e2dcc82e;border-radius:10px;padding:.34rem .5rem;font-size:.75rem;line-height:1.25}.mental-rhythm-theme-group strong,.mental-rhythm-theme-group b{color:#f4f4f5e6;overflow-wrap:anywhere;min-width:0;font-size:.78rem;line-height:1.35}.mental-rhythm-theme-group span,.mental-rhythm-theme-group li span{color:#f4f4f585;overflow-wrap:anywhere;font-size:.72rem;line-height:1.35}.mental-rhythm-theme-groups{gap:.58rem;margin-top:.72rem;display:grid}.mental-rhythm-theme-group{background:#ffffff0b;border-radius:14px;min-width:0;padding:.65rem}.mental-rhythm-theme-group>div{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.mental-rhythm-theme-group ul{gap:.4rem;margin:.52rem 0 0;padding:0;list-style:none;display:grid}.mental-rhythm-theme-group li{gap:.18rem;min-width:0;display:grid}.mental-rhythm-evidence-details{margin-top:.7rem}.mental-rhythm-evidence-details summary{cursor:pointer;color:#f4f4f5d1;font-size:.8rem;line-height:1.4}.mental-rhythm-unknown-sections{flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.2rem;display:flex}.mental-rhythm-primary-summary{background:linear-gradient(135deg,#e2dcc812,#ffffff09);border:1px solid #e2dcc821;border-radius:18px;gap:.52rem;min-width:0;padding:clamp(.95rem,3vw,1.2rem);display:grid;position:relative}.mental-rhythm-primary-summary>span{color:#e2dcc8a3;font-size:.72rem;line-height:1.3}.mental-rhythm-primary-summary h3{max-width:34rem;color:var(--color-text-main);overflow-wrap:anywhere;margin:0;font-size:clamp(1.02rem,3.5vw,1.32rem);font-weight:600;line-height:1.42}.mental-rhythm-primary-summary p{color:#f4f4f5ad;max-width:34rem;margin:0;font-size:.82rem;line-height:1.58}.mental-rhythm-primary-summary .primary-button{justify-self:start;min-height:2.55rem;padding:.62rem .95rem}.mental-rhythm-flow-section,.mental-rhythm-supporting-evidence{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;min-width:0;padding:.9rem}.mental-rhythm-flow-section h3{color:var(--color-text-main);letter-spacing:0;margin:0;font-size:.86rem;font-weight:600;line-height:1.35}.mental-rhythm-strip{gap:.62rem;margin:.9rem 0 0;display:grid}.mental-rhythm-rhythm-rail{--rail-line:#e2dcc824;scrollbar-width:thin;background:#ffffff07;border-radius:16px;align-items:stretch;min-height:4.9rem;padding:.7rem .55rem .5rem;display:flex;position:relative;overflow-x:auto}.mental-rhythm-rhythm-rail:before{content:"";background:var(--rail-line);border-radius:999px;height:.52rem;position:absolute;top:1.21rem;left:.65rem;right:.65rem}.mental-rhythm-segment-band{--segment-color:#94a3b8b3;--segment-fill:#94a3b824;flex:var(--segment-weight) 0 minmax(4.8rem, 9rem);background:0 0;align-content:start;gap:.16rem;min-width:4.8rem;padding:1.55rem .44rem .42rem;display:grid;position:relative}.mental-rhythm-segment-band+.mental-rhythm-segment-band{margin-left:0}.mental-rhythm-segment-band:before{content:"";z-index:1;background:var(--segment-color);border-radius:999px;width:.5rem;height:.5rem;position:absolute;top:.42rem;left:0;box-shadow:0 0 0 .2rem #101014e0}.mental-rhythm-segment-band:after{content:"";background:linear-gradient(90deg, var(--segment-color), var(--segment-fill));height:.48rem;position:absolute;top:.43rem;left:0;right:0}.mental-rhythm-segment-band:first-child:after{border-radius:999px 0 0 999px}.mental-rhythm-segment-band:last-child:after{border-radius:0 999px 999px 0}.mental-rhythm-segment-band.weather-cloudy{--segment-color:#8e9baedb;--segment-fill:#8e9bae24}.mental-rhythm-segment-band.weather-sun{--segment-color:#d4ac5ce6;--segment-fill:#d4ac5c21}.mental-rhythm-segment-band.weather-dry-sky{--segment-color:#a5becdd1;--segment-fill:#a5becd1f}.mental-rhythm-segment-band.weather-rain{--segment-color:#9794c4d1;--segment-fill:#9794c421}.mental-rhythm-segment-band.weather-breeze{--segment-color:#70aba6c7;--segment-fill:#70aba61f}.mental-rhythm-segment-band.weather-mist{--segment-color:#aeb8c3b8;--segment-fill:#aeb8c31a}.mental-rhythm-segment-band.weather-storm{--segment-color:#707e97e6;--segment-fill:#707e9729}.mental-rhythm-segment-band.weather-glint{--segment-color:#c4b884d1;--segment-fill:#c4b8841f}.mental-rhythm-segment-band span,.mental-rhythm-theme-evidence strong,.mental-rhythm-theme-evidence b,.mental-rhythm-held-theme strong{color:#f4f4f5e6;overflow-wrap:anywhere;min-width:0;font-size:.78rem;line-height:1.35}.mental-rhythm-segment-band time,.mental-rhythm-theme-evidence span,.mental-rhythm-theme-evidence li span,.mental-rhythm-held-theme p{color:#f4f4f585;overflow-wrap:anywhere;font-size:.72rem;line-height:1.35}.mental-rhythm-graph-meta{gap:.42rem;display:grid}.mental-rhythm-transition-markers{flex-wrap:wrap;gap:.38rem;margin:0;padding:0;list-style:none;display:flex}.mental-rhythm-transition-markers li,.mental-rhythm-return-line{color:#f4f4f5a3;overflow-wrap:anywhere;background:#ffffff0b;border-radius:999px;min-width:0;margin:0;padding:.4rem .52rem;font-size:.72rem;line-height:1.35}.mental-rhythm-transition-markers li{align-items:center;gap:.28rem;display:inline-flex}.mental-rhythm-transition-markers b,.mental-rhythm-transition-markers em{color:#e2dcc8b3;font-style:normal;font-weight:600}.mental-rhythm-segment-insights{gap:.58rem;margin-top:.72rem;display:grid}.mental-rhythm-segment-insights article{background:#ffffff0b;border-radius:14px;gap:.24rem;min-width:0;padding:.72rem;display:grid}.mental-rhythm-segment-insights article>span{color:#e2dcc894;font-size:.7rem;line-height:1.25}.mental-rhythm-segment-insights article strong{color:#f4f4f5e6;font-size:.84rem;line-height:1.4}.mental-rhythm-segment-insights article p{color:#f4f4f594;margin:0;font-size:.76rem;line-height:1.5}.mental-rhythm-theme-evidence{gap:.58rem;margin-top:.72rem;display:grid}.mental-rhythm-theme-evidence article,.mental-rhythm-held-theme{background:#ffffff0b;border-radius:14px;min-width:0;padding:.65rem}.mental-rhythm-theme-evidence article>div{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.mental-rhythm-theme-evidence ul{gap:.4rem;margin:.52rem 0 0;padding:0;list-style:none;display:grid}.mental-rhythm-theme-evidence li{gap:.18rem;min-width:0;display:grid}.mental-rhythm-held-theme{margin-top:.72rem}.mental-rhythm-held-theme p{margin:.36rem 0 0}.mental-rhythm-supporting-evidence summary{cursor:pointer;color:#f4f4f5d1;font-size:.8rem;line-height:1.4}.mental-rhythm-supporting-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-top:.72rem;display:grid}.mental-rhythm-supporting-grid div{background:#ffffff0a;border-radius:12px;min-width:0;padding:.58rem}.mental-rhythm-supporting-grid span,.mental-rhythm-supporting-grid strong{overflow-wrap:anywhere;display:block}.mental-rhythm-supporting-grid span{color:#f4f4f580;font-size:.68rem;line-height:1.25}.mental-rhythm-supporting-grid strong{color:var(--color-text-main);margin-top:.28rem;font-size:.82rem;font-weight:600;line-height:1.35}.mental-rhythm-compact-controls{border-top:1px solid #ffffff12;margin-top:.2rem;padding-top:.78rem}.memory-zone-body{margin-top:18px}.current-zone-body{grid-template-columns:1fr;gap:12px;display:grid}.current-light-card{width:100%;min-height:4.5rem;color:var(--color-text-main);text-align:left;cursor:pointer;word-break:keep-all;background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex}.current-light-meta{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.owner-protected-record-pill{border:1px solid color-mix(in srgb, var(--color-accent) 24%, transparent);background:color-mix(in srgb, var(--color-accent) 10%, transparent);min-height:1.45rem;color:var(--color-text-main);font-size:var(--text-caption);white-space:nowrap;border-radius:999px;align-items:center;padding:.18rem .5rem;font-weight:700;line-height:1;display:inline-flex}.saved-message-meta,.message-modal-meta,.mypage-entry-meta-row{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.current-light-card:focus-visible,.memorial-dot-button:focus-visible{outline-offset:4px;outline:2px solid #ffffffb8}.current-light-glow{background:var(--color-accent);border-radius:999px;flex-shrink:0;width:.9rem;height:.9rem;animation:2.8s ease-in-out infinite alternate pulse-glow;box-shadow:0 0 0 .3rem #e2dcc814,0 0 1.2rem #e2dcc88c}.current-light-time{color:var(--color-text-main);letter-spacing:-.01em;font-size:.84rem;line-height:1.5}.selector-field{flex-direction:column;gap:.8rem;display:flex}.selector-picker{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;display:grid}.selector-pill,.selector-read-pill,.selector-record-pill{min-height:2rem;color:var(--color-text-main);letter-spacing:-.01em;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .8rem;font-size:.82rem;line-height:1.2;display:inline-flex}.selector-inline-tag{color:#f4f4f5b8;letter-spacing:-.01em;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:1.35rem;padding:.08rem .45rem;font-size:.72rem;line-height:1;display:inline-flex}.selector-inline-text{color:#f4f4f58f;letter-spacing:-.01em;white-space:nowrap;font-size:.76rem;line-height:1.4}.selector-inline-text:before{content:"·";color:#f4f4f557;margin-right:.35rem}.selector-pill{cursor:pointer}.selector-pill.active{background:#e2dcc81f;border-color:#e2dcc86b;box-shadow:0 0 1.2rem #e2dcc81f}.selector-pill:disabled{opacity:.5;cursor:not-allowed}.emotion-weather-slider{gap:var(--space-4);padding:var(--space-5);border-radius:var(--radius-lg);border:1px solid color-mix(in srgb, var(--emotion-weather-slider-solid) 28%, transparent);background:radial-gradient(circle at 50% 28%, color-mix(in srgb, var(--emotion-weather-slider-tint) 16%, transparent), transparent 42%), var(--color-surface);display:grid}.emotion-weather-slider-preview{justify-content:center;min-height:5.5rem;display:flex}.emotion-weather-slider-glow{border-radius:var(--radius-pill);background:radial-gradient(circle, var(--emotion-weather-slider-tint) 0 20%, var(--emotion-weather-slider-solid) 42%, transparent 72%);width:5rem;height:5rem;box-shadow:0 0 0 var(--space-2) color-mix(in srgb, var(--emotion-weather-slider-solid) 16%, transparent), 0 0 var(--space-8) color-mix(in srgb, var(--emotion-weather-slider-solid) 52%, transparent)}.emotion-weather-slider-copy{gap:var(--space-2);text-align:center;display:grid}.emotion-weather-slider-kicker{color:var(--color-text-muted);font-size:var(--text-caption);line-height:var(--line-height-normal);letter-spacing:0}.emotion-weather-slider-label{color:var(--color-text-main);font-family:var(--font-serif);font-size:var(--text-h1);line-height:var(--line-height-tight);letter-spacing:0}.emotion-weather-slider-range{width:100%;min-height:2.75rem;accent-color:var(--emotion-weather-slider-solid);cursor:pointer}.emotion-weather-slider-range:disabled{cursor:not-allowed;opacity:.56}.emotion-weather-slider-endpoints{justify-content:space-between;gap:var(--space-4);color:var(--color-text-subtle);font-size:var(--text-caption);line-height:var(--line-height-normal);letter-spacing:0;display:flex}.selector-read-pill{color:#f4f4f5e6;width:fit-content;margin:0 0 .9rem}.selector-record-pill{color:#f4f4f5e0;background:#e2dcc814;border-color:#e2dcc829;min-height:1.8rem;padding:.38rem .7rem}.memorial-zone-body{background:radial-gradient(circle at 50% 55%,#a5b4fc14,#a5b4fc00 52%),#ffffff08;border:1px solid #a5b4fc1f;border-radius:22px;min-height:14rem;position:relative;overflow:hidden}.memorial-constellation{pointer-events:none;position:absolute;inset:0}.memorial-constellation-line{transform-origin:0;opacity:.72;background:linear-gradient(90deg,#a5b4fc14,#a5b4fc57,#a5b4fc14);height:1px;position:absolute;box-shadow:0 0 12px #7d95ff38}.memorial-zone-body:before{content:"";opacity:.7;pointer-events:none;background:linear-gradient(#ffffff05,#fff0),radial-gradient(circle at 50% 55%,#a5b4fc1a,#a5b4fc00 35%);position:absolute;inset:0}.memory-zone-empty{color:var(--color-text-muted);margin:0;padding:1rem;font-size:.9rem;line-height:1.7}.public-landing-app{min-height:100dvh}.public-landing-main{width:100%}.public-landing-stack{width:min(100%,38rem)}.public-login-card{box-sizing:border-box;width:100%;max-width:none}.story-clusters-card{width:min(100%,38rem)}.story-clusters-card-content{flex-direction:column;gap:1rem;display:flex}.story-clusters-orbit{background:radial-gradient(circle,#7a8cff29,#0000 34%),radial-gradient(circle at 20% 80%,#7a8cff14,#0000 26%),linear-gradient(#ffffff06,#ffffff03);border:1px solid #ffffff14;border-radius:24px;width:100%;min-height:18.5rem;position:relative;overflow:hidden}.story-clusters-center{place-items:center;width:3.5rem;height:3.5rem;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.story-clusters-center-core{background:#f0f4fff2;border-radius:999px;width:.8rem;height:.8rem;box-shadow:0 0 16px #abb9ffb8}.story-clusters-center-ring{border:1px solid #abb9ff33;border-radius:999px;position:absolute;inset:0;box-shadow:inset 0 0 22px #7a8cff1f}.story-cluster-node{background:radial-gradient(circle,#b0bfff80,#6075d41f);border:1px solid #abb9ff38;border-radius:999px;place-items:center;width:2.5rem;height:2.5rem;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:absolute;box-shadow:0 0 22px #879bff57,inset 0 0 18px #ffffff14}.story-cluster-node:hover,.story-cluster-node:focus-visible,.story-cluster-node.is-selected{border-color:#d2ddff75;box-shadow:0 0 28px #879bff7a,inset 0 0 20px #ffffff24}.story-cluster-node-core{background:#f1f5fff0;border-radius:999px;width:.55rem;height:.55rem}.story-cluster-node-count{color:#e2e8ffe0;letter-spacing:.02em;text-align:center;min-width:1.1rem;padding:0 .2rem;font-size:.68rem;line-height:1;position:absolute;bottom:-.9rem}.story-cluster-summary{background:#ffffff09;border:1px solid #ffffff14;border-radius:20px;padding:1rem 1.05rem}.story-cluster-summary-eyebrow{color:var(--color-text-muted);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .35rem;font-size:.72rem}.story-cluster-summary-body{color:var(--color-text-main);word-break:keep-all;margin:0;font-size:.96rem;line-height:1.6}.story-clusters-empty{flex-direction:column;align-items:flex-start;gap:.95rem;padding:.2rem 0;display:flex}.story-clusters-empty p{color:var(--color-text-muted);word-break:keep-all;margin:0;font-size:.9rem;line-height:1.7}.story-clusters-modal-card{width:min(90vw,40rem)}.memorial-dot-button{cursor:pointer;background:0 0;border:none;width:2.15rem;height:2.15rem;padding:0;position:absolute}.memorial-dot-button:hover,.memorial-dot-button:focus-visible{filter:brightness(1.18)}.memorial-dot-core{background:#b9c8ff;border-radius:999px;width:.72rem;height:.72rem;animation:3.6s ease-in-out infinite memorial-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 .4rem #a5b4fc1f,0 0 1.3rem #7d95ffeb,0 0 2.4rem #7d95ff70}@keyframes pulse-glow{0%{opacity:.62;transform:scale(1)}to{opacity:1;transform:scale(1.18)}}@keyframes memorial-pulse{0%{opacity:.72;transform:scale(.94)}50%{opacity:1;transform:scale(1.08)}to{opacity:.72;transform:scale(.94)}}.glass-panel{background:var(--color-glass);-webkit-backdrop-filter:blur(24px);border:1px solid var(--color-glass-border);color:#fff;border-radius:24px;padding:40px;transition:all .4s;box-shadow:0 16px 40px #0006}h1,h2,h3{font-family:var(--font-serif);letter-spacing:.05em;margin:0;font-weight:300}.serif-text{font-family:var(--font-serif)}button{font-family:inherit;transition:all .3s cubic-bezier(.16,1,.3,1)}button:hover{opacity:.9;transform:translateY(-2px)}button:active{transform:translateY(1px)}.panel-eyebrow{color:var(--color-text-muted);letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;font-size:.82rem}.composer-form{flex-direction:column;gap:18px;display:flex}.composer-label{color:var(--color-text-main);word-break:keep-all;font-size:.94rem;line-height:1.5}.composer-textarea{width:100%;color:var(--color-text-main);border:1px solid var(--color-glass-border);resize:none;box-sizing:border-box;letter-spacing:-.01em;caret-color:var(--color-text-main);-webkit-user-select:text;user-select:text;background:#ffffff0a;border-radius:18px;padding:18px 20px;font-size:1.05rem;font-weight:300;line-height:1.75}.composer-textarea::placeholder{color:#f4f4f559}.composer-textarea:focus{border-color:#e2dcc866;outline:none;box-shadow:0 0 0 4px #e2dcc814}.composer-meta{color:var(--color-text-muted);justify-content:space-between;gap:12px;font-size:.82rem;display:flex}.edit-window-banner{color:var(--color-text-main);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding:12px 14px;font-size:.88rem;display:flex}.compact-button{padding:9px 14px;font-size:.85rem}.edit-card{flex-direction:column;gap:14px;display:flex}.primary-button,.secondary-button,.ghost-button{cursor:pointer;border-radius:999px;padding:13px 20px;font-size:.95rem}.primary-button{background:var(--color-text-main);color:var(--color-bg-deep);border:none;font-weight:500;box-shadow:0 10px 28px #ffffff1f}.primary-button:disabled{cursor:not-allowed;opacity:.45;box-shadow:none;transform:none}.secondary-button{color:var(--color-text-main);background:#ffffff0f;border:1px solid #ffffff2e}.icon-button{width:2.5rem;height:2.5rem;color:var(--color-text-main);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;font-size:1.4rem;line-height:1;display:inline-flex}.ghost-button{color:var(--color-text-main);background:0 0;border:1px solid #ffffff3d}.ghost-button.subtle{color:var(--color-text-muted);border-color:#ffffff1f}.saved-message-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:18px;margin-top:24px;padding:22px}.saved-message-time{color:var(--color-text-muted);margin:0;font-size:.82rem}.saved-message-body{color:var(--color-accent);white-space:pre-wrap;word-break:keep-all;text-wrap:pretty;margin:0;font-size:1.08rem;line-height:1.9}.floating-note{text-align:center;color:#ffffffb8;margin:12px 0 0;font-size:.82rem}.app-footer{text-align:center;opacity:.88;box-sizing:border-box;width:min(92vw,30rem);margin-inline:auto;font-size:.84rem}.app-footer p{color:var(--color-text-muted);margin:0 0 10px}.poem-footer{pointer-events:auto;opacity:.78;width:min(92vw,31rem);margin:2.8rem auto 3.25rem;padding:0 0 2rem}.poem-copy{color:#e8e8eeb8;letter-spacing:.015em;text-align:center;word-break:keep-all;overflow-wrap:normal;margin:0;font-size:.92rem;line-height:2}.poem-line{white-space:nowrap;display:block}.poem-gap{height:.95rem;display:block}.footer-actions{justify-content:center;gap:10px;display:flex}.exit-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:1.1rem;display:flex}.quiet-action-button{color:#f4f4f5eb;letter-spacing:.01em;cursor:pointer;opacity:.94;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;padding:.74rem 1.15rem;font-size:.84rem;font-weight:400;line-height:1.4}.quiet-action-button:hover,.quiet-action-button:focus-visible{opacity:1;background:#ffffff14;border-color:#ffffff3d;transform:translateY(-1px)}.message-overlay{pointer-events:none;z-index:10;position:fixed;inset:0}.particle-button{pointer-events:auto;border:none;padding:0}.particle-button:focus-visible{outline-offset:4px;outline:2px solid #ffffffb3}.message-modal{text-align:center;box-sizing:border-box;background:linear-gradient(#0e0e14f7 0%,#0b0b11fa 100%);border:1px solid #ffffff17;width:min(92vw,26rem);padding:28px 24px;box-shadow:0 28px 90px #0000008c}.message-modal-time,.message-modal-location{color:var(--color-text-muted);margin:0;font-size:.86rem}.message-modal-body{color:var(--color-text-main);letter-spacing:-.01em;white-space:pre-wrap;word-break:keep-all;text-wrap:pretty;margin:20px 0;font-size:1.18rem;line-height:1.85}.message-modal-actions{flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;margin-top:26px;display:flex}.message-modal-resonance{color:var(--color-text-muted);font-size:.88rem;line-height:1.4}.message-modal-note{color:#f4f4f57a;text-align:center;margin:10px 0 0;font-size:.78rem;line-height:1.5}.message-modal-owner-protected-note{border:1px solid color-mix(in srgb, var(--color-accent) 22%, transparent);background:color-mix(in srgb, var(--color-bg-light) 86%, transparent);color:var(--color-text-main);text-align:left;border-radius:14px;gap:.2rem;margin:16px 0 0;padding:.72rem .85rem;font-size:.78rem;line-height:1.5;display:grid}.message-modal-owner-protected-note span{color:var(--color-text-muted)}.message-viewer-backdrop{z-index:150}.message-viewer-header{flex-direction:row;align-items:center}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.modal-backdrop{z-index:120;-webkit-backdrop-filter:blur(18px);overscroll-behavior:contain;touch-action:none;background:#04040ad1;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.inapp-gate-backdrop{z-index:220;-webkit-backdrop-filter:blur(18px);background:#04040ae6;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.inapp-gate-panel{box-sizing:border-box;background:linear-gradient(#0e0e14fa 0%,#0b0b11fc 100%);border:1px solid #ffffff1a;width:min(92vw,28rem);box-shadow:0 28px 90px #0000008c}.inapp-gate-actions{flex-direction:column;gap:10px;margin-top:22px;display:flex}.info-modal{box-sizing:border-box;scrollbar-gutter:stable;overscroll-behavior:contain;background:linear-gradient(#0e0e14f7 0%,#0b0b11fa 100%);border:1px solid #ffffff17;width:min(92vw,40rem);max-height:min(86dvh,44rem);overflow-y:auto;box-shadow:0 28px 90px #0000008c}.info-modal::-webkit-scrollbar{width:10px}.info-modal::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.info-modal::-webkit-scrollbar-thumb{background:#ffffff2e;border:2px solid #0b0b11eb;border-radius:999px}.mypage-modal{box-sizing:border-box;scrollbar-gutter:stable;overscroll-behavior:contain;background:linear-gradient(#0e0e14f7 0%,#0b0b11fa 100%);border:1px solid #ffffff17;width:min(92vw,44rem);max-height:min(86dvh,48rem);overflow-y:auto;box-shadow:0 28px 90px #0000008c}.mypage-modal::-webkit-scrollbar{width:10px}.mypage-modal::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.mypage-modal::-webkit-scrollbar-thumb{background:#ffffff2e;border:2px solid #0b0b11eb;border-radius:999px}.privacy-zone-modal{box-sizing:border-box;background:var(--color-modal-surface);border:1px solid var(--border-hairline);width:min(92vw,42rem);max-height:min(86dvh,48rem);box-shadow:var(--shadow-modal);scrollbar-gutter:stable;overscroll-behavior:contain;isolation:isolate;overflow-y:auto}.privacy-zone-header{flex-direction:row;align-items:center}.info-modal,.mypage-modal,.privacy-zone-modal,.settings-sheet,.about-sheet{touch-action:pan-y}.privacy-zone-hero,.privacy-zone-slot,.privacy-zone-state,.privacy-zone-active-summary,.privacy-zone-confirm{border:1px solid var(--color-glass-border);background:color-mix(in srgb, var(--color-glass) 74%, transparent)}.privacy-zone-hero{border-radius:1.2rem;grid-template-columns:auto 1fr;align-items:center;gap:1rem;padding:1.15rem;display:grid}.privacy-zone-glow{aspect-ratio:1;background:radial-gradient(circle, var(--color-text-main) 0 12%, transparent 13%), radial-gradient(circle, var(--selector-yoonseul-tint) 0 36%, transparent 37%), radial-gradient(circle, var(--selector-yoonseul) 0 58%, transparent 59%);width:4.2rem;box-shadow:var(--shadow-card);border-radius:999px}.privacy-zone-kicker,.privacy-zone-copy,.privacy-zone-muted,.privacy-zone-slot-main span,.privacy-zone-unlock-summary span,.privacy-zone-active-summary span,.privacy-zone-state span,.privacy-zone-confirm span{color:var(--color-text-muted)}.privacy-zone-kicker{font-size:var(--text-caption);letter-spacing:var(--tracking-wide);text-transform:uppercase;margin:0 0 .35rem}.privacy-zone-lead{color:var(--color-text-main);font-size:var(--text-body-lg);line-height:var(--line-height-normal);word-break:keep-all;margin:0}.privacy-zone-copy{font-size:var(--text-body-sm);line-height:var(--line-height-normal);word-break:keep-all;margin:.6rem 0 0}.privacy-zone-slot-list{gap:.75rem;margin-top:1rem;display:grid}.privacy-zone-slot{border-radius:1rem;justify-content:space-between;align-items:center;gap:.9rem;padding:1rem;display:flex}.privacy-zone-slot-main{gap:.22rem;display:grid}.privacy-zone-slot-index{color:var(--color-text-muted);font-size:var(--text-caption)}.privacy-zone-slot-main strong,.privacy-zone-state strong,.privacy-zone-unlock-summary strong,.privacy-zone-active-summary strong,.privacy-zone-confirm strong{color:var(--color-text-main)}.privacy-zone-action{flex:none}.privacy-zone-locked-action{min-width:5.2rem}.privacy-zone-disclosure-backdrop{z-index:130;padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));box-sizing:border-box;background:color-mix(in srgb, var(--color-bg-deep) 72%, transparent);place-items:center;display:grid;position:fixed;inset:0}.privacy-zone-unlock-dialog{box-sizing:border-box;border:1px solid var(--border-hairline);background:var(--color-modal-surface);width:min(100%,24rem);box-shadow:var(--shadow-modal);border-radius:1rem;padding:1.25rem}.privacy-zone-disclosure-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.privacy-zone-disclosure-header h3{font-size:var(--text-title-sm);margin-top:.2rem}.privacy-zone-disclosure-counts{gap:.3rem;margin:1.2rem 0 0;display:grid}.privacy-zone-disclosure-counts span{color:var(--color-text-muted);font-size:var(--text-body-sm)}.privacy-zone-disclosure-counts strong{color:var(--color-text-main)}.privacy-zone-inline-confirm{flex:0 20rem;gap:.45rem;min-width:min(100%,15rem);display:grid}.privacy-zone-inline-confirm strong{color:var(--color-text-main)}.privacy-zone-inline-confirm span{color:var(--color-text-muted);font-size:var(--text-body-sm);line-height:var(--line-height-normal)}.privacy-zone-unlock-summary{gap:.25rem;margin-top:1rem;padding-inline:.15rem;display:grid}.privacy-zone-unlock-summary span{font-size:var(--text-body-sm);line-height:var(--line-height-normal);word-break:keep-all}.privacy-zone-state,.privacy-zone-active-summary,.privacy-zone-confirm{border-radius:1rem;gap:.45rem;margin-top:1rem;padding:1rem;display:grid}.privacy-zone-confirm{border-color:var(--color-accent)}.privacy-zone-confirm-actions{flex-wrap:wrap;gap:.6rem;margin-top:.35rem;display:flex}.privacy-zone-error{color:var(--color-accent);line-height:var(--line-height-normal);margin:1rem 0 0}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.info-section-list{flex-direction:column;gap:16px;margin-top:24px;display:flex}.mypage-header{-webkit-backdrop-filter:none;background:0 0;margin-bottom:24px;padding-bottom:0;position:static}.mypage-content{flex-direction:column;gap:18px;display:flex}.mypage-map-shell{background:#ffffff0a;border:1px solid #ffffff14;border-radius:18px;height:16rem;overflow:hidden}.mypage-map-placeholder,.mypage-empty{min-height:12rem;color:var(--color-text-muted);text-align:center;justify-content:center;align-items:center;display:flex}.mypage-list{flex-direction:column;gap:14px;display:flex}.mypage-entry{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;padding:18px 20px}.mypage-entry-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mypage-entry-time,.mypage-entry-location{color:var(--color-text-muted);word-break:keep-all;margin:0;font-size:.84rem;line-height:1.6}.mypage-entry-location{margin-top:.18rem}.mypage-entry-selector{color:#f4f4f5d6;letter-spacing:-.01em;word-break:keep-all;margin:.75rem 0 0;font-size:.82rem;line-height:1.5}.mypage-entry-body{color:var(--color-text-main);white-space:pre-wrap;word-break:keep-all;text-wrap:pretty;margin:.8rem 0 0;font-size:1.08rem;line-height:1.8}.mypage-entry-poem-line{margin:0}.mypage-entry-poem-line+.mypage-entry-poem-line{margin-top:.45rem}.mypage-entry-footer{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.mypage-entry-badge{color:var(--color-text-main);background:#ffffff14;border-radius:999px;align-items:center;padding:.4rem .75rem;font-size:.82rem;display:inline-flex}.emotion-weather-stat-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:18px;padding:18px 20px}.emotion-weather-stat-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.emotion-weather-stat-header h3{margin:.25rem 0 0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;line-height:1.35}.emotion-weather-total{color:#f4f4f5db;background:#8fd8ff1f;border-radius:999px;flex:none;align-items:center;min-height:2rem;padding:.35rem .75rem;font-size:.82rem;display:inline-flex}.emotion-weather-empty{color:var(--color-text-muted);margin:0;line-height:1.7}.emotion-weather-stat-layout{grid-template-columns:minmax(8rem,13rem) minmax(0,1fr);align-items:center;gap:18px;display:grid}.emotion-weather-pie-shell{justify-content:center;min-width:0;display:flex}.emotion-weather-pie-chart{aspect-ratio:1;width:min(100%,13rem);overflow:visible}.emotion-weather-pie-chart path{cursor:pointer;opacity:.9;transform-origin:50%;outline:none;transition:opacity .16s,transform .16s,filter .16s}.emotion-weather-pie-chart path:hover,.emotion-weather-pie-chart path:focus,.emotion-weather-pie-chart path.is-selected{opacity:1;filter:drop-shadow(0 0 10px #ffffff29);transform:scale(1.025)}.emotion-weather-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;display:grid}.emotion-weather-legend-button{color:#f4f4f5db;min-height:2.75rem;font:inherit;text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:.55rem .7rem;display:grid}.emotion-weather-legend-button:hover,.emotion-weather-legend-button:focus-visible,.emotion-weather-legend-button.is-selected{background:#b9c2ff21;border-color:#b9c2ffa8}.emotion-weather-swatch{border-radius:999px;width:.72rem;height:.72rem}.emotion-weather-label,.emotion-weather-count,.emotion-weather-percent{white-space:nowrap;min-width:0;font-size:.82rem;line-height:1.35}.emotion-weather-label{text-overflow:ellipsis;overflow:hidden}.emotion-weather-count,.emotion-weather-percent{color:var(--color-text-muted)}.emotion-weather-clear-button{color:#f4f4f5e6;min-height:2.5rem;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;margin-top:14px;padding:.62rem .9rem}.mypage-filter-summary{color:var(--color-text-muted);margin:0;font-size:.88rem;line-height:1.6}.walk-collection-layout{grid-template-columns:minmax(13rem,18rem) minmax(0,1fr);gap:1rem;min-height:24rem;display:grid}.walk-collection-list{flex-direction:column;gap:.45rem;max-height:min(58dvh,34rem);padding-right:.25rem;display:flex;overflow-y:auto}.walk-collection-row{width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:1rem;gap:.28rem;padding:.85rem .95rem;display:grid}.walk-collection-row.is-selected{background:#a5b4fc17;border-color:#a5b4fc61;box-shadow:inset 3px 0 #a5b4fcb8}.walk-collection-row-title{color:var(--color-text-main);word-break:keep-all;font-size:.94rem;font-weight:600;line-height:1.45}.walk-collection-row-meta,.walk-collection-row-count{color:var(--color-text-muted);word-break:keep-all;font-size:.78rem;line-height:1.5}.walk-collection-detail{background:radial-gradient(circle at 12% 20%,#a5b4fc14,#0000 42%),#ffffff09;border:1px solid #ffffff14;border-radius:1.2rem;min-width:0;padding:1.1rem 1.2rem}.info-intro{margin-top:18px}.info-principle{color:var(--color-text-main);font-family:var(--font-serif);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;margin-top:18px;padding:14px 16px;font-size:1rem;line-height:1.7}.info-outline{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.info-outline-item{color:var(--color-text-muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:.9rem;line-height:1.5;text-decoration:none;display:flex}.info-outline-item span:first-child{width:1.6rem;height:1.6rem;color:var(--color-text-main);background:#ffffff14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;display:inline-flex}.info-section{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;padding:18px 20px}.info-section h3{letter-spacing:.02em;margin-bottom:10px;font-size:1rem}.info-section p,.info-footer p{color:var(--color-text-muted);word-break:keep-all;text-wrap:pretty;margin:0;font-size:.94rem;line-height:1.75}.info-section p+p{margin-top:10px}.info-footer{flex-direction:column;align-items:flex-start;gap:14px;margin-top:24px;display:flex}.empty-space-hint{display:none}@media (width<=900px){.hero-guide{width:100%}}@media (width<=640px){.glass-panel{border-radius:20px}.ui-container{min-height:100dvh;padding:1.05rem 4.5vw calc(1.35rem + env(safe-area-inset-bottom));justify-content:flex-start;gap:.95rem}.composer-panel,.status-panel{width:100%}.main-panel{flex:none;align-items:flex-start;padding:0}.hero-copy h1{letter-spacing:.02em;font-size:1.72rem;line-height:1.18}.hero-copy p{text-wrap:pretty;margin-top:8px;font-size:.92rem;line-height:1.65}.hero-utilities{gap:.55rem;margin-top:.95rem}.surface-utilities{gap:.45rem}.records-utilities{justify-content:center}.section-header{gap:.7rem;padding:0 .05rem}.section-header-title{font-size:.96rem}.section-header-description{margin-top:.24rem;font-size:.74rem}.section-more-button{min-height:2.1rem;padding:.46rem .8rem;font-size:.74rem}.section-action-menu{border-radius:18px;padding:.9rem .9rem .85rem}.section-action-menu-item{padding:.74rem .82rem}.section-action-menu-item span{font-size:.84rem}.section-action-menu-item small{font-size:.73rem}.mental-rhythm-panel{border-radius:20px;gap:.8rem;padding:.9rem}.mental-rhythm-panel-header,.mental-rhythm-state-banner{flex-direction:column;align-items:stretch;gap:.75rem}.mental-rhythm-range-form{grid-template-columns:1fr}.mental-rhythm-range-form .secondary-button,.mental-rhythm-state-banner .primary-button,.mental-rhythm-primary-summary .primary-button{width:100%}.mental-rhythm-metric-grid,.mental-rhythm-report-grid,.mental-rhythm-v02-layout,.mental-rhythm-supporting-grid{grid-template-columns:1fr}.mental-rhythm-section-heading{flex-direction:column;gap:.25rem}.mental-rhythm-section-heading span{text-align:left;max-width:none}.mental-rhythm-keyword-group{grid-template-columns:1fr}.utility-link-button{padding:.54rem .8rem;font-size:.76rem}.walk-course-entry-card{border-radius:20px;align-items:flex-start;gap:.8rem}.walk-course-entry-card .surface-card-title,.walk-course-panel .surface-card-title{font-size:.98rem}.walk-course-entry-card .surface-card-description,.walk-course-panel .surface-card-description{font-size:.8rem}.walk-course-entry-meta{white-space:normal}.walk-course-entry-button{width:100%}.walk-course-point-list{gap:.45rem}.walk-course-point-list span{width:1.78rem;height:1.78rem}.walk-course-panel-actions{flex-direction:column;align-items:stretch}.walk-course-direction-card{grid-template-columns:1fr;gap:.8rem}.walk-course-direction-summary{grid-template-columns:1fr}.walk-course-compass{width:3.8rem;height:3.8rem}.tab-nav{gap:.5rem}.tab-button{min-height:2.65rem;padding:.62rem .45rem;font-size:.79rem}.memory-zone{padding:18px 15px}.memory-zone-header h3{text-wrap:pretty;font-size:.94rem;line-height:1.62}.memory-zone-copy{text-wrap:pretty;font-size:.82rem;line-height:1.62}.current-zone-body{grid-template-columns:1fr}.current-light-card{min-height:4rem;padding:12px 14px}.current-light-meta,.message-modal-meta,.saved-message-meta,.mypage-entry-meta-row{gap:.35rem}.current-light-time{font-size:.8rem}.selector-pill,.selector-read-pill,.selector-record-pill{font-size:.76rem}.selector-inline-tag{font-size:.68rem}.selector-inline-text{font-size:.7rem}.selector-picker{grid-template-columns:repeat(2,minmax(0,1fr))}.memorial-zone-body{min-height:12rem}.memorial-dot-button{width:1.7rem;height:1.7rem}.edit-window-banner{flex-direction:column;align-items:stretch}.floating-note{text-wrap:pretty;margin-top:8px;padding:0 2px;font-size:.73rem;line-height:1.6}.exit-strip{margin-top:.95rem}.quiet-action-button{padding:.68rem 1rem;font-size:.8rem}.poem-footer{width:min(90vw,27rem);padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));margin-top:2.35rem;margin-bottom:2.2rem}.poem-copy{font-size:.82rem;line-height:1.88}.panel-eyebrow,.memory-zone-eyebrow,.saved-message-time,.mypage-entry-time,.mypage-entry-location,.message-modal-time,.message-modal-location{letter-spacing:.08em;font-size:.76rem}.mypage-entry-selector{margin-top:.62rem;font-size:.76rem}.surface-card,.message-modal,.info-modal,.mypage-modal{padding:1.2rem 1rem}.surface-card-title{letter-spacing:-.02em;font-size:1.28rem;line-height:1.56}.surface-card-description{margin-top:12px;font-size:.91rem;line-height:1.72}.composer-form{gap:15px;margin-top:22px}.composer-label{font-size:.9rem}.composer-textarea{min-height:9.5rem;padding:15px 16px;font-size:.98rem;line-height:1.72}.composer-meta{font-size:.78rem;line-height:1.5}.primary-button,.secondary-button,.ghost-button{min-height:2.9rem;padding:.78rem 1rem;font-size:.9rem}.saved-message-card,.mypage-entry,.info-section,.emotion-weather-stat-card{padding:16px}.saved-message-body,.mypage-entry-body,.message-modal-body{font-size:.98rem;line-height:1.82}.empty-space-hint{display:none}.message-modal-actions,.modal-header{flex-direction:column}.mypage-header,.settings-sheet .modal-header,.about-sheet .modal-header,.privacy-zone-header,.message-viewer-header{flex-direction:row;align-items:center}.info-modal,.mypage-modal{max-height:min(88dvh,46rem);padding:22px 18px}.info-outline{grid-template-columns:1fr}.info-footer{align-items:stretch}.mypage-map-shell{height:12rem}.emotion-weather-stat-header,.emotion-weather-stat-layout{grid-template-columns:1fr}.emotion-weather-stat-header{gap:10px;display:grid}.emotion-weather-total{width:fit-content}.emotion-weather-pie-chart{width:min(100%,12rem)}.emotion-weather-legend{grid-template-columns:1fr}.mypage-entry-footer{justify-content:flex-start}}.admin-poems-page{justify-content:flex-start;gap:1.1rem;padding-bottom:6rem}.admin-hero{text-align:left;justify-content:flex-start;align-items:flex-start;width:min(100%,82rem);height:12.7rem;margin:0 auto .5rem}.admin-hero.is-denied{margin-bottom:0}.admin-hero .hero-copy{text-align:left;max-width:none;margin-inline:0}.admin-hero .hero-copy p{max-width:40rem}.admin-hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;margin-top:1.15rem;display:flex}.admin-hero .hero-copy h1{margin:.3rem 0 0}.admin-hero .panel-eyebrow{text-align:left}.admin-main{width:min(100%,82rem);margin:0 auto}.admin-stack{gap:1.1rem;max-width:82rem}.admin-tool-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;width:100%;display:grid}.admin-tool-nav-link{color:#e8e7f1d1;background:#ffffff09;border:1px solid #ffffff14;border-radius:.85rem;gap:.18rem;min-width:0;min-height:3.35rem;padding:.72rem .9rem;text-decoration:none;display:grid}.admin-tool-nav-link.is-active{color:#f4f6fff5;background:#a5b4fc24;border-color:#a5b4fc61}.admin-tool-nav-link span,.admin-tool-nav-link small{overflow-wrap:anywhere;min-width:0}.admin-tool-nav-link span{font-size:.95rem;font-weight:700}.admin-tool-nav-link small{color:#d4d2dda8;font-size:.74rem}.admin-page-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-page-toolbar-copy{align-items:center;gap:.75rem;display:flex}.admin-page-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.admin-inline-button{min-height:2.75rem}.admin-workspace{grid-template-columns:minmax(20rem,24rem) minmax(0,1fr);align-items:start;gap:1.35rem;display:grid}.admin-list-card,.admin-form-card{min-height:0}.admin-poem-form{gap:1rem;display:grid}.admin-card-actions{flex-wrap:wrap;justify-content:flex-start;gap:.6rem;margin-bottom:1rem;display:flex}.admin-form-meta,.admin-poem-meta-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.admin-meta-pill{color:#e8e7f1d1;letter-spacing:.01em;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:2rem;padding:.38rem .74rem;font-size:.76rem;line-height:1.2;display:inline-flex}.admin-meta-pill.is-accent,.admin-meta-pill.is-active{color:#ebeffff0;background:#a5b4fc1f;border-color:#a5b4fc38}.admin-meta-pill.is-draft{color:#f5efdfeb;background:#e2dcc814;border-color:#e2dcc829}.admin-meta-pill.is-archived{color:#d4d2ddb8;background:#ffffff08;border-color:#ffffff0f}.admin-meta-pill.is-placeholder{color:#f4f2f8a8;border-style:dashed}.admin-field{gap:.55rem;display:grid}.admin-field span{color:#e8e7f1db;font-size:.95rem}.admin-field input,.admin-field select,.admin-field textarea{color:#f4f2f8f5;width:100%;font:inherit;resize:vertical;background:#181922;border:1px solid #ffffff14;border-radius:1.1rem;padding:.95rem 1rem}.admin-field input:focus,.admin-field select:focus,.admin-field textarea:focus{border-color:#b0beff7a;outline:none;box-shadow:0 0 0 1px #b0beff3d}.admin-status-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.admin-status-option{color:#e8e7f1d1;min-height:2.85rem;font:inherit;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px}.admin-status-option.is-selected{color:#f4f6fff5;background:#a5b4fc24;border-color:#a5b4fc57;box-shadow:inset 0 0 0 1px #a5b4fc24}.admin-parts-grid{gap:.9rem;display:grid}.admin-feedback{margin:0;font-size:.94rem}.admin-feedback.is-error{color:#ffadadf0}.admin-feedback.is-notice{color:#dce5ffeb}.admin-card-feedback{margin-top:0;margin-bottom:1rem}.admin-form-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.admin-toolbar-button,.admin-secondary-button,.admin-danger-button{min-height:2.75rem}.admin-primary-button{min-width:8.5rem}.admin-danger-button{color:#ffd6d6f0;background:#781c262e;border-color:#ffadad2e}.admin-danger-button:hover,.admin-danger-button:focus-visible{background:#94243047;border-color:#ffadad57}.admin-poem-list{gap:.35rem;display:grid}.admin-message-workspace{grid-template-columns:minmax(18rem,32rem) minmax(26rem,1fr);align-items:start;gap:1.1rem;display:grid}.admin-message-filters{grid-template-columns:minmax(10rem,.42fr) minmax(14rem,1fr) auto;align-items:end;gap:.85rem;display:grid}.admin-message-search-actions{justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.admin-message-search-feedback{grid-column:1/-1}.admin-message-list{gap:.5rem;min-width:0;display:grid}.admin-message-row{width:100%;min-width:0;color:inherit;cursor:pointer;font:inherit;text-align:left;background:#ffffff06;border:1px solid #ffffff13;border-radius:.85rem;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;padding:.86rem .95rem;display:grid}.admin-message-row.is-selected{background:#a5b4fc14;border-color:#a5b4fc66;box-shadow:inset 0 0 0 1px #a5b4fc1f}.admin-message-row:hover,.admin-message-row:focus-visible{background:#ffffff0b;border-color:#a5b4fc42}.admin-message-row:focus-visible{outline:none;box-shadow:0 0 0 2px #a5b4fc2e}.admin-message-row>*{min-width:0}.admin-message-row-main{gap:.28rem;min-width:0;display:grid}.admin-message-content{color:#f9f7fcf5;overflow-wrap:anywhere;word-break:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.45;display:-webkit-box;overflow:hidden}.admin-message-preview,.admin-message-meta{color:#d4d2ddad;overflow-wrap:anywhere;margin:0;font-size:.82rem;line-height:1.45}.admin-message-user-id{text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;overflow:hidden}.admin-message-row-status{justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.admin-message-row-status .admin-meta-pill{min-height:1.7rem;padding:.3rem .62rem;font-size:.72rem}.admin-meta-pill.is-hidden{color:#ffdcdce6;background:#781c2624;border-color:#ffadad29}.admin-message-form{gap:1rem;display:grid}.admin-selector-picker{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.admin-readonly-grid>div{background:#ffffff08;border:1px solid #ffffff14;border-radius:.9rem;gap:.25rem;min-width:0;padding:.82rem .9rem;display:grid}.admin-readonly-grid span{color:#d4d2dd9e;font-size:.72rem}.admin-readonly-grid strong{color:#f4f2f8f0;overflow-wrap:anywhere;font-size:.9rem;font-weight:600}.admin-walk-shell{grid-template-columns:minmax(15.5rem,19rem) minmax(0,34rem);justify-content:start;align-items:start;gap:1rem;width:100%;margin-inline:0;display:grid}.admin-walk-test-control-rail{gap:.9rem;min-width:0;display:grid}.admin-walk-test-rail-heading{gap:.28rem;display:grid}.admin-walk-test-rail-heading h2{color:#f9f7fcf5;font-family:var(--font-serif);margin:0;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:400;line-height:1.35}.admin-walk-test-panel{justify-content:flex-start;min-width:0;display:flex;overflow:visible}.admin-walk-test-panel .walk-course-panel{margin-inline:0}.admin-walk-test-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.admin-walk-test-controls .admin-secondary-button{min-height:2.9rem}.admin-walk-state-card{background:#ffffff06;border:1px solid #ffffff13;border-radius:.9rem;gap:.48rem;min-width:0;padding:.72rem;display:grid}.admin-walk-state-heading{align-items:center;display:flex}.admin-walk-state-heading .admin-meta-pill{min-height:1.65rem;padding:.26rem .58rem}.admin-walk-state-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;display:grid}.admin-walk-state-metric{background:#ffffff07;border:1px solid #ffffff13;border-radius:.72rem;gap:.1rem;min-width:0;padding:.48rem .58rem;display:grid}.admin-walk-state-metric span{color:#d4d2dd9e;font-size:.7rem}.admin-walk-state-metric strong{color:#f4f2f8f0;overflow-wrap:anywhere;font-size:.88rem;font-weight:700}.admin-poem-list-head,.admin-poem-row{grid-template-columns:minmax(12rem,1.7fr) minmax(6.5rem,.65fr) minmax(6rem,.55fr) minmax(14rem,1fr);align-items:center;gap:.8rem;display:grid}.admin-poem-list-head{z-index:1;color:#d4d2dd94;letter-spacing:.08em;background:#0d0e15f5;padding:.15rem .35rem .55rem;font-size:.72rem;position:sticky;top:0}.admin-poem-list-scroll{scrollbar-gutter:stable;max-height:min(62dvh,46rem);padding-right:.2rem;overflow-y:auto}.admin-poem-list-scroll::-webkit-scrollbar{width:9px}.admin-poem-list-scroll::-webkit-scrollbar-track{background:#ffffff08;border-radius:999px}.admin-poem-list-scroll::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.admin-list-feedback{gap:.8rem;display:grid}.admin-feedback-subtle{color:#d4d2ddb8;margin:0;line-height:1.6}.admin-feedback-detail{color:#e8e7f1d6;font-family:var(--font-sans);white-space:pre-wrap;word-break:break-word;background:#ffffff0a;border:1px solid #ffffff14;border-radius:1rem;margin:0;padding:.9rem 1rem;font-size:.85rem;line-height:1.65}.admin-editor-empty{align-content:start;gap:.85rem;min-height:16rem;display:grid}.admin-denied-card .surface-card-content{margin-top:1.2rem}.admin-denied-summary{gap:.95rem;display:grid}.admin-uid-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:1.25rem;padding:1rem 1.05rem}.admin-denied-actions{flex-wrap:wrap;gap:.75rem;display:flex}.admin-copy-button{min-width:10rem}.admin-poem-row{background:#ffffff06;border:1px solid #ffffff13;border-radius:.85rem;width:100%;padding:.8rem .85rem}.admin-poem-row.is-selected{background:#a5b4fc14;border-color:#a5b4fc66;box-shadow:inset 3px 0 #a5b4fcbf,0 0 0 1px #a5b4fc24}.admin-poem-row-main{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;gap:.18rem;padding:0;display:grid}.admin-poem-title{color:#f9f7fcf5;word-break:keep-all;margin:0;font-size:1rem;font-weight:600;line-height:1.45}.admin-poem-theme,.admin-poem-updated{color:#d4d2ddad;word-break:keep-all;margin:0;font-size:.78rem;line-height:1.5}.admin-poem-row-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.admin-poem-row-status,.admin-poem-row-actions{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.admin-poem-row-actions .quiet-action-button{min-height:2.1rem;padding:.42rem .7rem;font-size:.76rem}.admin-row-danger{color:#ffd6d6eb;border-color:#ffadad29}.admin-poem-preview{color:#e8e7f1b8;white-space:nowrap;text-overflow:ellipsis;word-break:keep-all;margin:0;font-size:.8rem;line-height:1.55;overflow:hidden}.admin-poem-preview.is-empty{color:#e8e7f16b}.admin-poem-parts{gap:.65rem;margin-top:1rem;display:grid}.admin-poem-line{background:#ffffff06;border:1px solid #ffffff0f;border-radius:1rem;grid-template-columns:auto 1fr;align-items:flex-start;gap:.85rem;padding:.7rem .8rem;display:grid}.admin-poem-line-index{color:#e8ecffeb;background:#a5b4fc24;border-radius:999px;flex:none;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;font-size:.76rem;line-height:1;display:inline-flex}.admin-poem-part{white-space:pre-wrap;color:#f0edf5eb;word-break:keep-all;margin:0;line-height:1.75}.admin-poem-meta{color:#d4d2ddbd;margin:0;font-size:.9rem}.admin-poems-page,.admin-messages-page,.admin-walk-test-page,.admin-poems-page *,.admin-messages-page *,.admin-walk-test-page *{box-sizing:border-box}.admin-hero,.admin-main,.admin-stack{width:min(100%,clamp(20rem,92vw,76rem));max-width:none}.admin-shell{width:100%;min-width:0}.admin-shell.admin-walk-shell{width:100%}.admin-view{width:100%;min-width:0;overflow:hidden}.admin-list-read-view{gap:1rem;min-width:0;display:grid}.admin-poem-list{gap:.5rem;min-width:0;display:grid}.admin-poem-list-head,.admin-poem-row{grid-template-columns:minmax(0,2fr) minmax(5.25rem,.7fr) minmax(5.5rem,.8fr) minmax(6.5rem,.8fr) minmax(8.5rem,.9fr)}.admin-poem-list-head{background:0 0;padding-inline:clamp(.65rem,2vw,.95rem);position:static}.admin-poem-row{min-width:0;padding:clamp(.72rem,2vw,.9rem) clamp(.75rem,2.2vw,1rem)}.admin-poem-row>*{min-width:0}.admin-poem-row-actions{justify-content:flex-end}.admin-poem-row-actions .quiet-action-button{white-space:nowrap}.admin-poem-credit-line{color:#d4d2ddad;overflow-wrap:anywhere;font-size:.78rem;line-height:1.55}.admin-pagination{color:#e8e7f1c2;justify-content:center;align-items:center;gap:.85rem;display:flex}.admin-form-frame,.admin-poem-form,.admin-field,.admin-field input,.admin-field select,.admin-field textarea,.admin-parts-grid{width:100%;min-width:0;max-width:100%}.admin-form-frame{gap:1rem;display:grid}.admin-poem-form{grid-template-columns:minmax(0,1fr)}.admin-field input,.admin-field select,.admin-field textarea{box-sizing:border-box;max-width:100%}.admin-field textarea{min-height:clamp(7rem,18vw,9rem)}.admin-manage-view{gap:1.1rem;min-width:0;display:grid}.admin-manage-summary{background:#ffffff09;border:1px solid #ffffff14;border-radius:1.25rem;gap:.9rem;min-width:0;padding:clamp(1rem,2.5vw,1.25rem);display:grid}.admin-manage-summary h3{color:#f9f7fcfa;font-family:var(--font-serif);word-break:keep-all;margin:.4rem 0 0;font-size:clamp(1.25rem,3vw,1.7rem);font-weight:400;line-height:1.55}.admin-manage-summary p:not(.panel-eyebrow){color:#e8e7f1b8;word-break:keep-all;margin:.55rem 0 0;line-height:1.7}.admin-manage-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.admin-manage-action-group{background:#ffffff08;border:1px solid #ffffff14;border-radius:1.2rem;min-width:0;padding:clamp(1rem,2.5vw,1.2rem)}.admin-manage-action-group.is-danger{background:#781c2614;border-color:#ffadad24}.admin-manage-action-group h4{color:#f4f2f8eb;margin:.45rem 0 0;font-size:1rem;line-height:1.5}@media (width<=640px){.admin-poems-page{padding-bottom:4rem}.admin-main,.admin-hero{width:min(100%,100vw - 1.5rem)}.admin-workspace,.admin-tool-nav,.admin-message-filters,.admin-message-workspace,.admin-readonly-grid{grid-template-columns:1fr}.admin-tool-nav{gap:.5rem}.admin-denied-actions{flex-direction:column;align-items:stretch}.admin-copy-button{min-width:0}.admin-page-toolbar,.admin-page-toolbar-actions,.admin-poem-row-heading{flex-direction:column;align-items:stretch}.admin-poem-list-head{display:none}.admin-poem-row{grid-template-columns:1fr;align-items:stretch;gap:.65rem}.admin-message-row{grid-template-columns:1fr;align-items:stretch;gap:.7rem}.admin-message-row-status{justify-content:flex-start}.admin-message-search-actions{justify-content:stretch}.admin-message-search-actions>button{flex:1 1 0}.admin-poem-row-actions{justify-content:flex-start}.walk-collection-layout{grid-template-columns:1fr}.walk-collection-list{max-height:15rem}.admin-poem-line{gap:.7rem;padding:.68rem .72rem}.admin-poem-list-scroll{max-height:none;padding-right:0;overflow:visible}.walk-course-feedback-card,.walk-course-push-card{flex-direction:column;align-items:stretch}.walk-arrival-toast{bottom:max(.75rem, env(safe-area-inset-bottom));grid-template-columns:minmax(0,1fr);align-items:stretch}.walk-arrival-toast .primary-button,.walk-arrival-toast .ghost-button{width:100%}}@media (width<=1100px){.admin-workspace,.admin-message-workspace{grid-template-columns:1fr}.admin-walk-shell{grid-template-columns:1fr;width:100%}}@media (width<=900px){.admin-message-row{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:.75rem}.admin-message-content{-webkit-line-clamp:3}.admin-message-row-status{justify-content:flex-start}}@media (width<=760px){.admin-hero,.admin-main,.admin-stack{width:min(100%,100vw - 1.5rem)}.admin-page-toolbar-copy{width:100%}.admin-poem-list-head{display:none}.admin-poem-row,.admin-message-row{grid-template-columns:minmax(0,1fr);gap:.7rem}.admin-poem-row-actions{justify-content:flex-start}.admin-poem-row-actions .quiet-action-button{flex:6rem}.admin-status-picker,.admin-selector-picker,.admin-manage-actions{grid-template-columns:minmax(0,1fr)}.admin-walk-shell{flex-direction:column;display:flex}.admin-walk-test-panel{order:1;width:100%}.admin-walk-test-control-rail{bottom:calc(.75rem + env(safe-area-inset-bottom));z-index:45;background:#11121bf0;border:1px solid #ffffff14;border-radius:1rem;order:2;width:100%;padding:.85rem;position:sticky;box-shadow:0 -1rem 2rem #00000047}.admin-walk-state-card{width:100%}.admin-walk-test-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.admin-walk-test-controls .admin-secondary-button{min-height:2.9rem;padding-inline:.7rem}.admin-form-actions{align-items:stretch}.admin-form-actions>button{flex:100%}.admin-field textarea{min-height:7.5rem}}.hero-header{flex-direction:column;position:relative}.app-topbar-actions{order:-1;align-self:flex-end;align-items:center;gap:8px;display:flex}.topbar-action-button{color:#f4f4f5db;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;transition:border-color .2s,background .2s,transform .2s,color .2s;display:flex}.topbar-action-button:hover,.topbar-action-button:focus-visible{color:var(--color-text-main);background:#ffffff12;border-color:#e2dcc857;transform:translateY(-1px)}.has-bottom-tab-bar{padding-bottom:calc(5.75rem + env(safe-area-inset-bottom))}.bottom-tab-bar{z-index:90;width:min(100%,34rem);padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);background:linear-gradient(#0a0a10f7 0%,#06060cfc 100%);border-top:1px solid #ffffff14;gap:6px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-tab-button{color:#f4f4f580;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:.2rem;min-width:0;padding:.5rem .4rem;transition:color .2s,background .2s,border-color .2s;display:flex}.bottom-tab-icon{flex:none}.bottom-tab-label{font-size:var(--text-eyebrow);font-weight:500;line-height:var(--line-height-label)}.bottom-tab-button:hover,.bottom-tab-button:focus-visible{color:#f4f4f5d1;background:#ffffff0a}.bottom-tab-button.active{color:var(--color-text-main);border-color:color-mix(in srgb, var(--color-accent) 36%, transparent);background:color-mix(in srgb, var(--color-accent) 12%, transparent)}.bottom-tab-button.active .bottom-tab-hint{color:#f4f4f59e}@media (width<=48rem){.has-bottom-tab-bar{padding-bottom:calc(6.5rem + env(safe-area-inset-bottom))}.bottom-tab-bar{box-sizing:border-box;width:100%;left:0;right:0;transform:none}}.account-deletion-page{background:var(--color-background);min-height:100dvh;color:var(--color-text-main);place-items:center;padding:clamp(1.25rem,4vw,3rem);display:grid}.account-deletion-panel{border:1px solid var(--color-glass-border);background:color-mix(in srgb, var(--color-background) 92%, var(--color-glass));border-radius:24px;width:min(100%,36rem);padding:clamp(1.5rem,5vw,2.75rem);box-shadow:0 24px 80px #0000006b}.account-deletion-panel h1{margin:.45rem 0 0;font-size:clamp(1.75rem,6vw,2.5rem)}.account-deletion-lead{color:var(--color-text-muted);line-height:var(--line-height-relaxed);word-break:keep-all;margin:1rem 0}.account-deletion-sequence{color:#f4f4f5c7;background:#fca5a512;border-left:2px solid #fca5a599;align-items:center;gap:.65rem;margin:1.5rem 0;padding:.8rem 1rem;display:flex}.account-deletion-public,.account-deletion-confirmation{gap:1rem;display:grid}.account-deletion-account{color:var(--color-text-muted);margin:0}.account-deletion-check{grid-template-columns:auto 1fr;align-items:start;gap:.7rem;line-height:1.55;display:grid}.account-deletion-check input{accent-color:#fca5a5;width:1.15rem;height:1.15rem;margin-top:.18rem}.account-deletion-phrase{gap:.45rem;display:grid}.account-deletion-phrase input{border:1px solid var(--color-glass-border);min-height:2.9rem;color:var(--color-text-main);background:#ffffff0a;border-radius:12px;padding:0 .9rem}.account-deletion-phrase input:focus-visible{outline-offset:2px;outline:2px solid #fca5a5}.account-deletion-phrase small,.account-deletion-home{color:var(--color-text-muted)}.account-deletion-alert{color:#fecaca;background:#fca5a517;border-radius:12px;margin:0;padding:.8rem 1rem;line-height:1.55}.account-deletion-submit{min-height:3rem}.account-deletion-home{text-underline-offset:.2em;margin-top:1.5rem;display:inline-block}@media (width<=30rem){.account-deletion-sequence{flex-direction:column;align-items:flex-start}.account-deletion-sequence span[aria-hidden=true]{display:none}}.settings-sheet,.about-sheet{box-sizing:border-box;scrollbar-gutter:stable;overscroll-behavior:contain;background:linear-gradient(#0e0e14f7 0%,#0b0b11fa 100%);border:1px solid #ffffff17;width:min(92vw,34rem);max-height:min(86dvh,44rem);padding:32px;overflow-y:auto;box-shadow:0 28px 90px #0000008c}.settings-section{margin-top:1.5rem}.settings-section-title{font-size:var(--text-eyebrow);letter-spacing:.04em;color:#f4f4f580;margin:0 0 .6rem;font-weight:500}.settings-row{box-sizing:border-box;border:1px solid var(--color-glass-border);background:var(--color-glass);width:100%;color:var(--color-text-main);text-align:left;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-bottom:8px;padding:.9rem 1rem;display:grid}.settings-row-button{cursor:pointer;text-decoration:none;transition:border-color .2s,background .2s}.settings-row-button:hover,.settings-row-button:focus-visible{background:#ffffff0d;border-color:#fff3}.settings-row>.ghost-button{white-space:nowrap;justify-self:end}.settings-row-icon{color:#f4f4f5a8}.settings-row-danger .settings-row-icon{color:#fca5a5}.settings-row-main{flex-direction:column;gap:.2rem;min-width:0;display:flex}.settings-row-main strong{font-size:var(--text-body);color:#f4f4f5eb;font-weight:500}.settings-row-main small{font-size:var(--text-caption);line-height:var(--line-height-tight);color:#f4f4f585;word-break:keep-all;overflow-wrap:anywhere}.settings-row-chevron{font-size:var(--text-body-lg);color:#f4f4f566;justify-self:end}.settings-row-danger strong{color:#fca5a5}.settings-row-danger:hover,.settings-row-danger:focus-visible{border-color:#fca5a552}.about-intro{margin-top:1.25rem;line-height:1.8}.about-principle{border-left:2px solid color-mix(in srgb, var(--color-accent) 50%, transparent);background:color-mix(in srgb, var(--color-accent) 8%, transparent);color:#f4f4f5e6;margin:1.5rem 0;padding:1rem 1.25rem;font-size:.98rem;line-height:1.6}.about-poem{border-top:1px solid #ffffff14;margin-top:1.75rem;padding-top:1.5rem}.walk-course-settings-link{color:#e2dcc8d1;font-size:var(--text-body-sm);line-height:var(--line-height-tight);cursor:pointer;text-align:left;background:0 0;border:none;align-self:flex-start;margin-top:.4rem;padding:0}.walk-course-settings-link:hover,.walk-course-settings-link:focus-visible{color:var(--color-accent);text-decoration:underline}@media (width<=30rem){.settings-sheet,.about-sheet{padding:24px 20px}}
