:root{--surface:#fef9f1;--surface-card:#fff;--surface-soft:#f8f3ec;--field:#f1f1ef;--text:#1d1c17;--muted:#6e6a5d;--outline:#cbc6b7;--primary:#665f2e;--primary-soft:#fdf2b3;--mint:#d3e4da;--mint-ink:#52625a;--peach:#ffede5;--peach-ink:#7d695f;--sun:#fff2a8;--stone:#e6e2db;--shadow:0 28px 70px #1d1c1712;--shadow-small:0 18px 40px #1d1c170f;--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--container:1600px}*{box-sizing:border-box}html{background:var(--surface)}body{color:var(--text);background:radial-gradient(circle at 18% 8%, #fdf2b359, transparent 28%), radial-gradient(circle at 82% 18%, #d3e4da52, transparent 26%), var(--surface);margin:0;font-family:Plus Jakarta Sans,Pretendard,Apple SD Gothic Neo,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}.app-shell{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.container{width:min(var(--container), calc(100% - 48px));margin:0 auto}.compact-container{padding-bottom:80px}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fef9f1cc;border-bottom:1px solid #cbc6b773;position:sticky;top:0}.header-inner{width:min(var(--container), calc(100% - 48px));grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;height:58px;margin:0 auto;display:grid}.brand-button{color:var(--primary);letter-spacing:-.03em;text-align:left;background:0 0;border:0;font-size:24px;font-weight:800}.main-nav{align-items:center;gap:24px;display:flex}.main-nav button,.language-switcher button,.text-button{color:var(--muted);background:0 0;border:0;padding:7px 0}.main-nav button{font-size:15px}.main-nav button.active,.language-switcher button.active{color:var(--primary);box-shadow:inset 0 -2px 0 var(--primary);font-weight:800}.language-switcher{justify-self:end;align-items:center;gap:8px;display:flex}.language-switcher button{padding-inline:2px;font-size:13px;font-weight:700}.page{padding-top:50px}.hero-card{border-radius:var(--radius-xl);min-height:315px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fff 0%,#ffffffeb 62%,#fdf2b338 100%);flex-direction:column;justify-content:center;padding:72px 78px;display:flex}.quote-mark{height:36px;color:var(--primary);font-size:44px;font-weight:900;line-height:1}.quote-mark.end{align-self:flex-end;margin-top:10px}.quote-line{gap:8px;display:grid}.quote-line span{color:var(--primary);letter-spacing:-.02em;font-size:13px;font-weight:900}.quote-line strong{color:var(--muted);font-size:16px;font-weight:600;line-height:1.7}.hero-card h1{white-space:pre-line;letter-spacing:-.05em;margin:16px 0 0;font-size:clamp(32px,5vw,46px);line-height:1.26}.section-block{margin-top:76px}.section-heading{margin-bottom:26px}.section-heading.horizontal{justify-content:space-between;align-items:end;gap:16px;display:flex}.section-heading.center{text-align:center}.section-heading h2{color:var(--text);letter-spacing:-.03em;margin:0;font-size:28px;line-height:1.25}.section-heading p{color:var(--muted);margin:7px 0 0}.eyebrow{width:1.35em;height:1.35em;color:var(--primary);vertical-align:middle;justify-content:center;align-items:center;margin-right:8px;line-height:1;display:inline-flex;transform:translateY(-.04em)}.section-heading h2{display:inline}.mission-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.mission-card{border-radius:var(--radius-lg);background:var(--surface-card);min-height:210px;box-shadow:var(--shadow-small);padding:28px;transition:transform .2s,box-shadow .2s}.mission-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.mission-card.done{background:linear-gradient(#fff,#fdf2b338)}.mission-icon,.avatar{border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;font-weight:800;display:inline-flex}.tone-mint{background:var(--mint);color:var(--mint-ink)}.tone-peach{background:var(--peach);color:var(--peach-ink)}.tone-sun{background:var(--sun);color:var(--primary)}.tone-stone{background:var(--stone);color:var(--muted)}.mission-card h3{letter-spacing:-.04em;margin:20px 0 4px;font-size:24px}.mission-card p{color:var(--muted);margin:0;line-height:1.5}.check-row{color:var(--text);background:0 0;border:0;align-items:center;gap:10px;margin-top:30px;font-size:14px;font-weight:800;display:inline-flex}.fake-check{width:22px;height:22px;color:var(--primary);border:1.5px solid #aaa79b;border-radius:999px;place-items:center;display:inline-grid}.mission-card.done .fake-check{border-color:var(--primary);background:var(--primary-soft)}.reflection-section{margin-top:76px}.reflection-card,.compose-panel{border-radius:var(--radius-lg);background:var(--surface-card);width:min(680px,100%);box-shadow:var(--shadow);margin:0 auto;padding:42px 48px}.memory-form{gap:18px;display:grid}.field-row{gap:8px;display:grid}.field-label{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:800;display:flex}.field-label em{color:#9a9587;font-size:12px;font-style:normal;font-weight:900}.field-row input{background:var(--field);width:100%;color:var(--text);border:0;border-radius:0;outline:0;min-height:56px;padding:0 20px;transition:box-shadow .2s,background .2s}.field-row input:focus{background:#fff;box-shadow:0 0 0 5px #fdf2b3d9}.form-bottom{justify-content:center;padding-top:18px;display:flex}.primary-button{background:var(--primary);color:#fff;border:0;border-radius:999px;min-width:150px;padding:15px 28px;font-weight:900;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 28px #665f2e38}.primary-button:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 18px 34px #665f2e42}.form-message{text-align:center;color:var(--primary);margin:0;font-size:14px;font-weight:700}.quiet-illustration{width:130px;height:130px;box-shadow:var(--shadow-small);background:linear-gradient(135deg,#bfbab0 0%,#d9d4c9 50%,#fff7da 51%,#f8f3ec 100%);border-radius:32px;margin:80px auto 110px;position:relative;overflow:hidden}.window-light{background:radial-gradient(circle at 70% 25%,#ffffffb8,#0000 34%);position:absolute;inset:0}.vase{background:#665f2e59;border-radius:8px 8px 4px 4px;width:14px;height:32px;position:absolute;bottom:28px;left:54px}.leaf{background:#665f2e52;border-radius:100% 0;position:absolute}.leaf.one{width:36px;height:10px;bottom:62px;left:38px;transform:rotate(-35deg)}.leaf.two{width:32px;height:9px;bottom:70px;left:58px;transform:rotate(26deg)}.memories-hero{text-align:center;padding:14px 0 46px}.memories-hero h1{color:var(--primary);letter-spacing:-.05em;margin:0 0 12px;font-size:clamp(36px,6vw,54px);line-height:1.1}.memories-hero p{color:var(--muted);margin:0;font-size:18px}.memories-hero span{color:var(--mint-ink);background:#d3e4da8c;border-radius:999px;margin-top:16px;padding:8px 14px;font-size:13px;font-weight:800;display:inline-flex}.compose-panel{margin-bottom:32px}.compact-heading{margin-bottom:18px}.text-button{color:var(--primary);font-weight:900}.memory-form.compact{gap:12px}.memory-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:26px;display:grid}.memory-card{border-radius:var(--radius-md);background:var(--surface-card);min-height:260px;box-shadow:var(--shadow-small);border:1px solid #cbc6b773;padding:26px}.memory-card:nth-child(2n),.memory-card:nth-child(3n){margin-top:0}.card-topline{justify-content:space-between;align-items:start;gap:12px;margin-bottom:22px;display:flex}.profile-mini,.anonymous-profile{align-items:center;gap:12px;display:flex}.avatar{width:42px;height:42px}.anonymous-avatar{object-fit:cover;background:#fffaf2;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;box-shadow:inset 0 0 0 1px #3f503614}.profile-mini strong,.anonymous-profile strong{line-height:1.2;display:block}.profile-mini small,.anonymous-profile small{color:var(--muted);margin-top:2px;display:block}.icon-actions{gap:8px;display:flex}.icon-actions button{width:28px;height:28px;color:var(--muted);background:0 0;border:0;border-radius:999px;font-size:19px}.memory-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.reaction-toggle,.report-link{color:var(--muted);background:#f8f3ecf2;border:0;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.reaction-toggle.active,.reaction-toggle:hover,.report-link.active,.report-link:hover{background:var(--primary-soft);color:var(--primary)}.memory-lines{color:#4d4a40;gap:12px;font-size:16px;line-height:1.7;display:grid}.memory-lines p{margin:0}.reaction-summary{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.reaction-summary span{color:var(--muted);background:#f8f3ecf2;border-radius:999px;align-items:center;gap:5px;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.reaction-summary span.active{background:var(--primary-soft);color:var(--primary)}.reaction-summary b,.reaction-icon-image{object-fit:contain;vertical-align:middle;filter:drop-shadow(0 2px 4px #91662d1f);width:20px;height:20px;display:inline-block}.reaction-summary em{font-style:normal}.reaction-icon-image{object-fit:contain;vertical-align:middle;filter:drop-shadow(0 2px 4px #91662d1f);width:20px;height:20px;display:inline-block}.reaction-summary .reaction-icon-image{width:18px;height:18px}.reaction-choice-grid .reaction-icon-image{width:22px;height:22px}.reaction-summary em{background:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;display:inline-flex}.reaction-panel{background:#f8f3ecf2;border:1px solid #cbc6b773;border-radius:18px;margin-top:18px;padding:18px}.reaction-panel>strong{color:var(--text);margin-bottom:12px;font-size:13px;display:block}.reaction-choice-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.reaction-choice-grid button{color:var(--muted);text-align:left;cursor:pointer;background:#fff;border:0;border-radius:999px;grid-template-columns:auto 1fr auto;align-items:center;gap:6px;padding:9px 11px;font-size:12px;font-weight:900;transition:transform .16s,background .16s;display:grid}.reaction-choice-grid button:hover,.reaction-choice-grid button.active{background:var(--primary-soft);color:var(--primary);transform:translateY(-1px)}.reaction-choice-grid span,.reaction-choice-grid small,.reaction-choice-grid em{font-style:normal}.reaction-choice-grid small{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.reaction-choice-grid em{background:#ffffffbf;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:11px;display:inline-flex}.selected-reaction{color:#9a9587;margin:12px 0 0;font-size:13px;font-weight:800}.selected-reaction.visible{color:var(--primary)}.report-box{background:#f8f3ecf2;border:1px solid #cbc6b773;border-radius:18px;margin-top:18px;padding:18px}.report-box strong{color:var(--text);margin-bottom:12px;font-size:13px;display:block}.report-options{flex-wrap:wrap;gap:8px;display:flex}.report-options label{color:var(--muted);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:12px;font-weight:900;display:inline-flex}.report-options label.active{background:var(--primary-soft);color:var(--primary)}.report-options input{accent-color:var(--primary)}.report-detail{gap:7px;margin-top:12px;display:grid}.report-detail span,.report-detail em{color:var(--muted);font-size:12px;font-style:normal;font-weight:800}.report-detail textarea{resize:vertical;width:100%;color:var(--text);background:#fff;border:0;border-radius:14px;outline:0;padding:12px 14px}.report-detail textarea:focus{box-shadow:0 0 0 4px #fdf2b3d9}.report-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.ghost-button,.small-primary-button{border:0;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:900}.ghost-button{color:var(--muted);background:0 0}.small-primary-button{background:var(--primary);color:#fff}.more-wrap{justify-content:center;margin:48px 0 0;display:flex}\.site-footer{background:radial-gradient(circle at 50% 0,#fdf2b38c,#0000 36%),linear-gradient(#fffaefeb,#fffffffa);border-top:1px solid #cbc6b761;margin-top:84px;padding:46px 0 50px;position:relative;overflow:hidden}.site-footer:before,.site-footer:after{content:"";pointer-events:none;opacity:.48;filter:blur(2px);border-radius:999px;width:220px;height:220px;position:absolute}.site-footer:before{background:#ffc6a166;bottom:-130px;left:-80px}.site-footer:after{background:#cedba06b;top:-120px;right:-70px}.footer-inner{width:min(var(--container), calc(100% - 48px));z-index:1;text-align:center;min-height:0;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;margin:0 auto;display:flex;position:relative}.footer-inner strong{color:var(--primary);letter-spacing:-.055em;font-size:clamp(28px,3.8vw,36px);line-height:1.1}.footer-inner p{color:#464234c7;word-break:keep-all;max-width:760px;margin:0;font-size:15px;line-height:1.72}.footer-support-link{background:linear-gradient(135deg, var(--primary), #827831);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin-top:2px;padding:0 20px;font-size:14px;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 16px 34px #1d1c1724}.footer-support-link:hover{transform:translateY(-1px);box-shadow:0 20px 44px #1d1c172e}.site-footer a:not(.footer-support-link):not(.floating-support){color:#5a5222e0;background:#ffffff8c;border:1px solid #cbc6b747;border-radius:999px;justify-content:center;align-items:center;margin-top:-2px;padding:6px 10px;font-size:13px;font-weight:800;line-height:1.2;text-decoration:none;display:inline-flex}.site-footer a:not(.footer-support-link):not(.floating-support):hover{color:var(--primary);background:#ffffffd9;transform:translateY(-1px)}.footer-support-link:focus-visible,.site-footer a:focus-visible,.floating-support:focus-visible{outline-offset:4px;outline:3px solid #fdf2b3f2}.floating-support{z-index:80;background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:0 16px;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;position:fixed;bottom:28px;right:22px;box-shadow:0 18px 45px #1d1c172e}.floating-support:hover{transform:translateY(-2px);box-shadow:0 22px 52px #1d1c1738}.floating-support-icon{font-size:20px;line-height:1}.floating-support-text{letter-spacing:-.02em;white-space:nowrap;font-size:13px}@media (width<=980px){.mission-grid,.memory-grid,.reaction-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-card{padding:56px}}@media (width<=720px){.container,.header-inner,.footer-inner{width:min(100% - 32px, var(--container))}.header-inner{grid-template-columns:1fr;justify-items:center;gap:8px;height:auto;min-height:66px;padding:10px 0}.brand-button{text-align:center;font-size:22px}.main-nav{order:2;gap:18px}.language-switcher{order:3;justify-self:center}.page{padding-top:32px}.hero-card{border-radius:26px;min-height:auto;padding:42px 28px}.hero-card h1{font-size:30px}.section-block{margin-top:54px}.section-heading.horizontal{align-items:start}.mission-grid,.memory-grid,.reaction-choice-grid{grid-template-columns:1fr}.mission-card{min-height:0}.reflection-card,.compose-panel{border-radius:22px;padding:30px 22px}.field-row input{min-height:52px}.quiet-illustration{margin-block:58px 76px}.memories-hero{padding-bottom:32px}.memories-hero h1{font-size:40px}.memories-hero p{font-size:16px}.site-footer{margin-top:58px;padding:38px 0 42px}.footer-inner{gap:10px}.footer-inner p{font-size:14px;line-height:1.65}.footer-support-link{min-height:42px;padding:0 16px}}@media (width<=420px){.section-heading.horizontal{gap:8px;display:grid}.hero-card h1{font-size:27px}.mission-card h3{font-size:22px}.footer-inner strong{font-size:28px}}.header-tools{justify-content:flex-end;justify-self:end;align-items:center;gap:10px;min-width:0;display:flex}.guest-chip{max-width:170px;color:var(--text);background:#ffffff9e;border:1px solid #cbc6b78c;border-radius:999px;align-items:center;gap:7px;min-width:0;padding:5px 9px 5px 5px;font-size:12px;font-weight:900;display:inline-flex}.guest-chip img,.avatar img,.success-profile img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.guest-chip img{border-radius:999px;flex:none;width:28px;height:28px}.guest-chip span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.token-tools{background:#f8f3ece0;border:1px solid #cbc6b773;border-radius:999px;align-items:center;gap:5px;padding:4px;display:inline-flex}.token-tools code{white-space:nowrap;text-overflow:ellipsis;max-width:112px;color:var(--primary);padding:0 6px;font-size:11px;font-weight:900;overflow:hidden}.token-tools button{color:var(--muted);background:#fff;border:0;border-radius:999px;padding:6px 8px;font-size:11px;font-weight:900}.token-tools button:hover{color:var(--primary);background:var(--primary-soft)}.masked-line{color:#aaa396;letter-spacing:.08em;-webkit-user-select:none;user-select:none}.visible-line{font-weight:750}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1d1c1747;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.account-modal{background:#fffffff7;border:1px solid #cbc6b78c;border-radius:28px;width:min(520px,100%);max-height:min(760px,100vh - 48px);padding:34px;position:relative;overflow:auto;box-shadow:0 35px 90px #1d1c173d}.modal-close{color:var(--muted);background:#f8f3ecf2;border:0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;position:absolute;top:14px;right:14px}.modal-heading{margin-bottom:22px}.modal-heading h2{color:var(--primary);letter-spacing:-.04em;margin:0 0 8px;font-size:28px}.modal-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.profile-options{overscroll-behavior:contain;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;max-height:min(54vh,430px);margin-top:18px;padding:4px 4px 8px 0;display:grid;overflow-y:auto}.profile-option{color:var(--muted);background:#fff;border:1px solid #cbc6b7a6;border-radius:18px;justify-items:center;gap:6px;padding:9px 6px;font-size:11px;font-weight:900;display:grid}.profile-option img{border-radius:16px;width:46px;height:46px}.profile-option.active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);box-shadow:0 0 0 4px #fdf2b394}.token-preview{color:var(--muted);background:#f8f3ecf2;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding:12px 14px;font-size:12px;font-weight:900;display:flex}.token-preview code{color:var(--primary);text-overflow:ellipsis;white-space:nowrap;max-width:260px;overflow:hidden}.modal-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:22px;display:flex}.modal-actions.split{justify-content:space-between}.modal-actions.split>div{gap:8px;display:flex}.modal-actions.center{justify-content:center}.modal-error{color:#a5523d;background:#ffede5cc;border-radius:14px;margin:12px 0 0;padding:10px 12px;font-size:13px;font-weight:800}.verify-divider{color:var(--muted);text-align:center;margin:18px 0 2px;font-size:13px;font-weight:900}.success-profile{text-align:center;justify-items:center;gap:12px;padding-top:8px;display:grid}.success-profile img{border-radius:28px;width:88px;height:88px}.success-profile h2{color:var(--primary);letter-spacing:-.04em;margin:4px 0 0;font-size:28px}.success-profile p{color:var(--muted);margin:0;line-height:1.6}@media (width<=1120px){.header-inner{grid-template-columns:auto 1fr;height:auto;min-height:66px;padding:10px 0}.main-nav{order:3;grid-column:1/-1;justify-self:center}.header-tools{grid-column:2}}@media (width<=720px){.header-inner{grid-template-columns:1fr}.header-tools{flex-wrap:wrap;grid-column:1;justify-content:center;justify-self:center}.token-tools code{max-width:88px}.guest-chip{max-width:190px}.main-nav{grid-column:1}.profile-options{grid-template-columns:repeat(3,minmax(0,1fr))}.floating-support{width:52px;height:52px;min-height:52px;padding:0;bottom:16px;right:14px}.floating-support-text{display:none}.account-modal{border-radius:24px;padding:28px 20px}.modal-actions.split{flex-direction:column;align-items:stretch}.modal-actions.split>div{justify-content:flex-end}}.form-message.done{border-radius:var(--radius-md);color:var(--mint-ink);background:#d3e4da8c;margin:0 0 18px;padding:14px 16px;font-weight:800}.form-message.error{color:#9c403d}.empty-message{max-width:560px;color:var(--muted);text-align:center;margin:36px auto;line-height:1.7}.mypage-hero{gap:22px}.mypage-profile{align-items:center;gap:20px;display:flex}.mypage-profile img{object-fit:cover;background:#fffaf2;border-radius:999px;width:74px;height:74px;box-shadow:inset 0 0 0 1px #3f503614}.mypage-profile h1{margin:0}.mypage-profile p{color:var(--muted);margin:8px 0 0;line-height:1.7}.mypage-stats{flex-wrap:wrap;gap:12px;display:flex}.mypage-stats span{color:var(--muted);background:#ffffffc7;border-radius:999px;align-items:baseline;gap:6px;padding:12px 16px;font-weight:800;display:inline-flex}.mypage-stats b{color:var(--primary);font-size:22px}.my-record-list{gap:18px;margin-top:28px;display:grid}.my-record-card{border-radius:var(--radius-lg);background:var(--surface-card);box-shadow:var(--shadow-small);padding:24px}.my-record-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:13px;display:flex}.my-record-meta span{background:var(--surface-soft);color:var(--primary);border-radius:999px;padding:5px 9px;font-weight:900}@media (width<=720px){.mypage-profile{align-items:flex-start}.mypage-profile img{width:58px;height:58px}.mypage-stats{grid-template-columns:1fr;display:grid}}
