.feedback-module__EL7xRa__container{background-color:var(--bg-color);min-height:100vh;font-family:var(--font-main);padding-bottom:100px}.feedback-module__EL7xRa__main{max-width:600px;margin:0 auto;padding:24px 20px}.feedback-module__EL7xRa__statsWrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:32px;display:flex}.feedback-module__EL7xRa__countText{color:var(--text-secondary);font-size:.95rem;font-family:var(--font-main);font-weight:500}.feedback-module__EL7xRa__countText strong{color:var(--color-primary-text);font-weight:700}.feedback-module__EL7xRa__feedbackList{flex-direction:column;gap:20px;display:flex}.feedback-module__EL7xRa__feedbackCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:28px;padding:28px;transition:transform .2s;box-shadow:0 10px 40px #00000008}.feedback-module__EL7xRa__feedbackCard:active{transform:scale(.98)}.feedback-module__EL7xRa__cardHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.feedback-module__EL7xRa__userInfo{flex-direction:column;gap:4px;display:flex}.feedback-module__EL7xRa__nickname{color:var(--text-primary);font-size:1.05rem;font-weight:700;font-family:var(--font-title);align-items:center;gap:8px;display:flex}.feedback-module__EL7xRa__anonymousTag{color:#888;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;font-family:var(--font-main);background:#0000000d;padding:2px 8px}.feedback-module__EL7xRa__headerMeta{align-items:center;gap:10px;display:flex}.feedback-module__EL7xRa__archiveButton{border:1px solid var(--surface-border);border-radius:var(--radius-full);color:var(--text-secondary);font-family:var(--font-main);cursor:pointer;background:0 0;padding:6px 10px;font-size:.75rem;font-weight:700}.feedback-module__EL7xRa__archiveButton:disabled{opacity:.5;cursor:default}.feedback-module__EL7xRa__templatePill{border-radius:var(--radius-full);background:color-mix(in srgb, var(--color-primary) 10%, var(--surface-raised-strong));color:var(--color-primary-text);justify-content:center;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.feedback-module__EL7xRa__date{color:#999;font-size:.8rem;font-weight:400}.feedback-module__EL7xRa__contentBox{background:var(--surface-raised);border:1px solid var(--border-color);max-width:80%;color:var(--text-primary);border-radius:20px 20px 20px 6px;align-self:flex-start;margin-bottom:8px;padding:14px 18px;position:relative}.feedback-module__EL7xRa__content{color:inherit;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.55;font-family:var(--font-main)}.feedback-module__EL7xRa__adminReplyBubble{background:var(--color-primary);color:#fff;border-radius:20px 20px 6px;align-self:flex-end;max-width:80%;margin-top:4px;margin-bottom:8px;padding:14px 18px;box-shadow:0 4px 12px #e07a5f26}.feedback-module__EL7xRa__adminReplyBubble .feedback-module__EL7xRa__content{color:#fff!important}.feedback-module__EL7xRa__replyAuthor{color:var(--text-secondary);opacity:.8;margin-bottom:4px;font-size:.7rem;font-weight:700;display:block}.feedback-module__EL7xRa__adminReplyBubble .feedback-module__EL7xRa__replyAuthor{color:#ffffffe6;text-align:right}.feedback-module__EL7xRa__replyDate{color:var(--text-secondary);opacity:.6;margin-top:4px;font-size:.65rem;font-weight:400}.feedback-module__EL7xRa__adminReplyBubble .feedback-module__EL7xRa__replyDate{color:#ffffffb3;text-align:right}.feedback-module__EL7xRa__chatFlow{flex-direction:column;margin-bottom:20px;display:flex}.feedback-module__EL7xRa__replySection{border-top:1px dashed var(--border-color);flex-direction:column;gap:12px;margin-top:12px;padding-top:24px;display:flex}.feedback-module__EL7xRa__replyLabelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.feedback-module__EL7xRa__replyLabel{color:var(--text-primary);font-size:.85rem;font-weight:800}.feedback-module__EL7xRa__replyStatus{color:var(--color-primary-text);font-size:.75rem;font-weight:700}.feedback-module__EL7xRa__replyTextarea{border:1px solid var(--border-color);background:var(--surface-raised-strong);width:100%;min-height:118px;color:var(--text-primary);resize:vertical;font-size:.95rem;line-height:1.7;font-family:var(--font-main);border-radius:20px;outline:none;padding:16px 18px}.feedback-module__EL7xRa__replyTextarea:focus{border-color:color-mix(in srgb, var(--color-primary) 45%, var(--border-color));box-shadow:0 0 0 4px color-mix(in srgb, var(--color-primary) 10%, transparent)}.feedback-module__EL7xRa__replyFooter{justify-content:space-between;align-items:center;gap:12px;display:flex}.feedback-module__EL7xRa__replyHint{color:var(--text-secondary);font-size:.75rem;line-height:1.5}.feedback-module__EL7xRa__replyButton{background:var(--color-primary);color:#fff;cursor:pointer;font-size:.8rem;font-weight:800;font-family:var(--font-main);border:none;border-radius:16px;flex-shrink:0;padding:12px 16px;box-shadow:0 8px 18px #e07a5f33}.feedback-module__EL7xRa__replyButton:disabled{opacity:.5;cursor:default;box-shadow:none}.feedback-module__EL7xRa__emptyState{text-align:center;background:var(--card-bg);border:2px dashed var(--border-color);border-radius:32px;padding:80px 20px}.feedback-module__EL7xRa__emptyText{color:var(--text-secondary);font-size:1.05rem;font-family:var(--font-title);margin-top:20px}.feedback-module__EL7xRa__unauthorized{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:80vh;padding:24px;display:flex}.feedback-module__EL7xRa__unauthorized h2{font-family:var(--font-title);color:var(--text-primary);margin-top:24px;font-size:1.8rem}.feedback-module__EL7xRa__unauthorized p{color:var(--text-secondary);margin-top:12px;font-size:1.05rem}.feedback-module__EL7xRa__primaryBtn{background:var(--color-primary);color:#fff;cursor:pointer;box-shadow:0 8px 16px rgba(var(--color-primary-rgb), .2);font-weight:700;font-family:var(--font-main);border:none;border-radius:20px;margin-top:32px;padding:16px 32px;transition:all .2s}.feedback-module__EL7xRa__primaryBtn:active{box-shadow:0 4px 8px rgba(var(--color-primary-rgb), .2);transform:scale(.96)}@media (max-width:520px){.feedback-module__EL7xRa__replyFooter{flex-direction:column;align-items:stretch}.feedback-module__EL7xRa__replyButton{width:100%}}
.SegmentedControl-module__ZUywEq__container{background:var(--surface-control);border-radius:12px;gap:4px;padding:4px;display:flex}.SegmentedControl-module__ZUywEq__fullWidth{width:100%}.SegmentedControl-module__ZUywEq__fullWidth>.SegmentedControl-module__ZUywEq__option{flex:1}.SegmentedControl-module__ZUywEq__option{color:var(--text-secondary);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font-main);white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:6px 16px;transition:background .2s,color .2s,box-shadow .2s}.SegmentedControl-module__ZUywEq__option:active{transform:scale(.95)}.SegmentedControl-module__ZUywEq__option:disabled{opacity:.5;cursor:not-allowed}.SegmentedControl-module__ZUywEq__active{background:var(--surface-raised-strong);color:var(--color-primary-text);box-shadow:var(--surface-shadow-soft)}[data-theme=night] .SegmentedControl-module__ZUywEq__active,[data-theme=dark] .SegmentedControl-module__ZUywEq__active{background:var(--surface-raised-strong)}
.marketContent-module__XpD7Ta__categoryRow{margin-bottom:18px}.marketContent-module__XpD7Ta__hero{background:var(--color-primary);color:#fff;border-radius:28px;align-items:center;gap:16px;margin-bottom:24px;padding:20px 22px;display:flex}.marketContent-module__XpD7Ta__heroBody{flex:1;min-width:0}.marketContent-module__XpD7Ta__heroEyebrow{color:#fff;margin:0 0 4px;font-size:.75rem;font-weight:700}.marketContent-module__XpD7Ta__heroTitle{font-family:var(--font-title);color:#fff;word-break:keep-all;margin:0 0 6px;font-size:1.25rem;font-weight:700;line-height:1.35}.marketContent-module__XpD7Ta__heroSub{color:#fff;margin:0;font-size:.85rem}.marketContent-module__XpD7Ta__heroStack{flex-shrink:0;display:flex}.marketContent-module__XpD7Ta__heroStackItem{background:var(--card-bg);border:2px solid var(--color-primary);border-radius:50%;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.marketContent-module__XpD7Ta__heroStackItem+.marketContent-module__XpD7Ta__heroStackItem{margin-left:-16px}.marketContent-module__XpD7Ta__railHead{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.marketContent-module__XpD7Ta__railTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.marketContent-module__XpD7Ta__railMeta{color:var(--text-tertiary);font-size:.75rem}.marketContent-module__XpD7Ta__rail{scrollbar-width:none;gap:10px;margin-bottom:24px;padding-bottom:4px;display:flex;overflow-x:auto}.marketContent-module__XpD7Ta__rail::-webkit-scrollbar{display:none}.marketContent-module__XpD7Ta__railCard{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;width:132px;transition:var(--transition-base);border-radius:20px;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;padding:14px 12px 12px;font-family:inherit;display:flex}.marketContent-module__XpD7Ta__railCard:active{transform:scale(.98)}.marketContent-module__XpD7Ta__railIcon{border-radius:var(--radius-full);background:var(--surface-slot);opacity:.55;filter:grayscale(85%);place-items:center;width:60px;height:60px;display:grid;overflow:hidden}.marketContent-module__XpD7Ta__railBody{flex-direction:column;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.marketContent-module__XpD7Ta__railCard:only-child{flex-direction:row;align-items:center;gap:14px;width:100%;padding:14px 16px}.marketContent-module__XpD7Ta__railCard:only-child .marketContent-module__XpD7Ta__railBody{align-items:flex-start;gap:7px}.marketContent-module__XpD7Ta__railName{color:var(--text-primary);text-align:center;word-break:keep-all;font-size:.85rem;font-weight:700;line-height:1.3}.marketContent-module__XpD7Ta__miniBar{border-radius:var(--radius-full);background:var(--surface-control);width:100%;height:5px;overflow:hidden}.marketContent-module__XpD7Ta__miniBar>i{border-radius:var(--radius-full);background:var(--color-primary);height:100%;display:block}.marketContent-module__XpD7Ta__railNote{color:var(--text-secondary);font-size:.7rem;font-weight:600;font-family:var(--font-num)}.marketContent-module__XpD7Ta__listHead{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.marketContent-module__XpD7Ta__tierRow{scrollbar-width:none;gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.marketContent-module__XpD7Ta__tierRow::-webkit-scrollbar{display:none}.marketContent-module__XpD7Ta__chip{border-radius:var(--radius-full);border:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;cursor:pointer;transition:var(--transition-base);background:0 0;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:.85rem;font-weight:500;display:inline-flex}.marketContent-module__XpD7Ta__chip:active{transform:scale(.97)}.marketContent-module__XpD7Ta__chipActive{border-color:var(--color-primary);background:var(--bg-primary-soft);color:var(--color-primary-text);font-weight:700}.marketContent-module__XpD7Ta__tierDot{border-radius:var(--radius-full);flex-shrink:0;width:7px;height:7px}.marketContent-module__XpD7Ta__grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.marketContent-module__XpD7Ta__card{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;width:100%;transition:var(--transition-base);border-radius:24px;flex-direction:column;align-items:center;gap:10px;padding:18px 12px 14px;font-family:inherit;display:flex;position:relative;overflow:hidden}.marketContent-module__XpD7Ta__card:active{transform:scale(.98)}.marketContent-module__XpD7Ta__cardOwned{background:var(--bg-primary-soft);border:1.5px solid var(--color-primary)}.marketContent-module__XpD7Ta__cardEquipped{border:2px solid var(--color-primary)}.marketContent-module__XpD7Ta__tierBadge{border-radius:var(--radius-sm);letter-spacing:.03em;padding:3px 8px;font-size:.6rem;font-weight:700;position:absolute;top:10px;right:10px}.marketContent-module__XpD7Ta__ribbon{border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;padding:3px 8px;font-size:.6rem;font-weight:700;position:absolute;top:10px;left:10px}.marketContent-module__XpD7Ta__cardIcon{border-radius:var(--radius-full);background:var(--surface-slot);place-items:center;width:64px;height:64px;transition:filter .2s;display:grid;overflow:hidden}.marketContent-module__XpD7Ta__cardOwned .marketContent-module__XpD7Ta__cardIcon{background:var(--card-bg)}.marketContent-module__XpD7Ta__cardIconLocked{filter:grayscale(80%);opacity:.45}.marketContent-module__XpD7Ta__cardName{color:var(--text-primary);text-align:center;word-break:keep-all;font-size:.85rem;font-weight:700;line-height:1.3}.marketContent-module__XpD7Ta__cardNameLocked{color:var(--text-tertiary)}.marketContent-module__XpD7Ta__cardMeta{color:var(--text-secondary);align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.marketContent-module__XpD7Ta__cardMetaOwned{color:var(--color-primary-text)}.marketContent-module__XpD7Ta__cardLock{border-radius:var(--radius-full);background:var(--surface-control);max-width:100%;color:var(--text-secondary);text-align:center;word-break:keep-all;justify-content:center;align-items:center;gap:4px;padding:4px 9px;font-size:.7rem;font-weight:600;line-height:1.3;display:flex}.marketContent-module__XpD7Ta__detailTier{border-radius:var(--radius-sm);align-items:center;gap:4px;margin-bottom:10px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.marketContent-module__XpD7Ta__detailPrice{font-family:var(--font-num);color:var(--color-primary-text);justify-content:center;align-items:center;gap:6px;margin-bottom:16px;font-size:1.25rem;font-weight:800;display:flex}.marketContent-module__XpD7Ta__detailPriceShort{color:var(--text-tertiary)}.marketContent-module__XpD7Ta__prereqBox{flex-direction:column;gap:6px;width:100%;margin-bottom:16px;display:flex}.marketContent-module__XpD7Ta__prereqLabel{color:var(--text-secondary);text-align:left;margin:0 0 4px;font-size:.75rem;font-weight:700}.marketContent-module__XpD7Ta__prereqItem{border-radius:var(--radius-md);background:var(--surface-control);color:var(--text-tertiary);text-align:left;align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;font-weight:600;display:flex}.marketContent-module__XpD7Ta__prereqMet{background:var(--bg-tip);color:var(--text-tip)}.marketContent-module__XpD7Ta__prereqCount{font-family:var(--font-num);flex-shrink:0;margin-left:auto;font-weight:700}
.TextButton-module__J8Eaha__btn{cursor:pointer;font-family:var(--font-main);color:var(--color-primary-text);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;gap:4px;padding:4px 6px;font-weight:700;text-decoration:none;transition:opacity .15s,background .15s;display:inline-flex}.TextButton-module__J8Eaha__btn:active{opacity:.6;background:var(--hover-bg,#0000000a)}.TextButton-module__J8Eaha__btn:disabled{opacity:.4;cursor:not-allowed}.TextButton-module__J8Eaha__sm{font-size:var(--fs-caption,.75rem)}.TextButton-module__J8Eaha__md{font-size:var(--fs-body-sm,.875rem)}.TextButton-module__J8Eaha__lg{font-size:var(--fs-body-md,1rem)}.TextButton-module__J8Eaha__muted{color:var(--text-secondary)}.TextButton-module__J8Eaha__danger{color:var(--color-danger-text)}
.IconButton-module__qmzD9G__btn{cursor:pointer;color:var(--text-primary);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .2s,transform .15s,opacity .2s;display:inline-flex}.IconButton-module__qmzD9G__btn:active{transform:scale(.96)}.IconButton-module__qmzD9G__btn:disabled{opacity:.4;cursor:not-allowed}.IconButton-module__qmzD9G__sm{border-radius:10px;width:32px;height:32px}.IconButton-module__qmzD9G__md{border-radius:12px;width:40px;height:40px}.IconButton-module__qmzD9G__lg{border-radius:14px;width:48px;height:48px}.IconButton-module__qmzD9G__ghost{background:0 0}.IconButton-module__qmzD9G__ghost:active{background:var(--hover-bg,#0000000a)}.IconButton-module__qmzD9G__soft{background:var(--surface-control)}.IconButton-module__qmzD9G__solid{background:var(--color-primary);color:#fff}.IconButton-module__qmzD9G__solid:active{filter:brightness(.95)}
.Loader-module__P1OzwW__wrapper{flex-direction:column;align-items:center;gap:12px;display:inline-flex}.Loader-module__P1OzwW__spinner{border-style:solid;border-top-color:currentColor;border-radius:50%;animation:.8s linear infinite Loader-module__P1OzwW__loader-spin}.Loader-module__P1OzwW__sm{border-width:2px;width:16px;height:16px}.Loader-module__P1OzwW__md{border-width:3px;width:24px;height:24px}.Loader-module__P1OzwW__lg{border-width:4px;width:40px;height:40px}.Loader-module__P1OzwW__primary{color:var(--color-primary-text);border-color:rgba(var(--color-primary-rgb), .2);border-top-color:var(--color-primary)}.Loader-module__P1OzwW__muted{color:var(--text-secondary);border-color:#00000014;border-top-color:var(--text-secondary)}[data-theme=night] .Loader-module__P1OzwW__muted,[data-theme=dark] .Loader-module__P1OzwW__muted{border-color:#ffffff14}.Loader-module__P1OzwW__onPrimary{color:#fff;border-color:#fff #ffffff4d #ffffff4d}.Loader-module__P1OzwW__label{font-size:var(--fs-body-sm,.875rem);color:var(--text-secondary);text-align:center}@keyframes Loader-module__P1OzwW__loader-spin{to{transform:rotate(360deg)}}
.Button-module__VMVMAW__btn{cursor:pointer;font-family:var(--font-main);-webkit-tap-highlight-color:transparent;white-space:nowrap;box-sizing:border-box;border:none;justify-content:center;align-items:center;gap:8px;font-weight:700;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,transform .15s,opacity .2s;display:inline-flex;position:relative}.Button-module__VMVMAW__btn:active{transform:scale(.98)}.Button-module__VMVMAW__btn:disabled{background:var(--surface-control);color:var(--text-primary);box-shadow:none;filter:none;cursor:not-allowed;border-color:#0000}.Button-module__VMVMAW__btn:disabled:active{transform:none}.Button-module__VMVMAW__fullWidth{width:100%}.Button-module__VMVMAW__sm{font-size:var(--fs-body-sm,.875rem);border-radius:10px;min-height:36px;padding:8px 14px}.Button-module__VMVMAW__md{font-size:var(--fs-body-md,1rem);border-radius:12px;min-height:44px;padding:12px 18px}.Button-module__VMVMAW__lg{font-size:var(--fs-body-md,1rem);border-radius:14px;min-height:52px;padding:16px 24px}.Button-module__VMVMAW__primary{background:var(--color-primary);color:#fff}.Button-module__VMVMAW__primary:active{filter:brightness(.95)}.Button-module__VMVMAW__secondary{background:var(--surface-control);color:var(--text-primary)}.Button-module__VMVMAW__secondary:active{background:var(--surface-control-hover,#00000014)}.Button-module__VMVMAW__outline{color:var(--text-primary);border:1.5px solid var(--border-color);background:0 0}.Button-module__VMVMAW__outline:active{background:var(--hover-bg,#0000000a)}.Button-module__VMVMAW__subtle{background:var(--bg-primary-soft);color:var(--color-primary-text)}.Button-module__VMVMAW__subtle:active{background:rgba(var(--color-primary-rgb), .18)}.Button-module__VMVMAW__destructive{background:var(--color-danger);color:#fff;box-shadow:0 4px 14px #ef444440}.Button-module__VMVMAW__destructive:active{filter:brightness(.95)}.Button-module__VMVMAW__loading{cursor:progress;pointer-events:none}[data-theme=night] .Button-module__VMVMAW__secondary,[data-theme=night] .Button-module__VMVMAW__btn:disabled{background:var(--surface-raised-strong);border:1px solid var(--surface-border)}
.BadgeDetailModal-module__EsfRBa__overlay{background-color:var(--surface-overlay-strong);z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);justify-content:center;align-items:center;animation:.3s ease-out BadgeDetailModal-module__EsfRBa__fadeIn;display:flex;position:fixed;inset:0}.BadgeDetailModal-module__EsfRBa__modal{background:var(--surface-raised-strong);width:90%;max-width:320px;box-shadow:var(--surface-shadow-float);border:1px solid var(--surface-border);animation:BadgeDetailModal-module__EsfRBa__zoomIn var(--modal-enter-duration) cubic-bezier(.16, 1, .3, 1);border-radius:24px;flex-direction:column;align-items:center;padding:32px 24px 24px;display:flex;position:relative}.BadgeDetailModal-module__EsfRBa__iconWrapper{isolation:isolate;justify-content:center;align-items:center;margin-bottom:24px;display:flex;position:relative}.BadgeDetailModal-module__EsfRBa__halo{background:radial-gradient(circle, rgba(var(--color-primary-rgb), .18) 0%, transparent 70%);z-index:-1;border-radius:50%;width:140px;height:140px;animation:2s infinite BadgeDetailModal-module__EsfRBa__pulse;position:absolute}.BadgeDetailModal-module__EsfRBa__content{text-align:center;width:100%;margin-bottom:24px}.BadgeDetailModal-module__EsfRBa__title{color:var(--text-primary);margin:0 0 8px;font-family:Gowun Batang,serif;font-size:1.375rem;font-weight:700}.BadgeDetailModal-module__EsfRBa__description{color:var(--text-secondary);font-size:.95rem;font-family:var(--font-main);word-break:keep-all;margin:0 0 20px;line-height:1.5}.BadgeDetailModal-module__EsfRBa__statusBox{background-color:var(--surface-control);color:var(--text-primary);font-family:var(--font-main);border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:12px 16px;display:flex}.BadgeDetailModal-module__EsfRBa__statusIcon{font-size:1.2rem}.BadgeDetailModal-module__EsfRBa__statusText{flex-direction:column;align-items:flex-start;display:flex}.BadgeDetailModal-module__EsfRBa__statusLabel{font-size:.95rem;font-weight:600}.BadgeDetailModal-module__EsfRBa__earnedDate{opacity:.8;font-size:.8rem}@keyframes BadgeDetailModal-module__EsfRBa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BadgeDetailModal-module__EsfRBa__zoomIn{0%{transform:scale(var(--modal-enter-scale));opacity:0}to{opacity:1;transform:scale(1)}}@keyframes BadgeDetailModal-module__EsfRBa__pulse{0%{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(.95)}}.BadgeDetailModal-module__EsfRBa__fadeOut{animation:.3s forwards BadgeDetailModal-module__EsfRBa__fadeOut}.BadgeDetailModal-module__EsfRBa__slideDown{animation:.3s forwards BadgeDetailModal-module__EsfRBa__slideDown}@keyframes BadgeDetailModal-module__EsfRBa__fadeOut{to{opacity:0}}@keyframes BadgeDetailModal-module__EsfRBa__slideDown{to{opacity:0;transform:translateY(20px)}}
.profile-module__3PkVZa__container{background:var(--bg-color);min-height:100vh;padding-bottom:calc(90px + env(safe-area-inset-bottom));font-family:var(--font-main);color:var(--text-primary)}.profile-module__3PkVZa__storyHighlightsContainer{z-index:10;background:0 0;width:calc(100% + 40px);margin-top:4px;margin-bottom:20px;margin-left:-20px;padding:10px 20px 20px;position:relative;overflow:hidden}.profile-module__3PkVZa__storyHighlightsScroll{-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding-bottom:12px;padding-left:20px;padding-right:20px;display:flex;overflow-x:auto}.profile-module__3PkVZa__storyHighlightsScroll::-webkit-scrollbar{display:none}.profile-module__3PkVZa__savedVersesSection{width:100%;margin:0 0 32px}.profile-module__3PkVZa__savedVersesHeader{justify-content:space-between;align-items:center;gap:8px;padding:0 4px 12px;display:flex}.profile-module__3PkVZa__savedVersesTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--font-main);margin:0}.profile-module__3PkVZa__savedVersesCount{color:var(--text-secondary);font-size:.875rem;font-weight:500;font-family:var(--font-main);padding-right:2px}.profile-module__3PkVZa__savedVersesEmpty{border:1.5px dashed var(--surface-border);color:var(--text-secondary);text-align:center;font-size:.9rem;font-family:var(--font-main);background:0 0;border-radius:28px;padding:22px 18px;line-height:1.55}.profile-module__3PkVZa__verseViewer{z-index:var(--z-fullscreen);-webkit-backdrop-filter:blur(6px);padding:max(12px, env(safe-area-inset-top)) 20px calc(16px + env(safe-area-inset-bottom));font-family:var(--font-main);background:#161412f0;flex-direction:column;display:flex;position:fixed;inset:0}.profile-module__3PkVZa__verseViewerClose{color:#ffffffb8;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;justify-content:center;align-self:flex-end;align-items:center;width:44px;height:44px;margin:0 -10px 0 0;transition:opacity .2s;display:flex}.profile-module__3PkVZa__verseViewerClose:active{opacity:.4;transition-duration:50ms}.profile-module__3PkVZa__verseViewerStage{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:18px;width:100%;max-width:340px;min-height:0;margin:0 auto;display:flex}.profile-module__3PkVZa__verseCardPaper{--vc-paper:#fbf8f2;--vc-ink:#383838;--vc-accent:#e07a5f;--vc-accent-text:#ac5e49;box-sizing:border-box;background:var(--vc-paper);width:100%;max-height:100%;color:var(--vc-ink);text-align:center;scrollbar-width:none;border-radius:22px;flex-direction:column;align-items:center;gap:10px;margin:0;padding:26px 26px 20px;display:flex;overflow-y:auto;box-shadow:0 24px 60px #00000073,0 0 0 1px #ffffff0f}.profile-module__3PkVZa__verseCardBrand{letter-spacing:.22em;color:var(--vc-accent-text);padding-left:.22em;font-size:.75rem;font-weight:800}.profile-module__3PkVZa__verseCardArt{width:168px;height:auto;margin:4px 0 0}.profile-module__3PkVZa__verseCardRef{font-family:var(--font-main);letter-spacing:-.02em;color:var(--vc-ink);margin:0;font-size:1.125rem;font-weight:800}.profile-module__3PkVZa__verseCardQuote{font-family:var(--font-title);letter-spacing:-.005em;word-break:keep-all;color:color-mix(in srgb, var(--vc-ink) 82%, transparent);margin:0 0 6px;font-size:.95rem;font-weight:500;line-height:1.75}.profile-module__3PkVZa__verseCardFoot{border-top:1px solid color-mix(in srgb, var(--vc-ink) 10%, transparent);width:100%;color:color-mix(in srgb, var(--vc-ink) 50%, transparent);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:8px;padding-top:14px;font-size:.72rem;font-weight:600;display:flex}.profile-module__3PkVZa__verseViewerSwitch{flex:none}.profile-module__3PkVZa__verseViewerActions{flex-direction:column;flex:none;align-items:center;gap:6px;width:100%;max-width:340px;margin:18px auto 0;display:flex}.profile-module__3PkVZa__verseViewerCloseText{color:#ffffffb3!important}.profile-module__3PkVZa__recapEmptySection{width:100%;margin:8px 0 24px}.profile-module__3PkVZa__storyGroup{cursor:pointer;-webkit-tap-highlight-color:transparent;opacity:.92;flex-direction:column;align-items:center;gap:6px;display:flex}.profile-module__3PkVZa__storyRing{background:var(--bg-color);z-index:2;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:66px;height:66px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 10px #8b7e7412}.profile-module__3PkVZa__storyRingHasUnread{background:linear-gradient(var(--bg-color), var(--bg-color)) padding-box, linear-gradient(45deg, #ff6b35, #ffd166) border-box;border-color:#0000}.profile-module__3PkVZa__storyInner{background:var(--card-bg);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.profile-module__3PkVZa__storyGroup:active .profile-module__3PkVZa__storyRing{transform:scale(.92);box-shadow:0 2px 6px #8b7e7414}.profile-module__3PkVZa__storyLabel{color:var(--text-secondary);font-size:.75rem;font-weight:700;font-family:var(--font-num);text-align:center;letter-spacing:-.01em}.profile-module__3PkVZa__dashboardGrid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px;display:grid}.profile-module__3PkVZa__widgetCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:28px;flex-direction:column;justify-content:space-between;height:150px;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000a}.profile-module__3PkVZa__widgetLabel{color:var(--text-secondary);align-items:center;gap:6px;margin-bottom:8px;font-size:.9rem;font-weight:600;display:flex}.profile-module__3PkVZa__widgetValue{color:var(--text-primary);font-size:2rem;font-weight:700;font-family:var(--font-num)}.profile-module__3PkVZa__widgetSubValue{color:var(--text-secondary);font-size:.8rem}.profile-module__3PkVZa__historyOverlay{z-index:var(--z-dim);pointer-events:none;align-items:flex-end;display:flex;position:fixed;inset:0}.profile-module__3PkVZa__historyOverlay>*{pointer-events:auto}.profile-module__3PkVZa__historyBackdrop{-webkit-backdrop-filter:blur(12px);background:#00000073;position:absolute;inset:0}.profile-module__3PkVZa__historySheet{background:var(--bg-color);border-top:1px solid var(--border-color);width:100%;max-width:600px;max-height:88vh;z-index:var(--z-local);border-radius:28px 28px 0 0;flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 -15px 50px #0000001f}.profile-module__3PkVZa__dragHandleSection{cursor:grab;touch-action:none;justify-content:center;width:100%;padding:14px 0 8px;display:flex}.profile-module__3PkVZa__historyHandle{background:var(--surface-control);border-radius:2px;width:40px;height:4px}.profile-module__3PkVZa__historyHeader{padding:4px 20px 0}.profile-module__3PkVZa__historyTitle{text-align:center;font-family:var(--font-title);color:var(--text-primary);letter-spacing:var(--ls-tight);margin:0 0 14px;font-size:1.05rem;font-weight:700}.profile-module__3PkVZa__mannaBalanceCard{background:var(--color-primary);color:#fff;border-radius:28px;padding:20px 22px}.profile-module__3PkVZa__mannaBalanceLabel{color:#fff;opacity:.9;font-size:.75rem;font-weight:600}.profile-module__3PkVZa__mannaBalanceValue{font-family:var(--font-num);letter-spacing:var(--ls-tight);align-items:baseline;gap:3px;margin-top:2px;font-size:1.625rem;font-weight:800;display:flex}.profile-module__3PkVZa__mannaUnit{opacity:.9;font-size:.85rem;font-weight:700}.profile-module__3PkVZa__shopRow{background:var(--surface-control);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;transition:var(--transition-base);border:none;border-radius:20px;align-items:center;gap:12px;margin-top:10px;padding:14px 18px;font-family:inherit;font-size:.95rem;display:flex}.profile-module__3PkVZa__shopRow:active{transform:scale(.98)}.profile-module__3PkVZa__shopRowText{flex:1}.profile-module__3PkVZa__shopRowText b{font-weight:700}.profile-module__3PkVZa__shopRowChevron{color:var(--text-tertiary);flex-shrink:0;display:flex}.profile-module__3PkVZa__historyBand{background:var(--surface-control);flex-shrink:0;height:9px;margin:20px 0 4px}.profile-module__3PkVZa__historyList{touch-action:pan-y;flex:1;padding:0 20px;overflow-y:auto}.profile-module__3PkVZa__historyListContent{padding-bottom:calc(32px + env(safe-area-inset-bottom))}.profile-module__3PkVZa__historyRow{align-items:center;gap:12px;padding:13px 0;display:flex}.profile-module__3PkVZa__historyDate{white-space:nowrap;min-width:3.4em;font-family:var(--font-num);color:var(--text-tertiary);flex-shrink:0;font-size:.75rem;font-weight:600}.profile-module__3PkVZa__historyIconBox{border-radius:var(--radius-full);flex-shrink:0;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.profile-module__3PkVZa__iconEarn{background:var(--bg-primary-soft)}.profile-module__3PkVZa__iconUse{background:var(--surface-slot)}.profile-module__3PkVZa__historyMain{flex:1;min-width:0}.profile-module__3PkVZa__historyItemTitle{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.profile-module__3PkVZa__historyMeta{min-width:0;color:var(--text-tertiary);white-space:nowrap;align-items:center;gap:5px;margin:1px 0 0;font-size:.75rem;display:flex}.profile-module__3PkVZa__historyMetaDot{opacity:.5}.profile-module__3PkVZa__historyAmountText{font-family:var(--font-num);letter-spacing:var(--ls-tight);flex-shrink:0;font-size:.95rem;font-weight:700}.profile-module__3PkVZa__amountEarn{color:var(--color-primary-text)}.profile-module__3PkVZa__amountUse{color:var(--text-secondary)}.profile-module__3PkVZa__settingsBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.profile-module__3PkVZa__headerActions{align-items:center;gap:2px;margin-right:-8px;display:flex}.profile-module__3PkVZa__settingsBtn:active{background:var(--bg-soft)}@media (hover:hover){.profile-module__3PkVZa__settingsBtn:hover{color:var(--color-primary-text)}}.profile-module__3PkVZa__contentSection{margin-bottom:32px}.profile-module__3PkVZa__badgePreviewGrid{scrollbar-width:none;gap:12px;margin-bottom:-18px;padding:4px 0 22px;display:flex;overflow-x:auto}.profile-module__3PkVZa__previewBadgeIcon,.profile-module__3PkVZa__previewAchvIcon{background:var(--surface-raised-strong);border:1px solid var(--border-color);width:64px;height:64px;box-shadow:0 10px 22px rgba(var(--shadow-color), .08);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.profile-module__3PkVZa__previewBadgeIcon:active,.profile-module__3PkVZa__previewAchvIcon:active{transition-duration:50ms;transform:scale(.92)}.profile-module__3PkVZa__greyed{opacity:.2;filter:grayscale()}.profile-module__3PkVZa__slotEmpty{border:1.5px dashed var(--border-color-table);box-shadow:none;background:0 0}.profile-module__3PkVZa__slotMark{color:var(--text-secondary);opacity:.55;font-size:1.1rem;font-weight:400;line-height:1}.profile-module__3PkVZa__achievementPreviewRow{scrollbar-width:none;gap:12px;margin-bottom:-14px;padding:8px 0 22px;display:flex;overflow-x:auto}.profile-module__3PkVZa__detailScrollArea{flex:1;padding:20px 20px 28px;overflow-y:auto}.profile-module__3PkVZa__detailCanvas{width:100%;max-width:600px;margin:0 auto}.profile-module__3PkVZa__detailSectionTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--font-title);letter-spacing:-.02em;margin-bottom:18px}.profile-module__3PkVZa__recordGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-module__3PkVZa__recordCard{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:28px;flex-direction:column;align-items:center;padding:20px;display:flex;box-shadow:0 14px 28px #00000014}.profile-module__3PkVZa__recordIcon{margin-bottom:16px}.profile-module__3PkVZa__recordValue{color:var(--text-primary);font-size:1.5rem;font-weight:900;font-family:var(--font-num)}.profile-module__3PkVZa__recordLabel{color:var(--text-secondary);margin:6px 0;font-size:.8rem;font-weight:700}.profile-module__3PkVZa__recordDate{color:var(--text-secondary);font-size:.7rem;font-weight:600}.profile-module__3PkVZa__achvCategoryHeader{color:var(--color-primary-text);letter-spacing:-.01em;opacity:.8;align-items:center;gap:6px;margin-top:20px;margin-bottom:8px;padding-left:4px;font-size:.8rem;font-weight:800;display:flex}.profile-module__3PkVZa__achvCategoryHeader:after{content:"";background:linear-gradient(90deg,#e07a5f33,#0000);flex:1;height:1px}.profile-module__3PkVZa__rewardList{grid-template-columns:repeat(3,1fr);gap:12px;padding:6px 0;display:grid}.profile-module__3PkVZa__rewardItem{cursor:pointer;box-shadow:none;background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;padding:4px 0;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.profile-module__3PkVZa__rewardItem:active{transform:scale(.92)}.profile-module__3PkVZa__rewardIconMain{aspect-ratio:1;background:var(--surface-raised-strong);border:1px solid var(--border-color);border-radius:28px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;box-shadow:0 10px 24px #0000000a}.profile-module__3PkVZa__winCountBadge{color:#fff;background:#e07a5f;border-radius:10px;padding:2px 6px;font-family:Inter,sans-serif;font-size:.7rem;font-weight:800;line-height:1;position:absolute;bottom:-2px;right:-2px}.profile-module__3PkVZa__rewardItem.profile-module__3PkVZa__locked .profile-module__3PkVZa__rewardIconMain{opacity:.35;background:var(--bg-soft);filter:grayscale();box-shadow:none;border-style:dashed}.profile-module__3PkVZa__rewardInfo{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.profile-module__3PkVZa__rewardName{color:var(--text-primary);word-break:keep-all;font-size:.8rem;font-weight:800;line-height:1.2;font-family:var(--font-main)}@media (max-width:360px){.profile-module__3PkVZa__rewardList{gap:8px}.profile-module__3PkVZa__rewardName{font-size:.7rem}}.profile-module__3PkVZa__rewardLevelText{display:none}.profile-module__3PkVZa__badgeYearSection{margin-bottom:40px}.profile-module__3PkVZa__yearTitle{color:var(--text-primary);font-size:1.16rem;font-weight:700;font-family:var(--font-title);margin-bottom:18px}.profile-module__3PkVZa__monthlyBadgeGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.profile-module__3PkVZa__monthlyBadgeItem{flex-direction:column;align-items:center;gap:10px;display:flex}.profile-module__3PkVZa__badgeIconWrapper{aspect-ratio:1;background:var(--card-bg);border:1px solid var(--border-color);width:100%;box-shadow:0 10px 22px rgba(var(--shadow-color), .08);border-radius:22px;justify-content:center;align-items:center;display:flex}.profile-module__3PkVZa__badgeLocked{background:color-mix(in srgb, var(--surface-raised) 86%, transparent);box-shadow:none;border-style:dashed;border-color:#92766229}.profile-module__3PkVZa__badgeMonthName{color:var(--text-secondary);font-size:.8rem;font-weight:700}@media (max-width:400px){.profile-module__3PkVZa__monthlyBadgeGrid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.profile-module__3PkVZa__detailScrollArea{padding-left:24px;padding-right:24px}}@keyframes profile-module__3PkVZa__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}[data-theme=night] .profile-module__3PkVZa__drawerContent,[data-theme=dark] .profile-module__3PkVZa__drawerContent,[data-theme=night] .profile-module__3PkVZa__drawerHeader,[data-theme=dark] .profile-module__3PkVZa__drawerHeader,[data-theme=night] .profile-module__3PkVZa__settingsCard,[data-theme=dark] .profile-module__3PkVZa__settingsCard,[data-theme=night] .profile-module__3PkVZa__previewBadgeIcon,[data-theme=dark] .profile-module__3PkVZa__previewBadgeIcon,[data-theme=night] .profile-module__3PkVZa__previewAchvIcon,[data-theme=dark] .profile-module__3PkVZa__previewAchvIcon,[data-theme=night] .profile-module__3PkVZa__duoActionBtn,[data-theme=dark] .profile-module__3PkVZa__duoActionBtn,[data-theme=night] .profile-module__3PkVZa__titleBadge,[data-theme=dark] .profile-module__3PkVZa__titleBadge{background:var(--card-bg);border-color:var(--border-color)}[data-theme=night] .profile-module__3PkVZa__recordCard,[data-theme=dark] .profile-module__3PkVZa__recordCard,[data-theme=night] .profile-module__3PkVZa__rewardItem,[data-theme=dark] .profile-module__3PkVZa__rewardItem,[data-theme=night] .profile-module__3PkVZa__badgeIconWrapper,[data-theme=dark] .profile-module__3PkVZa__badgeIconWrapper{box-shadow:var(--surface-shadow-card);background:linear-gradient(#242427fa 0%,#1e1e1ef5 100%);border-color:#e07a5f38}[data-theme=night] .profile-module__3PkVZa__rewardIconMain,[data-theme=dark] .profile-module__3PkVZa__rewardIconMain,[data-theme=night] .profile-module__3PkVZa__emptyStateBox,[data-theme=dark] .profile-module__3PkVZa__emptyStateBox{border-color:var(--border-color);background:#27272ad9}[data-theme=night] .profile-module__3PkVZa__badgeLocked,[data-theme=dark] .profile-module__3PkVZa__badgeLocked{background:#27272a85;border-color:#a1a1aa4d}.profile-module__3PkVZa__roomTitleRow{justify-content:space-between;align-items:center;gap:12px;padding:6px 2px 14px;display:flex}.profile-module__3PkVZa__roomLargeTitle{min-width:0;font-family:var(--font-main);letter-spacing:-.025em;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.75rem;font-weight:800;line-height:1.2;overflow:hidden}.profile-module__3PkVZa__roomAvatar{-webkit-tap-highlight-color:transparent;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s;display:flex;overflow:hidden}.profile-module__3PkVZa__roomAvatar:active{opacity:.85;transition-duration:50ms;transform:scale(.92)}.profile-module__3PkVZa__roomAvatar img{object-fit:cover;width:100%;height:100%}.profile-module__3PkVZa__roomAvatarInitial{color:var(--text-primary);font-size:1.125rem;font-weight:600;line-height:1}.profile-module__3PkVZa__roomRecapPill{border-radius:var(--radius-full);background:rgba(var(--color-primary-rgb), .1);color:var(--color-primary-text);cursor:pointer;-webkit-tap-highlight-color:transparent;white-space:nowrap;border:0;align-items:center;gap:6px;margin:0 0 18px 2px;padding:9px 14px;font-size:.84375rem;font-weight:600;line-height:1.4;transition:transform .2s cubic-bezier(.16,1,.3,1),background .2s;display:inline-flex}.profile-module__3PkVZa__roomRecapPill:active{background:rgba(var(--color-primary-rgb), .18);transition-duration:50ms;transform:scale(.96)}.profile-module__3PkVZa__roomRecapPill:before{content:"";background:var(--color-primary);border-radius:50%;flex:none;width:6px;height:6px}.profile-module__3PkVZa__roomRecapPill:after{content:"→";opacity:.8;font-weight:400}.profile-module__3PkVZa__roomRecapPill:disabled{color:var(--text-secondary);cursor:default}.profile-module__3PkVZa__roomRecapPill:disabled:before,.profile-module__3PkVZa__roomRecapPill:disabled:after{content:none}.profile-module__3PkVZa__roomArchiveRow{width:100%;min-height:48px;font-family:var(--font-main);color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:space-between;align-items:center;margin:2px 0 26px;padding:0 2px 0 4px;font-size:.95rem;font-weight:600;transition:opacity .2s;display:flex}.profile-module__3PkVZa__roomArchiveRow:active{opacity:.45;transition-duration:50ms}.profile-module__3PkVZa__roomChevron{color:var(--text-secondary);opacity:.45;margin-left:2px;font-size:1.375rem;font-weight:400;line-height:1}.profile-module__3PkVZa__roomSectionTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--font-main);margin:0 4px 12px}.profile-module__3PkVZa__roomStatRow{gap:10px;margin-bottom:32px;display:flex}.profile-module__3PkVZa__roomStat{cursor:pointer;min-width:0;font-family:var(--font-main);border:none;border-radius:18px;flex-direction:column;flex:1;align-items:flex-start;gap:9px;padding:14px 14px 15px;transition:transform .15s;display:flex}.profile-module__3PkVZa__roomStat:active{transform:scale(.98)}.profile-module__3PkVZa__roomStatLabel{opacity:.78;align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:flex}.profile-module__3PkVZa__roomStat b{font-family:var(--font-num);letter-spacing:-.02em;font-size:1.625rem;font-weight:800;line-height:1}.profile-module__3PkVZa__roomStat b i{opacity:.6;margin-left:1px;font-size:.85rem;font-style:normal;font-weight:700}.profile-module__3PkVZa__roomRowBtn{width:100%;min-height:44px;font-family:var(--font-main);text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:0 2px 0 4px;transition:opacity .2s;display:flex}.profile-module__3PkVZa__roomRowBtn:active{opacity:.45;transition-duration:50ms}.profile-module__3PkVZa__roomTitleRowBtn{margin-bottom:12px}.profile-module__3PkVZa__roomRowTitle{color:var(--text-primary);letter-spacing:-.01em;flex-shrink:0;font-size:1rem;font-weight:700}.profile-module__3PkVZa__roomRowValue{min-width:0;color:var(--text-secondary);align-items:center;gap:6px;font-size:.875rem;font-weight:500;display:inline-flex}.profile-module__3PkVZa__roomRowValueText{text-overflow:ellipsis;white-space:nowrap;max-width:48vw;overflow:hidden}.profile-module__3PkVZa__roomCollection{background:0 0;flex-direction:column;gap:20px;padding:0;display:flex}.profile-module__3PkVZa__roomCollectionRow{flex-direction:column;gap:4px;display:flex}@media (prefers-reduced-motion:reduce){.profile-module__3PkVZa__roomAvatar,.profile-module__3PkVZa__roomRecapPill,.profile-module__3PkVZa__roomRowBtn,.profile-module__3PkVZa__roomArchiveRow,.profile-module__3PkVZa__previewBadgeIcon,.profile-module__3PkVZa__previewAchvIcon,.profile-module__3PkVZa__roomStat{transition:none}}
.shopSheet-module__MFoQnG__wrap{max-width:600px;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 32px);font-family:var(--font-main);margin:0 auto}.shopSheet-module__MFoQnG__toolbar{z-index:var(--z-sticky);background:var(--surface-raised-strong);justify-content:space-between;align-items:center;gap:12px;padding:2px 0 12px;display:flex;position:sticky;top:0}.shopSheet-module__MFoQnG__toolbarLeft{align-items:center;gap:4px;min-width:0;display:flex}.shopSheet-module__MFoQnG__toolbarTitle{font-family:var(--font-title);color:var(--text-primary);letter-spacing:var(--ls-tight);white-space:nowrap;margin:0;font-size:1.1rem;font-weight:700}.shopSheet-module__MFoQnG__toolbarRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.shopSheet-module__MFoQnG__mannaChip{border-radius:var(--radius-full);background:var(--bg-primary-soft);color:var(--color-primary-text);font-family:var(--font-num);align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:700;display:flex}.shopSheet-module__MFoQnG__mannaChipBtn{border-radius:var(--radius-full);background:var(--bg-primary-soft);color:var(--color-primary-text);font-family:var(--font-num);cursor:pointer;transition:var(--transition-base);border:none;align-items:center;gap:6px;padding:6px 10px 6px 12px;font-size:.85rem;font-weight:700;display:flex}.shopSheet-module__MFoQnG__mannaChipBtn:active{transform:scale(.97)}.shopSheet-module__MFoQnG__backBtn{font-family:var(--font-title);color:var(--text-primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 0;font-size:1.1rem;font-weight:700;display:flex}.shopSheet-module__MFoQnG__historyView{padding-top:8px}.shopSheet-module__MFoQnG__skeletonRow{align-items:center;gap:12px;padding:13px 0;display:flex}.shopSheet-module__MFoQnG__skeletonBody{flex:1}
.StreakCelebration-module__kpY_JG__streakOverlay{background-color:var(--bg-color);z-index:var(--z-celebration);flex-direction:column;justify-content:center;align-items:center;font-family:Pretendard,sans-serif;display:flex;position:fixed;inset:0}.StreakCelebration-module__kpY_JG__gameContainer{justify-content:center;align-items:center;width:250px;height:250px;display:flex;position:relative}.StreakCelebration-module__kpY_JG__mainSvg{z-index:2;width:150px;height:150px;overflow:visible}.StreakCelebration-module__kpY_JG__track{fill:none;stroke:var(--border-color);stroke-width:8px}.StreakCelebration-module__kpY_JG__progress{fill:none;stroke:var(--color-primary);stroke-width:8px;stroke-linecap:round;stroke-dasharray:189;stroke-dashoffset:189px;transform-origin:50px 50px;transform:rotate(-90deg)}.StreakCelebration-module__kpY_JG__fillBg{transform-origin:50px 50px;fill:var(--color-primary);transform:scale(0)}.StreakCelebration-module__kpY_JG__check{fill:none;stroke:#f5f3ef;stroke-width:8px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50px}.StreakCelebration-module__kpY_JG__shockwave{fill:none;stroke:#d6e4d6;stroke-width:4px;transform-origin:50px 50px;opacity:0;transform:scale(.8)}.StreakCelebration-module__kpY_JG__particles circle{transform-origin:50px 50px;opacity:0}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__progress{animation:.5s ease-out forwards StreakCelebration-module__kpY_JG__fill-gauge}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__fillBg{animation:.6s cubic-bezier(.34,1.56,.64,1) .5s forwards StreakCelebration-module__kpY_JG__jelly-pop}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__check{animation:.3s ease-out .7s forwards StreakCelebration-module__kpY_JG__draw-check}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__shockwave{animation:.6s ease-out .5s forwards StreakCelebration-module__kpY_JG__wave-expand}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p1{--r:0deg;--d:-60px;animation:.6s cubic-bezier(.2,.8,.2,1) .5s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p2{--r:45deg;--d:-55px;animation:.6s cubic-bezier(.2,.8,.2,1) .55s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p3{--r:90deg;--d:-65px;animation:.6s cubic-bezier(.2,.8,.2,1) .5s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p4{--r:135deg;--d:-50px;animation:.6s cubic-bezier(.2,.8,.2,1) .52s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p5{--r:180deg;--d:-60px;animation:.6s cubic-bezier(.2,.8,.2,1) .5s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p6{--r:225deg;--d:-70px;animation:.6s cubic-bezier(.2,.8,.2,1) .55s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p7{--r:270deg;--d:-55px;animation:.6s cubic-bezier(.2,.8,.2,1) .5s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__play .StreakCelebration-module__kpY_JG__p8{--r:315deg;--d:-65px;animation:.6s cubic-bezier(.2,.8,.2,1) .52s forwards StreakCelebration-module__kpY_JG__blast}.StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__gameContainer{animation:.5s cubic-bezier(.55,.085,.68,.53) 1s forwards StreakCelebration-module__kpY_JG__swoosh-out}.StreakCelebration-module__kpY_JG__streakInfo{z-index:3;flex-direction:column;align-items:center;margin-top:10px;display:flex}.StreakCelebration-module__kpY_JG__streakNumber{color:var(--color-primary-text);opacity:0;text-shadow:0 10px 20px #e07a5f26;font-size:5.25rem;font-weight:900;line-height:1;transform:scale(.5)}.StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__streakNumber{animation:.6s cubic-bezier(.34,1.56,.64,1) 1.2s forwards StreakCelebration-module__kpY_JG__pop-number}.StreakCelebration-module__kpY_JG__streakText{font-size:var(--fs-h1);color:var(--text-primary);opacity:0;letter-spacing:-.5px;margin-top:5px;font-weight:800}.StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__streakText{animation:.5s ease-out 1.4s forwards StreakCelebration-module__kpY_JG__fade-in-text}.StreakCelebration-module__kpY_JG__weekBoard{opacity:0;gap:16px;margin-top:30px;margin-bottom:20px;display:flex;transform:translateY(20px)}.StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__weekBoard{animation:.5s cubic-bezier(.2,.8,.2,1) 1.6s forwards StreakCelebration-module__kpY_JG__slide-up-week}.StreakCelebration-module__kpY_JG__dayCol{flex-direction:column;align-items:center;gap:8px;display:flex}.StreakCelebration-module__kpY_JG__dayName{font-size:var(--fs-body-sm);color:var(--text-primary);opacity:.8;font-weight:700}.StreakCelebration-module__kpY_JG__dayCircle{background-color:var(--surface-control);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.StreakCelebration-module__kpY_JG__smallCheck{fill:none;stroke:#f5f3ef;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:30;stroke-dashoffset:30px;width:20px;height:20px;display:none}.StreakCelebration-module__kpY_JG__dayCircleCompleted{background-color:var(--color-primary)}.StreakCelebration-module__kpY_JG__dayCircleCompleted .StreakCelebration-module__kpY_JG__smallCheck{stroke-dashoffset:0;display:block}.StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__dayCircleToday{background-color:#d6e4d6;animation:.6s cubic-bezier(.34,1.56,.64,1) 1.9s forwards StreakCelebration-module__kpY_JG__fill-today}.StreakCelebration-module__kpY_JG__dayCircleMissed{border:1.5px dashed var(--border-color);background-color:#0000}.StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__dayCircleToday .StreakCelebration-module__kpY_JG__smallCheck{animation:.4s ease-out 2.2s forwards StreakCelebration-module__kpY_JG__draw-small-check;display:block}@keyframes StreakCelebration-module__kpY_JG__fill-gauge{0%{stroke-dashoffset:189px}to{stroke-dashoffset:0}}@keyframes StreakCelebration-module__kpY_JG__jelly-pop{0%{transform:scale(0)}40%{transform:scale(1.25)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes StreakCelebration-module__kpY_JG__draw-check{0%{stroke-dashoffset:50px}to{stroke-dashoffset:0}}@keyframes StreakCelebration-module__kpY_JG__wave-expand{0%{opacity:1;stroke-width:8px;transform:scale(.8)}to{opacity:0;stroke-width:0;transform:scale(1.8)}}@keyframes StreakCelebration-module__kpY_JG__blast{0%{transform:rotate(var(--r)) translateY(0) scale(1);opacity:1}to{transform:rotate(var(--r)) translateY(var(--d)) scale(0);opacity:0}}@keyframes StreakCelebration-module__kpY_JG__swoosh-out{0%{opacity:1;height:250px;transform:translateY(0)scale(1)}to{opacity:0;height:0;margin:0;transform:translateY(-50px)scale(0)}}@keyframes StreakCelebration-module__kpY_JG__pop-number{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes StreakCelebration-module__kpY_JG__fade-in-text{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes StreakCelebration-module__kpY_JG__slide-up-week{to{opacity:1;transform:translateY(0)}}@keyframes StreakCelebration-module__kpY_JG__fill-today{0%{background-color:var(--surface-control);transform:scale(1)}50%{background-color:#e07a5f;transform:scale(1.2)}to{box-shadow:none;background-color:#e07a5f;transform:scale(1)}}@keyframes StreakCelebration-module__kpY_JG__draw-small-check{0%{stroke-dashoffset:30px}to{stroke-dashoffset:0}}[data-theme=night] .StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__dayCircleToday,[data-theme=dark] .StreakCelebration-module__kpY_JG__playBoard .StreakCelebration-module__kpY_JG__dayCircleToday{background-color:#7a917b47}
.ShareBottomSheet-module__wBe9Uq__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100vw;height:100vh;z-index:var(--z-dim);background:#000000b3;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;top:0;left:0}.ShareBottomSheet-module__wBe9Uq__floatingArea{width:100%;min-height:0;z-index:var(--z-modal);flex:1;justify-content:center;align-items:center;padding:24px 24px 0;display:flex}.ShareBottomSheet-module__wBe9Uq__sheet{background:var(--card-bg,#fff);padding:24px 20px;padding-bottom:calc(max(32px, env(safe-area-inset-bottom)) + 16px);border-radius:32px 32px 0 0;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;display:flex;box-shadow:0 -10px 40px #0003}.ShareBottomSheet-module__wBe9Uq__dragHandle{background:var(--surface-border,#00000026);border-radius:var(--radius-full);flex-shrink:0;width:40px;height:4px;margin-bottom:16px}.ShareBottomSheet-module__wBe9Uq__header{justify-content:center;align-items:center;width:100%;margin-bottom:32px;display:flex;position:relative}.ShareBottomSheet-module__wBe9Uq__title{color:var(--text-primary,#383838);margin:0;font-size:1.1rem;font-weight:700}.ShareBottomSheet-module__wBe9Uq__variantToggle{background:var(--hover-bg,#0000000a);border-radius:var(--radius-full);gap:4px;margin-bottom:24px;padding:4px;display:inline-flex}.ShareBottomSheet-module__wBe9Uq__variantBtn{border-radius:var(--radius-full);color:var(--text-secondary,#888);cursor:pointer;background:0 0;border:none;padding:8px 18px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .18s,color .18s}.ShareBottomSheet-module__wBe9Uq__variantBtnActive{background:var(--card-bg,#fff);color:var(--text-primary,#383838);box-shadow:0 2px 8px #00000014}.ShareBottomSheet-module__wBe9Uq__optionsContainer{flex-wrap:nowrap;justify-content:center;align-items:flex-start;gap:12px;width:100%;margin-bottom:20px;display:flex}.ShareBottomSheet-module__wBe9Uq__optionBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;align-items:center;gap:12px;width:90px;transition:transform .2s,opacity .2s;display:flex}.ShareBottomSheet-module__wBe9Uq__optionBtn:active{transform:scale(.95)}.ShareBottomSheet-module__wBe9Uq__optionBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ShareBottomSheet-module__wBe9Uq__iconWrapper{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 4px 12px #0000001a}.ShareBottomSheet-module__wBe9Uq__optionLabel{color:var(--text-primary,#383838);text-align:center;word-break:keep-all;width:100%;font-size:.8rem;font-weight:600;line-height:1.4;display:block}.ShareBottomSheet-module__wBe9Uq__linkBox{background:var(--surface-slot,#0000000a);width:100%;color:var(--text-secondary,#888);font-size:.85rem;font-family:var(--font-num,inherit);text-align:left;text-overflow:ellipsis;white-space:nowrap;-webkit-user-select:text;user-select:text;border-radius:12px;margin-bottom:20px;padding:12px 14px;overflow:hidden}.ShareBottomSheet-module__wBe9Uq__previewContainer{aspect-ratio:auto;background:0 0;border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:380px;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 50px #00000080}.ShareBottomSheet-module__wBe9Uq__previewImage{object-fit:contain;background-color:#0000;border-radius:16px;width:auto;max-width:100%;height:auto;max-height:100%}.ShareBottomSheet-module__wBe9Uq__loadingSkeleton{color:var(--text-secondary,#999);flex-direction:column;align-items:center;gap:16px;font-size:.9rem;font-weight:600;display:flex}.ShareBottomSheet-module__wBe9Uq__errorBox{color:var(--color-danger-text);text-align:center;padding:20px;font-size:.9rem}@keyframes ShareBottomSheet-module__wBe9Uq__float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.ShareBottomSheet-module__wBe9Uq__noteSection{flex-direction:column;gap:8px;width:100%;margin-bottom:20px;display:flex}.ShareBottomSheet-module__wBe9Uq__noteLabel{color:var(--text-secondary,#888);text-align:left;font-size:.8rem;font-weight:600}.ShareBottomSheet-module__wBe9Uq__noteBtn{border:1px solid var(--surface-border,#0000001f);color:var(--text-secondary,#888);cursor:pointer;text-align:left;word-break:keep-all;background:0 0;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:.85rem;line-height:1.45;transition:background .18s,color .18s,border-color .18s}.ShareBottomSheet-module__wBe9Uq__noteBtnActive{border-color:var(--color-primary);color:var(--text-primary,#383838);background:#e07a5f14;font-weight:600}
.EmotionMonthTracker-module__q_vNeG__wrap{width:100%;max-width:340px}.EmotionMonthTracker-module__q_vNeG__head{justify-content:space-between;align-items:baseline;margin-bottom:10px;display:flex}.EmotionMonthTracker-module__q_vNeG__title{color:var(--text-primary);letter-spacing:-.01em;font-size:.85rem;font-weight:700}.EmotionMonthTracker-module__q_vNeG__count{color:var(--text-secondary);font-size:.8rem;font-weight:600}.EmotionMonthTracker-module__q_vNeG__grid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.EmotionMonthTracker-module__q_vNeG__blank{aspect-ratio:1}.EmotionMonthTracker-module__q_vNeG__cell{aspect-ratio:1;background:var(--border-color,#ebe6dd);opacity:.5;border-radius:4px}.EmotionMonthTracker-module__q_vNeG__filled{opacity:1}.EmotionMonthTracker-module__q_vNeG__today{opacity:1;box-shadow:0 0 0 1.5px var(--text-secondary,#6e6a62)}.EmotionMonthTracker-module__q_vNeG__legend{flex-wrap:wrap;gap:4px 10px;margin-top:12px;display:flex}.EmotionMonthTracker-module__q_vNeG__legendItem{color:var(--text-secondary);align-items:center;gap:4px;font-size:.7rem;display:inline-flex}.EmotionMonthTracker-module__q_vNeG__legendItem i{border-radius:2px;width:8px;height:8px;display:inline-block}
.RecapCarousel-module__dlgouW__recapSection{width:calc(100% + 40px);margin-left:-20px;padding:8px 0 16px}.RecapCarousel-module__dlgouW__recapScroll{-ms-overflow-style:none;scrollbar-width:none;gap:12px;padding:4px 20px 12px;display:flex;overflow-x:auto}.RecapCarousel-module__dlgouW__recapScroll::-webkit-scrollbar{display:none}.RecapCarousel-module__dlgouW__recapCard{background:var(--input-bg);border:1px solid var(--surface-border);cursor:pointer;font-family:var(--font-main);border-radius:18px;flex-direction:column;flex:0 0 260px;gap:10px;padding:16px 18px 14px;transition:transform .15s;display:flex}.RecapCarousel-module__dlgouW__recapCard:active{transform:scale(.98)}.RecapCarousel-module__dlgouW__recapBadge{color:var(--color-primary-text);border-radius:var(--radius-full);letter-spacing:.02em;background:#e07a5f1a;align-self:flex-start;padding:4px 10px;font-size:.75rem;font-weight:700}.RecapCarousel-module__dlgouW__recapText{color:var(--text-primary);word-break:keep-all;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Gowun Batang,serif;font-size:1rem;line-height:1.55;display:-webkit-box;overflow:hidden}.RecapCarousel-module__dlgouW__recapRef{color:var(--text-secondary);letter-spacing:.02em;font-size:.75rem;font-weight:600}@media (max-height:740px){.RecapCarousel-module__dlgouW__recapSection{padding:4px 0 10px}.RecapCarousel-module__dlgouW__recapCard{gap:8px;padding:12px 16px}}@media (max-height:670px){.RecapCarousel-module__dlgouW__recapSection{padding:2px 0 8px}.RecapCarousel-module__dlgouW__recapScroll{padding:4px 16px 8px}.RecapCarousel-module__dlgouW__recapCard{gap:6px;padding:10px 14px}.RecapCarousel-module__dlgouW__recapText{-webkit-line-clamp:2}}
.qt-module__Sq0OjG__container{background:var(--bg-color);flex-direction:column;height:100dvh;display:flex;position:relative;overflow:hidden}.qt-module__Sq0OjG__headerStats{background:var(--surface-raised-strong);border-radius:var(--radius-full);border:1px solid var(--border-color);box-sizing:border-box;min-width:0;height:36px;box-shadow:var(--surface-shadow-soft);flex:1;align-items:center;gap:8px;margin-right:12px;padding:0 12px;display:flex;position:relative;overflow:hidden}.qt-module__Sq0OjG__liveBadgeMini{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ff4b4b;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;padding:1px 5px;font-size:.6rem;font-weight:800;display:flex}.qt-module__Sq0OjG__tickerItemMini{white-space:nowrap;min-width:0;height:100%;font-family:var(--font-main);color:var(--text-secondary);align-items:center;gap:5px;font-size:.8rem;font-weight:700;display:flex}.qt-module__Sq0OjG__tickerContainerMini{flex:1;align-items:center;height:18px;display:flex;position:relative;overflow:hidden}.qt-module__Sq0OjG__header{padding:16px 20px;padding-top:max(16px, env(safe-area-inset-top));z-index:var(--z-header);background:var(--header-bg);-webkit-backdrop-filter:var(--header-blur);flex-direction:column;gap:12px;display:flex;position:sticky;top:0}[data-theme=night] .qt-module__Sq0OjG__header,[data-theme=dark] .qt-module__Sq0OjG__header{background:0 0}.qt-module__Sq0OjG__headerContent{justify-content:space-between;align-items:center;width:100%;max-width:600px;height:36px;margin:0 auto;padding:0;display:flex}.qt-module__Sq0OjG__headerTickerRow{align-items:center;width:100%;max-width:600px;margin:0 auto;display:flex}.qt-module__Sq0OjG__nativeCard{background:var(--card-bg);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:1px solid #38383813;border-radius:24px;transition:all .2s cubic-bezier(.2,0,0,1);box-shadow:0 14px 34px #38383811,inset 0 1px #ffffffeb}[data-theme=night] .qt-module__Sq0OjG__nativeCard,[data-theme=dark] .qt-module__Sq0OjG__nativeCard{border:1px solid #ffffff0f;box-shadow:0 14px 34px #00000040,inset 0 1px #ffffff0a}@keyframes qt-module__Sq0OjG__slideInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.qt-module__Sq0OjG__tickerItemMini{font-size:.7rem}.qt-module__Sq0OjG__headerStats{gap:4px;padding:0 10px}}@keyframes qt-module__Sq0OjG__tooltip-fade-in{0%{opacity:0;transform:translate(-50%,-90%)scale(.95)}to{opacity:1;transform:translate(-50%,-100%)scale(1)}}.qt-module__Sq0OjG__homeContainer{max-width:600px;min-height:0;padding:0 12px calc(150px + env(safe-area-inset-bottom));flex-direction:column;flex:1;justify-content:flex-start;gap:clamp(2px,.6dvh,8px);width:100%;margin:0 auto;display:flex;overflow:visible auto}.qt-module__Sq0OjG__homeContainer::-webkit-scrollbar{display:none}.qt-module__Sq0OjG__ctaArea{z-index:10;padding:32px 20px calc(88px + env(safe-area-inset-bottom));box-sizing:border-box;pointer-events:none;background:linear-gradient(to bottom, #fbf8f500 0, var(--bg-color) 28px, var(--bg-color) 100%);position:absolute;bottom:0;left:0;right:0}[data-theme=night] .qt-module__Sq0OjG__ctaArea,[data-theme=dark] .qt-module__Sq0OjG__ctaArea{background:linear-gradient(to bottom, #0000 0, var(--bg-color) 28px, var(--bg-color) 100%)}.qt-module__Sq0OjG__ctaArea>*{pointer-events:auto;max-width:600px;margin:0 auto}.qt-module__Sq0OjG__ctaSocialProof{max-width:600px;color:var(--text-secondary);text-align:center;opacity:.85;margin:0 auto 8px;font-size:.8rem;font-weight:600}.qt-module__Sq0OjG__profileShortcut{flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;display:flex;position:relative}.qt-module__Sq0OjG__floatingVerseCard{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--surface-border);cursor:default;box-sizing:border-box;width:100%;padding:clamp(10px,1.8dvh,18px) 28px;position:relative}.qt-module__Sq0OjG__floatingVerseCard.qt-module__Sq0OjG__entryVerseCompact{padding:20px 28px!important}.qt-module__Sq0OjG__verseReferenceMini{color:var(--color-primary-text);opacity:.7;text-align:center;margin-top:16px;font-size:.95rem;font-weight:600}.qt-module__Sq0OjG__weeklyGoalSection{background:var(--card-bg);border-radius:var(--radius-lg);border:1px solid var(--border-color);box-sizing:border-box;width:100%;padding:clamp(12px,1.8dvh,18px) 18px}.qt-module__Sq0OjG__journeyHeadline{color:var(--text-primary);letter-spacing:-.01em;word-break:keep-all;margin:0;font-size:clamp(.95rem,1.9dvh,1.15rem);font-weight:800;line-height:1.35}.qt-module__Sq0OjG__journeyProgressRow{justify-content:space-between;align-items:baseline;margin:clamp(4px,.8dvh,8px) 2px clamp(6px,1.2dvh,12px);display:flex}.qt-module__Sq0OjG__journeyProgressLabel{color:var(--text-secondary);opacity:.7;font-size:.8rem;font-weight:700}.qt-module__Sq0OjG__journeyProgressCount{color:var(--color-primary-text);font-size:1.1rem;font-weight:800;font-family:var(--font-num)}.qt-module__Sq0OjG__journeyProgressTotal{color:var(--text-secondary);opacity:.5;font-weight:700}.qt-module__Sq0OjG__weekGrid{justify-content:space-between;padding:0 4px;display:flex}.qt-module__Sq0OjG__dayColumn{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.qt-module__Sq0OjG__dayNameLabel{color:var(--text-secondary);opacity:.6;font-size:.75rem;font-weight:700}.qt-module__Sq0OjG__dayCircle{background:var(--surface-slot);cursor:pointer;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:clamp(32px,4.8dvh,42px);height:clamp(32px,4.8dvh,42px);transition:all .3s;display:flex}.qt-module__Sq0OjG__dayCircleActive{background:var(--color-primary)}.qt-module__Sq0OjG__dayCircleToday{border:2px dashed var(--color-primary)}.qt-module__Sq0OjG__smallCheck{fill:none;stroke:#f5f3ef;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.qt-module__Sq0OjG__mainCtaButton{background:var(--color-primary);border-radius:var(--radius-lg);min-height:62px;box-shadow:var(--surface-shadow-card);cursor:pointer;box-sizing:border-box;border:none;justify-content:center;align-items:center;gap:16px;width:100%;padding:19px;display:flex;position:relative;overflow:hidden}.qt-module__Sq0OjG__ctaText{color:#fff;font-size:1.3rem;font-weight:800;font-family:var(--font-main)}.qt-module__Sq0OjG__ctaIcon{background:#fff3;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.qt-module__Sq0OjG__entryOverlay{z-index:var(--z-fullscreen);padding:max(20px, env(safe-area-inset-top)) 20px calc(110px + env(safe-area-inset-bottom));background:var(--bg-color);position:fixed;inset:0;overflow-y:auto}.qt-module__Sq0OjG__entryOverlayClose{color:var(--text-primary);z-index:2;background:#ffffffeb;border:1px solid #38383814;border-radius:12px;position:absolute;top:-52px;right:0;box-shadow:0 6px 16px #3838380f}.qt-module__Sq0OjG__entryOverlayContent{width:100%;max-width:420px;margin:max(88px,12vh) auto 0;position:relative}.qt-module__Sq0OjG__entryOverlayVerseWrap{transform-origin:top;width:100%}.qt-module__Sq0OjG__entryOverlayBundle{flex-direction:column;gap:16px;width:100%;display:flex}.qt-module__Sq0OjG__entryModePanel{border:1px solid var(--surface-border);background:#fffffff0;border-radius:28px;width:100%;overflow:hidden;box-shadow:0 14px 36px #38383814}.qt-module__Sq0OjG__entryModeBlock+.qt-module__Sq0OjG__entryModeBlock{border-top:1px solid var(--border-color)}.qt-module__Sq0OjG__entryModeCard{cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;border-radius:20px;outline:none;align-items:center;gap:12px;padding:18px 20px;transition:opacity .2s;display:flex}.qt-module__Sq0OjG__entryModeIcon{background:var(--bg-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:box-shadow .2s,background .2s;display:flex}.qt-module__Sq0OjG__entryModeTextWrap{flex:1;align-items:center;gap:8px;display:flex}.qt-module__Sq0OjG__entryModeTitle{color:var(--text-primary);font-size:1rem;font-weight:700;font-family:var(--font-main);transition:color .2s}.qt-module__Sq0OjG__entryModeCompleted{color:#16a34a;font-size:.7rem;font-weight:700;font-family:var(--font-num);white-space:nowrap;background:#4ade801a;border-radius:6px;padding:2px 8px}.qt-module__Sq0OjG__entryModeSelectedMark{width:24px;min-width:24px;height:24px;color:var(--color-primary-text);justify-content:center;align-items:center;display:inline-flex}.qt-module__Sq0OjG__entryModeDetail{text-align:left;background:#ffffff85;border-top:1px solid #3838380f;flex-direction:column;gap:14px;padding:16px 20px 18px;display:flex}.qt-module__Sq0OjG__entryModeCopySlot{align-items:flex-start;min-height:140px;display:flex;overflow:hidden}.qt-module__Sq0OjG__entryModeEyebrow{color:var(--color-primary-text);letter-spacing:.02em;margin:0 0 6px;font-size:.75rem;font-weight:800}.qt-module__Sq0OjG__entryModeDropdownTitle{color:var(--text-primary);font-size:1rem;line-height:1.4;font-family:var(--font-title);margin:0 0 8px}.qt-module__Sq0OjG__entryModeDropdownText,.qt-module__Sq0OjG__entryModeIdleText{color:var(--text-secondary);font-size:.9rem;line-height:1.6;font-family:var(--font-main);word-break:keep-all;margin:0}.qt-module__Sq0OjG__entryModeStartButton{background:var(--color-primary);color:#fff;width:100%;height:52px;font-size:1rem;font-weight:800;font-family:var(--font-main);cursor:pointer;border:none;border-radius:18px}.qt-module__Sq0OjG__entryModeStartButton:disabled{cursor:default;box-shadow:none;background:#e07a5f61}[data-theme=night] .qt-module__Sq0OjG__floatingVerseCard,[data-theme=dark] .qt-module__Sq0OjG__floatingVerseCard,[data-theme=night] .qt-module__Sq0OjG__weeklyGoalSection,[data-theme=dark] .qt-module__Sq0OjG__weeklyGoalSection{background:#1e1e1e}[data-theme=night] .qt-module__Sq0OjG__headerStats,[data-theme=dark] .qt-module__Sq0OjG__headerStats,[data-theme=night] .qt-module__Sq0OjG__streakBadgeMini,[data-theme=dark] .qt-module__Sq0OjG__streakBadgeMini{background:var(--surface-raised-strong);border-color:var(--border-color);box-shadow:0 6px 18px #00000038}[data-theme=night] .qt-module__Sq0OjG__entryModePanel,[data-theme=dark] .qt-module__Sq0OjG__entryModePanel{background:#252525;border-color:#ffffff1a;box-shadow:0 14px 40px #0006}[data-theme=night] .qt-module__Sq0OjG__entryModeDetail,[data-theme=dark] .qt-module__Sq0OjG__entryModeDetail{background:#ffffff08;border-top-color:#ffffff14}[data-theme=night] .qt-module__Sq0OjG__entryOverlayClose,[data-theme=dark] .qt-module__Sq0OjG__entryOverlayClose{color:#eee;background:#333;border-color:#ffffff1a}[data-theme=night] .qt-module__Sq0OjG__entryModeBlock+.qt-module__Sq0OjG__entryModeBlock,[data-theme=dark] .qt-module__Sq0OjG__entryModeBlock+.qt-module__Sq0OjG__entryModeBlock{border-top-color:#ffffff14}[data-theme=night] .qt-module__Sq0OjG__entryModeIdleText,[data-theme=dark] .qt-module__Sq0OjG__entryModeIdleText,[data-theme=night] .qt-module__Sq0OjG__entryModeDropdownText,[data-theme=dark] .qt-module__Sq0OjG__entryModeDropdownText{color:var(--text-secondary)}[data-theme=night] .qt-module__Sq0OjG__entryModeCompleted,[data-theme=dark] .qt-module__Sq0OjG__entryModeCompleted{color:#4ade80;background:#4ade8026}[data-theme=night] .qt-module__Sq0OjG__entryModeStartButton:disabled,[data-theme=dark] .qt-module__Sq0OjG__entryModeStartButton:disabled{color:#ffffff4d;background:#ffffff14}@media (max-height:750px){.qt-module__Sq0OjG__header{padding-top:max(8px, env(safe-area-inset-top));gap:6px;padding-bottom:8px}.qt-module__Sq0OjG__headerContent{height:32px}.qt-module__Sq0OjG__ctaText{font-size:1.1rem}}@media (max-height:740px){.qt-module__Sq0OjG__homeContainer{gap:clamp(2px,.5dvh,6px)}.qt-module__Sq0OjG__weeklyGoalSection{padding:12px 16px}.qt-module__Sq0OjG__journeyHeadline{font-size:1rem}.qt-module__Sq0OjG__journeyProgressRow{margin:8px 2px 10px}}@media (max-height:670px){.qt-module__Sq0OjG__homeContainer{gap:4px}.qt-module__Sq0OjG__verseReferenceMini{margin-top:8px}.qt-module__Sq0OjG__weeklyGoalSection{padding:10px 14px}.qt-module__Sq0OjG__journeyHeadline{font-size:1rem;line-height:1.3}.qt-module__Sq0OjG__journeyProgressRow{margin:10px 2px 8px}.qt-module__Sq0OjG__journeyProgressCount{font-size:1rem}.qt-module__Sq0OjG__dayCircle{width:clamp(28px,4.2dvh,34px);height:clamp(28px,4.2dvh,34px)}.qt-module__Sq0OjG__dayNameLabel{font-size:.7rem}.qt-module__Sq0OjG__ctaArea{padding-top:28px}.qt-module__Sq0OjG__ctaText{font-size:1.2rem}}@media (max-width:380px){.qt-module__Sq0OjG__homeContainer{padding-left:16px;padding-right:16px}.qt-module__Sq0OjG__dayNameLabel{font-size:.75rem}.qt-module__Sq0OjG__headerStats{flex:1.5;gap:4px;padding:0 8px 0 6px}.qt-module__Sq0OjG__tickerItemMini{letter-spacing:-.03em;font-size:.7rem}.qt-module__Sq0OjG__liveBadgeMini{height:14px;padding:0 2px;font-size:.5rem}}@keyframes qt-module__Sq0OjG__tickerScroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (min-width:768px){.qt-module__Sq0OjG__headerContent,.qt-module__Sq0OjG__homeContainer{max-width:600px;margin:0 auto}.qt-module__Sq0OjG__homeContainer{padding-top:12px}.qt-module__Sq0OjG__floatingVerseCard{justify-content:center;padding:clamp(16px,2.2dvh,22px) clamp(28px,4dvh,44px)!important}}@media (min-width:1024px){.qt-module__Sq0OjG__homeContainer{padding-top:16px}}.qt-module__Sq0OjG__settingsBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .2s,color .2s,transform .15s;display:flex;position:relative}.qt-module__Sq0OjG__settingsBtn:active{background:var(--surface-raised);transform:scale(.95)}.qt-module__Sq0OjG__statBar{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.qt-module__Sq0OjG__statItem{align-items:center;gap:4px;text-decoration:none;display:flex}.qt-module__Sq0OjG__statValue{color:var(--text-primary);font-size:.95rem;font-weight:800;font-family:var(--font-num)}
.feed-module__1824AG__feedMain{width:100%;padding:16px 0 120px;position:relative}.feed-module__1824AG__feedList{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;max-width:600px;margin:0 auto;padding:0 12px;display:flex}.feed-module__1824AG__feedAvatar{background:var(--bg-soft);border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.feed-module__1824AG__feedAvatarImg{object-fit:cover;width:100%;height:100%}.feed-module__1824AG__profileRow{align-items:center;gap:10px;padding:16px 16px 0;display:flex}.feed-module__1824AG__profileInfo{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.feed-module__1824AG__profileNameRow{align-items:center;gap:5px;min-width:0;line-height:1.2;display:flex}.feed-module__1824AG__profileName{color:var(--text-primary);align-items:center;gap:6px;min-width:0;font-size:.9rem;font-weight:800;display:flex}.feed-module__1824AG__profileNameText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.feed-module__1824AG__profileMetaRow{flex-wrap:wrap;align-items:center;gap:6px;line-height:1;display:flex}.feed-module__1824AG__profileTime{color:var(--text-secondary);opacity:.5;font-size:.65rem}.feed-module__1824AG__timeBadgeOwl{background:var(--color-secondary-brand);color:#fff;border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:.56rem;font-weight:900}.feed-module__1824AG__timeBadgeEarlyBird{background:var(--color-primary);color:#fff;border-radius:4px;flex-shrink:0;padding:1px 5px;font-size:.56rem;font-weight:900}.feed-module__1824AG__myBadge{color:var(--color-primary-text);background:rgba(var(--color-primary-rgb), .07);border-radius:4px;padding:1px 5px;font-size:.56rem;font-weight:900}.feed-module__1824AG__privateBadge{color:#e44;background:#ee44440f;border:1px solid #ee444429;border-radius:4px;padding:1px 5px;font-size:.56rem;font-weight:900}.feed-module__1824AG__moreBtn{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin-top:-2px;transition:background .15s,color .15s;display:inline-flex}.feed-module__1824AG__moreBtn:hover,.feed-module__1824AG__moreBtn:active{background:var(--bg-soft,#0000000a);color:var(--text-primary)}.feed-module__1824AG__cardBody{padding:10px 16px 4px}.feed-module__1824AG__cardMode{color:var(--text-secondary);font-size:.75rem;font-weight:700;display:block}.feed-module__1824AG__cardHeadline{color:var(--text-primary);word-break:keep-all;margin:2px 0 0;font-size:1rem;font-weight:700;line-height:1.4}.feed-module__1824AG__cardBibleVerse{color:var(--color-primary-text);margin-top:2px;font-size:.8rem;font-weight:700;display:block}.feed-module__1824AG__reactionBar{padding:8px 16px 14px;position:relative}.feed-module__1824AG__reactionBarInner{align-items:center;display:flex}.feed-module__1824AG__reactionBtn{border:1.5px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.feed-module__1824AG__reactionBtnActive{background:rgba(var(--color-primary-rgb), .08);border-color:var(--color-primary);color:var(--color-primary-text)}.feed-module__1824AG__reactionCount{opacity:.65}.feed-module__1824AG__shareBtn{border:1.5px solid var(--border-color);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:20px;align-items:center;gap:6px;margin-left:8px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .18s;display:inline-flex}.feed-module__1824AG__reactionAvatarRow{align-items:flex-start;gap:6px;margin-top:6px;display:flex}.feed-module__1824AG__reactionAvatarList{flex-shrink:0;align-items:center;display:flex}.feed-module__1824AG__reactionAvatarItem{border:1.5px solid var(--bg-card,white);background:var(--bg-soft);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.56rem;display:flex;overflow:hidden}.feed-module__1824AG__reactionAvatarImg{object-fit:cover;width:100%;height:100%}.feed-module__1824AG__reactionText{color:var(--text-secondary);opacity:.7;min-width:0;font-size:.7rem}.feed-module__1824AG__reactionPicker{background:var(--surface-raised-strong);z-index:var(--z-local);border:1px solid var(--border-color);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:4px;min-width:180px;padding:8px;display:grid;position:absolute;box-shadow:0 8px 24px #0000002e}.feed-module__1824AG__reactionPickerOption{cursor:pointer;color:var(--text-primary);background:0 0;border:none;flex-direction:column;align-items:center;gap:2px;padding:8px 2px;font-size:.6rem;font-weight:800;display:flex}.feed-module__1824AG__achievementBody{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px 4px;display:flex}.feed-module__1824AG__achievementDesc{flex-direction:column;flex:1;gap:4px;display:flex}.feed-module__1824AG__achievementBadgeTag{color:var(--color-primary-text);background:rgba(var(--color-primary-rgb), .08);border-radius:6px;align-self:flex-start;margin-bottom:2px;padding:2px 8px;font-size:.75rem;font-weight:800}.feed-module__1824AG__achievementTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:800;line-height:1.4}.feed-module__1824AG__achievementIconCircle{border:1px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:inset 0 0 10px #ffffff80}.feed-module__1824AG__skeletonList{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;max-width:600px;margin:0 auto;padding:0 12px;display:flex}.feed-module__1824AG__skeletonCard{border:1px solid var(--border-color);background:var(--card-bg);pointer-events:none;border-radius:24px;margin-bottom:8px;padding:0}.feed-module__1824AG__skeletonProfileRow{align-items:center;gap:10px;margin-bottom:14px;padding:16px 16px 0;display:flex}.feed-module__1824AG__skeletonProfileInfo{flex:1}.feed-module__1824AG__skeletonBody{padding:12px 16px 16px}.feed-module__1824AG__cardExcerpt{color:var(--text-secondary);-webkit-line-clamp:2;word-break:keep-all;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:8px 0 0;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.feed-module__1824AG__section{box-sizing:border-box;width:100%;max-width:600px;margin:0 auto 12px;padding:0 12px}.feed-module__1824AG__sectionLabel{font-family:var(--font-main);color:var(--text-secondary);letter-spacing:-.01em;align-items:baseline;gap:6px;margin:0;padding:0 4px 8px;font-size:.85rem;font-weight:700;display:flex}.feed-module__1824AG__sectionLabelCount{color:var(--color-primary-text);font-size:.8rem;font-weight:700}.feed-module__1824AG__sectionCard{background:var(--card-bg);border:1px solid var(--border-color);font-family:var(--font-main);border-radius:24px;overflow:hidden}.feed-module__1824AG__rowAvatar{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:14px;display:flex}.feed-module__1824AG__facesRow{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;padding:2px 0 4px;display:flex;overflow-x:auto}.feed-module__1824AG__facesRow::-webkit-scrollbar{display:none}.feed-module__1824AG__faceBtn{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:none;align-items:center;gap:4px;width:56px;padding:2px 0;transition:transform .15s cubic-bezier(.2,0,0,1);display:flex}.feed-module__1824AG__faceBtn:active{transform:scale(.94)}.feed-module__1824AG__faceAvatarWrap{border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.feed-module__1824AG__faceAvatarWrap .feed-module__1824AG__feedAvatar{width:40px;height:40px}.feed-module__1824AG__faceMe{box-shadow:0 0 0 2px var(--color-primary)}.feed-module__1824AG__faceLock{background:var(--card-bg);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:absolute;bottom:-2px;right:-2px}.feed-module__1824AG__faceName{max-width:56px;color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:700;line-height:1.2;overflow:hidden}.feed-module__1824AG__faceMore{background:var(--bg-soft);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;margin:2px 0 0;font-size:.72rem;font-weight:800;display:flex}.feed-module__1824AG__faceDashed{border:2px dashed var(--border-color);width:40px;height:40px;color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;margin:2px 0 0;display:flex}.feed-module__1824AG__faceEmptyBtn{cursor:pointer;-webkit-tap-highlight-color:transparent;color:var(--text-secondary);font-size:.8rem;font-weight:700;font-family:var(--font-main);background:0 0;border:none;align-items:center;gap:10px;padding:2px 4px;display:flex}.feed-module__1824AG__rankBadge{background:rgba(var(--color-primary-rgb), .1);width:40px;height:40px;color:var(--color-primary);font-variant-numeric:tabular-nums;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-right:14px;font-size:1rem;font-weight:700;display:flex}.feed-module__1824AG__rankNum{text-align:center;font-variant-numeric:tabular-nums;width:40px;color:var(--text-secondary);flex-shrink:0;margin-right:14px;font-weight:700}.feed-module__1824AG__rankNumHot{color:var(--color-primary)}.feed-module__1824AG__teamRowMine{background:rgba(var(--color-primary-rgb), .06)}.feed-module__1824AG__teamListEmpty{color:var(--text-secondary);padding:12px 16px 14px;font-size:.85rem}.feed-module__1824AG__expandChevron{color:var(--text-secondary);opacity:.45;font-size:1.375rem;line-height:1;transition:transform .2s;display:inline-block;transform:rotate(90deg)}.feed-module__1824AG__expandChevronOpen{transform:rotate(-90deg)}
.CardNewsReader-module__vv2bNG__column{max-width:430px}@media (min-width:768px){.CardNewsReader-module__vv2bNG__column{max-width:560px}}.CardNewsReader-module__vv2bNG__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-height:0;display:flex;overflow:auto hidden}.CardNewsReader-module__vv2bNG__track::-webkit-scrollbar{display:none}.CardNewsReader-module__vv2bNG__slide{scroll-snap-align:center;scroll-snap-stop:always;box-sizing:border-box;flex:0 0 100%;justify-content:center;align-items:center;display:flex;container-type:size}@media (prefers-reduced-motion:reduce){.CardNewsReader-module__vv2bNG__track{scroll-behavior:auto}}
.MeditationBody-module__ff31sG__body{flex-direction:column;display:flex}.MeditationBody-module__ff31sG__who{align-items:center;gap:.6875rem;padding:.375rem 0 1.25rem;display:flex}.MeditationBody-module__ff31sG__ava{background:var(--surface-slot);border-radius:50%;flex:none;justify-content:center;align-items:center;width:2.625rem;height:2.625rem;display:flex;overflow:hidden}:is(.MeditationBody-module__ff31sG__ava img,.MeditationBody-module__ff31sG__ava video){width:62%;height:auto}.MeditationBody-module__ff31sG__whoText{min-width:0}.MeditationBody-module__ff31sG__whoName{color:var(--text-primary);word-break:keep-all;margin:0;font-size:.95rem;font-weight:700;line-height:1.35}.MeditationBody-module__ff31sG__whoMeta{color:var(--text-secondary);margin:3px 0 0;font-size:.8rem;font-weight:400}.MeditationBody-module__ff31sG__moodLine{color:var(--text-secondary);align-items:center;gap:6px;margin:.25rem 0 .875rem;font-size:.8rem;font-weight:700;display:flex}.MeditationBody-module__ff31sG__ref{font-family:var(--font-main);letter-spacing:var(--ls-tight);color:var(--text-primary);word-break:keep-all;margin:0 0 6px;font-size:1.25rem;font-weight:700;line-height:1.35}.MeditationBody-module__ff31sG__refSub{color:var(--text-secondary);word-break:keep-all;margin:0 0 1.625rem;font-size:.95rem;font-weight:400;line-height:1.65}.MeditationBody-module__ff31sG__writing+.MeditationBody-module__ff31sG__writing{margin-top:1.125rem}.MeditationBody-module__ff31sG__writingHead{flex-direction:column;gap:4px;margin-bottom:8px;display:flex}.MeditationBody-module__ff31sG__writingLabel{color:var(--text-secondary);font-size:.8rem;font-weight:700}.MeditationBody-module__ff31sG__writingQuestion{color:var(--text-secondary);word-break:keep-all;margin:0;font-size:.875rem;font-weight:400;line-height:1.6}.MeditationBody-module__ff31sG__writingText{color:var(--text-primary);white-space:pre-wrap;word-break:keep-all;margin:0;font-size:1.0625rem;font-weight:400;line-height:1.8}.MeditationBody-module__ff31sG__empty{color:var(--text-secondary);margin:0;font-size:.95rem}.MeditationBody-module__ff31sG__sep{background:var(--border-color-table);opacity:.55;height:1px;margin:1.875rem 0}.MeditationBody-module__ff31sG__fold{margin:0}.MeditationBody-module__ff31sG__foldSummary{cursor:pointer;color:var(--text-secondary);align-items:center;gap:6px;min-height:44px;font-size:.95rem;font-weight:600;list-style:none;display:flex}.MeditationBody-module__ff31sG__foldSummary::-webkit-details-marker{display:none}.MeditationBody-module__ff31sG__foldSummary:after{content:"";border-right:1.5px solid var(--text-tertiary);border-bottom:1.5px solid var(--text-tertiary);width:8px;height:8px;margin-left:auto;transform:rotate(45deg)translate(-2px,-2px)}.MeditationBody-module__ff31sG__fold[open] .MeditationBody-module__ff31sG__foldSummary:after{transform:rotate(-135deg)translate(-2px,-2px)}.MeditationBody-module__ff31sG__foldBody{flex-direction:column;gap:1.375rem;padding-top:.5rem;display:flex}.MeditationBody-module__ff31sG__given{flex-direction:column;gap:6px;display:flex}.MeditationBody-module__ff31sG__givenLabel{color:var(--text-secondary);margin:0;font-size:.8rem;font-weight:700}.MeditationBody-module__ff31sG__givenHook{color:var(--text-primary);word-break:keep-all;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.5}.MeditationBody-module__ff31sG__givenText{color:var(--text-primary);font-size:1.0625rem;font-weight:400;line-height:1.8;font-family:var(--font-title);white-space:pre-wrap;word-break:keep-all;margin:0}.MeditationBody-module__ff31sG__givenPhrase{font-family:var(--font-title);color:var(--text-primary);word-break:keep-all;margin:4px 0 0;font-size:1.0625rem;font-weight:700;line-height:1.65}.MeditationBody-module__ff31sG__givenRef{font-family:var(--font-main);color:var(--text-secondary);margin-top:5px;font-size:.8rem;font-weight:700;display:block}@media (prefers-reduced-motion:reduce){.MeditationBody-module__ff31sG__foldSummary:after{transition:none}}
.MeditationPostModal-module__nBVX3W__overlay{z-index:var(--z-fullscreen);background:var(--card-bg);outline:none;justify-content:center;display:flex;position:fixed;inset:0}.MeditationPostModal-module__nBVX3W__column{flex-direction:column;width:100%;max-width:430px;height:100%;display:flex;position:relative}@media (min-width:768px){.MeditationPostModal-module__nBVX3W__column{max-width:560px}}.MeditationPostModal-module__nBVX3W__chrome{padding:max(4px, env(safe-area-inset-top)) 8px 8px;color:var(--text-primary);flex:none;align-items:center;gap:4px;display:flex}.MeditationPostModal-module__nBVX3W__chromeBtn{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;display:flex}.MeditationPostModal-module__nBVX3W__author{flex:1;align-items:center;gap:9px;min-width:0;display:flex}.MeditationPostModal-module__nBVX3W__avatar{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex;overflow:hidden}.MeditationPostModal-module__nBVX3W__avatarImg{object-fit:cover;width:100%;height:100%}.MeditationPostModal-module__nBVX3W__authorText{flex-direction:column;min-width:0;display:flex}.MeditationPostModal-module__nBVX3W__authorName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:700;overflow:hidden}.MeditationPostModal-module__nBVX3W__authorMeta{color:var(--text-secondary);font-size:.75rem}.MeditationPostModal-module__nBVX3W__menuWrap{flex:none;position:relative}.MeditationPostModal-module__nBVX3W__menu{background:var(--surface-raised-strong);border-radius:var(--radius-md);min-width:160px;box-shadow:var(--surface-shadow-float);z-index:1;padding:6px;position:absolute;top:100%;right:8px}.MeditationPostModal-module__nBVX3W__menuAsk{color:var(--text-secondary);margin:0 0 10px;font-size:.8rem;line-height:1.4}.MeditationPostModal-module__nBVX3W__scroller{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}.MeditationPostModal-module__nBVX3W__scroller::-webkit-scrollbar{display:none}.MeditationPostModal-module__nBVX3W__sheet{padding:8px 20px 28px}.MeditationPostModal-module__nBVX3W__actionBar{padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--border-color);background:var(--card-bg);flex:none;align-items:center;gap:10px;display:flex}.MeditationPostModal-module__nBVX3W__cheer{border-radius:var(--radius-full);background:var(--surface-slot);min-height:48px;color:var(--text-secondary);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:7px;font-family:inherit;font-size:.9375rem;font-weight:700;display:flex}.MeditationPostModal-module__nBVX3W__cheerOn{background:var(--bg-primary-soft);color:var(--color-primary-text)}.MeditationPostModal-module__nBVX3W__shareBtn{border-radius:var(--radius-full);background:var(--surface-slot);width:48px;height:48px;color:var(--text-secondary);cursor:pointer;border:none;flex:none;justify-content:center;align-items:center;display:flex}
.notifications-module__Fma5mG__container{background:var(--bg-color);min-height:100vh;color:var(--text-primary);font-family:var(--font-main)}.notifications-module__Fma5mG__main{max-width:600px;margin:0 auto;padding:24px 12px 120px}.notifications-module__Fma5mG__heroCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:28px;align-items:flex-start;gap:16px;margin-bottom:18px;padding:22px;display:flex;box-shadow:0 12px 28px #0000000a}.notifications-module__Fma5mG__heroIcon{background:color-mix(in srgb, var(--color-primary) 12%, var(--surface-raised-strong));border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.notifications-module__Fma5mG__heroCopy{flex-direction:column;gap:6px;display:flex}.notifications-module__Fma5mG__heroTitle{font-size:1rem;font-weight:700;line-height:1.45;font-family:var(--font-title);margin:0}.notifications-module__Fma5mG__heroText{color:var(--text-secondary);margin:0;font-size:.85rem;line-height:1.6}.notifications-module__Fma5mG__list{flex-direction:column;gap:12px;display:flex}.notifications-module__Fma5mG__notificationCard{border:1px solid var(--border-color);background:var(--card-bg);text-align:left;cursor:pointer;border-radius:24px;align-items:center;gap:14px;width:100%;padding:18px;display:flex;box-shadow:0 8px 24px #00000008}.notifications-module__Fma5mG__notificationCard:active{transform:scale(.99)}.notifications-module__Fma5mG__unread{border-color:color-mix(in srgb, var(--color-primary) 24%, var(--border-color));box-shadow:0 10px 28px #e07a5f14}.notifications-module__Fma5mG__cardIcon{background:var(--surface-slot);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;overflow:visible}.notifications-module__Fma5mG__cardIconImage{border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.notifications-module__Fma5mG__iconBadge{background:var(--card-bg);border:1.5px solid var(--card-bg);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 6px #0000001a}.notifications-module__Fma5mG__cardContent{flex:1;min-width:0}.notifications-module__Fma5mG__cardMeta{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.notifications-module__Fma5mG__typePill{border-radius:var(--radius-full);background:color-mix(in srgb, var(--color-primary) 10%, var(--surface-raised-strong));color:var(--color-primary-text);justify-content:center;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.notifications-module__Fma5mG__timeText{color:var(--text-secondary);white-space:nowrap;font-size:.75rem}.notifications-module__Fma5mG__cardTitle{margin-bottom:4px;font-size:.95rem;line-height:1.45;display:block}.notifications-module__Fma5mG__cardBody{color:var(--text-secondary);word-break:keep-all;margin:0;font-size:.85rem;line-height:1.6}.notifications-module__Fma5mG__unreadDot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:6px}.notifications-module__Fma5mG__stateCard{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:28px;padding:40px 24px}.notifications-module__Fma5mG__stateText{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.65}
.BlogBanner-module__ytFoKq__banner{box-sizing:border-box;background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);cursor:pointer;align-items:center;gap:12px;width:100%;padding:12px;transition:transform .15s;display:flex}.BlogBanner-module__ytFoKq__banner:active{transform:scale(.99)}.BlogBanner-module__ytFoKq__thumb{object-fit:cover;background:var(--input-bg);border-radius:12px;flex-shrink:0;width:48px;height:48px}.BlogBanner-module__ytFoKq__texts{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.BlogBanner-module__ytFoKq__eyebrow{color:var(--color-primary-text);letter-spacing:.01em;font-size:.75rem;font-weight:700}.BlogBanner-module__ytFoKq__title{color:var(--text-primary);letter-spacing:-.01em;word-break:keep-all;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.BlogBanner-module__ytFoKq__close{cursor:pointer;width:28px;height:28px;color:var(--text-secondary);opacity:.55;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}
.transactions-module__hN9oBW__mainContent{margin-top:24px;padding-bottom:60px;animation:.4s ease-out transactions-module__hN9oBW__fadeIn}.transactions-module__hN9oBW__statsOverview{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:10px;display:grid}.transactions-module__hN9oBW__statsNote{color:var(--text-secondary);font-size:.75rem;font-family:var(--font-main);margin:0 0 32px;line-height:1.5}.transactions-module__hN9oBW__overviewCard{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;flex-direction:column;gap:4px;padding:16px;display:flex;box-shadow:0 4px 12px #00000005}.transactions-module__hN9oBW__ovLabel{color:var(--text-secondary);font-size:.75rem;font-weight:600;font-family:var(--font-main)}.transactions-module__hN9oBW__ovValue{color:var(--text-primary);font-size:1.25rem;font-weight:800;font-family:var(--font-num)}.transactions-module__hN9oBW__ovValue span{opacity:.6;margin-left:2px;font-size:.8rem}.transactions-module__hN9oBW__colorEarn{color:var(--color-primary-text)}.transactions-module__hN9oBW__colorUse{color:var(--text-primary);opacity:.8}.transactions-module__hN9oBW__timelineHeader{justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 4px;display:flex}.transactions-module__hN9oBW__timelineTitle{color:var(--text-primary);font-size:.95rem;font-weight:700;font-family:var(--font-title);align-items:center;gap:8px;display:flex}.transactions-module__hN9oBW__syncBtn{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.transactions-module__hN9oBW__syncBtn:active{background:var(--hover-bg);transform:scale(.95)}.transactions-module__hN9oBW__dateGroup{margin-bottom:28px}.transactions-module__hN9oBW__dateHeader{z-index:10;-webkit-backdrop-filter:blur(10px);color:var(--text-secondary);border-bottom:1px solid var(--border-color);background:#ffffffe6;margin-bottom:12px;padding:10px 4px;font-size:.8rem;font-weight:800;position:sticky;top:60px}.transactions-module__hN9oBW__txList{flex-direction:column;gap:8px;display:flex}.transactions-module__hN9oBW__txItem{background:var(--card-bg);border:1px solid var(--border-color);border-radius:18px;justify-content:space-between;align-items:center;padding:14px 16px;transition:transform .2s;display:flex}.transactions-module__hN9oBW__txItem:active{transform:scale(.98)}.transactions-module__hN9oBW__txLeft{align-items:center;gap:14px;display:flex}.transactions-module__hN9oBW__txIconBox{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.transactions-module__hN9oBW__txInfo{flex-direction:column;gap:2px;display:flex}.transactions-module__hN9oBW__txTitle{color:var(--text-primary);align-items:center;gap:6px;font-size:.95rem;font-weight:700;display:flex}.transactions-module__hN9oBW__studentName{color:var(--text-primary);font-family:var(--font-title)}.transactions-module__hN9oBW__actionTitle{color:var(--text-primary)}.transactions-module__hN9oBW__txMeta{color:var(--text-secondary);align-items:center;font-size:.75rem;font-weight:500;display:flex}.transactions-module__hN9oBW__txDesc{opacity:.8;font-weight:400}.transactions-module__hN9oBW__separator{opacity:.3;margin:0 4px}.transactions-module__hN9oBW__txRight{text-align:right}.transactions-module__hN9oBW__txAmount{font-size:1.1rem;font-weight:800;font-family:var(--font-num)}.transactions-module__hN9oBW__amountEarn{color:var(--color-primary-text)}.transactions-module__hN9oBW__amountUse{color:var(--text-primary);opacity:.8}.transactions-module__hN9oBW__loadingContainer{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 0;font-size:.9rem;display:flex}.transactions-module__hN9oBW__emptyState{text-align:center;color:var(--text-secondary);padding:80px 20px;font-size:.9rem}.transactions-module__hN9oBW__sortContainer{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin-bottom:24px;padding:4px 4px 12px;display:flex;overflow-x:auto}.transactions-module__hN9oBW__sortContainer::-webkit-scrollbar{display:none}.transactions-module__hN9oBW__sortBtn{background:var(--card-bg);border:1px solid var(--border-color);color:var(--text-secondary);white-space:nowrap;cursor:pointer;border-radius:12px;padding:8px 16px;font-size:.8rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1)}.transactions-module__hN9oBW__sortActive{background:var(--text-primary);color:#fff;border-color:var(--text-primary);box-shadow:0 4px 12px #0000001a}@keyframes transactions-module__hN9oBW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.transactions-module__hN9oBW__statsOverview{gap:8px}.transactions-module__hN9oBW__overviewCard{padding:12px 10px}.transactions-module__hN9oBW__ovValue{font-size:1.1rem}.transactions-module__hN9oBW__txTitle{font-size:.85rem}.transactions-module__hN9oBW__txMeta{font-size:.7rem}}
.referralCard-module__fkJ7Jq__container{padding:0}.referralCard-module__fkJ7Jq__header{align-items:center;gap:8px;margin-bottom:12px;padding:0 4px;display:flex}.referralCard-module__fkJ7Jq__title{color:var(--text-primary);font-size:1.1rem;font-weight:700;font-family:var(--font-main);margin:0}.referralCard-module__fkJ7Jq__card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:28px;flex-direction:column;gap:16px;padding:20px;display:flex}.referralCard-module__fkJ7Jq__desc{color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:500;line-height:1.6}.referralCard-module__fkJ7Jq__desc strong{color:var(--text-primary);white-space:nowrap;font-weight:700}.referralCard-module__fkJ7Jq__stats{gap:8px;display:flex}.referralCard-module__fkJ7Jq__statItem{background:var(--surface-slot);border-radius:16px;flex-direction:column;flex:1;align-items:flex-start;gap:6px;min-width:0;padding:12px 14px 13px;display:flex}.referralCard-module__fkJ7Jq__statLabel{color:var(--text-secondary);font-size:.8rem;font-weight:700}.referralCard-module__fkJ7Jq__statValue{color:var(--text-primary);font-size:1.375rem;font-weight:800;font-family:var(--font-num);letter-spacing:-.02em;line-height:1}.referralCard-module__fkJ7Jq__statValue i{color:var(--text-secondary);margin-left:1px;font-size:.8rem;font-style:normal;font-weight:700}
.CharacterLine-module__4YHgXW__line{box-sizing:border-box;background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);align-items:center;gap:12px;width:100%;padding:12px;text-decoration:none;transition:transform .15s;display:flex}.CharacterLine-module__4YHgXW__line:active{transform:scale(.99)}.CharacterLine-module__4YHgXW__icon{object-fit:cover;background:var(--input-bg);border-radius:12px;flex-shrink:0;width:48px;height:48px}.CharacterLine-module__4YHgXW__texts{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.CharacterLine-module__4YHgXW__eyebrow{color:var(--color-primary-text);letter-spacing:.01em;font-size:.75rem;font-weight:700}.CharacterLine-module__4YHgXW__text{color:var(--text-primary);letter-spacing:-.01em;word-break:keep-all;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.CharacterLine-module__4YHgXW__close{cursor:pointer;width:28px;height:28px;color:var(--text-secondary);opacity:.55;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}
.letters-module__BSGjWa__container{background:var(--bg-color);min-height:100vh;color:var(--text-primary);font-family:var(--font-main)}.letters-module__BSGjWa__main{--list-row-pad-x:20px;max-width:600px;margin:0 auto;padding:24px 12px 120px}.letters-module__BSGjWa__paper{background:var(--card-bg);border:1px solid var(--border-color);border-radius:22px;padding:1.875rem 1.625rem 1.625rem;box-shadow:0 14px 34px #0000000d}.letters-module__BSGjWa__opening{font-family:var(--font-title);letter-spacing:var(--ls-tight);color:var(--text-primary);word-break:keep-all;margin:0 0 22px;font-size:1.3125rem;font-weight:700;line-height:1.5}.letters-module__BSGjWa__paragraph{letter-spacing:var(--ls-normal);color:var(--text-primary);white-space:pre-line;word-break:keep-all;margin:0 0 18px;font-size:1rem;line-height:1.8}.letters-module__BSGjWa__closing{color:var(--text-primary);word-break:keep-all;margin:26px 0 0;font-size:1rem;line-height:1.8}.letters-module__BSGjWa__signature{font-family:var(--font-title);color:var(--text-secondary);flex-direction:column;align-items:flex-end;gap:4px;margin:28px 0 0;font-size:.875rem;display:flex}.letters-module__BSGjWa__footerActions{justify-content:center;padding-top:22px;display:flex}.letters-module__BSGjWa__state{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:64px 12px 24px;display:flex}.letters-module__BSGjWa__stateTitle{letter-spacing:var(--ls-tight);margin:8px 0 0;font-size:1.125rem;font-weight:700}.letters-module__BSGjWa__stateBody{color:var(--text-secondary);word-break:keep-all;margin:0;font-size:.875rem;line-height:1.6}.letters-module__BSGjWa__list{flex-direction:column;gap:10px;display:flex}.letters-module__BSGjWa__row{text-align:left;background:var(--card-bg);border:1px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-main);cursor:pointer;border-radius:18px;align-items:center;gap:12px;padding:14px;display:flex}.letters-module__BSGjWa__row:active{transform:scale(.995)}.letters-module__BSGjWa__rowIcon{background:var(--surface-control);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.letters-module__BSGjWa__rowTexts{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.letters-module__BSGjWa__rowDate{color:var(--text-secondary);font-size:.75rem}.letters-module__BSGjWa__rowTitle{letter-spacing:var(--ls-tight);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:600;line-height:1.35;overflow:hidden}.letters-module__BSGjWa__unreadDot{background:var(--color-primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.letters-module__BSGjWa__skeletonRow{border-radius:18px;height:68px}
.MannaSuccessModal-module__oF44wa__overlay{background-color:var(--bg-color);z-index:var(--z-dim);padding:40px 24px;padding-bottom:env(safe-area-inset-bottom,40px);flex-direction:column;justify-content:space-between;align-items:center;display:flex;position:fixed;inset:0}.MannaSuccessModal-module__oF44wa__iconWrapper{perspective:1000px;margin-bottom:40px;position:relative}.MannaSuccessModal-module__oF44wa__glow{filter:blur(40px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#ffd93d66 0%,#0000 70%);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.MannaSuccessModal-module__oF44wa__title{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 8px;font-family:Gowun Batang,serif;font-size:1.375rem;font-weight:700}.MannaSuccessModal-module__oF44wa__mannaDisplay{justify-content:center;align-items:baseline;gap:6px;margin-bottom:20px;display:flex}.MannaSuccessModal-module__oF44wa__mannaValue{color:#e07a5f;text-shadow:0 4px 20px #e07a5f33;font-family:Inter,sans-serif;font-size:5rem;font-weight:900;display:inline-block}.MannaSuccessModal-module__oF44wa__mannaUnit{color:var(--text-secondary);opacity:.8;font-family:Pretendard,sans-serif;font-size:1.2rem;font-weight:700}.MannaSuccessModal-module__oF44wa__message{font-family:var(--font-main);color:var(--text-secondary);word-break:keep-all;margin-bottom:32px;font-size:.95rem;line-height:1.6}.MannaSuccessModal-module__oF44wa__confirmBtn{color:#fff;cursor:pointer;width:100%;max-width:400px;box-shadow:var(--surface-shadow-card);background:#e07a5f;border:none;border-radius:24px;flex-shrink:0;margin-bottom:20px;padding:20px;font-family:Pretendard,sans-serif;font-size:1.2rem;font-weight:700}.MannaSuccessModal-module__oF44wa__floatingChestWrapper{cursor:pointer;width:100%;z-index:var(--z-local);flex:1;justify-content:center;align-items:center;display:flex}.MannaSuccessModal-module__oF44wa__chestBox{flex-direction:column;justify-content:center;align-items:center;display:flex}
.settings-module__TEteKW__container{background-color:var(--bg-color);min-height:100vh;padding-bottom:60px}.settings-module__TEteKW__main{max-width:600px;margin:0 auto;padding:24px 12px 120px}.settings-module__TEteKW__section{margin-bottom:12px}.settings-module__TEteKW__menuListTitle{font-family:var(--font-title,"Gowun Batang"), serif;color:var(--text-secondary);letter-spacing:-.01em;margin:0;padding:18px 20px 4px;font-size:.875rem;font-weight:700}.settings-module__TEteKW__rowIcon{pointer-events:none}.settings-module__TEteKW__accountRow{cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:4px 20px 22px;font-family:inherit;display:flex}.settings-module__TEteKW__accountRow:active{opacity:.6}.settings-module__TEteKW__accountRowAvatar{background:var(--input-bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.settings-module__TEteKW__accountRowText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.settings-module__TEteKW__accountRowName{color:var(--text-primary);letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:1.125rem;font-weight:600;line-height:1.35;overflow:hidden}.settings-module__TEteKW__accountRowSub{color:var(--text-secondary);font-size:.875rem;font-weight:400;line-height:1.5}.settings-module__TEteKW__menuList{--list-row-pad-x:20px;background:var(--card-bg,#fff);border-radius:28px;overflow:hidden}.settings-module__TEteKW__chevron{color:var(--text-secondary);opacity:.45;flex-shrink:0;align-items:center;margin-left:8px;display:inline-flex}.settings-module__TEteKW__settingsCard{background:var(--surface-raised-strong);border-radius:28px;padding:24px}.settings-module__TEteKW__settingsCardTitle{font-family:var(--font-title,"Gowun Batang"), serif;color:var(--text-secondary);letter-spacing:-.01em;margin:-6px 0 10px;font-size:.875rem;font-weight:700}.settings-module__TEteKW__sectionLead{color:var(--text-secondary);font-family:var(--font-main);letter-spacing:-.02em;word-break:keep-all;margin:0 0 16px;padding:0 4px;font-size:1rem;font-weight:400;line-height:1.5}.settings-module__TEteKW__settingRow{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.settings-module__TEteKW__settingRow:last-child{margin-bottom:0}.settings-module__TEteKW__settingLabel{font-family:var(--font-main);color:var(--text-primary);font-size:.95rem;font-weight:700}.settings-module__TEteKW__fontSizeControl{background:var(--surface-control);border-radius:16px;justify-content:space-between;width:100%;padding:6px;display:flex}.settings-module__TEteKW__fontBtn{height:44px;color:var(--text-secondary);cursor:pointer;font-family:var(--font-main);background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;transition:all .2s;display:flex}.settings-module__TEteKW__fontBtnActive{background:var(--surface-raised-strong);color:var(--color-primary-text);box-shadow:var(--surface-shadow-soft);font-weight:800}.settings-module__TEteKW__timeField{background:var(--surface-raised);border:1px solid var(--surface-border);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;min-width:92px;height:42px;padding:0 14px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0f}.settings-module__TEteKW__timeFieldValue{font-family:var(--font-num);color:var(--text-primary);letter-spacing:.02em;font-size:.9rem;font-weight:800}.settings-module__TEteKW__formError{font-family:var(--font-main);color:#b15d4f;font-size:.85rem;font-weight:700}.settings-module__TEteKW__actionSection{margin-top:36px;margin-bottom:10px}.settings-module__TEteKW__actionCard{--list-row-pad-x:20px;background:var(--card-bg);border-radius:28px;overflow:hidden}.settings-module__TEteKW__actionRow{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;display:flex}.settings-module__TEteKW__actionRow:active{background:var(--hover-bg)}.settings-module__TEteKW__actionLabelGroup{flex-direction:column;gap:3px;display:flex}.settings-module__TEteKW__actionRowTitle{font-family:var(--font-main);color:var(--text-primary);font-size:.95rem;font-weight:700}.settings-module__TEteKW__dangerRow .settings-module__TEteKW__actionRowTitle{color:var(--color-danger-text)}.settings-module__TEteKW__footer{text-align:center;color:var(--text-tertiary);font-size:.75rem;font-family:var(--font-main);margin-top:60px;padding-bottom:40px}.settings-module__TEteKW__avatarHero{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;width:96px;margin:8px auto 18px;padding:0;display:block;position:relative}.settings-module__TEteKW__avatarHero:disabled{cursor:not-allowed;opacity:.6}.settings-module__TEteKW__avatarHero:active:not(:disabled){transform:scale(.98)}.settings-module__TEteKW__avatarHeroFrame{background:var(--input-bg);border-radius:50%;width:96px;height:96px;display:block;overflow:hidden}.settings-module__TEteKW__avatarHeroFrame img{object-fit:cover;width:100%;height:100%;display:block}.settings-module__TEteKW__avatarHeroBadge{background:var(--card-bg);width:30px;height:30px;color:var(--text-secondary);box-shadow:var(--surface-shadow-soft);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;line-height:1;display:flex;position:absolute;bottom:-2px;right:-2px}.settings-module__TEteKW__exactAlarmNotice{text-align:left;background:var(--bg-primary-soft);border:1px solid var(--surface-border);cursor:pointer;border-radius:28px;flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin-bottom:28px;padding:16px 18px;display:flex}.settings-module__TEteKW__exactAlarmNotice:active{background:var(--hover-bg)}.settings-module__TEteKW__exactAlarmNoticeText{font-family:var(--font-main);color:var(--text-secondary);font-size:.8rem;font-weight:500;line-height:1.55}.settings-module__TEteKW__exactAlarmNoticeAction{font-family:var(--font-main);color:var(--color-primary-text);font-size:.8rem;font-weight:700}
.BottomCTA-module__yoxwZW__container{z-index:var(--z-header);padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(to bottom, #fbf8f500 0%, var(--bg-color,#fbf8f5) 22%, var(--bg-color,#fbf8f5) 100%);pointer-events:none;position:fixed;bottom:0;left:0;right:0}.BottomCTA-module__yoxwZW__container>*{pointer-events:auto}[data-theme=night] .BottomCTA-module__yoxwZW__container,[data-theme=dark] .BottomCTA-module__yoxwZW__container{background:linear-gradient(to bottom, #0000 0%, var(--bg-color) 22%, var(--bg-color) 100%)}.BottomCTA-module__yoxwZW__inner{flex-direction:column;gap:8px;width:100%;display:flex}.BottomCTA-module__yoxwZW__double{flex-direction:row}.BottomCTA-module__yoxwZW__double>*{flex:1}.BottomCTA-module__yoxwZW__helper{font-size:var(--fs-caption,.75rem);color:var(--text-secondary);text-align:center;padding:0 4px 4px}
.ListRow-module__LptN5W__row{width:100%;padding:14px var(--list-row-pad-x,16px);color:inherit;text-align:left;background:0 0;border:none;align-items:center;font-family:inherit;text-decoration:none;transition:background .2s,transform .2s;display:flex}.ListRow-module__LptN5W__divider{border-bottom:1px solid var(--border-color)}.ListRow-module__LptN5W__clickable{cursor:pointer;-webkit-tap-highlight-color:transparent}.ListRow-module__LptN5W__clickable:active{background:var(--hover-bg,#00000008);transform:scale(.98)}.ListRow-module__LptN5W__iconBox{background:var(--surface-control);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:14px;display:flex}.ListRow-module__LptN5W__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ListRow-module__LptN5W__title{color:var(--text-primary);font-size:1rem;font-weight:450}.ListRow-module__LptN5W__description{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:400;overflow:hidden}.ListRow-module__LptN5W__right{flex-shrink:0;align-items:center;gap:8px;margin-left:12px;display:flex}.ListRow-module__LptN5W__value{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:44vw;font-size:.85rem;font-weight:400;overflow:hidden}.ListRow-module__LptN5W__chevron{color:var(--text-secondary);opacity:.45;flex-shrink:0;align-items:center;display:inline-flex}
.TipDetailModal-module__l3uL5a__column{max-width:430px}@media (min-width:768px){.TipDetailModal-module__l3uL5a__column{max-width:560px}}.TipDetailModal-module__l3uL5a__slide{box-sizing:border-box;justify-content:center;align-items:center;display:flex;container-type:size}
