.ds-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5000}.ds-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:95%;max-width:860px;height:90vh;max-height:860px;background:#fff;border-radius:0!important;border:1px solid #e5e7eb;box-shadow:0 20px 60px rgba(0,0,0,.15);z-index:5001;display:flex;flex-direction:column;overflow:hidden}.ds-header{justify-content:space-between;padding:24px 28px 20px;flex-shrink:0;border-bottom:1px solid #f0f0f0}.ds-header,.ds-header-left{display:flex;align-items:center}.ds-header-left{gap:12px}.ds-header-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.ds-header-icon img{width:28px;height:28px;object-fit:contain}.ds-header-text{display:flex;flex-direction:column}.ds-title{font-size:22px;font-weight:700;color:#111827;margin:0;letter-spacing:-.4px;font-style:italic}.ds-sparkle{color:#7c3aed;font-style:normal;font-size:14px;margin-left:4px}.ds-subtitle{font-size:13px;color:#9ca3af;margin:3px 0 0}.ds-close{width:36px;height:36px;border-radius:0!important;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.ds-close:hover{background:#f3f4f6;color:#111827}.ds-list{flex:1 1;overflow-y:auto;padding:12px 20px;display:flex;flex-direction:column;gap:0}.ds-loading{display:flex;align-items:center;justify-content:center;padding:60px}.ds-spinner{width:28px;height:28px;border:2.5px solid #e5e7eb;border-top-color:#7c3aed;border-radius:50%;animation:dsSpin .6s linear infinite}@keyframes dsSpin{to{transform:rotate(1turn)}}.ds-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af;font-size:14px}.ds-empty-icon{font-size:40px;margin-bottom:12px}.ds-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:0!important;cursor:pointer;position:relative;margin-bottom:-1px;transition:background .15s}.ds-item:hover{background:#f9fafb;z-index:1}.ds-item-avatar{width:56px;height:56px;border-radius:0!important;background:#f9fafb;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.ds-item-avatar img{width:48px;height:48px;object-fit:contain}.ds-item-body{flex:1 1;min-width:0}.ds-item-title-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.ds-item-title{font-size:16px;font-weight:700;color:#111827}.ds-item-star{color:#fbbf24;font-size:14px}.ds-item-meta{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.ds-mood-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:0!important}.ds-meta-text{font-size:12px;color:#6b7280}.ds-meta-dot{font-size:12px;color:#d1d5db}.ds-item-preview{font-size:14px;color:#6b7280;margin:0 0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-item-stats{gap:16px}.ds-item-stats,.ds-stat{display:flex;align-items:center}.ds-stat{gap:4px;font-size:12px;font-weight:500;color:#9ca3af}.ds-stat:first-child svg{color:#f472b6}.ds-stat:nth-child(2) svg{color:#60a5fa}.ds-stat:nth-child(3) svg{color:#fbbf24}.ds-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}.ds-item-date{font-size:12px;color:#9ca3af;white-space:nowrap}.ds-item-planet{width:28px;height:28px;border-radius:50%;background:radial-gradient(circle at 35% 35%,rgba(196,181,253,.6),rgba(139,92,246,.15))}.ds-item-bookmark{position:absolute;top:18px;right:18px;width:28px;height:28px;border:none;background:transparent;color:#d1d5db;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:0!important}.ds-item-bookmark:hover{color:#7c3aed}.ds-end{text-align:center;padding:28px;font-size:13px;color:#d1d5db;border-top:1px solid #f0f0f0;margin-top:8px}@media (max-width:768px){.ds-modal{width:100%;height:100vh;max-height:none;border:none}.ds-header{padding:18px 16px 14px}.ds-title{font-size:18px}.ds-subtitle{display:none}.ds-list{padding:8px 12px}.ds-item{padding:14px;gap:12px}.ds-item-avatar{width:44px;height:44px}.ds-item-avatar img{width:38px;height:38px}.ds-item-title{font-size:14px}.ds-item-right{display:none}}[data-theme=nebula] .ds-modal{background:#0c0a14;border-color:rgba(139,92,246,.1);box-shadow:0 20px 60px rgba(0,0,0,.5)}[data-theme=nebula] .ds-header{border-color:hsla(0,0%,100%,.05)}[data-theme=nebula] .ds-title{color:#f3f4f6}[data-theme=nebula] .ds-subtitle{color:rgba(156,163,175,.6)}[data-theme=nebula] .ds-close{border-color:hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:#9ca3af}[data-theme=nebula] .ds-close:hover{background:hsla(0,0%,100%,.08);color:#fff}[data-theme=nebula] .ds-item{background:hsla(0,0%,100%,.02);border-color:hsla(0,0%,100%,.05)}[data-theme=nebula] .ds-item:hover{background:rgba(139,92,246,.04);border-color:rgba(139,92,246,.12)}[data-theme=nebula] .ds-item-avatar{background:hsla(0,0%,100%,.03)}[data-theme=nebula] .ds-item-title{color:#f3f4f6}[data-theme=nebula] .ds-item-preview{color:#9ca3af}[data-theme=nebula] .ds-item-date{color:#4b5563}[data-theme=nebula] .ds-item-bookmark{color:#374151}[data-theme=nebula] .ds-item-bookmark:hover{color:#a78bfa}[data-theme=nebula] .ds-end{color:rgba(156,163,175,.3);border-color:hsla(0,0%,100%,.03)}@media (max-width:768px){.mbd-page{position:fixed;inset:0;z-index:10040;display:flex;flex-direction:column;overflow:hidden;color:#f2eadc;background:radial-gradient(circle at 50% 18%,rgba(120,102,255,.08),transparent 40%),radial-gradient(circle at 78% 74%,hsla(41,66%,72%,.05),transparent 32%),linear-gradient(180deg,#08111f,#0d1830 55%,#13213d);isolation:isolate}.mbd-page:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.2;background-image:radial-gradient(circle,hsla(0,0%,100%,.5) 0 1px,transparent 1.3px),radial-gradient(circle,hsla(41,66%,72%,.35) 0 1px,transparent 1.3px);background-size:180px 180px,260px 260px;background-position:20px 40px,90px 130px}.mbd-content{flex:1 1;min-height:0;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mbd-content,.mbd-meta-bar{position:relative;z-index:2;display:flex}.mbd-meta-bar{align-items:center;justify-content:center;gap:7px;width:calc(100% - 36px);max-width:480px;min-height:40px;margin:100px auto 0;padding:9px 12px;border:1px solid hsla(41,66%,72%,.2);border-radius:999px;background:rgba(8,17,31,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#f1dfb3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;white-space:nowrap;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}.mbd-meta-moon{color:#e7c98a;font-size:14px;line-height:1}.mbd-meta-chevron{margin-left:auto;width:26px;height:26px;display:grid;place-items:center;border:1px solid hsla(41,66%,72%,.28);border-radius:999px;color:hsla(39,87%,76%,.98);background:hsla(39,87%,76%,.095);flex-shrink:0;box-shadow:0 0 0 1px hsla(39,87%,76%,.035)}.mbd-journey-toggle svg,.mbd-meta-chevron svg{width:15px;height:15px;display:block;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.mbd-letter-wrap{position:relative;z-index:2;flex-grow:0;flex-shrink:0;flex-basis:calc(100dvh - 206px);min-height:460px;margin:16px 14px 0;display:flex;flex-direction:column}.mbd-letter-wrap>div:first-child{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.mbd-letter-wrap .letter-reader-stack{height:100%;align-items:stretch}.mbd-letter-wrap .letter-reader-mobile{position:relative;isolation:isolate}.mbd-letter-wrap .letter-reader-mobile .letter-reader-paper-stack{position:absolute;inset:0;width:100%;height:calc(100% - 4px);max-width:none;transform:none;left:0;top:0;pointer-events:none;z-index:0}.mbd-letter-wrap .letter-reader-mobile .letter-reader-paper-stack .sheet-peek{position:absolute;inset:0;border-radius:22px;background:linear-gradient(180deg,hsla(40,44%,84%,.86),hsla(38,21%,75%,.76));box-shadow:0 14px 28px rgba(0,0,0,.22),inset 0 0 0 1px rgba(0,0,0,.05);filter:blur(.35px)}.mbd-letter-wrap .letter-reader-mobile .sheet-peek-next{transform:translate(8px,4px) rotate(.4deg);opacity:.78}.mbd-letter-wrap .letter-reader-mobile .sheet-peek-next.sheet-peek-back{transform:translate(16px,8px) rotate(.8deg);opacity:.5}.mbd-letter-wrap .letter-reader-mobile .sheet-peek-prev{transform:translate(-8px,4px) rotate(-.4deg);opacity:.78}.mbd-letter-wrap .letter-reader-mobile .sheet-peek-prev.sheet-peek-back{transform:translate(-16px,8px) rotate(-.8deg);opacity:.5}.mbd-letter-wrap .letter-reader-stack>.mbd-reader-paper,.mbd-letter-wrap .letter-reader-stack>.writing-paper{width:100%;height:100%!important;aspect-ratio:auto;box-shadow:0 30px 80px rgba(0,0,0,.32),inset 0 0 0 1px rgba(78,48,18,.1)!important}.mbd-letter-wrap .letter-reader-measure .mbd-reader-paper,.mbd-letter-wrap .letter-reader-stack>.mbd-reader-paper,.mbd-letter-wrap .letter-reader-stack>.writing-paper{border-radius:22px;position:relative;z-index:1;display:flex;flex-direction:column;overflow:hidden;background-size:100% 100%;background-position:50%;background-repeat:no-repeat}.mbd-letter-wrap .letter-reader-stack .mbd-reader-paper:before,.mbd-letter-wrap .letter-reader-stack .writing-paper:before{content:"";position:absolute;inset:0;border-radius:22px;pointer-events:none;opacity:.12;background-image:radial-gradient(circle at 20% 30%,rgba(70,48,25,.18) 0 1px,transparent 1.3px);background-size:18px 20px}.mbd-letter-wrap .letter-reader-mobile .paper-well{width:100%!important;max-width:none!important;min-height:0!important;margin:0!important;padding:12px 24px 24px!important;box-sizing:border-box!important}.mbd-letter-wrap .letter-reader-mobile .paper-well:after{content:"\263E";position:absolute;top:14px;right:0;color:color-mix(in srgb,var(--paper-text-color,#3a2f28) 34%,transparent);font-size:18px;line-height:1;pointer-events:none}.mbd-letter-wrap .letter-reader-mobile .paper-header{position:relative!important;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:0 0 6px!important;margin:0 0 6px!important;border-bottom:1px solid rgba(58,47,40,.08);font-size:12px;letter-spacing:0;color:color-mix(in srgb,var(--paper-text-color,#3a2f28) 46%,transparent)}.mbd-letter-wrap .letter-reader-mobile .paper-header span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mbd-letter-wrap .letter-reader-mobile .reader-text{position:relative;z-index:3;flex:1 1 auto;width:100%;max-width:none!important;min-height:0;display:block;padding:0!important;margin:0!important;font-family:Caveat,Segoe Print,Comic Sans MS,cursive;font-size:19px;line-height:40px;letter-spacing:.005em;background-image:repeating-linear-gradient(180deg,transparent 0 38.5px,rgba(80,58,32,.05) 38.5px 39px);background-position:0 0;color:var(--paper-text-color,#3a2f28);white-space:pre-wrap;overflow:hidden;mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.6) 50%,rgba(0,0,0,.2));-webkit-mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.6) 50%,rgba(0,0,0,.2))}.mbd-letter-wrap .letter-reader-mobile .paper-footer{position:relative;z-index:4;display:flex;align-items:center;justify-content:center;min-height:28px;margin-top:10px;padding-top:0;font-family:Georgia,Times New Roman,serif}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp{position:absolute;right:18px;bottom:44px;z-index:4;width:88px;transform:rotate(8deg);transform-origin:50% 100%;pointer-events:none;opacity:.88;filter:drop-shadow(0 5px 12px rgba(0,0,0,.18))}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp .stamp-img{width:88px}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp .stamp-text{bottom:8px}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp .stamp-text-label{font-size:6px;letter-spacing:.6px}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp .stamp-text-number{font-size:9px;letter-spacing:1px}.mbd-letter-wrap .letter-reader-mobile .sheet-pager{display:inline-flex;align-items:center;gap:8px;min-height:28px;padding:0;border:0;border-radius:0;background:transparent;color:color-mix(in srgb,var(--paper-text-color,#3a2f28) 58%,transparent);font-size:11px;letter-spacing:0}.mbd-letter-wrap .letter-reader-mobile .sheet-pager-arrow{width:22px;height:22px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--paper-text-color,#3a2f28) 14%,transparent);border-radius:50%;background:transparent;color:inherit;font-size:15px;line-height:1;cursor:pointer}.mbd-letter-wrap .letter-reader-mobile .sheet-pager-arrow:disabled{opacity:.3;cursor:default}.mbd-letter-wrap .letter-reader-mobile .sheet-pager-label{white-space:nowrap;font-style:italic}.mbd-letter-wrap .letter-reader-mobile .bottle-viewer-letter-decoration{z-index:1;opacity:.32;pointer-events:none}@media (max-height:740px){.mbd-letter-wrap .letter-reader-mobile .paper-well{padding:10px 20px 22px!important}.mbd-letter-wrap .letter-reader-mobile .reader-text{font-size:18px;line-height:36px;background-image:repeating-linear-gradient(180deg,transparent 0 34.5px,rgba(80,58,32,.05) 34.5px 35.5px)}.mbd-letter-wrap .letter-reader-mobile .paper-header{padding:0 0 4px!important;margin:0 0 4px!important;font-size:11px}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp{width:74px;right:14px;bottom:40px}.mbd-letter-wrap .letter-reader-mobile .mbd-final-stamp .stamp-img{width:74px}.mbd-letter-wrap .letter-reader-mobile .sheet-pager{min-height:26px;font-size:10.5px}}.mbd-stamp-wrap{position:absolute;top:12px;right:12px;z-index:2}.mbd-journey{margin:22px 14px 0;flex-shrink:0}.mbd-content>.mbd-journey{display:none}.mbd-journey-header{position:relative;width:100%;display:grid;grid-template-columns:44px 1fr 18px;align-items:center;grid-gap:11px;gap:11px;min-height:58px;padding:10px 12px;border:1px solid hsla(41,66%,72%,.12);border-radius:12px;background:radial-gradient(circle at 18% 24%,hsla(39,87%,76%,.08),transparent 38%),rgba(8,17,31,.56);box-shadow:0 14px 32px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.03);color:hsla(43,69%,82%,.78);font-family:Georgia,Times New Roman,serif;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.mbd-journey-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid hsla(39,87%,76%,.15);border-radius:999px;color:#f7d28b;background:hsla(39,87%,76%,.055)}.mbd-journey-mark svg{width:24px;height:24px}.mbd-journey-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.mbd-journey-copy strong{font-size:18px;font-weight:700;font-style:normal;color:#f1dfb3;line-height:1.08}.mbd-journey-copy em{font-size:8px;font-style:normal;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:hsla(41,66%,72%,.72)}.mbd-journey-toggle{justify-self:end;width:24px;height:24px;display:grid;place-items:center;border:1px solid hsla(41,66%,72%,.3);border-radius:999px;color:hsla(39,87%,76%,.98);background:hsla(39,87%,76%,.1);box-shadow:0 0 0 1px hsla(39,87%,76%,.035);transition:transform .28s ease}.mbd-journey-header.open .mbd-journey-toggle{transform:rotate(180deg)}.mbd-journey-timeline{overflow:hidden;margin-top:16px;padding:18px 6px;border-bottom:1px solid hsla(41,66%,72%,.1)}.mbd-journey-title{margin:0 0 20px;color:hsla(39,87%,76%,.72);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:800;letter-spacing:.22em}.mbd-journey-step{position:relative;display:flex;align-items:flex-start;gap:18px;min-height:64px}.mbd-journey-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:999px;color:hsla(39,87%,76%,.45);background:radial-gradient(circle,hsla(39,87%,76%,.08),hsla(39,87%,76%,.02) 58%,transparent 72%);font-size:22px;line-height:1;flex-shrink:0;filter:drop-shadow(0 0 6px rgba(247,210,139,.05))}.mbd-journey-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linejoin:round}.mbd-journey-line{width:1px;height:26px;margin:-4px 0 0 27px;background:hsla(39,87%,76%,.12)}.mbd-journey-step-copy{display:flex;flex-direction:column;gap:7px;min-width:0;padding-top:9px;font-family:Georgia,Times New Roman,serif}.mbd-journey-step-copy strong{color:rgba(255,247,238,.9);font-size:15px;font-weight:700;line-height:1.35}.mbd-journey-step-copy em{color:hsla(43,69%,82%,.66);font-size:14px;font-style:italic;line-height:1.55}.mbd-journey-step-copy span{color:#f7d28b;font-weight:700}.mbd-slogan{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px 16px max(34px,env(safe-area-inset-bottom));color:hsla(41,67%,69%,.82);font-family:Georgia,Times New Roman,serif;font-size:14px;font-style:italic;letter-spacing:.02em;text-align:center;flex-shrink:0}.mbd-slogan span{color:hsla(39,87%,76%,.62);font-style:normal}.mbd-sheet-backdrop{position:fixed;inset:0;z-index:10120;background:rgba(4,8,18,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:mbd-fade-in .22s ease}@keyframes mbd-fade-in{0%{opacity:0}to{opacity:1}}.mbd-meta-sheet{position:fixed;left:0;right:0;bottom:0;z-index:10121;max-height:82vh;overflow-y:auto;padding:14px 20px 28px;border-radius:26px 26px 0 0;border-top:1px solid hsla(41,66%,72%,.2);background:linear-gradient(180deg,rgba(20,28,56,.97),rgba(8,14,32,.99));color:#f2eadc;box-shadow:0 -22px 60px rgba(0,0,0,.55);animation:mbd-slide-up .32s cubic-bezier(.22,1,.36,1);-webkit-overflow-scrolling:touch}@keyframes mbd-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mbd-sheet-handle{width:38px;height:4px;margin:0 auto 10px;border-radius:2px;background:hsla(41,66%,72%,.26)}.mbd-sheet-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:10px;padding:0 8px}.mbd-sheet-title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;color:#f1dfb3}.mbd-sheet-close{position:absolute;top:50%;right:0;transform:translateY(-50%);width:28px;height:28px;border:0;background:transparent;color:hsla(43,69%,82%,.76);font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;-webkit-tap-highlight-color:transparent}.mbd-sheet-info,.mbd-sheet-item{width:100%;min-height:66px;display:grid;grid-template-columns:46px 1fr 18px;align-items:center;grid-gap:12px;gap:12px;padding:8px 0;border:0;border-bottom:1px solid hsla(41,66%,72%,.08);background:transparent;color:hsla(39,87%,76%,.88);font-family:Georgia,Times New Roman,serif;text-align:left}.mbd-sheet-item{cursor:pointer;-webkit-tap-highlight-color:transparent}.mbd-sheet-item:active{color:#f7d28b}.mbd-sheet-item.is-kept{color:#f7d28b;border-bottom-color:hsla(39,87%,76%,.16);background:radial-gradient(circle at 8% 50%,hsla(39,87%,76%,.13),transparent 30%),linear-gradient(90deg,hsla(39,87%,76%,.06),transparent 72%)}.mbd-sheet-item.is-kept .mbd-sheet-icon{border-color:hsla(39,87%,76%,.34);background:radial-gradient(circle,hsla(39,87%,76%,.2),hsla(39,87%,76%,.06) 62%,transparent 80%);box-shadow:0 0 18px hsla(39,87%,76%,.13),inset 0 0 14px hsla(39,87%,76%,.08)}.mbd-sheet-item.is-kept .mbd-sheet-copy strong{color:#f7d28b}.mbd-sheet-item.is-kept .mbd-sheet-copy em{color:hsla(43,69%,82%,.68)}.mbd-sheet-icon{width:42px;height:42px;display:grid;place-items:center;border:1px solid hsla(39,87%,76%,.12);border-radius:999px;color:currentColor;background:hsla(39,87%,76%,.045)}.mbd-sheet-icon svg{width:34px;height:34px;filter:drop-shadow(0 0 8px rgba(247,210,139,.14))}.mbd-sheet-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.mbd-sheet-copy strong{color:hsla(43,69%,82%,.96);font-size:16px;font-weight:500}.mbd-sheet-copy em{color:hsla(43,69%,82%,.46);font-size:12.5px;font-style:normal;line-height:1.35}.mbd-sheet-copy small{color:hsla(43,69%,82%,.38);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-style:normal;line-height:1.35}.mbd-sheet-arrow{justify-self:end;color:hsla(39,87%,76%,.66);font-size:24px;line-height:1}.mbd-sheet-resonance{width:100%;min-height:74px;display:grid;grid-template-columns:46px 1fr;align-items:center;grid-gap:12px;gap:12px;margin-bottom:4px;padding:12px 0 16px;border-bottom:1px solid hsla(41,66%,72%,.1);color:hsla(39,87%,76%,.9);font-family:Georgia,Times New Roman,serif}.mbd-sheet-resonance .mbd-sheet-icon{border-color:hsla(39,87%,76%,.18);background:radial-gradient(circle,hsla(39,87%,76%,.12),hsla(39,87%,76%,.035) 64%,transparent 78%)}.mbd-sheet-resonance .mbd-sheet-copy strong{color:#f7d28b;font-size:17px}.mbd-sheet-info{grid-template-columns:46px 1fr;min-height:62px;padding-top:12px;border-bottom:0;color:hsla(43,69%,82%,.62)}.mbd-sheet-info:last-child{border-bottom:0}.mbd-warmth-stats-sheet{max-height:min(72vh,620px);overflow-y:auto;-webkit-overflow-scrolling:touch}.mbd-warmth-summary{display:grid;grid-gap:6px;gap:6px;padding:8px 2px max(18px,env(safe-area-inset-bottom));font-family:Georgia,Times New Roman,serif}.mbd-warmth-row{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;min-height:34px;padding:9px 0;border-bottom:1px solid hsla(41,66%,72%,.08);color:hsla(38,56%,91%,.86)}.mbd-warmth-emoji{display:grid;place-items:center;border-radius:999px;color:var(--warmth-glow-color,#f7d28b);line-height:1}.mbd-warmth-emoji,.mbd-warmth-emoji .ws-seal-svg{width:20px;height:20px}.mbd-warmth-message{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2}.mbd-warmth-row strong{color:#f1dfb3;font-size:13px;font-weight:700;opacity:.65;text-align:right;white-space:nowrap}.mbd-warmth-total{display:grid;grid-gap:2px;gap:2px;margin-top:2px;padding-top:12px;color:hsla(36,38%,87%,.66);font-size:13px;font-style:italic;line-height:1.3}.mbd-warmth-total em,.mbd-warmth-total span{display:block;font-style:italic}.mbd-warmth-total em{color:hsla(36,38%,87%,.76)}.mbd-warmth-empty{padding:18px 0;color:hsla(36,38%,87%,.6);font-size:13px;font-style:italic}.mbd-journey-sheet{max-height:min(78vh,660px);overflow-y:auto;-webkit-overflow-scrolling:touch}.mbd-journey-sheet .mbd-journey-timeline{margin-top:4px;padding:12px 2px max(18px,env(safe-area-inset-bottom));border-bottom:0}.mbd-journey-sheet .mbd-journey-title{margin-bottom:18px}.ws-backdrop{position:fixed;inset:0;z-index:10120;background:rgba(4,8,18,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ws-panel{position:fixed;bottom:0;left:0;right:0;z-index:10121;max-height:82vh;overflow-y:auto;padding:14px 20px 28px;border-radius:26px 26px 0 0;border-top:1px solid hsla(41,66%,72%,.2);background:linear-gradient(180deg,rgba(20,28,56,.97),rgba(8,14,32,.99));color:#f2eadc;box-shadow:0 -22px 60px rgba(0,0,0,.55);-webkit-overflow-scrolling:touch}.ws-grip{width:38px;height:4px;margin:0 auto 10px;border-radius:2px;background:hsla(41,66%,72%,.26)}.ws-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:16px;padding:0 8px}.ws-back{position:absolute;top:50%;left:0;transform:translateY(-50%);width:28px;height:28px;border:0;background:transparent;color:hsla(43,69%,82%,.7);font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;-webkit-tap-highlight-color:transparent}.ws-panel-title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;color:#f1dfb3;text-align:center}.ws-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px 8px;gap:16px 8px;margin:16px 0}.ws-stamp{aspect-ratio:auto;min-width:0;padding:2px 2px 10px;border:0;background:transparent}}@media (min-width:769px){.community-shell .ws-backdrop,.ws-backdrop{position:fixed!important;inset:0!important;z-index:10110!important;background:linear-gradient(90deg,rgba(2,6,16,.08),rgba(2,6,16,.38))!important;backdrop-filter:blur(1.5px)!important;-webkit-backdrop-filter:blur(1.5px)!important}.community-shell .ws-panel,.ws-panel{position:fixed!important;top:86px!important;right:28px!important;bottom:28px!important;left:auto!important;z-index:10111!important;width:min(384px,calc(100vw - 56px))!important;max-width:none!important;max-height:none!important;margin:0!important;padding:18px 18px 20px!important;overflow-y:auto!important;text-align:left!important;border:1px solid hsla(41,66%,72%,.16)!important;border-radius:18px!important;background:radial-gradient(circle at 18% 0,hsla(39,87%,76%,.08),transparent 34%),linear-gradient(180deg,rgba(13,22,43,.96),rgba(6,12,27,.98))!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),-28px 0 74px rgba(0,0,0,.36),0 18px 70px rgba(0,0,0,.42)!important;animation:wsDesktopPanelIn .28s cubic-bezier(.22,1,.36,1) both!important}.community-shell .ws-grip,.ws-grip{display:none!important}.community-shell .ws-head,.ws-head{position:relative!important;display:block!important;min-height:34px!important;margin-bottom:16px!important;padding:0 34px 0 0!important}.community-shell .ws-back,.ws-back{position:absolute!important;top:-3px!important;right:0!important;left:auto!important;transform:none!important;width:28px!important;height:28px!important;border:1px solid hsla(41,66%,72%,.16)!important;border-radius:999px!important;background:hsla(39,87%,76%,.045)!important;color:hsla(43,69%,82%,.72)!important}.community-shell .ws-grid,.ws-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 10px!important}.community-shell .ws-stamp-icon-wrap,.ws-stamp-icon-wrap{width:78px!important;height:78px!important}}@media (max-width:768px){.lang-sheet-backdrop{position:fixed;inset:0;z-index:10120;background:rgba(4,8,18,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.lang-sheet{position:fixed;left:0;right:0;bottom:0;z-index:10121;height:280px;padding:14px 20px 28px;border-radius:26px 26px 0 0;border-top:1px solid hsla(41,66%,72%,.2);background:linear-gradient(180deg,rgba(20,28,56,.97),rgba(8,14,32,.99));color:#f2eadc;box-shadow:0 -22px 60px rgba(0,0,0,.55);display:flex;flex-direction:column}.lang-sheet-handle{width:38px;height:4px;margin:0 auto 10px;border-radius:2px;background:hsla(41,66%,72%,.26)}.lang-sheet-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:8px;padding:0 8px}.lang-sheet-title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;color:#f1dfb3;text-align:center}.lang-sheet-close{position:absolute;top:50%;right:0;transform:translateY(-50%);width:28px;height:28px;border:0;background:transparent;color:hsla(43,69%,82%,.7);font-size:22px;line-height:1;cursor:pointer;display:grid;place-items:center;-webkit-tap-highlight-color:transparent}.lang-sheet-subtitle{margin:0 0 20px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-style:italic;color:hsla(43,69%,82%,.62)}.lang-sheet-options{flex:1 1;display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.lang-sheet-option{width:100%;min-height:52px;display:flex;align-items:center;gap:12px;padding:14px 4px;border:0;border-bottom:1px solid hsla(41,66%,72%,.08);background:transparent;color:#f1dfb3;font-family:Georgia,Times New Roman,serif;font-size:15px;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s ease}.lang-sheet-option:last-child{border-bottom:0}.lang-sheet-option:active{background:hsla(39,87%,76%,.05)}.lang-sheet-option.is-selected{color:#f1dfb3}.lang-sheet-option.is-selecting{animation:lang-pulse .4s ease}@keyframes lang-pulse{0%,to{transform:scale(1)}50%{transform:scale(.98)}}.lang-sheet-option-check{width:14px;height:14px;display:grid;place-items:center;border-radius:50%;border:1.4px solid hsla(41,66%,72%,.45);background:transparent;color:#f7d28b;font-size:12px;font-weight:700;flex-shrink:0;position:relative;transition:border-color .2s ease}.lang-sheet-option.is-selected .lang-sheet-option-check{border-color:#f7d28b}.lang-sheet-option.is-selected .lang-sheet-option-check:after{content:"";position:absolute;inset:2px;border-radius:50%;background:#f7d28b}.lang-sheet-option-label{flex:1 1}.lang-sheet-footer{display:flex;justify-content:center;padding-top:8px}.lang-sheet-done{min-width:140px;padding:12px 24px;border:1px solid hsla(41,66%,72%,.24);border-radius:999px;background:linear-gradient(180deg,hsla(39,87%,76%,.12),hsla(39,87%,76%,.08));color:#f7d28b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:all .2s ease}.lang-sheet-done:active{background:linear-gradient(180deg,hsla(39,87%,76%,.18),hsla(39,87%,76%,.12));border-color:hsla(41,66%,72%,.32)}}@media (min-width:769px){.lang-sheet-backdrop{position:fixed!important;inset:0!important;z-index:10110!important;background:linear-gradient(90deg,rgba(2,6,16,.08),rgba(2,6,16,.38))!important;backdrop-filter:blur(1.5px)!important;-webkit-backdrop-filter:blur(1.5px)!important}.lang-sheet{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;bottom:auto!important;right:auto!important;z-index:10111!important;width:min(420px,calc(100vw - 56px))!important;height:auto!important;max-height:none!important;margin:0!important;padding:24px 28px 28px!important;border:1px solid hsla(41,66%,72%,.16)!important;border-radius:18px!important;background:radial-gradient(circle at 50% 0,hsla(39,87%,76%,.08),transparent 34%),linear-gradient(180deg,rgba(20,28,56,.97),rgba(8,14,32,.99))!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04),0 18px 70px rgba(0,0,0,.42)!important}.lang-sheet-handle{display:none!important}.lang-sheet-head{margin-bottom:12px!important}.lang-sheet-subtitle{margin-bottom:24px!important;font-size:13px!important}.lang-sheet-options{gap:0!important;margin-bottom:20px!important}.lang-sheet-option{min-height:56px!important;padding:14px 4px!important}.lang-sheet-option:hover{background:hsla(39,87%,76%,.05)}.lang-sheet-done{min-width:160px!important;padding:14px 28px!important;font-size:16px!important}.lang-sheet-done:hover{background:linear-gradient(180deg,hsla(39,87%,76%,.16),hsla(39,87%,76%,.11));border-color:hsla(41,66%,72%,.3)}}.share-sheet-backdrop{position:fixed;inset:0;z-index:10100;background:rgba(3,7,19,.75);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.share-sheet{position:fixed;bottom:0;left:0;right:0;z-index:10101;max-height:85vh;padding:20px 20px max(20px,env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:radial-gradient(circle at 50% 0,hsla(39,87%,76%,.08),transparent 50%),linear-gradient(180deg,rgba(9,17,39,.98),rgba(7,13,31,.98));border-top:1px solid hsla(39,87%,76%,.12);box-shadow:0 -12px 40px rgba(0,0,0,.5);overflow-y:auto}.share-sheet-handle{width:36px;height:4px;margin:0 auto 20px;border-radius:2px;background:hsla(39,87%,76%,.25)}.share-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.share-sheet-title{margin:0;color:hsla(38,74%,88%,.95);font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500;letter-spacing:.02em}.share-sheet-close{width:32px;height:32px;padding:0;border:0;border-radius:50%;background:hsla(39,87%,76%,.08);color:hsla(38,74%,88%,.7);font-size:28px;line-height:1;cursor:pointer;transition:all .2s}.share-sheet-close:active{background:hsla(39,87%,76%,.15);color:hsla(38,74%,88%,.95);transform:scale(.95)}.share-sheet-subtitle{margin:0 0 24px;color:rgba(200,208,230,.65);font-family:Georgia,Times New Roman,serif;font-size:14px;font-style:italic;line-height:1.5}.share-sheet-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));grid-gap:16px;gap:16px;margin-bottom:24px}.share-sheet-option{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 8px;border:1px solid rgba(169,213,255,.12);border-radius:12px;background:rgba(7,13,31,.6);color:hsla(38,74%,88%,.85);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:12px;font-weight:500;text-align:center;cursor:pointer;transition:all .2s}.share-sheet-option:active{background:hsla(39,87%,76%,.1);border-color:hsla(39,87%,76%,.25);transform:scale(.95)}.share-sheet-option-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:hsla(39,87%,76%,.08);color:hsla(39,87%,76%,.85);transition:all .2s}.share-sheet-option-icon svg{width:20px;height:20px}.share-sheet-option:active .share-sheet-option-icon{background:hsla(39,87%,76%,.15);box-shadow:0 0 16px hsla(39,87%,76%,.2)}.share-sheet-option-label{display:block;line-height:1.3}.share-sheet-footer{padding-top:16px;border-top:1px solid rgba(169,213,255,.08)}.share-sheet-done{width:100%;min-height:48px;padding:0 24px;border:0;border-radius:12px;background:hsla(39,87%,76%,.1);color:hsla(38,74%,88%,.95);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.share-sheet-done:active{background:hsla(39,87%,76%,.15);transform:scale(.98)}.mobile-notif{position:fixed;inset:0;z-index:9051;display:none;flex-direction:column;background:radial-gradient(ellipse at 50% 12%,rgba(20,24,56,.55),transparent 70%),url(/future-me-bg.png) 50% /cover no-repeat,#050a16;color:#fff;overflow-y:auto;overflow-x:hidden;padding:100px 0 120px;box-sizing:border-box}@media (max-width:768px){.mobile-notif{display:flex}}.mobile-notif-header{width:100%;margin:0 0 24px;padding:0 18px;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.mobile-notif-mark-all{padding:8px 16px;border:1px solid hsla(39,87%,76%,.25);border-radius:8px;background:hsla(39,87%,76%,.08);color:hsla(38,74%,88%,.92);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.mobile-notif-mark-all:active{background:hsla(39,87%,76%,.15);transform:scale(.95)}.mobile-notif-list{width:100%;padding:0 10px}.mobile-notif-empty,.mobile-notif-list{display:flex;flex-direction:column;gap:16px}.mobile-notif-empty{align-items:center;justify-content:center;padding:80px 20px;text-align:center}.mobile-notif-empty-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:hsla(39,87%,76%,.08);color:hsla(39,87%,76%,.6)}.mobile-notif-empty-icon svg{width:32px;height:32px}.mobile-notif-empty p{margin:0;color:hsla(0,0%,100%,.75);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.mobile-notif-empty span{color:hsla(0,0%,100%,.45);font-size:14px;line-height:1.5}.mobile-notif-loading{display:flex;gap:8px;align-items:center}.mobile-notif-loading-dot{width:8px;height:8px;border-radius:50%;background:hsla(39,87%,76%,.6);animation:notifLoadingBounce 1.4s ease-in-out infinite}.mobile-notif-loading-dot:nth-child(2){animation-delay:.2s}.mobile-notif-loading-dot:nth-child(3){animation-delay:.4s}@keyframes notifLoadingBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.mobile-notif-card{position:relative;display:grid;grid-template-columns:48px 1fr;grid-gap:14px;gap:14px;padding:18px;border:1px solid rgba(169,213,255,.12);border-radius:16px;background:radial-gradient(ellipse at 88% 82%,hsla(39,87%,76%,.06),transparent 45%),radial-gradient(ellipse at 18% 20%,hsla(39,87%,76%,.04),transparent 50%),#101936;backdrop-filter:blur(14px) saturate(118%);-webkit-backdrop-filter:blur(14px) saturate(118%);box-shadow:0 4px 16px rgba(20,40,120,.12);transition:all .2s}.mobile-notif-card.unread{border-color:hsla(39,87%,76%,.25);background:radial-gradient(ellipse at 88% 82%,hsla(39,87%,76%,.12),transparent 45%),radial-gradient(ellipse at 18% 20%,hsla(39,87%,76%,.08),transparent 50%),#12214a;cursor:pointer}.mobile-notif-card.unread:active{transform:scale(.98);border-color:hsla(39,87%,76%,.35)}.mobile-notif-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 42% 35%,hsla(0,0%,100%,.08),transparent 30%),hsla(39,87%,76%,.12);font-size:24px;flex-shrink:0}.mobile-notif-card-content{display:flex;flex-direction:column;gap:6px;min-width:0}.mobile-notif-card-title{color:rgba(255,247,238,.92);font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500;line-height:1.4;letter-spacing:.01em}.mobile-notif-card-body{color:rgba(200,208,230,.72);font-size:13px;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mobile-notif-card-body,.mobile-notif-card-time{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.mobile-notif-card-time{color:rgba(200,208,230,.5);font-size:11px;line-height:1;margin-top:4px}.mobile-notif-card-dot{position:absolute;top:12px;right:12px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#ff4757,#ff6b6b);box-shadow:0 0 0 2px rgba(16,25,54,.9),0 0 8px rgba(255,71,87,.5);animation:notifDotPulse 2s ease-in-out infinite}@keyframes notifDotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}