:root{--bg:#fff8f1;--surface:#fffaf6;--card:#ffffff;--ink:#241b2f;--muted:#9b8f9f;--soft-muted:#c2b6c8;--line:#f1e3ed;--primary:#8b5cf6;--primary-dark:#7247e8;--pink:#ffe4f2;--pink-strong:#ffd2e9;--purple-soft:#f2eaff;--yellow-soft:#fff7d8;--radius-sm:12px;--radius-md:16px;--radius-lg:22px;--space-page:20px;--space-section:16px;--shadow:0 10px 28px rgba(105,65,128,0.08);--shadow-strong:0 18px 44px rgba(84,55,110,0.14)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;background:#3f3448;color:var(--ink);font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,Arial,sans-serif;font-size:14px;line-height:1.45;letter-spacing:-.03em}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}input,select,textarea{letter-spacing:-.03em}input[type=checkbox]{accent-color:var(--primary)}.app-shell{background:#3f3448}.app-frame,.app-shell{position:relative;min-height:100dvh}.app-frame{width:min(100%,390px);margin:0 auto;background:var(--bg);box-shadow:var(--shadow-strong);overflow-x:hidden}.screen{display:flex;flex-direction:column;width:100%;min-height:100dvh;padding:22px var(--space-page) 28px}.screen>*{flex:1 1}.screen.with-nav{padding-bottom:104px}.screen.is-home{height:100dvh;max-height:100dvh;overflow:hidden}.center-screen,.stack-screen{min-height:calc(100dvh - 56px)}.center-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.center-screen h2{max-width:280px}.stack-screen{display:flex;flex-direction:column;gap:var(--space-section)}.gradient-bg{padding:0 28px;background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.14) 48%,rgba(255,213,232,.45)),linear-gradient(155deg,#f5e7ff,#fff8f3 42%,#ffd5e9)}.gradient-bg,.start-screen{margin:-22px calc(var(--space-page) * -1) -28px;min-height:100dvh}.start-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px;padding:48px 32px 56px;text-align:center;background:linear-gradient(180deg,#efe8ff,#f7f0ff 38%,#fff5f8 72%,#ffe8f0)}.onboarding-guide-screen{position:relative;margin:-22px calc(var(--space-page) * -1) -28px;min-height:100dvh;overflow:hidden;background:#e9e4f8}.onboarding-guide-scroller{display:flex;width:100%;height:100dvh;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.onboarding-guide-scroller::-webkit-scrollbar{display:none}.onboarding-guide-slide{position:relative;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always}.onboarding-guide-image{object-fit:cover;object-position:center top;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.onboarding-guide-slide>span{pointer-events:none!important}.onboarding-guide-skip{position:absolute;top:max(16px,env(safe-area-inset-top));right:20px;z-index:3;border:0;background:transparent;color:#8b7060;font-size:14px;font-weight:700;letter-spacing:.04em;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.onboarding-guide-nav{position:absolute;top:46%;z-index:4;display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transform:translateY(-50%)}.onboarding-guide-nav img{width:44px;height:44px;object-fit:contain;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;filter:drop-shadow(0 2px 6px rgba(65,52,133,.18))}.onboarding-guide-nav-prev{left:max(6px,env(safe-area-inset-left))}.onboarding-guide-nav-next{right:max(6px,env(safe-area-inset-right))}.onboarding-guide-start{bottom:calc(36px + env(safe-area-inset-bottom));z-index:5;justify-content:center;width:min(360px,calc(100% - 16px));min-height:140px;padding-bottom:32px;border:0;border-radius:28px;background:transparent;color:transparent;font-size:16px;font-weight:800;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;pointer-events:auto}.onboarding-guide-dots,.onboarding-guide-start{position:absolute;left:50%;display:flex;align-items:center;transform:translateX(-50%)}.onboarding-guide-dots{bottom:calc(22px + env(safe-area-inset-bottom));z-index:2;gap:8px;pointer-events:none}.onboarding-guide-dots span{width:8px;height:8px;border-radius:50%;background:#ffffff;box-shadow:0 0 0 1px rgba(65,52,133,.12)}.onboarding-guide-dots span.is-active{background:#413485;box-shadow:none}.start-brand{display:flex;flex-direction:column;align-items:center;gap:14px}.start-logo{display:grid;place-items:center;width:88px;height:88px;border-radius:24px;background:#ffffff;box-shadow:0 14px 36px rgba(120,90,180,.16)}.start-logo img{width:58px;height:58px;object-fit:contain}.start-title{margin:2px 0 0;color:#1f1a28;font-size:28px;font-weight:900;letter-spacing:-.04em;line-height:1.2}.start-subtitle{max-width:240px;margin:0;color:#9a8fa8;font-size:13px;font-weight:600;line-height:1.55;letter-spacing:-.02em}.start-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px}.start-primary,.start-secondary{width:100%;min-height:54px;border:0;border-radius:16px;font-size:15px;font-weight:800;letter-spacing:-.03em}.start-primary{background:#8b5cf6;color:#ffffff;box-shadow:0 10px 22px rgba(139,92,246,.28)}.start-secondary{background:#ffffff;color:#3a3144;box-shadow:0 8px 20px rgba(90,70,110,.1)}.back-chip{display:inline-flex;align-items:center;gap:2px;align-self:flex-start;border:0;border-radius:999px;background:rgba(255,255,255,.88);color:#6b6178;padding:8px 12px 8px 10px;font-size:13px;font-weight:700;box-shadow:0 6px 16px rgba(90,70,120,.08)}.back-chip span{font-size:18px;line-height:1}.profile-setup-screen{display:flex;flex-direction:column;gap:16px;margin:-22px calc(var(--space-page) * -1) -28px;min-height:100dvh;padding:18px 20px 28px;background:linear-gradient(180deg,#fff0f5,#f8efff 42%,#efe8ff)}.profile-setup-brand{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:4px 0 2px;text-align:center}.profile-setup-logo{display:grid;place-items:center;width:72px;height:72px}.profile-setup-logo img{width:64px;height:64px;object-fit:contain}.profile-setup-brand h1{margin:0;color:#1f1a28;font-size:26px;font-weight:900;letter-spacing:-.04em}.profile-setup-brand p{margin:0;color:#8f849c;font-size:12px;font-weight:600;line-height:1.5}.profile-card-block{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 10px 28px rgba(120,90,160,.08)}.profile-card-block h2{margin:0;color:#2a2233;font-size:15px;font-weight:800;letter-spacing:-.03em}.profile-setup-screen .emoji-grid{padding:0;background:transparent;box-shadow:none;border-radius:0}.profile-setup-screen .emoji-choice{border:2px solid transparent;border-radius:16px;background:#faf7fc;box-shadow:none}.profile-setup-screen .emoji-choice.selected{border-color:#8b5cf6;background:#f3ecff;box-shadow:0 0 0 3px rgba(139,92,246,.14)}.nickname-field{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border:1px solid #efe4f4;border-radius:14px;background:#ffffff}.nickname-avatar{display:grid;place-items:center;width:28px;height:28px;flex-shrink:0}.nickname-avatar img{width:100%;height:100%;object-fit:contain}.nickname-field input{flex:1 1;min-width:0;border:0;background:transparent;color:var(--ink);outline:0;font-size:14px;font-weight:600}.nickname-field input::placeholder{color:#c0b6c8;font-weight:500}.terms-check{display:flex;align-items:flex-start;gap:8px;padding:2px 4px;color:#6f657c;font-size:12px;font-weight:600;line-height:1.45}.terms-check input{margin-top:2px;width:16px;height:16px;flex-shrink:0;accent-color:#8b5cf6}.terms-link{border:0;background:transparent;padding:0;color:inherit;font:inherit;text-align:left;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.profile-start{margin-top:auto}.legal-screen{display:flex;flex-direction:column;gap:14px;min-height:100%}.legal-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px}.legal-topbar h1{margin:0;color:#241b2f;font-size:15px;font-weight:800;letter-spacing:-.03em;text-align:center;line-height:1.35}.legal-topbar-spacer{width:68px}.legal-card{flex:1 1;min-height:0;overflow:auto;border-radius:18px;background:#ffffff;padding:18px 16px 28px;box-shadow:0 8px 24px rgba(90,70,110,.06)}.feedback-screen{display:flex;flex-direction:column;gap:16px;min-height:100%}.feedback-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px}.feedback-topbar h1{margin:0;color:#241b2f;font-size:16px;font-weight:800;letter-spacing:-.03em;text-align:center;line-height:1.35}.feedback-topbar-spacer{width:68px}.feedback-body{flex:1 1;display:flex;flex-direction:column;gap:10px;min-height:0}.feedback-label{font-size:14px;font-weight:800}.feedback-label,.feedback-textarea{color:#241b2f;letter-spacing:-.02em}.feedback-textarea{flex:1 1;min-height:280px;width:100%;resize:none;border:1px solid #ebe4f0;border-radius:18px;background:#ffffff;padding:16px;font:inherit;font-size:14px;font-weight:600;line-height:1.55;box-shadow:0 8px 24px rgba(90,70,110,.06)}.feedback-textarea::placeholder{color:#b4a7bc;font-weight:600}.feedback-textarea:focus{outline:2px solid rgba(155,108,216,.28);outline-offset:1px}.feedback-footer{padding:4px 0 8px}.feedback-submit{width:100%;border:0;border-radius:16px;background:var(--primary);color:#fff;font-size:16px;font-weight:800;letter-spacing:-.02em;padding:16px 18px}.feedback-submit:disabled{opacity:.65}.legal-divider{height:1px;margin:28px 0;background:#efe6f1}.legal-markdown{color:#3a3144;font-size:13px;font-weight:500;line-height:1.65;letter-spacing:-.02em}.legal-markdown h2{margin:0 0 14px;color:#241b2f;font-size:18px;font-weight:800}.legal-markdown h3{margin:22px 0 10px;color:#241b2f;font-size:15px;font-weight:800}.legal-markdown h4{margin:16px 0 8px;color:#3a3144;font-size:13px;font-weight:800}.legal-markdown p{margin:0 0 10px}.legal-markdown ol,.legal-markdown ul{margin:0 0 12px;padding-left:1.2em}.legal-markdown li{margin-bottom:4px}.legal-markdown strong{font-weight:800}.legal-table-wrap{overflow-x:auto;margin:0 0 14px}.legal-table{width:100%;border-collapse:collapse;font-size:12px}.legal-table td,.legal-table th{border:1px solid #ebe1ef;padding:8px 10px;text-align:left;vertical-align:top}.legal-table th{background:#faf6fb;font-weight:800;color:#4a3544}.login-screen,.social-signup-screen{display:flex;flex-direction:column;margin:-22px calc(var(--space-page) * -1) -28px;min-height:100dvh;padding:18px 24px 40px;background:linear-gradient(180deg,#fff7f2,#f6efff 55%,#ebe4ff)}.login-body,.social-signup-body{display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.social-hero-logo{display:grid;place-items:center;width:140px;height:140px;margin-bottom:8px}.social-hero-logo img{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(130,90,220,.28))}.login-body h1,.social-signup-body h1{margin:0;max-width:280px;color:#2a2233;font-size:22px;font-weight:900;letter-spacing:-.04em;line-height:1.35}.login-body>p,.social-signup-body>p{margin:0 0 18px;color:#9a8fa8;font-size:13px;font-weight:600}.kakao-start-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:320px;min-height:54px;border:0;border-radius:16px;background:#fee500;color:#191600;font-size:15px;font-weight:800;letter-spacing:-.03em;box-shadow:0 10px 22px rgba(180,150,40,.18)}.kakao-start-button img{width:22px;height:22px;object-fit:contain}.kakao-start-button:disabled{opacity:.7}.button-spinner{width:18px;height:18px;border:2px solid rgba(25,22,0,.2);border-top-color:#191600;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.invite-screen{display:flex;flex-direction:column;gap:18px;margin:-22px calc(var(--space-page) * -1) -28px;min-height:100dvh;padding:28px 20px 32px;background:linear-gradient(180deg,#fff6ef,#f7efff 48%,#ebe4ff)}.invite-screen>.back-chip{align-self:flex-start;margin:0 0 -4px}.invite-couple{display:flex;align-items:center;justify-content:center;gap:6px;padding-top:8px}.invite-avatar{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:linear-gradient(145deg,#fff0f6,#f3e8ff);box-shadow:0 10px 24px rgba(120,90,160,.12);overflow:hidden}.invite-avatar.dotted{position:relative;border:2px dashed #d7c8e8;background:rgba(255,255,255,.55);box-shadow:none;overflow:visible}.invite-avatar img{width:72%;height:72%;object-fit:contain}.invite-partner-heart{position:absolute;top:-4px;right:-2px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 4px 10px rgba(120,90,160,.16)}.invite-partner-heart img{width:14px;height:14px;object-fit:contain}.invite-heart-line{display:flex;align-items:center;gap:4px}.invite-dash{width:18px;height:0;border-top:2px dashed #e0cfe8}.invite-heart-line img{width:18px;height:18px;object-fit:contain}.invite-title{margin:0;color:#2a2233;font-size:22px;font-weight:900;letter-spacing:-.04em;text-align:center}.invite-heading{display:grid;grid-gap:8px;gap:8px;text-align:center}.invite-subtitle{margin:0;color:#9a8fa8;font-size:14px;font-weight:600;letter-spacing:-.02em;line-height:1.55}.copy-icon-button:disabled{opacity:.4}.invite-choice-list{display:grid;grid-gap:12px;gap:12px}.invite-choice-card{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:18px 16px;border:0;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(120,90,160,.08);text-align:left}.invite-choice-card:disabled{opacity:.6}.invite-choice-text{display:grid;grid-gap:6px;gap:6px;min-width:0}.invite-choice-text strong{color:#2a2233;font-size:15px;font-weight:800;letter-spacing:-.02em}.invite-choice-text span{color:#9a8fa8;font-size:12px;font-weight:600;line-height:1.45;letter-spacing:-.02em}.invite-choice-chevron{flex:0 0 auto;color:#c4b5cc;font-size:18px;font-style:normal;font-weight:500;line-height:1}.invite-section{display:grid;grid-gap:10px;gap:10px}.invite-section-head{display:grid;grid-gap:4px;gap:4px}.invite-section-head h2{margin:0;color:#2a2233;font-size:15px;font-weight:800}.invite-section-head p{margin:0;color:#9a8fa8;font-size:12px;font-weight:600}.invite-panel{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(120,90,160,.08)}.invite-label{color:#8f849c;font-size:12px;font-weight:700}.invite-generate{width:100%;min-height:48px;border:0;border-radius:14px;background:#ff8fb8;color:#ffffff;font-size:14px;font-weight:800;box-shadow:0 8px 18px rgba(255,120,170,.28)}.invite-review{width:100%;min-height:42px;border:0;border-radius:12px;background:#f4edff;color:#7b5cff;font-size:13px;font-weight:800}.my-code-box{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:0 14px;border-radius:14px;background:#fff1e8}.my-code-box strong{color:#2a2233;font-size:18px;font-weight:900;letter-spacing:.08em}.copy-icon-button{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:10px;background:transparent;padding:0}.copy-icon-button img{width:18px;height:18px;object-fit:contain}.partner-code-input{width:100%;min-height:48px;border:1.5px dashed #e5d3df;border-radius:14px;background:#fff8f3;color:var(--ink);padding:0 14px;outline:0;font-size:14px;font-weight:700}.partner-code-input::placeholder{color:#c4b6c0;font-weight:500}.invite-or{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:10px;gap:10px;color:#b5a8c0;font-size:12px;font-weight:700}.invite-or span{height:0;border-top:1px dashed #e0d4ea}.invite-or em{font-style:normal}.invite-footer{display:grid;grid-gap:12px;gap:12px;margin-top:auto;padding-top:8px}.invite-footer-choice{margin-top:8px}.invite-later{border:0;background:transparent;color:#b08bb8;font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.toast-banner{bottom:36px;z-index:120;width:max-content;max-width:calc(100% - 40px);padding:12px 18px;border-radius:999px;background:rgba(42,34,51,.9);color:#ffffff;font-size:13px;font-weight:700;box-shadow:0 10px 28px rgba(40,30,60,.22)}.alert-toast-banner,.toast-banner{position:fixed;left:50%;transform:translateX(-50%)}.alert-toast-banner{top:max(12px,env(safe-area-inset-top,0px));z-index:200;display:flex;align-items:center;gap:10px;width:calc(min(100%, 390px) - 28px);max-width:362px;margin:0;padding:12px 14px;border:1px solid #e4def3;border-radius:18px;background:#ffffff;box-shadow:0 12px 28px rgba(90,70,120,.14);animation:alert-toast-in .35s ease-out;cursor:pointer;text-align:left}.alert-toast-banner strong{flex:1 1;color:#3a3144;font-size:13px;font-weight:700;line-height:1.4;letter-spacing:-.02em}.alert-toast-icon{display:grid;place-items:center;flex-shrink:0;width:36px;height:36px;border-radius:12px;overflow:hidden;background:#efe8ff}.alert-toast-icon.chore_done{background:#e7f7ee}.alert-toast-icon.letter{background:#fff0e4}.alert-toast-icon.reaction{background:#ffe8f1}.alert-toast-icon.partner_connect{background:#efe8ff}.alert-toast-icon.other{background:#fff4d8}.alert-toast-icon img{width:22px;height:22px;object-fit:contain}@keyframes alert-toast-in{0%{opacity:0;transform:translate(-50%,-16px)}to{opacity:1;transform:translate(-50%)}}.chore-select-screen{display:flex;flex-direction:column;gap:14px;margin:-22px calc(var(--space-page) * -1) -28px;min-height:100dvh;padding:22px 18px 28px;background:linear-gradient(180deg,#fff8f1,#f7f0ff)}.chore-select-header h1{margin:0;color:#2a2233;font-size:20px;font-weight:900;letter-spacing:-.04em;line-height:1.35}.chore-select-header p{margin:6px 0 0;color:#9a8fa8;font-size:13px;font-weight:600}.chore-guide-box{padding:12px 14px;border-radius:14px;background:#fff0f6;color:#7a5a72;font-size:12px;font-weight:700;line-height:1.5}.chore-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.chore-all-toggle{display:inline-flex;align-items:center;gap:8px;color:#8b5cf6;font-size:13px;font-weight:800}.chore-all-toggle input{width:16px;height:16px;accent-color:#8b5cf6}.chore-toolbar strong{color:#6f657c;font-size:12px;font-weight:700}.chore-category-list{display:grid;grid-gap:12px;gap:12px;padding-bottom:72px}.chore-category-card{overflow:hidden;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 28px rgba(120,90,160,.08)}.chore-category-head{display:flex;align-items:center;gap:10px;width:100%;padding:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chore-category-check{display:grid;place-items:center;flex:0 0 auto;cursor:pointer}.chore-category-check input{width:18px;height:18px;accent-color:#8b5cf6}.chore-category-title{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1}.chore-category-title strong{color:#2a2233;font-size:14px;font-weight:800}.chore-chevron{flex:0 0 auto;color:#b5a8c0;font-size:10px;font-style:normal}.chore-category-body{display:grid;grid-gap:2px;gap:2px;padding:0 14px 14px}.chore-item{display:flex;align-items:center;gap:10px;min-height:40px;color:#2a2233;font-size:13px;font-weight:700}.chore-item input{width:16px;height:16px;accent-color:#8b5cf6}.chore-add-button{width:100%;min-height:42px;margin-top:8px;border:1.5px dashed #d8c8f0;border-radius:12px;background:#faf7ff;color:#8b5cf6;font-size:13px;font-weight:800}.chore-done{position:-webkit-sticky;position:sticky;bottom:8px;z-index:5}.bottom-sheet-overlay{position:fixed;inset:0;z-index:110;display:flex;align-items:flex-end;justify-content:center;background:rgba(36,27,47,.42);pointer-events:auto}.bottom-sheet{display:grid;grid-gap:18px;gap:18px;width:min(100%,390px);padding:20px 20px 28px;border-radius:24px 24px 0 0;background:#fffaf6;box-shadow:0 -12px 40px rgba(60,40,90,.16);animation:sheet-up .22s ease-out}@keyframes sheet-up{0%{transform:translateY(24px);opacity:.6}to{transform:translateY(0);opacity:1}}.profile-edit-sheet{gap:16px;padding:10px 20px 28px;background:#fff}.profile-edit-handle{width:40px;height:4px;margin:2px auto 6px;border-radius:999px;background:#e5dce8}.profile-edit-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;padding:4px;border-radius:14px;background:#f4eef8}.profile-edit-tabs button{border:0;border-radius:11px;background:transparent;color:#5a4d66;padding:11px 8px;font-size:14px;font-weight:800}.profile-edit-tabs button.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px rgba(139,92,246,.28)}.profile-edit-preview{display:grid;grid-gap:8px;gap:8px}.profile-edit-preview-label{color:var(--muted);font-size:12px;font-weight:700}.profile-edit-preview-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:16px;background:#faf6ff;border:1px solid #efe6f8}.profile-edit-preview-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff;overflow:hidden}.profile-edit-preview-avatar img{width:100%;height:100%;object-fit:contain}.profile-edit-preview-card strong{color:var(--ink);font-size:16px;font-weight:800}.profile-edit-field{display:grid;grid-gap:8px;gap:8px}.profile-edit-field>span{color:var(--muted);font-size:12px;font-weight:700}.profile-edit-input-wrap{display:flex;align-items:center;gap:8px;padding:0 14px;border:1.5px solid #f0c9d4;border-radius:14px;background:#fffaf8}.profile-edit-input-wrap:focus-within{border-color:var(--primary);background:#fff}.profile-edit-input-wrap input{flex:1 1;min-width:0;border:0;background:transparent;padding:14px 0;color:var(--ink);font-size:15px;font-weight:700;outline:none}.profile-edit-input-wrap em{color:var(--muted);font-size:12px;font-style:normal;font-weight:700}.profile-edit-emoji-block{display:grid;grid-gap:12px;gap:12px}.profile-edit-emoji-block h3{margin:0;color:var(--ink);font-size:15px;font-weight:800;text-align:center}.profile-edit-emoji-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.profile-edit-emoji-grid button{display:grid;place-items:center;aspect-ratio:1;border:2px solid transparent;border-radius:14px;background:#faf6ff;padding:0;overflow:hidden}.profile-edit-emoji-grid button.selected{border-color:var(--primary);background:var(--purple-soft)}.profile-edit-emoji-grid img{width:100%;height:100%;object-fit:contain}.profile-edit-save{width:100%;border:0;border-radius:16px;background:var(--primary);color:#fff;padding:16px;font-size:16px;font-weight:800;box-shadow:0 10px 24px rgba(139,92,246,.28)}.bottom-sheet-header{display:flex;align-items:center;justify-content:space-between}.bottom-sheet-header h2{margin:0;color:#2a2233;font-size:18px;font-weight:900;letter-spacing:-.03em}.bottom-sheet-close{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:#f4f1f7;color:#6f657c;font-size:20px;line-height:1}.bottom-sheet-field{display:grid;grid-gap:8px;gap:8px;color:#8f849c;font-size:12px;font-weight:700}.bottom-sheet-input-wrap{position:relative}.bottom-sheet-input-wrap input{width:100%;min-height:52px;border:1px solid #f0c9d8;border-radius:14px;background:#fff7f9;color:var(--ink);padding:0 52px 0 14px;outline:0;font-size:15px;font-weight:700}.bottom-sheet-input-wrap input::placeholder{color:#c4b6c0;font-weight:500}.bottom-sheet-input-wrap em{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#b5a8c0;font-size:12px;font-style:normal;font-weight:700}.home-add-sheet{max-height:min(88dvh,720px);overflow-y:auto;gap:16px;background:#fffaf8}.home-add-block{display:grid;grid-gap:10px;gap:10px}.home-add-label{color:#8f849c;font-size:12px;font-weight:800}.home-add-category-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.home-add-category-grid button{display:grid;grid-gap:6px;gap:6px;justify-items:center;min-height:78px;padding:10px 6px;border:1.5px solid #efe6ef;border-radius:14px;background:white;cursor:pointer}.home-add-category-grid button.selected{border-color:#826ec8;background:#f3eeff}.home-add-category-grid img{width:28px;height:28px}.home-add-category-grid em{color:#5a4050;font-size:11px;font-style:normal;font-weight:800;text-align:center;line-height:1.25}.home-add-select-wrap{position:relative}.home-add-select{display:grid;grid-template-columns:24px 1fr auto;align-items:center;grid-gap:10px;gap:10px;width:100%;min-height:52px;padding:0 14px;border:1px solid #efe0e8;border-radius:14px;background:white;text-align:left;cursor:pointer}.home-add-select img{width:22px;height:22px}.home-add-select span{color:#4a3544;font-size:14px;font-weight:700}.home-add-select span.placeholder{color:#b7a8b4;font-weight:600}.home-add-select em{color:#9a7a8c;font-size:11px;font-style:normal}.home-add-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:5;display:grid;max-height:200px;overflow-y:auto;border:1px solid #efe0e8;border-radius:14px;background:white;box-shadow:0 10px 28px rgba(60,40,80,.12)}.home-add-dropdown button{border:0;border-bottom:1px solid #f5eef3;background:transparent;padding:12px 14px;color:#4a3544;font-size:14px;font-weight:700;text-align:left;cursor:pointer}.home-add-dropdown button:last-child{border-bottom:0;color:#826ec8}.home-add-input-row{display:grid;grid-template-columns:24px 1fr auto;align-items:center;grid-gap:10px;gap:10px;min-height:52px;padding:0 14px;border:1px solid #efe0e8;border-radius:14px;background:#f7f3f6}.home-add-input-row.active{background:white;border-color:#e5d0dc}.home-add-input-row img{width:22px;height:22px}.home-add-input-row input{width:100%;border:0;background:transparent;color:#4a3544;font-size:14px;font-weight:700;outline:0}.home-add-input-row em{color:#b7a8b4;font-size:12px;font-style:normal;font-weight:700}.home-add-save{width:100%;min-height:54px;border:0;border-radius:16px;background:#f0e7ed;color:#b09aa8;font-size:15px;font-weight:800;cursor:default}.home-add-save.active{background:#826ec8;color:white;cursor:pointer}.instant-letter-screen{display:flex;flex-direction:column;gap:14px;min-height:100%;margin:-22px calc(var(--space-page) * -1) -28px;padding:18px 18px 28px;background:linear-gradient(180deg,#f4e9ff,#ffe8f2 42%,#fff6f0)}.instant-letter-header{display:grid;grid-template-columns:72px 1fr 72px;align-items:center}.instant-letter-cancel{justify-self:start;border:0;background:transparent;color:#6b4558;font-size:14px;font-weight:800;padding:4px 0;cursor:pointer}.instant-letter-header h1{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0;color:#4a3544;font-size:17px;font-weight:900}.instant-letter-header h1 img{width:20px;height:20px}.instant-letter-spacer{width:1px;height:1px}.instant-recipient-card{display:grid;grid-template-columns:48px 1fr 28px;align-items:center;grid-gap:12px;gap:12px;padding:14px;border-radius:18px;background:white;box-shadow:0 4px 16px rgba(120,80,140,.06)}.instant-recipient-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#f4eef8;overflow:hidden}.instant-recipient-avatar img{width:36px;height:36px}.instant-recipient-card em{display:block;color:#9a7a8c;font-size:11px;font-style:normal;font-weight:700}.instant-recipient-card strong{color:#4a3544;font-size:16px;font-weight:900}.instant-recipient-card>img{width:24px;height:24px}.instant-letter-card{position:relative;display:grid;grid-gap:8px;gap:8px;min-height:220px;padding:16px;border-radius:18px;background:linear-gradient(#efe6ef 1px,transparent 0) 0 42px /100% 28px,white;box-shadow:0 4px 16px rgba(120,80,140,.06)}.instant-letter-date{color:#9a7a8c;font-size:12px;font-weight:700;text-align:right}.instant-letter-card textarea{width:100%;min-height:160px;border:0;resize:none;background:transparent;color:#4a3544;font-size:15px;font-weight:600;line-height:28px;outline:0;white-space:pre-wrap}.instant-letter-card textarea::placeholder{color:#c4b0bc;font-weight:500}.instant-letter-card>em{justify-self:end;color:#9a7a8c;font-size:12px;font-style:normal;font-weight:700}.instant-sticker-card{display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:18px;background:white;box-shadow:0 4px 16px rgba(120,80,140,.06)}.instant-sticker-card>span{color:#6b4558;font-size:13px;font-weight:800}.instant-sticker-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:8px;gap:8px}.instant-sticker-grid button{display:grid;place-items:center;aspect-ratio:1;border:1.5px solid transparent;border-radius:12px;background:#faf6f8;cursor:pointer}.instant-sticker-grid button.selected{border-color:#826ec8;background:#f3eeff}.instant-sticker-grid img{width:70%;height:70%;object-fit:contain}.instant-send-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:54px;margin-top:auto;border:0;border-radius:999px;background:#f0e7ed;color:#6b4558;font-size:15px;font-weight:800;cursor:pointer}.instant-send-button.active{background:#826ec8;color:white}.instant-send-button img{width:20px;height:20px}.letter-sent-screen{display:flex;flex-direction:column;align-items:center;gap:14px;min-height:100%;margin:-22px calc(var(--space-page) * -1) -28px;padding:36px 20px 28px;text-align:center;background:linear-gradient(180deg,#efe6ff,#ffe8f2 48%,#fff7f2)}.letter-sent-hero{display:grid;place-items:center;margin-bottom:4px}.letter-sent-glow{display:grid;place-items:center;width:132px;height:132px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.95),rgba(232,214,255,.55) 62%,transparent 72%);box-shadow:0 0 0 18px rgba(236,220,255,.35)}.letter-sent-glow img{width:72px;height:72px}.letter-sent-screen h1{margin:0;color:#4a3544;font-size:22px;font-weight:900;letter-spacing:-.03em}.letter-sent-subtitle{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:0;color:#7a5a6c;font-size:14px;font-weight:700}.letter-sent-subtitle img{width:16px;height:16px}.letter-sent-preview{width:100%;display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:18px;background:white;box-shadow:0 8px 24px rgba(120,80,140,.08);text-align:left}.letter-sent-preview-head{display:grid;grid-template-columns:44px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding-bottom:12px;border-bottom:1px solid #f0e6ee}.letter-sent-avatar{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#f4eef8;overflow:hidden}.letter-sent-avatar img{width:32px;height:32px}.letter-sent-preview-head em{display:block;color:#9a7a8c;font-size:11px;font-style:normal;font-weight:700}.letter-sent-preview-head strong{color:#4a3544;font-size:15px;font-weight:900}.letter-sent-time{padding:5px 10px;border-radius:999px;background:#ffe8f1;color:#e191a7;font-size:11px;font-weight:800;white-space:nowrap}.letter-sent-body{margin:0;color:#5a4050;font-size:14px;font-weight:600;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:pre-wrap;word-break:break-word}.letter-sent-actions{width:100%;display:grid;grid-gap:10px;gap:10px;margin-top:8px}.letter-sent-again,.letter-sent-home{width:100%;min-height:52px;border-radius:16px;font-size:15px;font-weight:800;cursor:pointer}.letter-sent-home{border:0;background:#826ec8;color:white}.letter-sent-again{border:1px solid #efe0e8;background:white;color:#4a3544;box-shadow:0 2px 8px rgba(120,80,140,.05)}.castle-upgrade-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(36,27,47,.48)}.castle-upgrade-modal{display:grid;grid-gap:16px;gap:16px;width:min(100%,360px);max-height:min(88dvh,720px);overflow-y:auto;padding:18px 18px 20px;border-radius:24px;background:#fffaf8;box-shadow:0 18px 48px rgba(40,30,60,.22)}.castle-upgrade-header{display:flex;align-items:center;justify-content:center;gap:8px}.castle-upgrade-header h2{display:inline-flex;align-items:center;gap:8px;margin:0;color:#4a3544;font-size:18px;font-weight:900}.castle-upgrade-title-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;overflow:hidden;background:#efe8ff}.castle-upgrade-title-icon img{width:22px;height:22px;object-fit:contain}.castle-upgrade-guide-art{width:100%;overflow:hidden;border-radius:16px;background:#fff8f2}.castle-upgrade-guide-art img{display:block;width:100%;height:auto;object-fit:contain}.castle-upgrade-guide{margin:0;color:#6b4558;font-size:13px;font-weight:700;line-height:1.55;text-align:center;white-space:pre-line}.castle-upgrade-done{width:100%;min-height:52px;border:0;border-radius:16px;background:#826ec8;color:white;font-size:15px;font-weight:800;cursor:pointer}.week-close-overlay{position:fixed;inset:0;z-index:115;display:grid;place-items:center;padding:24px 16px;background:rgba(36,27,47,.48);pointer-events:auto}.week-close-popup{display:grid;justify-items:center;grid-gap:12px;gap:12px;width:min(100%,340px);padding:14px 18px 20px;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(60,40,90,.2);text-align:center}.week-close-hero{position:relative;display:grid;justify-items:center;width:100%;padding-top:8px}.week-close-castle{display:grid;place-items:center;width:100%;height:168px;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.55),transparent 45%),linear-gradient(180deg,#ffe4f0,#f3e8ff 55%,#e8f6ff)}.week-close-castle img{width:78%;height:78%;object-fit:contain}.week-close-badge{position:absolute;top:0;z-index:1;display:inline-flex;align-items:center;gap:6px;border:1px solid #e4d7ff;border-radius:999px;background:rgba(244,237,255,.96);color:#7b5cff;padding:6px 12px;font-size:12px;font-weight:800;box-shadow:0 6px 14px rgba(123,92,255,.12)}.week-close-badge img{width:14px;height:14px;object-fit:contain}.week-close-brand{display:grid;place-items:center;width:36px;height:36px}.week-close-brand img{width:100%;height:100%;object-fit:contain}.week-close-popup h2{margin:0;max-width:260px;color:#2a2233;font-size:18px;font-weight:900;letter-spacing:-.04em;line-height:1.4}.week-close-subtitle{margin:0;color:#8f849c;font-size:13px;font-weight:600;line-height:1.55}.week-close-teasers{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;width:100%;margin:4px 0 6px}.week-close-teasers>div{display:grid;grid-gap:4px;gap:4px;padding:12px 8px;border-radius:14px;pointer-events:none;box-shadow:0 6px 16px rgba(120,90,160,.08)}.week-close-teasers>div:first-child{background:#eefaf2}.week-close-teasers>div:nth-child(2){background:#fff6e8}.week-close-teasers>div:nth-child(3){background:#f3edff}.week-close-teasers strong{font-size:18px;font-weight:900;letter-spacing:-.03em}.week-close-teasers strong.green{color:#3cb371}.week-close-teasers strong.orange{color:#f0a202}.week-close-teasers strong.purple{color:#8b5cf6}.week-close-teasers span{color:#9a8fa8;font-size:11px;font-weight:700}.week-close-cta{width:100%;border:0;border-radius:16px;background:var(--primary);color:#fff;padding:15px;font-size:16px;font-weight:800;box-shadow:0 10px 24px rgba(139,92,246,.28)}.weekly-letter-overlay{position:fixed;inset:0;z-index:116;display:grid;place-items:end center;padding:0;background:rgba(36,27,47,.48);pointer-events:auto}.weekly-letter-sheet{display:grid;justify-items:center;grid-gap:12px;gap:12px;width:min(100%,390px);max-height:96dvh;overflow:auto;padding:14px 18px 24px;border-radius:28px 28px 0 0;background:#fffaf6;box-shadow:0 -12px 40px rgba(60,40,90,.18);text-align:center}.weekly-letter-hero{width:100%}.weekly-letter-castle{height:auto;min-height:160px;border-radius:0;background:transparent;overflow:visible}.weekly-letter-castle img{width:100%;height:auto;max-height:180px;object-fit:contain}.weekly-letter-title{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0;color:#2a2233;font-size:18px;font-weight:900;letter-spacing:-.04em}.weekly-letter-title-icon{display:inline-grid;place-items:center;width:22px;height:22px}.weekly-letter-title-icon img{width:100%;height:100%;object-fit:contain}.weekly-letter-subtitle{margin:-2px 0 0;color:#8f849c;font-size:13px;font-weight:600;line-height:1.45}.weekly-letter-recipient{width:100%}.weekly-ai-wrap{position:relative;width:100%;padding-top:18px}.weekly-ai-bubble{position:absolute;top:0;right:8px;z-index:1;max-width:calc(100% - 24px);border-radius:12px 12px 12px 4px;background:#fde7ec;color:#8a5a6a;padding:6px 10px;font-size:11px;font-weight:700;line-height:1.35;box-shadow:0 4px 10px rgba(180,100,120,.12);white-space:nowrap}.weekly-ai-bubble:after{content:"";position:absolute;left:18px;bottom:-5px;border-color:#fde7ec transparent transparent;border-style:solid;border-width:6px 5px 0}.weekly-ai-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;border:1.5px solid #d7c8f5;border-radius:14px;background:#fff;color:#826ec8;padding:12px 14px;font-size:14px;font-weight:800;box-shadow:0 6px 16px rgba(130,110,200,.08)}.weekly-ai-button-solid{border-color:#a17eea;background:#a17eea;color:#ffffff;box-shadow:0 8px 18px rgba(161,126,234,.28)}.weekly-ai-button img{width:18px;height:18px;object-fit:contain}.instant-ai-button{margin:0}.icebreaker-overlay{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:24px 16px;background:rgba(36,27,47,.48)}.icebreaker-modal{display:grid;grid-gap:16px;gap:16px;width:min(100%,340px);max-height:min(86dvh,640px);overflow:auto;padding:18px 16px;border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(60,40,90,.2)}.icebreaker-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.icebreaker-header h2{display:inline-flex;align-items:center;gap:8px;margin:0;color:#2a2233;font-size:17px;font-weight:900}.icebreaker-title-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f3edff}.icebreaker-title-icon img{width:16px;height:16px;object-fit:contain}.icebreaker-summary{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:16px;background:#faf7ff;border:1px solid #efe6f8}.icebreaker-summary h3{margin:0;color:#5a4d66;font-size:13px;font-weight:800}.icebreaker-summary-stats{display:flex;align-items:center;justify-content:space-between;gap:10px}.icebreaker-summary-stats em,.icebreaker-summary-stats strong{color:#6b5cff;font-size:15px;font-style:normal;font-weight:900}.icebreaker-empty{margin:0;color:var(--muted);font-size:13px;font-weight:600;line-height:1.5}.icebreaker-chips{display:flex;flex-wrap:wrap;gap:6px}.icebreaker-chip{display:inline-flex;align-items:center;gap:4px;border:0;border-radius:999px;background:#ffe8f1;color:#8a4d66;padding:6px 10px;font-size:12px;font-weight:700}.icebreaker-chip i{color:#3cb371;font-style:normal;font-weight:900}.icebreaker-chip.more{background:#efe8ff;color:#826ec8;cursor:pointer}.icebreaker-perspectives{display:grid;grid-gap:10px;gap:10px}.icebreaker-perspectives>h3{margin:0;color:#2a2233;font-size:14px;font-weight:800}.icebreaker-loading{margin:0;color:var(--muted);font-size:12px;font-weight:600}.icebreaker-perspective-list{display:grid;grid-gap:8px;gap:8px}.icebreaker-perspective{border-radius:14px;background:#fff;border:1px solid #efe6f8;overflow:hidden}.icebreaker-perspective.open{border-color:#d7c8f5;background:#f6f1ff;box-shadow:0 6px 16px rgba(130,110,200,.08)}.icebreaker-perspective-head{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:transparent;padding:14px;color:#2a2233;font-size:14px;font-weight:800;text-align:left}.icebreaker-perspective.open .icebreaker-perspective-head{background:transparent}.icebreaker-perspective-head em{color:#b7a8bd;font-size:11px;font-style:normal}.icebreaker-phrase-block{display:grid;grid-gap:8px;gap:8px;padding:0 12px 12px}.icebreaker-phrase-label{color:#9a8fa8;font-size:11px;font-weight:700}.icebreaker-phrase-list{display:grid;grid-gap:8px;gap:8px}.icebreaker-phrase-list>button{width:100%;border:1px solid #efe6f8;border-radius:12px;background:#fff;color:#5a4d66;padding:12px;font-size:13px;font-weight:700;text-align:left;line-height:1.45}.icebreaker-phrase-list>button.selected{border-color:var(--primary);background:var(--purple-soft);color:var(--primary-dark)}.icebreaker-more-phrases{width:100%;border:1.5px dashed #cbb6f5;border-radius:12px;background:#fff;color:#826ec8;padding:11px;font-size:13px;font-weight:800}.icebreaker-apply{width:100%;border:0;border-radius:14px;background:var(--primary);color:#fff;padding:14px;font-size:15px;font-weight:800}.icebreaker-apply:disabled{background:#d9d0e6;color:#fff;cursor:not-allowed;opacity:1}.icebreaker-guide{margin:0;color:#8f849c;font-size:13px;font-weight:600;line-height:1.55}.icebreaker-close-btn{width:100%;border:0;border-radius:14px;background:#f3eef6;color:#5a4d66;padding:13px;font-size:14px;font-weight:800}.weekly-letter-field{position:relative;width:100%}.weekly-letter-field textarea{width:100%;min-height:140px;border:1px solid #efe4f4;border-radius:16px;background-color:#fff;background-image:repeating-linear-gradient(180deg,transparent 0,transparent 27px,#f3eaf2 0,#f3eaf2 28px);background-attachment:local;background-origin:content-box;background-clip:content-box;color:var(--ink);padding:0 14px 28px;outline:0;resize:none;font-size:14px;font-weight:600;line-height:28px}.weekly-letter-field textarea::placeholder{color:#c4b6c0;font-weight:500}.weekly-letter-field em{position:absolute;right:12px;bottom:10px;color:#b5a8c0;font-size:11px;font-style:normal;font-weight:700}.weekly-sticker-block{display:grid;grid-gap:8px;gap:8px;width:100%;text-align:left}.weekly-sticker-block>span{color:#8f849c;font-size:12px;font-weight:700}.weekly-sticker-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.weekly-sticker-row::-webkit-scrollbar{display:none}.weekly-sticker-row button{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:2px solid transparent;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(120,90,160,.08)}.weekly-sticker-row button.selected{border-color:#8b5cf6;background:#f4edff}.weekly-sticker-row img{width:70%;height:70%;object-fit:contain}.weekly-letter-actions{display:grid;grid-gap:10px;gap:10px;width:100%}.weekly-later-button{width:100%;min-height:40px;border:0;border-radius:0;background:transparent;color:#7a7088;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.weekly-send-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:54px;border:0;border-radius:16px;background:#f0e7ed;color:#8b7060;font-size:14px;font-weight:800}.weekly-send-button.active{background:#826ec8;color:#ffffff;box-shadow:0 10px 22px rgba(130,110,200,.28)}.weekly-send-button img{width:18px;height:18px;object-fit:contain}.letter-counter{align-self:flex-end;margin-top:-8px;color:#b5a8c0;font-size:11px;font-weight:700}.logo-orb{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#d6c0ff,#ffb9dc);box-shadow:0 12px 32px rgba(140,99,255,.3);font-size:31px;margin-bottom:4px}.logo-orb.compact{width:58px;height:58px}.logo-orb img{width:72%;height:72%;object-fit:contain}h1,h2,h3,p{margin:0}h2{line-height:1.25;font-size:22px;letter-spacing:-.04em}h2,h3{font-weight:900}h3{font-size:15px;letter-spacing:-.03em}.center-screen>p{color:#4f435b;font-size:14px;font-weight:600;margin-bottom:14px}.eyebrow{color:var(--primary);font-size:11px;font-weight:800}.section-header{display:grid;grid-gap:5px;gap:5px;padding-top:2px}.section-header h2{font-size:21px}.section-header .eyebrow{color:var(--muted)}.onboarding-brand{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:20px 0 4px;text-align:center}.onboarding-brand p{color:var(--muted);font-size:12px;font-weight:700}.partner-hero{display:flex;justify-content:center;align-items:center;gap:8px;padding:26px 0 4px}.partner-hero span{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#ffe2f2,#f4e8ff);box-shadow:var(--shadow);font-size:28px}.partner-hero img{width:74%;height:74%;object-fit:contain}.partner-hero span:nth-child(2){width:30px;height:30px;background:var(--pink);font-size:15px;transform:translateY(-4px)}.ghost-button,.kakao-button,.primary-button,.secondary-button,.text-button{border:0;border-radius:var(--radius-md);min-height:52px;padding:0 18px;font-size:14px;font-weight:900;letter-spacing:-.035em}.primary-button{width:100%;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white;box-shadow:0 10px 20px rgba(114,73,236,.22)}.secondary-button{background:var(--purple-soft);color:var(--primary-dark)}.ghost-button{width:100%;background:white;color:#5c4b65;box-shadow:0 8px 18px rgba(111,76,124,.1)}.text-button{background:transparent;color:var(--muted)}.sticky-bottom{margin-top:auto}.icon-button,.round-button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:white;color:var(--ink);box-shadow:0 8px 20px rgba(120,80,140,.1);overflow:hidden;flex-shrink:0}.icon-button img,.round-button img{width:20px;height:20px;object-fit:contain}.field{display:grid;grid-gap:8px;gap:8px;color:var(--muted);font-size:12px;font-weight:800}.add-row input,.field input,.letter-area{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);background:white;color:var(--ink);outline:0}.add-row input,.field input{height:50px;padding:0 15px}.add-row input:focus,.field input:focus,.letter-area:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(140,99,255,.12)}.emoji-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:9px;gap:9px;border-radius:var(--radius-lg);background:var(--card);padding:16px;box-shadow:var(--shadow)}.emoji-choice,.reaction-picker button{border:1px solid var(--line);border-radius:14px;background:white;aspect-ratio:1;font-size:20px;padding:0;overflow:hidden}.emoji-choice img{width:100%;height:100%;object-fit:contain}.reaction-picker img{width:78%;height:78%;object-fit:contain}.emoji-choice.selected,.reaction-picker button.selected{border-color:var(--primary);background:var(--purple-soft);box-shadow:0 8px 18px rgba(140,99,255,.16)}.check-row{display:flex;align-items:center;gap:8px;color:var(--muted);justify-content:center;font-size:12px}.calendar-card,.category-card,.empty-state,.invite-card,.letter-card,.menu-list,.modal-card,.notice-box,.profile-card,.recipient-card,.social-card,.task-section{border:1px solid rgba(238,218,235,.9);border-radius:var(--radius-lg);background:rgba(255,255,255,.9);box-shadow:var(--shadow)}.empty-state{display:grid;justify-items:center;grid-gap:8px;gap:8px;padding:28px 18px;text-align:center}.empty-state div{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:linear-gradient(145deg,var(--pink),var(--purple-soft));font-size:25px}.empty-state img{width:80%;height:80%;object-fit:contain}.empty-state strong{font-size:15px;font-weight:900}.empty-state p{max-width:245px;color:var(--muted);font-size:12px;line-height:1.6}.social-card{display:grid;grid-gap:12px;gap:12px;padding:14px}.kakao-button{display:flex;align-items:center;justify-content:center;gap:8px;background:#fee500;color:#2b2010}.kakao-button img{width:24px;height:24px;object-fit:contain}.helper-text{color:var(--muted);font-size:12px;line-height:1.6}.invite-card{display:grid;grid-gap:10px;gap:10px;padding:16px}.invite-card span{color:var(--muted);font-size:12px}.invite-card strong{font-size:20px;letter-spacing:.04em}.notice-box{padding:12px 14px;border:0;background:var(--yellow-soft);color:#8a6427;font-size:12px;line-height:1.5}.category-card,.category-list{display:grid;grid-gap:10px;gap:10px}.category-card{padding:13px}.category-head,.home-head,.profile-card,.progress-info{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.home-head>div:first-child{min-width:0;flex:1 1}.category-head span,.letter-card span,.task-row small{color:var(--muted);font-size:11px;font-weight:700}.task-edit-row{display:grid;grid-template-columns:1fr 88px;grid-gap:8px;gap:8px;align-items:center;min-height:32px;font-size:13px}.task-edit-row label,.task-row label{display:flex;gap:9px;align-items:center}.task-edit-row select{border:1px solid var(--line);border-radius:12px;background:#fbf7ff;padding:7px 8px;color:var(--primary-dark);font-size:11px;font-weight:800}.add-row{display:grid;grid-template-columns:1fr 60px;grid-gap:8px;gap:8px}.add-row button{border:0;border-radius:var(--radius-md);background:var(--primary);color:white;font-size:13px;font-weight:800}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip-row span{border-radius:999px;background:white;padding:7px 11px;color:var(--muted);font-size:11px}.castle-card{display:grid;grid-gap:10px;gap:10px;overflow:hidden;border-radius:24px;padding:14px;background:linear-gradient(180deg,rgba(255,218,235,.72),rgba(255,246,240,.92)),radial-gradient(circle at center,#fff8c7,transparent 38%);box-shadow:var(--shadow)}.home-screen{position:relative;height:100%;min-height:0;overflow:hidden;padding-bottom:0;background:linear-gradient(180deg,#fff8fb,#faf7f2 160px,#faf7f2)}.home-screen,.home-sticky-head{display:flex;flex-direction:column;gap:12px}.home-sticky-head{flex-shrink:0;z-index:5;background:linear-gradient(180deg,#fff8fb,#faf7f2)}.home-scroll-body{display:flex;flex-direction:column;flex:1 1;gap:16px;min-height:0;overflow-x:hidden;overflow-y:auto;padding-bottom:20px;-webkit-overflow-scrolling:touch}.home-topup{position:absolute;right:4px;bottom:8px;z-index:12;display:grid;place-items:center;width:44px;height:44px;border:1px solid #ebe0ef;border-radius:50%;background:rgba(255,255,255,.96);color:#8a6fe4;box-shadow:0 8px 20px rgba(80,50,110,.14);cursor:pointer}.home-topup:active{transform:scale(.96)}.home-topbar{display:grid;grid-template-columns:1fr 40px;align-items:center;grid-gap:8px;gap:8px}.home-title-block{display:grid;justify-items:center;grid-gap:2px;gap:2px;text-align:center;padding-left:40px}.home-title-block strong{color:#4a3544;font-size:17px;font-weight:800}.home-title-block span{color:#9a7a8c;font-size:12px;font-weight:700}.home-bell{position:relative;display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:14px;background:#fff4d8;cursor:pointer}.home-bell img{width:24px;height:24px}.home-castle{--home-castle-side:9px;position:relative;width:calc(100% + (var(--space-page) - var(--home-castle-side)) * 2);margin-inline:calc(var(--home-castle-side) - var(--space-page));overflow:hidden;border-radius:20px;background:transparent;aspect-ratio:1.5/1}.home-castle-badge{position:absolute;top:12px;left:12px;z-index:2;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.88);color:#826ec8;font-size:12px;font-weight:800}.home-castle-info{position:absolute;top:12px;right:12px;z-index:2;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:50%;background:rgba(255,255,255,.9);cursor:pointer}.home-castle-info img{width:16px;height:16px}.home-castle-visual{position:absolute;inset:0;width:100%;height:100%;padding:0}.home-castle-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.home-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.home-section-head h3{gap:8px;margin:0;color:#4a3544;font-size:15px}.home-section-head em,.home-section-head h3{display:inline-flex;align-items:center;font-weight:800}.home-section-head em{justify-content:center;min-width:34px;padding:3px 8px;border-radius:999px;background:#e8f0ff;color:#5b7fd6;font-size:12px;font-style:normal}.home-edit-button{border:0;background:transparent;color:#826ec8;font-size:13px;font-weight:800;cursor:pointer}.home-edit-actions{display:flex;align-items:center;gap:8px}.home-add-button{background:#f0ebf5;color:#6b4558}.home-add-button,.home-done-edit-button{border:0;border-radius:999px;font-size:13px;font-weight:800;padding:7px 12px;cursor:pointer}.home-done-edit-button{background:#826ec8;color:white}.home-todo-manage-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 8px}.home-todo-manage-row>span{color:#4a3544;font-size:14px;font-weight:700}.home-todo-manage-actions{display:flex;gap:6px;flex-shrink:0}.home-todo-manage-actions button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #efe6ef;border-radius:10px;background:#faf7fb;cursor:pointer}.home-todo-manage-actions img{width:16px;height:16px}.home-todo-edit-row{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center;padding:6px 4px}.home-todo-edit-row input{width:100%;border:1px solid #e5d6e8;border-radius:10px;background:#fff;padding:10px 12px;color:#4a3544;font-size:14px;font-weight:700}.home-save-button{border:0;border-radius:10px;background:#826ec8;color:white;font-size:13px;font-weight:800;padding:10px 14px;cursor:pointer;white-space:nowrap}.home-done-section,.home-todo-section{display:grid;grid-gap:0;gap:0}.home-done-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;margin-bottom:12px;border-radius:12px;background:#f3eef5;padding:4px}.home-done-tabs button{border:0;border-radius:10px;background:transparent;color:#9a7a8c;font-size:13px;font-weight:800;padding:10px 8px;cursor:pointer}.home-done-tabs button.active{background:white;color:#826ec8;box-shadow:0 1px 4px rgba(80,50,90,.08)}.home-letter-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-bottom:12px;padding:12px 14px;border:0;border-radius:14px;background:#efe8ff;color:#826ec8;font-size:13px;font-weight:800;cursor:pointer}.home-letter-button img{width:25px;height:25px;object-fit:contain}.home-done-list,.home-todo-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.home-done-group{display:grid;grid-gap:8px;gap:8px}.home-done-group,.home-done-list>li.home-done-group{padding:0;border-radius:0;background:transparent}.home-done-date{margin:4px 2px 0;color:#6c5c52;font-size:12px;font-weight:700;letter-spacing:-.01em}.home-done-group-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.home-done-group-list>li,.home-done-list>li{display:grid;grid-gap:8px;gap:8px;padding:12px 14px;border-radius:14px;background:white}.home-done-more{display:flex;align-items:center;justify-content:center;width:100%;margin-top:4px;padding:12px 14px;border:0;border-radius:14px;background:#f7f2f8;color:#826ec8;font-size:13px;font-weight:800;cursor:pointer}.home-done-item,.home-todo-item{display:flex;align-items:center;gap:10px;color:#4a3544;font-size:14px;font-weight:700;text-align:left}.home-done-item.is-cancelled span,.home-done-item.is-completed span,.home-done-partner-title.is-completed{color:#8b8079;text-decoration:line-through}.home-done-item img,.home-todo-item img{width:22px;height:22px;flex-shrink:0}button.home-done-item{width:100%;border:0;background:transparent;padding:0;cursor:pointer}button.home-done-item.clickable:active{opacity:.75}.home-reaction-row{display:flex;justify-content:flex-end;gap:8px;flex-shrink:0}.home-done-partner-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-done-partner-title{color:#4a3544;font-size:14px;font-weight:700;text-align:left;line-height:1.35}.home-reaction-row button{display:grid;place-items:center;width:36px;height:36px;border:1.5px solid #f0e4ec;border-radius:50%;background:#fff8fb;cursor:pointer}.home-reaction-row button.is-selected{border:2.5px solid #8a6fe4;background:#f4efff;opacity:1!important;cursor:default}.home-reaction-row button.is-dimmed,.home-reaction-row button:disabled:not(.is-selected){opacity:.35;cursor:default}.home-reaction-row img{width:18px;height:18px}.home-empty{margin:0;padding:18px 12px;border-radius:14px;background:white;color:#9a7a8c;font-size:13px;font-weight:700;text-align:center}.home-close-week-button{width:100%;margin-top:8px;border:0;border-radius:16px;background:var(--primary);color:#fff;padding:15px;font-size:15px;font-weight:800}.home-category{margin-bottom:10px;border-radius:14px;background:white;overflow:hidden}.home-category-head{display:grid;grid-template-columns:28px 1fr auto auto;align-items:center;grid-gap:8px;gap:8px;width:100%;padding:12px 14px;border:0;background:transparent;cursor:pointer;text-align:left}.home-category-icon{display:grid;place-items:center;width:28px;height:28px}.home-category-icon img{width:22px;height:22px}.home-category-head strong{color:#4a3544;font-size:14px;font-weight:800}.home-category-head em{min-width:22px;padding:2px 7px;border-radius:999px;background:#f3eef5;color:#826ec8;font-size:11px;font-style:normal;font-weight:800;text-align:center}.home-category-chevron{color:#9a7a8c;font-size:12px}.home-todo-list{padding:0 10px 10px}.home-todo-item{width:100%;padding:10px 8px;border:0;border-radius:10px;background:transparent;cursor:pointer}.home-todo-item:active{background:#faf5f8}.castle-visual{display:grid;place-items:center;min-height:182px;border-radius:20px;background:linear-gradient(#ffd5e7,#fff7df 65%,#d9f2bd)}.castle-visual img{width:min(78%,220px);max-height:158px;object-fit:contain}.progress-info strong{color:var(--primary-dark)}.progress-bar{overflow:hidden;height:8px;border-radius:999px;background:rgba(140,99,255,.14)}.progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff86c8,var(--primary))}.task-section{display:grid;grid-gap:9px;gap:9px;padding:13px}.task-section h3{display:flex;justify-content:space-between;align-items:center}.task-section h3 span{color:var(--primary)}.task-row{display:grid;grid-gap:7px;gap:7px;border:1px solid var(--line);border-radius:14px;padding:11px 12px;background:white;font-size:13px;font-weight:700}.task-row.done{background:#fff6fb}.reaction-row{display:flex;gap:8px}.reaction-row button{border:1px solid var(--line);border-radius:999px;background:white;min-width:32px;height:30px;padding:0 9px}.reaction-row img{width:18px;height:18px;object-fit:contain}.empty{color:var(--muted);font-size:13px}.home-actions,.modal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.partner-strip{border-radius:var(--radius-md);background:var(--purple-soft);padding:11px 13px;color:var(--primary-dark);font-size:12px;font-weight:700}.recipient-card{display:flex;align-items:center;gap:5px;padding:13px 14px;color:var(--muted);font-size:13px}.recipient-card strong{color:var(--ink)}.recipient-card img{width:18px;height:18px}.letter-area{min-height:224px;resize:none;padding:17px;line-height:1.7;font-size:13px}.reaction-picker{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px}.modal-card{display:grid;grid-gap:14px;gap:14px;margin:20px;padding:20px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.stats-grid div{display:grid;grid-gap:4px;gap:4px;place-items:center;border-radius:var(--radius-md);background:white;padding:16px 8px}.stats-grid strong{color:var(--primary-dark);font-size:22px}.stats-grid span{color:var(--muted);font-size:12px}.calendar-card{display:grid;grid-gap:12px;gap:12px;padding:15px}.month-title{text-align:center;font-weight:900}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:7px;gap:7px}.calendar-grid span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;color:var(--muted);font-size:12px}.calendar-grid .has-letter{background:var(--pink);color:var(--primary-dark);font-weight:900}.letter-card{display:grid;grid-gap:7px;gap:7px;padding:14px}.letter-card p{color:#6a5871;font-size:13px;line-height:1.6}.history-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.history-card{display:grid;grid-gap:7px;gap:7px;border:1px solid var(--line);border-radius:var(--radius-lg);background:white;padding:11px}.history-card.clickable{cursor:pointer}.history-card.complete{background:linear-gradient(180deg,#fff0fa,white)}.mini-castle{display:grid;place-items:center;height:72px;border-radius:var(--radius-md);background:linear-gradient(160deg,#ffd6e9,#f2e9ff);font-size:34px}.mini-castle img{width:76%;height:76%;object-fit:contain}.history-card span{color:var(--muted);font-size:10px}.castle-history-screen{display:flex;flex-direction:column;gap:16px;min-height:100%}.castle-history-header{display:grid;grid-gap:4px;gap:4px}.castle-history-header strong{display:inline-flex;align-items:center;gap:8px;color:#4a3544;font-size:20px;font-weight:900}.castle-history-header strong img{width:22px;height:22px}.castle-history-header span{color:#9a7a8c;font-size:13px;font-weight:700}.castle-history-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.castle-history-card{display:grid;grid-gap:10px;gap:10px;padding:10px;border:0;border-radius:18px;background:white;box-shadow:0 4px 16px rgba(120,80,140,.06);text-align:left;cursor:pointer}.castle-history-visual{position:relative;display:grid;place-items:center;aspect-ratio:1;border-radius:14px;overflow:hidden;background:linear-gradient(180deg,#f7d6e8,#e8d4f5 55%,#d9f2bd)}.castle-history-visual img{width:88%;height:88%;object-fit:contain}.castle-history-lock{position:absolute;inset:0;display:grid;place-content:center;grid-gap:8px;gap:8px;padding:12px;background:rgba(42,34,51,.48);color:white;text-align:center}.castle-history-lock img{width:28px;height:28px;margin:0 auto}.castle-history-lock span{color:white;font-size:11px;font-weight:800;line-height:1.35}.castle-history-meta{display:grid;grid-gap:8px;gap:8px}.castle-history-meta em{color:#7a5a6c;font-size:11px;font-style:normal;font-weight:800}.castle-history-rate{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:8px;gap:8px}.castle-history-bar{overflow:hidden;height:8px;border-radius:999px;background:#f0e7ed}.castle-history-bar span{display:block;height:100%;border-radius:inherit;background:#826ec8}.castle-history-card.complete .castle-history-bar span{background:#3cb371}.castle-history-rate strong{color:#4a3544;font-size:12px;font-weight:900}.castle-history-card.complete .castle-history-rate strong{color:#2f9e5f}.castle-history-hint{margin:auto 0 4px;color:#9a7a8c;font-size:12px;font-weight:700;text-align:center}.profile-card{padding:14px}.avatar{display:grid;place-items:center;width:50px;height:50px;border-radius:var(--radius-md);background:var(--purple-soft);font-size:26px}.avatar img{width:82%;height:82%;object-fit:contain}.profile-card div:nth-child(2){display:grid;flex:1 1;grid-gap:4px;gap:4px}.profile-card span{color:var(--muted);font-size:12px}.profile-card button{border:0;border-radius:14px;background:var(--primary);color:white;padding:9px 12px;font-weight:800}.menu-list{display:grid;overflow:hidden}.menu-list button{display:flex;justify-content:space-between;border:0;border-bottom:1px solid var(--line);background:white;padding:16px;color:var(--ink);font-size:13px;font-weight:800}.menu-list button:last-child{border-bottom:0}.bottom-nav{position:fixed;bottom:0;left:50%;display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,390px);height:76px;transform:translateX(-50%);border-top:1px solid var(--line);background:rgba(255,253,251,.95);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -10px 30px rgba(111,76,124,.08)}.bottom-nav button{display:grid;place-items:center;grid-gap:3px;gap:3px;border:0;background:transparent;color:#b7a8bd;font-size:10px;font-weight:800}.bottom-nav span{display:grid;place-items:center;width:22px;height:22px}.bottom-nav img{width:100%;height:100%;object-fit:contain}.bottom-nav button.active{color:var(--primary-dark);position:relative}.bottom-nav button.active:after{content:"";position:absolute;bottom:8px;left:50%;width:4px;height:4px;border-radius:50%;background:var(--primary);transform:translateX(-50%)}.settings-screen{display:grid;grid-gap:22px;gap:22px;padding-bottom:28px}.settings-title{margin:0;font-size:24px;font-weight:800;letter-spacing:-.04em}.settings-section{display:grid;grid-gap:10px;gap:10px}.settings-section h2{margin:0;color:var(--muted);font-size:13px;font-weight:700}.settings-card,.settings-profile-card{display:grid;grid-gap:0;gap:0;border:1px solid rgba(241,227,237,.9);border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(105,65,128,.05);overflow:hidden}.settings-profile-card{display:flex;align-items:center;gap:12px;padding:14px 14px 14px 12px;background:linear-gradient(135deg,#f6f0ff,#faf7ff);border-color:#ebe0f8}.settings-inline-row strong,.settings-partner-info strong,.settings-profile-card strong{color:var(--ink);font-size:15px;font-weight:800}.settings-avatar{display:grid;place-items:center;flex:0 0 auto;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.85);overflow:hidden}.settings-avatar img,.settings-avatar span{width:100%;height:100%;object-fit:contain}.settings-profile-card>strong{flex:1 1;min-width:0}.settings-connect-chip,.settings-connected-chip,.settings-edit-chip{flex:0 0 auto;border:0;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800}.settings-connect-chip,.settings-edit-chip{background:var(--primary);color:#fff}.settings-connected-chip{background:#e8f8ef;color:#2f9e5f;opacity:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.settings-inline-row,.settings-partner-row{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:0;background:transparent;text-align:left;color:inherit}.settings-inline-row>div,.settings-partner-info{display:grid;flex:1 1;grid-gap:3px;gap:3px;min-width:0}.settings-inline-row span,.settings-partner-info em{color:var(--muted);font-size:12px;font-style:normal;font-weight:600}.settings-partner-info em.connected{display:inline-flex;align-items:center;gap:5px;color:#2f9e5f;font-weight:700}.settings-partner-info em.connected i{width:6px;height:6px;border-radius:50%;background:#2f9e5f}.settings-partner-info em.disconnected{color:var(--muted)}.settings-card-divider{height:1px;margin:0 14px;background:var(--line)}.settings-row-icon{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:12px;background:#f6f1f8}.settings-row-icon.warn{background:#ffe8ef}.settings-row-icon.peach{background:#fff0e4}.settings-row-icon.pink{background:#ffe8f2}.settings-row-icon.mint{background:#e8f8ef}.settings-row-icon.lavender{background:#f0ebff}.settings-row-icon.sky{background:#e8f4ff}.settings-row-icon.soft{background:#f4eef8}.settings-row-icon.brand{background:transparent;overflow:hidden}.settings-row-icon img{width:100%;height:100%;object-fit:contain}.settings-danger-text{flex:0 0 auto;border:0;background:transparent;color:#e2556e;font-size:13px;font-weight:800;padding:4px 2px}.settings-chevron{color:#c4b5cc;font-size:18px;font-style:normal;font-weight:500;line-height:1}.settings-version-badge{color:var(--muted);font-size:12px;font-style:normal;font-weight:700}.settings-toggle{position:relative;flex:0 0 auto;width:46px;height:28px;border:0;border-radius:999px;background:#ddd3e4;padding:0;transition:background .18s ease}.settings-toggle i{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(60,40,80,.18);transition:transform .18s ease}.settings-toggle.on{background:var(--primary)}.settings-toggle.on i{transform:translateX(18px)}.settings-note{margin:0 14px 12px;color:var(--muted);font-size:11px;font-weight:600}.settings-account{display:grid;grid-gap:12px;gap:12px;justify-items:center;padding:4px 0 8px}.settings-logout{width:100%;border:0;border-radius:16px;background:#ffe8ef;color:#e2556e;padding:15px;font-size:15px;font-weight:800}.settings-withdraw{border:0;background:transparent;color:var(--muted);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}@media (min-width:768px){.screen{padding:28px 22px 36px}.screen.with-nav{padding-bottom:112px}.gradient-bg{margin:-28px -22px -36px;border-radius:0}}.modal-overlay{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:24px;background:rgba(36,27,47,.42);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-overlay .modal-card{display:grid;grid-gap:12px;gap:12px;width:min(100%,300px);padding:24px 20px 18px;border:0;border-radius:22px;background:#fffaf4;box-shadow:0 18px 44px rgba(60,40,90,.18);text-align:center}.modal-title{margin:0;color:#1f1a28;font-size:17px;font-weight:900;letter-spacing:-.03em}.modal-message{margin:0;color:#6f657c;font-size:14px;font-weight:600;line-height:1.55}.modal-message.solo{padding:8px 4px 4px;color:#2a2233;font-size:15px;font-weight:700;line-height:1.55}.modal-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:8px}.modal-cancel,.modal-confirm{min-height:46px;border:0;border-radius:999px;font-size:14px;font-weight:800}.modal-cancel{background:#ffffff;color:#8b5cf6;box-shadow:inset 0 0 0 1px rgba(139,92,246,.18)}.modal-confirm{background:#8b5cf6;color:#ffffff;box-shadow:0 8px 18px rgba(139,92,246,.24)}.modal-confirm.full{width:100%;margin-top:4px;border-radius:999px}.invite-code-display{display:flex;align-items:center;justify-content:center;gap:10px;margin:14px 0}.invite-code-display strong{font-size:22px;letter-spacing:.08em}.copy-button img{width:18px;height:18px}.notification-button{position:relative;flex-shrink:0}.notification-button img{width:20px;height:20px}.notification-button .badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ff5c93;color:white;font-size:10px;font-weight:800;line-height:16px;text-align:center}.task-icon{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:6px;vertical-align:middle}.task-icon img{width:100%;height:100%;object-fit:contain}.task-edit-row label{display:flex;align-items:center;gap:4px}.deselect-all-button{align-self:flex-start;margin-bottom:4px}.weekly-report-screen{display:flex;flex-direction:column;height:100%;min-height:0;background:linear-gradient(180deg,#fff6fb,#faf7f2 180px,#faf7f2)}.weekly-report-header{position:-webkit-sticky;position:sticky;top:0;z-index:5;display:grid;grid-template-columns:72px 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:12px 14px 10px;background:transparent}.weekly-report-header.no-back{grid-template-columns:1fr auto}.weekly-report-back{justify-self:start;border:0;background:transparent;color:#8a6a7c;font-size:14px;font-weight:700;padding:4px 0;cursor:pointer}.weekly-report-title-block{display:grid;justify-items:start;grid-gap:2px;gap:2px;text-align:left}.weekly-report-header:not(.no-back) .weekly-report-title-block{justify-items:center;text-align:center}.weekly-report-range{color:#9a7a8c;font-size:11px;font-weight:700}.weekly-report-title-block strong{color:#4a3544;font-size:15px;font-weight:800}.weekly-report-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;background:#ffe4ef;color:#b45a7a;font-size:11px;font-weight:800;white-space:nowrap}.weekly-report-badge img{width:14px;height:14px}.weekly-report-scroll{flex:1 1;min-height:0;overflow-y:auto;display:grid;grid-gap:14px;gap:14px;padding:12px 16px 28px}.weekly-report-screen.with-tab .weekly-report-scroll{padding-bottom:12px}.weekly-report-screen.with-cta .weekly-report-scroll{padding-bottom:8px}.weekly-report-castle{display:grid;place-items:center;width:calc(100% + 32px);margin:0 -16px;background:transparent;overflow:visible}.weekly-report-castle img{width:100%;height:auto;max-height:280px;object-fit:contain}.weekly-report-ours{display:grid;grid-gap:14px;gap:14px;padding:16px;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(120,90,160,.06)}.weekly-report-ours h3{display:inline-flex;align-items:center;gap:8px;margin:0;color:#2a2233;font-size:15px;font-weight:800}.weekly-report-ours h3 em{color:#9a8fa8;font-size:12px;font-style:normal;font-weight:700}.weekly-report-ours-icon{display:grid;place-items:center;width:28px;height:28px;overflow:hidden;border-radius:50%;background:#e8f8f2}.weekly-report-ours-icon img{width:72%;height:72%;object-fit:contain}.weekly-report-ours-count{margin:0;color:#2a2233;font-size:20px;font-weight:900;letter-spacing:-.03em;text-align:center}.weekly-report-ours-empty{margin:0;padding:18px 12px;border-radius:14px;background:#faf7fc;color:#9a8fa8;font-size:13px;font-weight:700;text-align:center}.weekly-report-donut{width:min(100%,240px);margin:0 auto;overflow:visible}.weekly-report-donut-label{fill:#6f657c;font-size:11px;font-weight:800}.weekly-report-donut-label tspan{white-space:pre}.weekly-report-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 14px;margin:0;padding:0;list-style:none}.weekly-report-legend li{display:inline-flex;align-items:center;gap:6px;color:#6f657c;font-size:12px;font-weight:700}.weekly-report-legend i{width:8px;height:8px;border-radius:50%}.weekly-report-exchange{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.weekly-report-exchange-card{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:10px 12px;border-radius:14px;background:#faf7fc;color:#4a3544;font-size:13px;font-weight:800}.weekly-report-exchange-card img{width:18px;height:18px;object-fit:contain}.weekly-report-section{display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:16px;background:white}.weekly-report-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.weekly-report-section h3{display:inline-flex;align-items:center;gap:6px;margin:0;color:#4a3544;font-size:14px;font-weight:800}.weekly-report-section h3 img{width:16px;height:16px}.weekly-mvp-badge{padding:4px 8px;border-radius:999px;background:#efe8ff;color:#826ec8;font-size:11px;font-weight:800}.weekly-contrib-bar{display:flex;height:12px;border-radius:999px;overflow:hidden;background:#f3eef2}.weekly-contrib-bar .me{background:#e191a7}.weekly-contrib-bar .partner{background:#826ec8}.weekly-contrib-legend{display:grid;grid-gap:8px;gap:8px}.weekly-contrib-legend>div{display:grid;grid-template-columns:10px 42px 1fr auto;align-items:center;grid-gap:8px;gap:8px;font-size:12px;font-weight:700;color:#6b4558}.weekly-contrib-legend .dot,.weekly-report-chores .dot{width:8px;height:8px;border-radius:50%;display:inline-block}.weekly-contrib-legend .dot.me,.weekly-report-chores .dot.me{background:#e191a7}.weekly-contrib-legend .dot.partner,.weekly-report-chores .dot.partner{background:#826ec8}.weekly-contrib-legend .bar{display:block;height:6px;border-radius:999px;max-width:100%}.weekly-contrib-legend .bar.me{background:#f0c4d2}.weekly-contrib-legend .bar.partner{background:#d4c8f0}.weekly-contrib-legend em{font-style:normal;color:#9a7a8c;white-space:nowrap}.weekly-report-chores{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.weekly-report-chores>div{padding:12px;border-radius:14px;background:white}.weekly-report-chores h4{display:flex;align-items:center;gap:6px;margin:0 0 10px;color:#4a3544;font-size:12px;font-weight:800}.weekly-report-chores ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.weekly-report-chores li{display:grid;grid-template-columns:22px 1fr 14px;align-items:center;grid-gap:6px;gap:6px;color:#5a4050;font-size:12px;font-weight:700}.weekly-report-chores li.empty{display:block;color:#b09aa8;font-weight:600}.weekly-report-chores .task-icon{width:22px;height:22px;display:grid;place-items:center}.weekly-report-chores .task-icon img{width:18px;height:18px}.weekly-report-chores em{color:#3cb371;font-style:normal;font-weight:800}.weekly-report-more{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:10px;border:0;border-radius:10px;background:transparent;color:#9a8fa8;padding:6px 0;font-size:12px;font-weight:700}.weekly-report-more span{font-size:9px}.weekly-letter-pair{display:grid;grid-gap:12px;gap:12px}.weekly-letter-side .label{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:#6b4558;font-size:12px;font-weight:800}.weekly-letter-side .label img{width:20px;height:20px;border-radius:50%}.weekly-letter-card{display:grid;grid-gap:8px;gap:8px;width:100%;padding:12px 14px;border:0;border-radius:14px;text-align:left;cursor:pointer}.weekly-letter-card.me{background:#ffe8f1}.weekly-letter-card.partner{background:#efe8ff}.weekly-letter-sticker{display:inline-flex;width:28px;height:28px}.weekly-letter-sticker img{width:28px;height:28px}.weekly-letter-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.weekly-letter-card-head strong{color:#5a4050;font-size:12px;font-weight:800}.weekly-letter-card-head em{color:#9a7a8c;font-size:11px;font-style:normal;font-weight:700}.weekly-letter-card p{margin:0;max-height:120px;overflow-y:auto;color:#5a4050;font-size:13px;font-weight:600;line-height:1.45;white-space:pre-wrap}.weekly-letter-empty{display:grid;place-items:center;grid-gap:6px;gap:6px;min-height:88px;padding:16px;border-radius:14px;background:#f4eef8;color:#9a7a8c;font-size:12px;font-weight:700;text-align:center}.weekly-letter-empty img{width:28px;height:28px}.weekly-streak-banner{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:16px;background:#ffe8f1;pointer-events:none}.weekly-streak-banner img{width:22px;height:22px;flex-shrink:0;margin-top:2px}.weekly-streak-banner strong{display:block;color:#6b4558;font-size:14px;font-weight:800}.weekly-streak-banner p{margin:4px 0 0;color:#8a6a7c;font-size:12px;font-weight:700;line-height:1.4}.weekly-report-cta{flex-shrink:0;padding:10px 16px 18px;background:linear-gradient(180deg,rgba(250,247,242,0),#faf7f2 28%)}.weekly-next-button{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:0;border-radius:16px;background:#826ec8;color:white;cursor:pointer;text-align:left}.weekly-next-button:disabled{opacity:.7;cursor:default}.weekly-next-button img{width:28px;height:28px;flex-shrink:0}.weekly-next-button span{display:grid;grid-gap:2px;gap:2px}.weekly-next-button strong{font-size:15px;font-weight:800}.weekly-next-button em{color:rgba(255,255,255,.88);font-size:12px;font-style:normal;font-weight:600}.notification-list{display:grid;grid-gap:10px;gap:10px}.notification-item{padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:white;cursor:pointer}.notification-item.read{opacity:.65}.notification-item strong{display:block;margin-bottom:4px;font-size:13px}.notification-item p{margin:0 0 6px;color:var(--muted);font-size:12px}.notification-item span{color:var(--soft-muted);font-size:11px}.notif-screen{display:flex;flex-direction:column;gap:16px;min-height:100%}.notif-header{display:grid;grid-template-columns:72px 1fr 72px;align-items:center;grid-gap:6px;gap:6px}.notif-back,.notif-mark-all{border:0;background:transparent;color:#826ec8;font-size:13px;font-weight:800;cursor:pointer;padding:4px 0}.notif-back{justify-self:start;color:#6b4558}.notif-mark-all{justify-self:end}.notif-mark-all:disabled{color:#c4b0bc;cursor:default}.notif-title-block{display:grid;justify-items:center;grid-gap:2px;gap:2px;text-align:center}.notif-title-block strong{display:inline-flex;align-items:center;gap:6px;color:#4a3544;font-size:17px;font-weight:900}.notif-title-block strong img{width:18px;height:18px}.notif-title-block span{color:#9a7a8c;font-size:11px;font-weight:700}.notif-list{display:grid;grid-gap:18px;gap:18px}.notif-group h3{margin:0 0 10px;color:#6b4558;font-size:13px;font-weight:800}.notif-group ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.notif-card{position:relative;display:grid;grid-template-columns:44px 1fr;grid-gap:12px;gap:12px;align-items:start;width:100%;padding:14px;border:0;border-radius:16px;background:#f3eefc;text-align:left;cursor:pointer;box-shadow:none}.notif-card.read{background:#ffffff;opacity:1;box-shadow:0 1px 6px rgba(120,80,140,.04)}.notif-dot{position:absolute;top:12px;right:12px;width:8px;height:8px;border-radius:50%;background:#8a6fe4}.notif-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:12px}.notif-icon.purple{background:#efe8ff}.notif-icon.green{background:#e7f7ee}.notif-icon.orange{background:#fff0e4}.notif-icon.pink{background:#ffe8f1}.notif-icon img{width:60%;height:60%;object-fit:contain}.notif-card strong{display:block;padding-right:14px;color:#4a3544;font-size:14px;font-weight:800;line-height:1.4}.notif-card em{display:block;margin-top:6px;color:#9a7a8c;font-size:11px;font-style:normal;font-weight:700}.template-list{display:grid;grid-gap:12px;gap:12px}.template-manage-screen{display:flex;flex-direction:column;gap:18px;min-height:calc(100dvh - 44px);padding-bottom:88px}.template-manage-header{display:grid;grid-gap:10px;gap:10px}.template-manage-back{justify-self:start;border:0;background:transparent;color:var(--muted);padding:0;font-size:14px;font-weight:700}.template-manage-header h1{margin:0;font-size:22px;font-weight:800;letter-spacing:-.04em;text-align:center}.template-manage-header p{margin:4px 0 0;color:var(--muted);font-size:13px;font-weight:600;text-align:center}.template-manage-list{display:grid;grid-gap:12px;gap:12px}.template-manage-card{border:1px solid rgba(241,227,237,.95);border-radius:18px;background:#fff;box-shadow:0 8px 20px rgba(105,65,128,.05);overflow:hidden}.template-manage-category{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;padding:14px;text-align:left;color:inherit}.template-manage-category-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#f6f0ff}.template-manage-category-icon img{width:20px;height:20px;object-fit:contain}.template-manage-category strong{flex:1 1;min-width:0;font-size:15px;font-weight:800}.template-manage-category em{color:var(--muted);font-size:13px;font-style:normal;font-weight:700}.template-manage-chevron{color:#b7a8bd;font-size:11px;line-height:1}.template-manage-items{display:grid;padding:0 14px 14px}.template-manage-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--line)}.template-manage-row>span{flex:1 1;min-width:0;color:var(--ink);font-size:14px;font-weight:700}.template-manage-actions{display:flex;gap:4px}.template-manage-actions button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;background:transparent;padding:0}.template-manage-actions img{width:18px;height:18px;object-fit:contain}.template-manage-add{width:100%;margin-top:8px;border:1.5px dashed #cbb6f5;border-radius:14px;background:#faf7ff;color:var(--primary);padding:12px;font-size:14px;font-weight:800}.template-manage-save{position:fixed;bottom:18px;left:50%;z-index:20;width:min(calc(100% - 40px),350px);transform:translateX(-50%);border:0;border-radius:16px;background:var(--primary);color:#fff;padding:16px;font-size:16px;font-weight:800;box-shadow:0 12px 28px rgba(139,92,246,.3)}.template-add-sheet,.template-delete-sheet,.template-edit-sheet,.template-name-sheet{background:#fff}.bottom-sheet-overlay.no-dismiss{pointer-events:auto}.template-edit-sheet{gap:16px}.template-edit-old-name{display:flex;align-items:center;min-height:48px;padding:0 14px;border-radius:14px;background:#efe8f2;color:#8a7a93;font-size:15px;font-weight:700}.template-edit-old-name s{text-decoration:line-through;text-decoration-thickness:1.5px}.template-sheet-category{margin:-6px 0 0;color:var(--muted);font-size:13px;font-weight:700}.template-delete-sheet{gap:14px;justify-items:center;text-align:center}.template-delete-icon{display:grid;place-items:center;width:64px;height:64px;margin-top:4px;border-radius:50%;background:#ffe8ef}.template-delete-icon img{width:30px;height:30px;object-fit:contain}.template-delete-sheet h2{margin:0;font-size:18px;font-weight:800;text-align:center}.template-delete-target{width:100%;padding:12px 14px;border-radius:14px;background:#ffe8ef;color:#c23b55;font-size:15px;font-weight:800;text-align:center}.template-delete-guide{margin:0;color:var(--muted);font-size:13px;font-weight:600;line-height:1.55;text-align:center}.template-delete-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;width:100%;margin-top:4px}.template-delete-cancel,.template-delete-confirm{border:0;border-radius:14px;padding:14px;font-size:15px;font-weight:800}.template-delete-cancel{background:#fff;color:#5a4d66;border:1.5px solid #ebe0f0}.template-delete-confirm{background:#e2556e;color:#fff}.template-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-top:1px solid var(--line)}.template-row:first-of-type{border-top:0}.template-row div:first-child{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.template-actions{display:flex;gap:6px}.template-actions button{border:0;border-radius:10px;background:var(--purple-soft);color:var(--primary-dark);padding:6px 10px;font-size:11px;font-weight:800}.letter-card.clickable{cursor:pointer}.letters-screen{display:flex;flex-direction:column;gap:16px;min-height:100%}.letters-title strong{display:inline-flex;align-items:center;gap:8px;color:#4a3544;font-size:20px;font-weight:900}.letters-title img{width:22px;height:22px}.letters-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-bottom:1px solid #efe0e8}.letters-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-bottom:2px solid transparent;background:transparent;color:#9a7a8c;font-size:13px;font-weight:800;padding:12px 4px;cursor:pointer}.letters-tabs button.active{color:#826ec8;border-bottom-color:#826ec8}.letters-tabs img{width:16px;height:16px}.letters-calendar{display:grid;grid-gap:10px;gap:10px;padding:14px;border-radius:18px;background:white;box-shadow:0 4px 16px rgba(120,80,140,.05)}.letters-month-nav{display:grid;grid-template-columns:36px 1fr 36px;align-items:center}.letters-month-nav strong{text-align:center;color:#4a3544;font-size:15px;font-weight:900}.letters-month-nav button{border:0;border-radius:10px;background:#f7f1f6;color:#6b4558;font-size:18px;font-weight:800;height:32px;cursor:pointer}.letters-days,.letters-weekdays{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.letters-weekdays span{text-align:center;color:#9a7a8c;font-size:11px;font-weight:800;padding:4px 0}.letters-day.sun em,.letters-weekdays .sun{color:#F5A0B4}.letters-day.sat em,.letters-weekdays .sat{color:#7090D0}.letters-day{display:grid;justify-items:center;grid-gap:2px;gap:2px;border:0;border-radius:14px;background:transparent;padding:6px 2px;cursor:pointer}.letters-day,.letters-day.empty{min-height:52px}.letters-day em{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#4a3544;font-size:13px;font-style:normal;font-weight:800}.letters-day.selected em{border:1.5px solid #c8bcc8;background:transparent;color:#4a3544}.letters-day.has-stamp.selected em{border-color:#826ec8}.letters-day-markers{display:flex;gap:1px;min-height:14px}.letters-day-markers i{display:inline-grid;place-items:center;font-style:normal;font-size:10px;line-height:1}.letters-day-markers i.letter img,.letters-day-markers i.reaction img{width:14px;height:14px;object-fit:contain}.letters-section{display:grid;grid-gap:10px;gap:10px}.letters-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.letters-section-head h3{margin:0;color:#4a3544;font-size:14px;font-weight:900}.letters-section-head em{color:#826ec8;font-size:12px;font-style:normal;font-weight:800}.letters-empty{margin:0;padding:16px;border-radius:14px;background:white;color:#9a7a8c;font-size:13px;font-weight:700;text-align:center}.letters-feed{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.letters-feed-card{display:grid;grid-template-columns:40px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start;width:100%;padding:14px;border:0;border-radius:16px;background:white;text-align:left;cursor:pointer;box-shadow:0 2px 10px rgba(120,80,140,.05)}.letters-feed-card.reaction{grid-template-columns:40px minmax(0,1fr) auto;align-items:center}.letters-feed-card>div{min-width:0}.letters-feed-emoji{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#efe8ff;font-size:18px;overflow:hidden}.letters-feed-emoji.letter img,.letters-feed-emoji.sender img{width:100%;height:100%;object-fit:contain}.letters-feed-card.reaction .letters-feed-emoji{background:#ffe8f1}.letters-feed-reaction-mark{flex-shrink:0;font-size:18px;line-height:1}.letters-feed-card strong{display:block;color:#4a3544;font-size:13px;font-weight:800}.letters-feed-card p{margin:4px 0 0;color:#7a5a6c;font-size:13px;font-weight:600;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.letters-feed-card:not(.reaction) p{white-space:nowrap}.letter-detail-overlay{position:fixed;inset:0;z-index:125;display:flex;align-items:flex-end;justify-content:center;background:rgba(36,27,47,.45)}.letter-detail-sheet{position:relative;display:grid;grid-gap:16px;gap:16px;width:min(100%,390px);max-height:min(78dvh,640px);overflow-y:auto;padding:12px 18px 28px;border-radius:24px 24px 0 0;background:#fffaf8;box-shadow:0 -12px 40px rgba(60,40,90,.16);animation:sheet-up .22s ease-out}.letter-detail-handle{width:42px;height:4px;margin:4px auto 2px;border-radius:999px;background:#e5d6e0}.letter-detail-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:#f4f1f7;color:#6f657c;font-size:20px;line-height:1;cursor:pointer}.letter-detail-sender{display:grid;grid-template-columns:52px 1fr;grid-gap:12px;gap:12px;align-items:center;padding-right:36px}.letter-detail-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:#ffe8f1;overflow:hidden}.letter-detail-avatar img{width:100%;height:100%;object-fit:contain}.letter-detail-sender em{display:block;color:#9a7a8c;font-size:11px;font-style:normal;font-weight:700}.letter-detail-sender strong{color:#4a3544;font-size:17px;font-weight:900}.letter-detail-content{display:grid;grid-gap:12px;gap:12px;min-height:180px;padding:16px;border-radius:18px;background:linear-gradient(#efe6ef 1px,transparent 0) 0 48px /100% 28px,#fff}.letter-detail-content-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.letter-detail-sticker{display:grid;place-items:center;width:36px;height:36px}.letter-detail-sticker img{width:32px;height:32px;object-fit:contain}.letter-detail-sticker-emoji{font-size:24px;line-height:1}.letter-detail-content-head em{color:#9a7a8c;font-size:12px;font-style:normal;font-weight:700}.letter-detail-content>p{margin:0;color:#4a3544;font-size:15px;font-weight:600;line-height:28px;white-space:pre-wrap;word-break:break-word}.letter-detail-card{padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:white}.letter-detail-card .letter-reaction{font-size:28px}.letter-detail-card h3{margin:8px 0}.letter-detail-card p{margin:0;line-height:1.7;white-space:pre-wrap}.castle-explain-link{align-self:flex-start;margin-top:-4px}.settings-row{justify-content:space-between;padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:white}