:root{--ink: #111113;--ink-2: #2b2b2e;--ink-soft: rgba(17, 17, 19, .56);--ink-faint: rgba(17, 17, 19, .34);--ink-ghost: rgba(17, 17, 19, .16);--line: rgba(17, 17, 19, .1);--line-soft: rgba(17, 17, 19, .06);--line-strong:rgba(17, 17, 19, .2);--paper: #f4f4f5;--paper-2: #ededee;--card: #ffffff;--card-2: #fafafa;--card-ink: #111113;--wallpaper: radial-gradient(circle at 14% 8%, rgba(255,255,255,.96), transparent 38%), radial-gradient(circle at 88% 66%, rgba(196,196,200,.16), transparent 32%), linear-gradient(158deg, #f2f2f3 0%, #e9e9eb 56%, #f5f5f6 100%);--sheen: rgba(255, 255, 255, .9);--tile-bg: linear-gradient(158deg, #ffffff 0%, #f5f5f7 56%, #eaeaec 100%);--tile-ink: #26262a;--tile-border: rgba(17,17,19,.05);--tile-shadow: 0 1px 1px rgba(17,17,19,.05), 0 5px 12px rgba(17,17,19,.085), 0 14px 26px rgba(17,17,19,.05), inset 0 1px 0 rgba(255,255,255,.96), inset 0 -5px 9px rgba(17,17,19,.03);--tile-glow: radial-gradient(118% 84% at 27% 12%, rgba(255,255,255,.85), transparent 46%);--dock-bg: linear-gradient(180deg, rgba(255,255,255,.8) 0%, rgba(255,255,255,.5) 52%, rgba(255,255,255,.62) 100%);--dock-border: rgba(255,255,255,.75);--dock-shadow: 0 1px 1px rgba(17,17,19,.04), 0 4px 12px rgba(17,17,19,.05), 0 16px 40px rgba(17,17,19,.13), inset 0 1px 0 rgba(255,255,255,.96), inset 0 0 0 .5px rgba(255,255,255,.32), inset 0 -9px 16px rgba(17,17,19,.04);--dock-sheen: linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,.1) 58%, transparent);--dock-blur: blur(34px) saturate(165%);--font-serif: "Playfair Display", "Noto Serif SC", "Songti SC", Georgia, serif;--font-sans: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "SF Pro Text", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;--font-mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--r-sm: 8px;--r-md: 14px;--r-lg: 20px;--r-xl: 26px;--r-pill: 999px;--shadow-card: 0 1px 2px rgba(17, 17, 19, .04), 0 6px 18px rgba(17, 17, 19, .05);--shadow-soft: 0 1px 2px rgba(17, 17, 19, .05);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:var(--screen-height, 100dvh);min-height:var(--screen-height, 100dvh)}html{background:var(--wallpaper);background-color:#000}html.browser-mode{color-scheme:only light;background:linear-gradient(to bottom,#fff0 72%,#ffffff2e,#ffffffb8 88%,#fff,#fff),var(--wallpaper);background-color:#ececee}html.browser-mode body,html.browser-mode #app{background:transparent;background-color:transparent}body{font-family:var(--font-sans);color:var(--ink);background-color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;overscroll-behavior:none}#app{position:relative;width:100%;height:var(--screen-height, 100dvh);min-height:var(--screen-height, 100dvh);background-color:#000}button{font-family:inherit;color:inherit;background:none;border:none;padding:0;margin:0;cursor:pointer;-webkit-tap-highlight-color:transparent}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}img{display:block;max-width:100%}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.eyebrow{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--ink-soft)}.serif-it{font-family:var(--font-serif);font-style:italic}.widget{position:relative;display:block;width:100%;background:linear-gradient(162deg,#ffffffed,#f9f9fbd1 60%,#f2f2f6d1);border:.5px solid rgba(17,17,19,.055);border-radius:23px;box-shadow:0 1px 2px #17171a0d,0 8px 20px #17171a14,0 18px 34px #17171a0d,inset 0 1px #fffffff0,inset 0 -6px 12px #17171a06;padding:16px;overflow:hidden;transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out)}.widget:before{content:"";position:absolute;top:.5px;left:20%;right:20%;height:.5px;background:linear-gradient(to right,transparent,var(--sheen) 50%,transparent);pointer-events:none}button.widget:active{transform:scale(.975);box-shadow:0 1px 3px #17171a14,inset 0 1px #ffffffe6}.w-tag{display:block;font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:var(--ink-faint);margin-bottom:12px}html.hb-motion *,html.hb-motion *:before,html.hb-motion *:after{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.status-bar[data-v-693a7c8e]{flex-shrink:0;height:44px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;color:var(--ink);z-index:3}.sb-time[data-v-693a7c8e]{font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.5px;font-variant-numeric:tabular-nums}.sb-right[data-v-693a7c8e]{display:flex;align-items:center;gap:7px}.sb-glyph[data-v-693a7c8e]{height:12px;width:auto;color:var(--ink)}.sb-batt[data-v-693a7c8e]{display:inline-flex;align-items:center;gap:1.5px}.sb-batt-body[data-v-693a7c8e]{position:relative;width:22px;height:11px;border:1px solid var(--ink);border-radius:3px;padding:1.5px;display:flex}.sb-batt-fill[data-v-693a7c8e]{width:72%;height:100%;background:var(--ink);border-radius:1px}.sb-batt-cap[data-v-693a7c8e]{width:1.5px;height:4px;background:var(--ink);border-radius:0 1px 1px 0}.phone-shell[data-v-f34d188d]{position:absolute;top:0;left:0;width:100%;height:var(--screen-height, 100dvh);min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--wallpaper);background-color:#ececee;padding:0}.sb-slot[data-v-f34d188d]{position:relative;z-index:200;flex-shrink:0}.phone-content[data-v-f34d188d]{flex:1;min-height:0;position:relative;overflow:hidden;z-index:2}html.standalone .sb-slot,html.browser-mode .sb-slot{display:none}html.browser-mode .phone-shell{background:linear-gradient(to bottom,#fff0 72%,#ffffff2e,#ffffffb8 88%,#fff,#fff),var(--wallpaper);background-color:#fff}.we-mask[data-v-6b8f8084]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;display:flex;align-items:flex-end;background:#0c0c0e61;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.we-sheet[data-v-6b8f8084]{width:100%;max-height:min(78dvh,720px);overflow-y:auto;padding:9px 18px calc(22px + env(safe-area-inset-bottom));color:var(--ink);background:#f3f3f4;border-radius:28px 28px 0 0;box-shadow:0 -16px 60px #11111333}.we-grab[data-v-6b8f8084]{width:40px;height:4px;margin:2px auto 14px;border-radius:99px;background:#1111132e}.we-head[data-v-6b8f8084]{position:sticky;top:-9px;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:10px 0 14px;background:#f3f3f4f0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.we-eyebrow[data-v-6b8f8084]{display:block;margin-bottom:4px;font-family:var(--font-mono);font-size:8px;font-weight:800;letter-spacing:2px;color:var(--ink-faint)}h2[data-v-6b8f8084]{font-family:var(--font-sans);font-size:22px;line-height:1}.we-done[data-v-6b8f8084]{padding:9px 18px;color:#fff;background:var(--ink);border-radius:99px;font-size:13px;font-weight:700}.we-body[data-v-6b8f8084]{display:grid;gap:13px}.we-body[data-v-6b8f8084] .we-field{display:grid;gap:7px}.we-body[data-v-6b8f8084] .we-field>span{font-family:var(--font-mono);font-size:9px;font-weight:800;letter-spacing:1.4px;color:var(--ink-soft)}.we-body[data-v-6b8f8084] input,.we-body[data-v-6b8f8084] textarea,.we-body[data-v-6b8f8084] select{width:100%;border:.5px solid var(--line);outline:none;padding:12px 13px;color:var(--ink);background:#fff;border-radius:13px;font:500 14px/1.4 var(--font-sans);user-select:text;-webkit-user-select:text}.we-body[data-v-6b8f8084] textarea{min-height:72px;resize:vertical}.we-body[data-v-6b8f8084] .we-uploads{display:grid;grid-template-columns:1fr 1fr;gap:10px}.we-body[data-v-6b8f8084] .we-upload{min-height:46px;padding:11px;border:1px dashed var(--line-strong);border-radius:13px;background:#ffffff8c;font-size:12px;font-weight:700}.widget-sheet-enter-active[data-v-6b8f8084],.widget-sheet-leave-active[data-v-6b8f8084]{transition:opacity .24s var(--ease-out)}.widget-sheet-enter-active .we-sheet[data-v-6b8f8084],.widget-sheet-leave-active .we-sheet[data-v-6b8f8084]{transition:transform .3s var(--ease-out)}.widget-sheet-enter-from[data-v-6b8f8084],.widget-sheet-leave-to[data-v-6b8f8084]{opacity:0}.widget-sheet-enter-from .we-sheet[data-v-6b8f8084],.widget-sheet-leave-to .we-sheet[data-v-6b8f8084]{transform:translateY(100%)}.pl-wrap[data-v-2e30fe0c]{height:100%;padding:2px 3px 5px;filter:drop-shadow(0 13px 12px rgba(25,23,20,.09))}.polaroid[data-v-2e30fe0c]{--paper-edge: 10px;--paper-bottom: 43px;position:relative;isolation:isolate;height:100%;display:flex;flex-direction:column;overflow:hidden;padding:10px 10px 0;background:linear-gradient(112deg,#fffffff0,#ffffff75),repeating-linear-gradient(135deg,#fff 0,#fff 4px,#edf0f4 4px,#edf0f4 5px,#fff 5px,#fff 8px);border:1px solid rgba(42,45,52,.13);border-radius:6px;box-shadow:0 1px 1px #23262c1f,0 5px 9px #23262c1a,0 18px 28px #1c1f261c,inset 0 1px #fffffffa,inset 1px 0 #ffffffb8,inset -1px 0 #32363e14,inset 0 -2px 1px #32363e17;transform:rotate(-.22deg)}.polaroid[data-v-2e30fe0c]:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;padding:0;z-index:4;pointer-events:none;opacity:1;background:transparent;border:1px solid rgba(255,255,255,.86);border-radius:4px;box-shadow:inset 0 0 0 1px #373c4609,inset 0 -2px 2px #373c460e}.polaroid[data-v-2e30fe0c]:after{content:"MONO FILM  ·  01";position:absolute;left:12px;bottom:5px;z-index:5;color:#2e323a38;font:700 5px/1 var(--font-mono);letter-spacing:1.25px;pointer-events:none}.pl-photo[data-v-2e30fe0c]{flex:1;min-height:0;position:relative;z-index:1;overflow:hidden;border:1px solid rgba(45,41,36,.3);border-radius:1.5px;background:#d8d6d1;box-shadow:0 1px #ffffffc7,inset 0 0 0 1px #0000002e,inset 0 2px 4px #110f0d3b,inset 1px 0 2px #110f0d1a}.pl-photo[data-v-2e30fe0c]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.11),transparent 28%),radial-gradient(circle at 50% 120%,transparent 52%,rgba(12,11,10,.08));box-shadow:inset 0 0 10px #0c0b0a14}.pl-photo img[data-v-2e30fe0c]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(.96) contrast(1.025) brightness(1.01)}.pl-photo.empty[data-v-2e30fe0c]{display:grid;place-items:center;background:radial-gradient(circle at 42% 35%,rgba(255,255,255,.52),transparent 32%),linear-gradient(145deg,#f0f1f3,#d9dce0)}.pl-add[data-v-2e30fe0c]{display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--ink-faint)}.pl-add svg[data-v-2e30fe0c]{width:26px;height:26px}.pl-add i[data-v-2e30fe0c]{font:600 10px var(--font-sans)}.pl-cap[data-v-2e30fe0c]{position:relative;z-index:2;flex:0 0 auto;height:43px;display:flex;align-items:center;justify-content:center;padding:0 10px 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#3d4149;text-shadow:0 .5px 0 rgba(255,255,255,.8);font:italic 500 13px var(--font-serif);letter-spacing:.18px;transform:rotate(.28deg)}.polaroid.full[data-v-2e30fe0c]{--paper-edge: 9px;--paper-bottom: 38px;padding:9px 9px 0}.polaroid.full .pl-cap[data-v-2e30fe0c]{height:38px;padding-bottom:6px;font-size:12px}.polaroid.tall[data-v-2e30fe0c]{--paper-edge: 11px;--paper-bottom: 53px;padding:11px 11px 0}.polaroid.tall .pl-cap[data-v-2e30fe0c]{height:53px;padding-bottom:8px;font-size:14px}.polaroid.tall[data-v-2e30fe0c]:after{bottom:7px}@media(max-width:350px){.pl-wrap[data-v-2e30fe0c]{padding:2px 2px 4px}.polaroid[data-v-2e30fe0c]{padding:8px 8px 0}.pl-cap[data-v-2e30fe0c]{height:37px;font-size:11px}}.pl-photo[data-v-2e30fe0c]{border:0;outline:0;box-shadow:none}.pl-photo[data-v-2e30fe0c]:after{box-shadow:none;background:linear-gradient(115deg,rgba(255,255,255,.08),transparent 28%)}.polaroid[data-v-2e30fe0c]:after{content:none}.cd-wrap[data-v-4eb5c705]{height:100%}.cd[data-v-4eb5c705]{height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:15px 16px 14px;overflow:hidden;background:linear-gradient(150deg,#fffffffa,#eff0f3f0);border:1px solid rgba(255,255,255,.82);border-radius:25px;box-shadow:0 14px 30px #1c1f2617,inset 0 1px #fff;text-align:left}.cd[data-v-4eb5c705]:after{content:"";position:absolute;right:-35px;bottom:-48px;width:130px;height:130px;border:1px solid rgba(39,42,49,.055);border-radius:50%;box-shadow:0 0 0 18px #272a3106,0 0 0 36px #272a3104;pointer-events:none}.cd-top[data-v-4eb5c705]{z-index:1;display:flex;align-items:center;justify-content:space-between}.cd-top>span[data-v-4eb5c705]{display:flex;align-items:center;gap:7px;min-width:0}.cd-top>span i[data-v-4eb5c705]{width:6px;height:6px;flex:0 0 6px;background:#24272e;border-radius:50%;box-shadow:0 0 0 4px #24272e0f}.cd-top b[data-v-4eb5c705]{overflow:hidden;color:#2d3037;font:600 12px var(--font-serif);white-space:nowrap;text-overflow:ellipsis}.cd-top em[data-v-4eb5c705]{color:#9599a2;font:700 6px var(--font-mono);font-style:normal;letter-spacing:1.5px}.cd-main[data-v-4eb5c705]{z-index:1;display:flex;align-items:flex-end;gap:7px;padding:7px 0 4px;border-bottom:1px solid rgba(43,46,54,.09)}.cd-main strong[data-v-4eb5c705]{color:#1f2228;font:600 clamp(42px,13vw,58px)/.8 var(--font-serif);font-variant-numeric:tabular-nums;letter-spacing:-2px}.cd-main small[data-v-4eb5c705]{padding-bottom:2px;color:#878b94;font:700 7px var(--font-mono);letter-spacing:1.7px}.cd-foot[data-v-4eb5c705]{z-index:1;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#767b84}.cd-foot span[data-v-4eb5c705]{font:700 8px var(--font-mono);letter-spacing:.7px}.cd-foot i[data-v-4eb5c705]{font:500 8px var(--font-serif);font-style:normal;color:#a0a4ac}.check-wrap[data-v-10acc5e5]{height:100%}.checklist[data-v-10acc5e5]{height:100%;display:flex;flex-direction:column;padding:17px 16px 14px;color:#202227;background:linear-gradient(145deg,#fffffff5,#f7f8fae6);border:1px solid rgba(46,50,58,.08);border-radius:23px;box-shadow:0 13px 28px #1f222914,inset 0 1px #fff}.checklist header[data-v-10acc5e5]{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid rgba(43,47,55,.09);cursor:pointer}.checklist header small[data-v-10acc5e5]{color:#a0a4ac;font:700 6px var(--font-mono);letter-spacing:1.6px}.checklist h3[data-v-10acc5e5]{margin-top:4px;font:600 clamp(15px,4.4vw,20px) var(--font-serif)}.checklist header button[data-v-10acc5e5]{width:25px;height:25px;display:grid;place-items:center;color:#343740;background:#22252c0b;border-radius:50%;font-size:11px}.tasks[data-v-10acc5e5]{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px;min-height:0}.tasks button[data-v-10acc5e5]{display:flex;align-items:center;gap:8px;min-height:20px;text-align:left;color:#666b74}.tasks i[data-v-10acc5e5]{width:15px;height:15px;flex:0 0 15px;display:grid;place-items:center;border:1px solid #c9ccd2;border-radius:50%;transition:.2s}.tasks svg[data-v-10acc5e5]{width:9px;height:9px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tasks span[data-v-10acc5e5]{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:9px}.tasks button.done i[data-v-10acc5e5]{background:#252830;border-color:#252830}.tasks button.done span[data-v-10acc5e5]{opacity:.38;text-decoration:line-through}.checklist footer[data-v-10acc5e5]{display:flex;justify-content:space-between;padding-top:10px;border-top:1px solid rgba(43,47,55,.08);color:#9b9fa7;font:700 6px var(--font-mono);letter-spacing:1px;cursor:pointer}.checklist footer b[data-v-10acc5e5]{color:#5e636c}.we-upload[data-v-10acc5e5]{width:100%}.checklist header[data-v-10acc5e5]{align-items:center}.checklist h3[data-v-10acc5e5]{margin:0}.checklist footer[data-v-10acc5e5]{justify-content:flex-start}.badge-wrap[data-v-3236ee44]{height:100%}.badge[data-v-3236ee44]{height:100%;padding:0;display:flex;flex-direction:column;align-items:center;background:transparent;border-color:transparent;box-shadow:none;overflow:visible}.lanyard[data-v-3236ee44]{position:relative;width:100%;height:30px;display:flex;justify-content:center}.strap[data-v-3236ee44]{position:absolute;top:0;width:11px;height:26px;background:linear-gradient(#e9e9ec,#d2d2d6);border:.5px solid rgba(17,17,19,.08)}.strap-l[data-v-3236ee44]{left:calc(50% - 17px);transform:rotate(15deg);transform-origin:top center;border-radius:0 0 4px 4px}.strap-r[data-v-3236ee44]{left:calc(50% + 6px);transform:rotate(-15deg);transform-origin:top center;border-radius:0 0 4px 4px}.clip[data-v-3236ee44]{position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:42px;height:15px;border-radius:5px;background:linear-gradient(#fcfcfd,#c9c9ce);border:.5px solid rgba(17,17,19,.18);box-shadow:0 3px 7px #1111132e,inset 0 .5px #fff;z-index:3}.clip[data-v-3236ee44]:after{content:"";position:absolute;left:50%;bottom:3px;transform:translate(-50%);width:20px;height:3px;border-radius:2px;background:#11111338}.card[data-v-3236ee44]{position:relative;width:100%;flex:1;min-height:0;display:flex;flex-direction:column;padding:18px 16px 14px;background:#ffffffeb;border:.5px solid rgba(17,17,19,.07);border-radius:20px;box-shadow:0 16px 34px #1414181f,inset 0 .5px #fff;overflow:hidden}.card-slot[data-v-3236ee44]{position:absolute;top:8px;left:50%;transform:translate(-50%);width:34px;height:7px;border-radius:99px;background:#1111131a;box-shadow:inset 0 1px 2px #11111338}.card-eyebrow[data-v-3236ee44]{display:flex;align-items:center;justify-content:space-between;margin-top:4px;color:var(--ink-faint);font:800 7px var(--font-mono);letter-spacing:1.6px}.card-body[data-v-3236ee44]{flex:1;display:flex;align-items:center;gap:14px;min-height:0}.avatar[data-v-3236ee44]{flex:0 0 auto;width:76px;height:76px;display:grid;place-items:center;overflow:hidden;border-radius:16px;color:#3a3a3e;background:linear-gradient(150deg,#eef1f4,#cdd4dd);border:2px solid #fff;box-shadow:0 6px 16px #1111131f}.avatar img[data-v-3236ee44]{width:100%;height:100%;object-fit:cover}.avatar b[data-v-3236ee44]{font:500 30px var(--font-serif)}.info[data-v-3236ee44]{min-width:0;display:flex;flex-direction:column;gap:7px}.info strong[data-v-3236ee44]{display:flex;align-items:baseline;gap:5px;overflow:hidden;font:700 17px var(--font-sans);color:var(--ink)}.info strong .uwu[data-v-3236ee44]{flex:0 0 auto;font:italic 600 10px var(--font-serif);color:var(--ink-faint)}.row[data-v-3236ee44]{display:flex;align-items:center;gap:6px;min-width:0;color:var(--ink-soft);font:500 11px var(--font-sans)}.row svg[data-v-3236ee44]{flex:0 0 auto;width:13px;height:13px;color:var(--ink-faint)}.row[data-v-3236ee44]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.barcode[data-v-3236ee44]{height:22px;margin-top:12px;border-radius:3px;opacity:.68;background:repeating-linear-gradient(90deg,var(--ink) 0 1px,transparent 1px 3px,var(--ink) 3px 4px,transparent 4px 8px,var(--ink) 8px 10px,transparent 10px 12px)}.file[data-v-3236ee44]{display:none!important}.card-wrap[data-v-dd3e9747]{height:100%}.namecard[data-v-dd3e9747]{height:100%;padding:0;text-align:center;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.namecard[data-v-dd3e9747]:before,.namecard[data-v-dd3e9747]:after{content:none!important;display:none!important}.nc-cover[data-v-dd3e9747]{position:absolute;top:0;right:0;bottom:43%;left:0;overflow:hidden;background:#c7c7c9}.nc-cover[data-v-dd3e9747]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 62%,rgba(30,30,34,.08))}.nc-cover img[data-v-dd3e9747]{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) saturate(.7) brightness(1.03)}.cover-art[data-v-dd3e9747]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(255,255,255,.92) 0 4%,transparent 28%),radial-gradient(circle at 22% 80%,rgba(255,255,255,.34),transparent 34%),linear-gradient(124deg,#b9b9bb,#ededee 52%,#aaa9ad)}.cover-art[data-v-dd3e9747]:after{content:"";position:absolute;width:210px;height:210px;right:-72px;top:-104px;border:1px solid rgba(255,255,255,.38);border-radius:50%;box-shadow:0 0 0 26px #ffffff12,0 0 0 52px #ffffff0d}.cover-art i[data-v-dd3e9747]{position:absolute;width:10px;height:10px;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:#ffffff21;box-shadow:inset 2px 2px 3px #fff6,1px 2px 4px #11111317}.cover-art i[data-v-dd3e9747]:nth-child(1){left:18%;top:36%}.cover-art i[data-v-dd3e9747]:nth-child(2){left:58%;top:20%;width:6px;height:6px}.cover-art i[data-v-dd3e9747]:nth-child(3){left:84%;top:56%;width:15px;height:15px}.cover-meta[data-v-dd3e9747]{position:absolute;top:13px;left:15px;right:15px;z-index:2;display:flex;justify-content:space-between;color:#28282c6b;font:800 6px var(--font-mono);letter-spacing:1.6px}.cover-meta b[data-v-dd3e9747]{font:inherit}.nc-info[data-v-dd3e9747]{position:absolute;top:50%;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:36px 18px 8px;background:#f9f9faf0;border-radius:26px 26px 0 0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.avatar[data-v-dd3e9747]{position:absolute;top:-36px;width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:3px solid rgba(255,255,255,.95);border-radius:50%;background:linear-gradient(145deg,#ececee,#bdbdc1);color:#2a2a2d;box-shadow:0 5px 18px #1111131f}.avatar img[data-v-dd3e9747]{width:100%;height:100%;object-fit:cover}.avatar b[data-v-dd3e9747]{font:500 28px var(--font-serif)}.nc-info strong[data-v-dd3e9747]{max-width:82%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font:700 clamp(18px,4.8vw,23px) var(--font-serif);letter-spacing:.3px}.nc-info small[data-v-dd3e9747]{margin-top:1px;color:var(--ink-faint);font:700 7px var(--font-mono);letter-spacing:.8px}.bio[data-v-dd3e9747]{max-width:84%;margin-top:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--ink-soft);font-size:10px}.location[data-v-dd3e9747]{display:flex;align-items:center;gap:3px;margin-top:5px;color:var(--ink-faint);font-size:8px;font-weight:600}.location svg[data-v-dd3e9747]{width:12px;height:12px}.edit-hint[data-v-dd3e9747]{position:absolute;right:12px;bottom:8px;font:700 5.5px var(--font-mono);letter-spacing:1px;color:var(--ink-ghost)}.file[data-v-dd3e9747]{display:none!important}.dialog-wrap[data-v-e89cbc15]{height:100%}.dialog-card[data-v-e89cbc15]{height:100%;padding:0;color:#2a2a2d;background:transparent;border-color:transparent;box-shadow:none;text-align:left;overflow:visible}.dialog-card[data-v-e89cbc15]:before{display:none}.dialog-bg[data-v-e89cbc15]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:20px}.dialog-bg img[data-v-e89cbc15]{width:100%;height:100%;object-fit:cover;filter:grayscale(.82) contrast(.9) brightness(1.14)}.bubble[data-v-e89cbc15]{position:absolute;display:flex;align-items:baseline;gap:7px;max-width:80%;padding:8px 11px;border-radius:15px;box-shadow:0 6px 16px #1111131a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bubble b[data-v-e89cbc15]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font:500 clamp(10px,2.9vw,13px) var(--font-sans)}.bubble small[data-v-e89cbc15]{font:800 7px var(--font-mono);letter-spacing:1.4px;color:var(--ink-faint)}.bubble i[data-v-e89cbc15]{margin-left:auto;display:inline-flex;align-items:center;gap:3px;white-space:nowrap;font:600 7px var(--font-mono);font-style:normal;color:var(--ink-faint)}.bubble i svg[data-v-e89cbc15]{width:11px;height:8px}.bubble-in[data-v-e89cbc15]{background:#fffffff0;border-bottom-left-radius:5px}.bubble-out[data-v-e89cbc15]{color:#fff;background:#2c2c30e6;border-bottom-right-radius:5px}.bubble-out i[data-v-e89cbc15]{color:#ffffff8c}.bubble-one[data-v-e89cbc15]{top:14px;left:13px;right:13px;flex-wrap:wrap}.bubble-one small[data-v-e89cbc15]{width:100%;margin-bottom:1px}.bubble-one b[data-v-e89cbc15]{max-width:72%}.bubble-two[data-v-e89cbc15]{top:44%;right:12px}.bubble-three[data-v-e89cbc15]{left:13px;bottom:14px}.file[data-v-e89cbc15]{display:none!important}.tags-wrap[data-v-1aa7e243]{height:100%}.tags-card[data-v-1aa7e243]{height:100%;display:grid;grid-template-columns:minmax(0,1fr) 88px minmax(0,1fr);align-items:center;gap:8px;padding:16px 10px;overflow:visible;color:#303034;background:transparent;border-color:transparent;box-shadow:none}.tags-card[data-v-1aa7e243]:before{content:"";position:absolute;left:9%;right:9%;top:50%;height:.5px;background:linear-gradient(90deg,transparent,rgba(42,42,46,.1) 18%,rgba(42,42,46,.1) 82%,transparent)}.tag-column[data-v-1aa7e243]{display:grid;gap:16px}.tag-pill[data-v-1aa7e243]{position:relative;min-height:54px;display:flex;align-items:center;gap:6px;overflow:hidden;padding:5px 8px 5px 6px;background:linear-gradient(150deg,#ffffffad,#ffffff75);border:.5px solid rgba(255,255,255,.85);border-radius:18px;box-shadow:0 9px 22px #1c1c2017,0 2px 5px #1c1c200d,inset 0 1px #fffffff2,inset 0 -2px 5px #282c3409;backdrop-filter:blur(20px) saturate(122%);-webkit-backdrop-filter:blur(20px) saturate(122%)}.tag-ic[data-v-1aa7e243]{flex:0 0 auto;width:26px;height:26px;display:grid;place-items:center;border-radius:10px;color:#46464b;background:linear-gradient(150deg,#fff,#eef0f3);box-shadow:0 2px 5px #1111130f,inset 0 0 0 .5px #1111130d,inset 0 1px #fff}.tag-ic svg[data-v-1aa7e243]{width:16px;height:16px}.tag-pill b[data-v-1aa7e243]{min-width:0;overflow:hidden;display:-webkit-box;white-space:normal;line-height:1.25;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;font:500 clamp(9px,2.45vw,12px) var(--font-serif);color:#36363a}.tag-center[data-v-1aa7e243]{display:flex;flex-direction:column;align-items:center;gap:9px;min-width:0}.tag-avatar[data-v-1aa7e243]{position:relative;width:82px;height:82px;display:grid;place-items:center;overflow:hidden;color:#333336;background:linear-gradient(150deg,#f6f6f7,#c3c3c8);border:3px solid #fff;border-radius:50%;box-shadow:0 12px 28px #11111329,inset 0 0 0 .5px #1111130d,inset 0 2px #ffffffe6}.tag-avatar img[data-v-1aa7e243]{width:100%;height:100%;object-fit:cover;filter:grayscale(.26) saturate(.74)}.tag-avatar b[data-v-1aa7e243]{font:500 28px var(--font-serif)}.tag-center small[data-v-1aa7e243]{max-width:100%;overflow:hidden;white-space:nowrap;text-align:center;text-overflow:ellipsis;color:var(--ink-faint);font:700 6.5px var(--font-mono);letter-spacing:.6px}.file[data-v-1aa7e243]{display:none!important}@media(max-width:350px){.tags-card[data-v-1aa7e243]{grid-template-columns:1fr 78px 1fr;padding:12px;gap:7px}.tag-avatar[data-v-1aa7e243]{width:70px;height:70px}.tag-pill[data-v-1aa7e243]{padding:0 8px 0 6px;gap:6px}.tag-ic[data-v-1aa7e243]{width:24px;height:24px}}.music-wrap[data-v-76b7dcf7]{height:100%}.tt[data-v-76b7dcf7]{height:100%;padding:0;display:flex;overflow:hidden;text-align:left;background:linear-gradient(158deg,#fdfdfe,#f0f0f2);border-color:#ffffffb8;box-shadow:0 12px 30px #14141817,inset 0 .5px #ffffffeb}.tt-side[data-v-76b7dcf7]{position:relative;z-index:2;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;padding:15px 8px 17px 18px}.tt-on[data-v-76b7dcf7]{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;padding:5px 11px 5px 8px;border-radius:999px;background:#ffffffbd;border:.5px solid rgba(17,17,19,.08);box-shadow:0 3px 9px #11111314,inset 0 .5px #fff;font:800 9px var(--font-mono);letter-spacing:1.4px;color:var(--ink-soft)}.tt-on i[data-v-76b7dcf7]{width:6px;height:6px;border-radius:50%;background:var(--ink);box-shadow:0 0 0 2px #11111314}.tt-on.off i[data-v-76b7dcf7]{background:var(--ink-ghost);box-shadow:none}.tt-meta[data-v-76b7dcf7]{display:flex;flex-direction:column;min-width:0}.tt-meta small[data-v-76b7dcf7]{font:800 7px var(--font-mono);letter-spacing:1.6px;color:var(--ink-faint)}.tt-meta strong[data-v-76b7dcf7]{margin-top:4px;font:600 clamp(16px,4.5vw,21px)/1.12 var(--font-serif);color:var(--ink);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tt-meta em[data-v-76b7dcf7]{margin-top:3px;font:italic 500 11px var(--font-serif);color:var(--ink-soft)}.tt-deck[data-v-76b7dcf7]{position:relative;flex:0 0 50%;align-self:stretch}.tt-disc[data-v-76b7dcf7]{position:absolute;top:50%;right:14px;width:150px;height:150px;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle at 36% 30%,rgba(255,255,255,.18),transparent 44%),repeating-radial-gradient(circle at 50% 50%,#19191c 0,#19191c 2px,#232328 2px,#232328 4px);box-shadow:0 14px 30px #11111352,inset 0 0 0 1px #ffffff0f,inset 0 0 22px #0000008c}.tt-disc.spin[data-v-76b7dcf7]{animation:tt-spin-76b7dcf7 7s linear infinite}@keyframes tt-spin-76b7dcf7{to{transform:translateY(-50%) rotate(1turn)}}.tt-label[data-v-76b7dcf7]{position:absolute;left:50%;top:50%;width:50%;height:50%;transform:translate(-50%,-50%);border-radius:50%;overflow:hidden;background:radial-gradient(circle at 50% 40%,#fff,#eeeef0);border:2px solid rgba(255,255,255,.92);box-shadow:0 1px 5px #0006;display:grid;place-items:center}.tt-label img[data-v-76b7dcf7]{width:100%;height:100%;object-fit:cover;filter:grayscale(.35)}.tt-stars[data-v-76b7dcf7]{width:100%;height:100%;background:radial-gradient(1px 1px at 30% 34%,rgba(17,17,19,.55),transparent 60%),radial-gradient(1px 1px at 63% 27%,rgba(17,17,19,.4),transparent 60%),radial-gradient(1.6px 1.6px at 47% 58%,rgba(17,17,19,.5),transparent 60%),radial-gradient(1px 1px at 71% 64%,rgba(17,17,19,.4),transparent 60%),radial-gradient(1px 1px at 37% 72%,rgba(17,17,19,.42),transparent 60%),radial-gradient(1.2px 1.2px at 58% 78%,rgba(17,17,19,.38),transparent 60%)}.tt-hole[data-v-76b7dcf7]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background:#0c0c0e;box-shadow:0 0 0 3px #ffffffd9;z-index:2}.tt-arm[data-v-76b7dcf7]{position:absolute;top:12px;right:26px;width:0;height:0;z-index:4}.tt-pivot[data-v-76b7dcf7]{position:absolute;top:-8px;right:-8px;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 38% 32%,#fff,#cdcdd2);border:.5px solid rgba(17,17,19,.16);box-shadow:0 2px 6px #11111338}.tt-pivot[data-v-76b7dcf7]:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;background:#b4b4ba}.tt-bar[data-v-76b7dcf7]{position:absolute;top:-2px;right:0;width:104px;height:4px;border-radius:3px;background:linear-gradient(#e1e1e4,#b8b8be);box-shadow:0 2px 5px #1111132e;transform-origin:right center;transform:rotate(33deg)}.tt-head[data-v-76b7dcf7]{position:absolute;left:-5px;top:-4px;width:13px;height:12px;border-radius:3px;background:linear-gradient(#cdcdd1,#aaaab0);box-shadow:0 2px 5px #11111340}.file[data-v-76b7dcf7]{display:none!important}@media(max-width:350px){.tt-deck[data-v-76b7dcf7]{flex-basis:46%}.tt-disc[data-v-76b7dcf7]{width:128px;height:128px}.tt-bar[data-v-76b7dcf7]{width:92px}}@media(prefers-reduced-motion:reduce){.tt-disc.spin[data-v-76b7dcf7]{animation:none}}.mood-wrap[data-v-c9c47a08]{height:100%}.mood-card[data-v-c9c47a08]{position:relative;height:100%;display:grid;align-content:center;gap:16px;padding:16px 24px;background:transparent;border:0;box-shadow:none;overflow:visible}.mood-pill[data-v-c9c47a08]{height:60px;display:flex;align-items:center;gap:15px;padding:6px 18px 6px 6px;color:#34363c;background:linear-gradient(150deg,#ffffffbd,#ffffff80);border:.5px solid rgba(255,255,255,.85);border-radius:34px;box-shadow:0 10px 24px #1c1f261a,0 2px 5px #1c1f260d,inset 0 1px #fffffff2,inset 0 -2px 5px #282c340a;backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%)}.mood-pill.second[data-v-c9c47a08]{padding:6px 6px 6px 18px;justify-content:flex-end;background:linear-gradient(150deg,#f9fafcb8,#f2f3f780)}.avatar[data-v-c9c47a08]{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(150deg,#f3f4f6,#dbdde2);border:2.5px solid #fff;border-radius:50%;box-shadow:0 4px 12px #1f222829,inset 0 0 0 .5px #1111130d}.avatar img[data-v-c9c47a08]{width:100%;height:100%;object-fit:cover;filter:grayscale(.5) saturate(.76)}.default-avatar[data-v-c9c47a08]{width:100%;height:100%}.default-avatar .halo[data-v-c9c47a08]{fill:#eef0f3}.default-avatar .head[data-v-c9c47a08]{fill:#adb2ba}.default-avatar .body[data-v-c9c47a08]{fill:#c6cad1}.second .default-avatar .halo[data-v-c9c47a08]{fill:#e7e9ed}.second .default-avatar .head[data-v-c9c47a08]{fill:#9298a1}.second .default-avatar .body[data-v-c9c47a08]{fill:#b3b8c1}.mood-pill b[data-v-c9c47a08]{flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font:500 clamp(15px,4.2vw,21px) var(--font-serif);letter-spacing:2px}.mood-pill.first b[data-v-c9c47a08]{padding:0 22px 0 2px;text-align:left}.mood-pill.second b[data-v-c9c47a08]{padding:0 2px 0 22px;text-align:right}.mood-knot[data-v-c9c47a08]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#dd6f7a;background:linear-gradient(150deg,#fff,#f2f3f5);box-shadow:0 5px 13px #1f222833,inset 0 0 0 .5px #1111130f,inset 0 1px #fff}.mood-knot svg[data-v-c9c47a08]{width:13px;height:13px}.spark[data-v-c9c47a08],.file[data-v-c9c47a08]{display:none}.archive-wrap[data-v-3158a39d]{height:100%}.archive[data-v-3158a39d]{height:100%;display:grid;grid-template-columns:32% 1fr;align-items:center;gap:26px;padding:19px 27px;background:#ffffff94;border:1px solid rgba(255,255,255,.86);border-radius:25px;box-shadow:0 16px 32px #23262d14,inset 0 1px #fff;overflow:hidden}.mini-print[data-v-3158a39d]{position:relative;z-index:2;display:block;width:100%;aspect-ratio:1;padding:7px 7px 15px;background:#fff;border:1px solid rgba(40,44,52,.08);border-radius:3px;box-shadow:0 10px 22px #1e212821;transform:rotate(-4deg)}.mini-print>span[data-v-3158a39d],.mini-print img[data-v-3158a39d]{display:block;width:100%;height:100%;object-fit:cover;background:linear-gradient(145deg,#e7e9ec,#cfd2d7)}.mini-print i[data-v-3158a39d]{position:absolute;right:-8px;top:-7px;width:42px;height:13px;background:#ffffffad;border:1px solid rgba(50,54,62,.08);transform:rotate(-8deg)}.copy[data-v-3158a39d]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start}.copy small[data-v-3158a39d]{padding:6px 14px;border:1px solid rgba(45,49,57,.12);border-radius:99px;color:#777c85;font:600 9px var(--font-mono);letter-spacing:2px}.copy strong[data-v-3158a39d]{margin:16px 0 14px;font:italic 500 clamp(15px,4.5vw,23px)/1.5 var(--font-serif);text-align:left}.copy b[data-v-3158a39d]{padding:8px 14px;border:1px dashed rgba(45,49,57,.22);color:#9b9fa6;font:600 8px var(--font-mono);letter-spacing:1.5px}.orbit[data-v-3158a39d]{position:absolute;border:1px dashed rgba(57,62,72,.12);border-radius:50%}.o1[data-v-3158a39d]{width:110px;height:110px;left:-42px;bottom:-54px}.o2[data-v-3158a39d]{width:85px;height:85px;right:-37px;top:-44px}.archive>em[data-v-3158a39d]{position:absolute;left:43%;top:9px;color:#2d313938;font-size:14px}.file[data-v-3158a39d]{display:none}.archive[data-v-3158a39d]{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.orbit[data-v-3158a39d],.archive>em[data-v-3158a39d]{display:none}.beat-wrap[data-v-f1f1e75b]{height:100%}.beat[data-v-f1f1e75b]{height:100%;display:grid;grid-template-columns:82px 1fr 82px;align-items:center;gap:8px;padding:18px 22px;background:transparent;border:0;box-shadow:none;overflow:visible}.person[data-v-f1f1e75b]{display:flex;flex-direction:column;align-items:center;gap:7px}.portrait[data-v-f1f1e75b]{width:78px;height:78px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#f4f5f7,#d9dce1);border:5px solid white;border-radius:50%;box-shadow:0 13px 24px #23262d21,inset 0 0 0 1px #2d313912}.portrait img[data-v-f1f1e75b]{width:100%;height:100%;object-fit:cover;filter:grayscale(.35) saturate(.7)}.portrait i[data-v-f1f1e75b]{font:500 23px var(--font-serif);color:#93979f}.person b[data-v-f1f1e75b]{color:#858a93;font:700 7px var(--font-mono);letter-spacing:1.5px}.pulse[data-v-f1f1e75b]{min-width:0;display:flex;flex-direction:column;align-items:center;gap:5px}.pulse svg[data-v-f1f1e75b]{width:100%;overflow:visible;stroke:#262930;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.pulse .heart[data-v-f1f1e75b]{fill:#ffffff80;stroke-width:2}.pulse small[data-v-f1f1e75b]{color:#a0a4ab;font:700 6px var(--font-mono);letter-spacing:1.5px}.file[data-v-f1f1e75b]{display:none}.beat[data-v-f1f1e75b]{background:transparent!important}.collage-wrap[data-v-1f6770d4]{height:100%;background:transparent!important}.collage[data-v-1f6770d4]{height:100%;display:block;padding:0;background:transparent!important;border:0;box-shadow:none;overflow:visible}.shot[data-v-1f6770d4]{position:absolute;z-index:2;padding:7px 7px 20px;background:linear-gradient(145deg,#fff,#f6f6f7);border:1px solid rgba(42,46,54,.08);border-radius:3px;box-shadow:0 12px 25px #20232a1f,inset 0 1px #fff}.shot>span[data-v-1f6770d4],.arch[data-v-1f6770d4]{display:block;overflow:hidden;background:linear-gradient(145deg,#e9ebee,#d1d5da)}.shot img[data-v-1f6770d4],.arch img[data-v-1f6770d4]{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) saturate(.78)}.shot i[data-v-1f6770d4]{position:absolute;left:0;right:0;bottom:5px;min-height:10px;text-align:center;color:#777c85;font:italic 8px var(--font-serif)}.shot b[data-v-1f6770d4]{position:absolute;width:43px;height:12px;background:#ffffffc7;border:1px solid rgba(52,56,65,.07);box-shadow:0 2px 4px #20232a0a}.main[data-v-1f6770d4]{left:7%;top:8%;width:49%;height:72%;transform:rotate(-2deg)}.main>span[data-v-1f6770d4]{height:100%}.main b[data-v-1f6770d4]{right:-12px;top:-7px;transform:rotate(-7deg)}.side[data-v-1f6770d4]{right:3%;bottom:5%;width:39%;height:43%;transform:rotate(2deg)}.side>span[data-v-1f6770d4]{height:100%}.side b[data-v-1f6770d4]{left:-10px;top:-5px;transform:rotate(8deg)}.arch[data-v-1f6770d4]{position:absolute;right:7%;top:9%;width:31%;height:36%;border:7px solid white;border-radius:48% 48% 12px 12px;box-shadow:0 10px 20px #20232a1c,inset 0 1px #fffc}.file[data-v-1f6770d4]{display:none}.collage[data-v-1f6770d4]{background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.collage[data-v-1f6770d4]:before,.collage[data-v-1f6770d4]:after{content:none!important;display:none!important}.collage-wrap[data-v-1f6770d4],.collage[data-v-1f6770d4]{background-color:transparent!important;background-image:none!important;border-radius:0!important;outline:0!important;filter:none!important}.stack-wrap[data-v-55215df7]{height:100%;touch-action:pan-y}.stack-stage[data-v-55215df7]{position:relative;height:100%;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.5),transparent 57%);border:0;box-shadow:none}.stack-card[data-v-55215df7]{position:absolute;left:50%;top:46%;width:47%;height:78%;display:flex;flex-direction:column;padding:8px 8px 0;background:linear-gradient(112deg,#fffffff0,#ffffff75),repeating-linear-gradient(135deg,#fff 0,#fff 4px,#edf0f4 4px,#edf0f4 5px,#fff 5px,#fff 8px);border:1px solid rgba(42,46,54,.12);border-radius:5px;box-shadow:0 16px 28px #1e212829,inset 0 1px #fff;transform-origin:50% 90%;transition:transform .38s cubic-bezier(.2,.75,.2,1),opacity .3s,z-index 0s .2s}.stack-card[data-v-55215df7]:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px solid rgba(255,255,255,.86);border-radius:4px;box-shadow:inset 0 0 0 1px #373c4609;pointer-events:none}.stack-card.front[data-v-55215df7]{z-index:3;transform:translate(calc(-50% + var(--drag)),-50%) rotate(var(--tilt))}.stack-card.back-one[data-v-55215df7]{z-index:2;opacity:.9;transform:translate(-43%,-48%) rotate(7deg) scale(.95)}.stack-card.back-two[data-v-55215df7]{z-index:1;opacity:.74;transform:translate(-57%,-47%) rotate(-8deg) scale(.91)}.stack-photo[data-v-55215df7]{position:relative;z-index:1;flex:1;min-height:0;display:grid;place-items:center;overflow:hidden;color:#9a9ea6;background:linear-gradient(145deg,#eceef1,#d5d8dd);border:1px solid rgba(39,43,51,.18);box-shadow:inset 0 2px 5px #1e212829}.stack-photo img[data-v-55215df7]{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.03)}.stack-photo i[data-v-55215df7]{font:700 7px var(--font-mono);letter-spacing:1.5px}.stack-card b[data-v-55215df7]{position:relative;z-index:1;height:37px;display:grid;place-items:center;padding-bottom:4px;color:#555a63;font:italic 9px var(--font-serif)}.stack-dots[data-v-55215df7]{position:absolute;left:18px;bottom:16px;display:flex;gap:4px}.stack-dots i[data-v-55215df7]{width:4px;height:4px;background:#c4c7cd;border-radius:50%}.stack-dots i.on[data-v-55215df7]{width:12px;background:#353942;border-radius:5px}.stack-stage>small[data-v-55215df7]{position:absolute;right:17px;bottom:14px;color:#a0a4ac;font:700 6px var(--font-mono);letter-spacing:1px}.file[data-v-55215df7]{display:none}.stack-wrap[data-v-55215df7]{background:transparent!important;box-shadow:none!important;touch-action:none}.stack-stage[data-v-55215df7]{overflow:visible;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.stack-stage[data-v-55215df7]:before,.stack-stage[data-v-55215df7]:after{content:none!important;display:none!important}.stack-photo[data-v-55215df7]{border:0;box-shadow:none}.stack-card[data-v-55215df7]{top:50%;width:87%;height:71%;padding:7px 7px 25px;will-change:transform,opacity;backface-visibility:hidden}.stack-caption[data-v-55215df7]{position:absolute;z-index:2;left:8px;right:8px;bottom:5px;height:15px;display:grid;place-items:center;overflow:hidden;color:#555a63;font:italic 8px var(--font-serif);white-space:nowrap;text-overflow:ellipsis}.stack-wrap.dragging .stack-card.front[data-v-55215df7]{transition:none}.stack-dots[data-v-55215df7],.stack-stage>small[data-v-55215df7]{display:none}.widget-frame[data-v-228296c1]{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.design-canvas[data-v-228296c1]{position:absolute;left:50%;top:50%;overflow:hidden;border-radius:inherit;transform-origin:center}iframe[data-v-228296c1]{display:block;width:100%;height:100%;border:0;background:transparent;pointer-events:none}.interactive iframe[data-v-228296c1]{pointer-events:auto}.runtime-error[data-v-228296c1]{position:absolute;left:8px;right:8px;bottom:8px;padding:6px 8px;overflow:hidden;color:#fff;background:#19191cd1;border-radius:8px;font:9px/1.3 ui-monospace,monospace;white-space:nowrap;text-overflow:ellipsis}.code-home-widget[data-v-d4fe8708]{width:100%;height:100%;overflow:hidden;border-radius:24px;background:transparent}.missing-widget[data-v-d4fe8708]{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--ink-soft);background:#ffffff5c;border:1px dashed rgba(17,17,19,.15);border-radius:inherit}.missing-widget span[data-v-d4fe8708]{font:700 22px var(--font-mono)}.missing-widget strong[data-v-d4fe8708]{font-size:12px}.missing-widget small[data-v-d4fe8708]{font-size:9px;opacity:.65}.icon[data-v-cbcfbd13]{width:100%;height:100%;display:block}.app-icon[data-v-fd81c265]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(4px,calc(var(--cell, 82px) * .061),5px);width:100%;height:100%}.tile[data-v-fd81c265]{position:relative;width:min(58px,calc(var(--cell, 82px) * .707),calc(100% - 8px));aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:var(--tile-ink);border-radius:clamp(13px,calc(var(--cell, 82px) * .207),17px);background:var(--tile-bg);border:.5px solid var(--tile-border);box-shadow:var(--tile-shadow);transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out),background .25s var(--ease-out)}.tile[data-v-fd81c265]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:var(--tile-glow)}.tile-glyph[data-v-fd81c265]{position:relative;width:clamp(22px,calc(var(--cell, 82px) * .341),28px);height:clamp(22px,calc(var(--cell, 82px) * .341),28px)}.tile.has-img[data-v-fd81c265]{overflow:hidden}.tile-img[data-v-fd81c265]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.app-icon.pressed .tile[data-v-fd81c265]{transform:scale(.9);box-shadow:0 1px 3px #11111317,inset 0 1px #ffffffe6}.label[data-v-fd81c265]{display:flex;align-items:center;line-height:1.1}.label-cn[data-v-fd81c265]{font-family:var(--font-sans);font-size:clamp(9.5px,calc(var(--cell, 82px) * .134),11px);font-weight:500;letter-spacing:.4px;color:#111113b8;text-shadow:0 .5px 0 rgba(255,255,255,.5)}@media(max-width:350px){.tile[data-v-fd81c265]{border-radius:16px}.tile-glyph[data-v-fd81c265]{width:26px;height:26px}.label-cn[data-v-fd81c265]{font-size:10.5px}}.default-widget-frame[data-v-2b54d339]{position:relative;width:100%;height:100%;overflow:visible}.default-widget-canvas[data-v-2b54d339]{position:absolute;left:50%;top:50%;transform-origin:center}.default-widget-canvas[data-v-2b54d339]>*{width:100%;height:100%}.board[data-v-5276cca3]{position:relative;height:100%;overflow:hidden;--home-safe-top: 0px;--home-safe-bottom: 0px;scroll-padding-top:var(--home-safe-top);scroll-padding-bottom:var(--home-safe-bottom)}.pager[data-v-5276cca3]{height:100%;overflow:hidden;touch-action:pan-y}.track[data-v-5276cca3]{display:flex;height:100%;will-change:transform}.page[data-v-5276cca3]{flex:0 0 100%;height:100%;padding:calc(18px + var(--home-safe-top)) 16px 0;transition:padding-top .34s var(--ease-out)}.grid[data-v-5276cca3]{display:grid;grid-template-columns:repeat(4,var(--cell));grid-auto-rows:var(--cell);gap:var(--gap);justify-content:center}.slot[data-v-5276cca3]{position:relative;animation:slot-in-5276cca3 .44s var(--ease-out) both}.slot-box[data-v-5276cca3]{position:relative;width:100%;height:100%}@keyframes slot-in-5276cca3{0%{opacity:0;transform:translateY(9px) scale(.965)}to{opacity:1;transform:none}}.edit-page[data-v-5276cca3]{padding-top:calc(54px + var(--home-safe-top))}.edit-grid[data-v-5276cca3]{transform:none}.edit-grid .slot[data-v-5276cca3]{touch-action:none}.edit-grid .slot-box[data-v-5276cca3]{animation:jiggle-5276cca3 .42s ease-in-out infinite;will-change:transform}.edit-grid .slot:nth-child(2n) .slot-box[data-v-5276cca3]{animation-delay:-.21s}.edit-grid .slot:nth-child(3n) .slot-box[data-v-5276cca3]{animation-delay:-.32s}.edit-grid .slot.dragging[data-v-5276cca3]{z-index:50;pointer-events:none}.edit-grid .slot.dragging .slot-box[data-v-5276cca3]{animation:none}.edit-grid .slot.dragging[data-v-5276cca3] .widget,.edit-grid .slot.dragging[data-v-5276cca3] .tile{transform:scale(1.05);box-shadow:0 10px 26px #11111329}.edit-grid .slot.dragging .rm[data-v-5276cca3],.edit-grid .slot.ghosting .slot-box[data-v-5276cca3]{opacity:0}.drag-ghost[data-v-5276cca3]{position:fixed;left:0;top:0;transform-origin:top left;z-index:9990;pointer-events:none;filter:drop-shadow(0 18px 32px rgba(17,17,19,.24));will-change:transform}@keyframes jiggle-5276cca3{0%{transform:rotate(-.7deg) translate(-.3px,.3px)}50%{transform:rotate(.7deg) translate(.3px,-.3px)}to{transform:rotate(-.7deg) translate(-.3px,.3px)}}.rm[data-v-5276cca3]{position:absolute;top:-7px;left:-7px;width:23px;height:23px;z-index:20;display:flex;align-items:center;justify-content:center;background:#1c1c1feb;color:#fff;border:.5px solid rgba(255,255,255,.28);border-radius:50%;box-shadow:0 3px 8px #11111352;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:1;transition:opacity .18s var(--ease-out);animation:rm-pop-5276cca3 .26s var(--ease-spring) both}.rm svg[data-v-5276cca3]{width:13px;height:13px}.rm[data-v-5276cca3]:active{transform:scale(.86)}.slot.is-app .rm[data-v-5276cca3]{top:-5px;left:calc(50% - 33px)}@keyframes rm-pop-5276cca3{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.dots[data-v-5276cca3]{position:absolute;left:0;right:0;bottom:calc(96px + var(--home-safe-bottom));display:flex;justify-content:center;gap:8px;z-index:4;pointer-events:none}.dot[data-v-5276cca3]{width:6px;height:6px;border-radius:999px;background:var(--ink-ghost);transition:width .3s var(--ease-out),background .25s var(--ease-out);pointer-events:auto}.dot.on[data-v-5276cca3]{width:18px;background:var(--ink)}.picker-mask[data-v-5276cca3]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:flex-end;background:#00000057;backdrop-filter:blur(10px) saturate(115%);-webkit-backdrop-filter:blur(10px) saturate(115%)}.picker[data-v-5276cca3]{position:relative;width:100%;max-height:90%;background:#f5f5f7;border-radius:32px 32px 0 0;box-shadow:0 -18px 55px #0000003d;padding:10px 16px calc(24px + env(safe-area-inset-bottom));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;isolation:isolate}.picker-grab[data-v-5276cca3]{position:relative;z-index:2;width:42px;height:4px;border-radius:999px;background:#0000002e;margin:3px auto 11px}.picker-head[data-v-5276cca3]{position:sticky;top:-10px;z-index:8;isolation:isolate;display:flex;align-items:center;justify-content:space-between;margin:0 -16px 12px;padding:15px 19px 16px;background:#f5f5f7eb;border-bottom:.5px solid rgba(0,0,0,.06);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%)}.ph-title[data-v-5276cca3]{display:flex;flex-direction:column;gap:3px}.ph-title b[data-v-5276cca3]{font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Georgia,serif;font:700 22px/1 serif;font-style:italic;letter-spacing:-.3px;color:#1a1a1a}.ph-title i[data-v-5276cca3]{font-family:ui-monospace,monospace;font:800 8px/1 monospace;font-style:normal;letter-spacing:2px;color:#0000005c}.ph-close[data-v-5276cca3]{width:34px;height:34px;display:grid;place-items:center;color:#00000080;background:#ffffffb8;box-shadow:0 1px 2px #00000008,0 4px 12px #0000000f;border-radius:50%}.ph-close svg[data-v-5276cca3]{width:17px;height:17px}.pv-scroll[data-v-5276cca3]{position:relative;z-index:1;display:flex;flex-direction:column;gap:16px}.pv-group[data-v-5276cca3]{padding:14px;background:#ffffffb8;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);border-radius:20px;box-shadow:0 1px 2px #00000008,0 6px 22px #0000000f,inset 0 .5px #ffffffd9}.pv-h[data-v-5276cca3]{margin:0 1px 13px;display:flex;align-items:baseline;gap:10px;font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Georgia,serif;font:700 15px/1 serif;font-style:italic;color:#1a1a1a}.pv-h[data-v-5276cca3]:after{content:"";flex:1;height:1px;background:#0000001a;align-self:center}.pv-h span[data-v-5276cca3]{flex:0 0 auto;order:3;font-family:ui-monospace,monospace;font:700 8px/1 monospace;font-style:normal;letter-spacing:1.4px;color:#0000005c}.pv-grid[data-v-5276cca3]{display:grid;gap:13px 11px}.pv-grid.is-half[data-v-5276cca3],.pv-grid.is-tall[data-v-5276cca3],.pv-grid.code-pv-grid[data-v-5276cca3]{grid-template-columns:1fr 1fr}.pv-grid.is-full[data-v-5276cca3],.pv-grid.is-hero[data-v-5276cca3]{grid-template-columns:1fr}.pv-card[data-v-5276cca3]{display:flex;flex-direction:column;gap:9px;cursor:pointer}.pv-stage[data-v-5276cca3]{position:relative;width:100%;overflow:hidden;border-radius:16px;background:var(--wallpaper);box-shadow:0 1px 2px #0000000a,0 6px 16px #00000014;pointer-events:none;transition:transform .16s var(--ease-out)}.pv-stage.st-half[data-v-5276cca3]{aspect-ratio:1 / 1}.pv-stage.st-tall[data-v-5276cca3]{aspect-ratio:2 / 3}.pv-stage.st-full[data-v-5276cca3]{aspect-ratio:2 / 1}.pv-stage.st-hero[data-v-5276cca3]{aspect-ratio:4 / 3}.pv-stage.code-pv-stage[data-v-5276cca3]{aspect-ratio:1 / 1}.pv-fit[data-v-5276cca3]{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.pv-card:active .pv-stage[data-v-5276cca3]{transform:scale(.97)}.pv-meta[data-v-5276cca3]{display:flex;flex-direction:column;gap:2px;padding:0 4px 2px}.pv-meta b[data-v-5276cca3]{font:600 14px -apple-system,sans-serif;color:#1a1a1a}.pv-meta i[data-v-5276cca3]{font-family:ui-monospace,monospace;font:700 8px/1 monospace;font-style:normal;letter-spacing:1.4px;color:#0000005c}.app-pick-grid[data-v-5276cca3]{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.apk[data-v-5276cca3]{min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 3px 10px;background:#ffffffb8;backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);border-radius:18px;box-shadow:0 1px 2px #00000008,0 6px 18px #0000000f,inset 0 .5px #ffffffd9;transition:transform .16s var(--ease-out)}.apk[data-v-5276cca3]:active{transform:scale(.95)}.apk-icon[data-v-5276cca3]{position:relative;width:54px;height:54px;display:grid;place-items:center;border-radius:16px;color:var(--tile-ink);background:var(--tile-bg);border:.5px solid var(--tile-border);box-shadow:var(--tile-shadow)}.apk-icon[data-v-5276cca3]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:var(--tile-glow)}.apk-icon[data-v-5276cca3] .icon{position:relative;width:26px;height:26px}.apk-cn[data-v-5276cca3]{font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Georgia,serif;font-size:12.5px;font-weight:700;color:#1a1a1a}.apk-en[data-v-5276cca3]{font-family:ui-monospace,monospace;font-size:7px;font-weight:700;letter-spacing:1.5px;color:#0000005c}.pick-empty[data-v-5276cca3]{grid-column:1 / -1;padding:18px 0;text-align:center;font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Georgia,serif;font-style:italic;color:#00000080}.sheet-enter-active[data-v-5276cca3],.sheet-leave-active[data-v-5276cca3]{transition:opacity .26s var(--ease-out)}.sheet-enter-active .picker[data-v-5276cca3],.sheet-leave-active .picker[data-v-5276cca3]{transition:transform .3s var(--ease-out)}.sheet-enter-from[data-v-5276cca3],.sheet-leave-to[data-v-5276cca3]{opacity:0}.sheet-enter-from .picker[data-v-5276cca3],.sheet-leave-to .picker[data-v-5276cca3]{transform:translateY(100%)}@media(prefers-reduced-motion:reduce){.edit-grid .slot[data-v-5276cca3]{animation:none}}html.standalone .board{--home-safe-top: max(env(safe-area-inset-top, 0px), var(--safe-top-fallback, 0px));--home-safe-bottom: max(env(safe-area-inset-bottom, 0px), var(--safe-bottom-fallback, 0px))}html.browser-mode .board{--home-safe-bottom: max( var(--browser-bottom-overlay, 0px), var(--safe-bottom-fallback, 0px) )}html.browser-mode .page{padding-top:var(--home-safe-top);transform:translate3d(0,-4px,0)}html.browser-mode .dots{bottom:calc(124px + var(--home-safe-bottom))}.dock[data-v-edd74a0a]{position:relative;width:calc(100% - 28px);max-width:424px;margin:0 auto;padding:12px 15px;display:flex;align-items:center;justify-content:space-around;background:var(--dock-bg);backdrop-filter:var(--dock-blur);-webkit-backdrop-filter:var(--dock-blur);border:.5px solid var(--dock-border);border-radius:34px;box-shadow:var(--dock-shadow);transition:background .25s var(--ease-out),border-color .25s var(--ease-out),box-shadow .25s var(--ease-out)}.dock[data-v-edd74a0a]:before{content:"";position:absolute;inset:1.5px 1.5px auto 1.5px;height:46%;border-radius:33px 33px 24px 24px;background:var(--dock-sheen);pointer-events:none}.dock-btn[data-v-edd74a0a]{display:flex;flex-direction:column;align-items:center;padding:0;color:#26262a;transition:transform .18s var(--ease-out),opacity .18s var(--ease-out)}.dock-tile[data-v-edd74a0a]{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:16px;color:var(--tile-ink);background:var(--tile-bg);border:.5px solid var(--tile-border);box-shadow:var(--tile-shadow);transition:background .25s var(--ease-out)}.dock-tile[data-v-edd74a0a]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:var(--tile-glow)}.dock-btn.pressed[data-v-edd74a0a]{transform:scale(.9);opacity:.72}.dock.editing .dock-btn[data-v-edd74a0a]{touch-action:none;animation:dock-jiggle-edd74a0a .34s ease-in-out infinite alternate}.dock.editing .dock-btn[data-v-edd74a0a]:nth-child(2n){animation-delay:-.17s;animation-direction:alternate-reverse}.dock.editing .dock-btn.dragging[data-v-edd74a0a]{pointer-events:none;animation:none;transform:scale(1.08);z-index:3}@keyframes dock-jiggle-edd74a0a{0%{transform:rotate(-.7deg)}to{transform:rotate(.7deg)}}.dock-glyph[data-v-edd74a0a]{position:relative;width:28px;height:28px}.dock-tile.has-img[data-v-edd74a0a]{overflow:hidden}.dock-img[data-v-edd74a0a]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}@media(max-width:350px){.dock-tile[data-v-edd74a0a]{width:50px;height:50px;border-radius:15px}.dock-glyph[data-v-edd74a0a]{width:26px;height:26px}}.home[data-v-8e48b646]{position:relative;height:100%;display:flex;flex-direction:column;overflow:hidden;background:transparent}.wall-art[data-v-8e48b646]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.halo[data-v-8e48b646]{position:absolute;border:1px solid rgba(17,17,19,.045);border-radius:50%}.halo-one[data-v-8e48b646]{width:360px;height:360px;right:-190px;top:70px}.halo-two[data-v-8e48b646]{width:260px;height:260px;right:-118px;top:120px;border-style:dashed}.wall-type[data-v-8e48b646],.wall-no[data-v-8e48b646]{position:absolute;font-family:var(--font-mono);font-weight:800;color:#11111308}.wall-type[data-v-8e48b646]{left:-28px;bottom:160px;font-size:76px;letter-spacing:8px;transform:rotate(-90deg);transform-origin:left bottom;opacity:.35}.wall-no[data-v-8e48b646]{right:-8px;bottom:74px;font-size:132px;line-height:1;letter-spacing:-12px;opacity:.3}.board-area[data-v-8e48b646]{flex:1;position:relative;z-index:1;min-height:0}.edit-controls[data-v-8e48b646]{position:absolute;top:4px;left:16px;right:16px;z-index:12;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.edit-add[data-v-8e48b646]{width:38px;height:38px;display:grid;place-items:center;color:var(--ink);background:#ffffffc7;border:.5px solid rgba(17,17,19,.1);border-radius:50%;box-shadow:0 6px 18px #1111131c,inset 0 .5px #fff;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);pointer-events:auto}.edit-add svg[data-v-8e48b646]{width:20px;height:20px}.edit-add[data-v-8e48b646]:active{transform:scale(.9)}.edit-left[data-v-8e48b646]{display:flex;align-items:center;gap:9px;pointer-events:none}.edit-left>button[data-v-8e48b646]{pointer-events:auto}.edit-app[data-v-8e48b646]{color:#111113b8}.edit-app svg[data-v-8e48b646]{width:17px;height:17px}.edit-done[data-v-8e48b646]{min-width:62px;height:38px;padding:0 17px;color:#fff;background:#18181be6;border-radius:20px;box-shadow:0 6px 18px #11111324;font-size:13px;font-weight:700;pointer-events:auto}.edit-control-enter-active[data-v-8e48b646],.edit-control-leave-active[data-v-8e48b646]{transition:opacity .18s var(--ease-out),transform .2s var(--ease-spring)}.edit-control-enter-from[data-v-8e48b646],.edit-control-leave-to[data-v-8e48b646]{opacity:0;transform:scale(.72)}.dock-wrap[data-v-8e48b646]{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;z-index:5;pointer-events:none}.dock-wrap[data-v-8e48b646]>*{pointer-events:auto}html.standalone .edit-controls{top:calc(4px + max(env(safe-area-inset-top,0px),var(--safe-top-fallback, 0px)))}html.standalone .dock-wrap{bottom:calc(8px + max(env(safe-area-inset-bottom,0px),var(--safe-bottom-fallback, 0px)))}html.browser-mode .dock-wrap{bottom:calc(36px + max(var(--browser-bottom-overlay, 0px),var(--safe-bottom-fallback, 0px)))}.boot[data-v-46b2e1c0]{position:fixed;top:-160px;right:-160px;bottom:-160px;left:-160px;z-index:9999;width:auto;height:auto;min-height:0;display:grid;place-items:center;background:#000;color:#f4f4f5;overflow:hidden}.boot-bg[data-v-46b2e1c0]{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.reg[data-v-46b2e1c0]{position:absolute;width:26px;height:26px;opacity:0;animation:boot-fade-46b2e1c0 .8s var(--ease-out) .25s both}.reg[data-v-46b2e1c0]:before,.reg[data-v-46b2e1c0]:after{content:"";position:absolute;background:#f4f4f547}.reg[data-v-46b2e1c0]:before{width:100%;height:1px;top:0}.reg[data-v-46b2e1c0]:after{width:1px;height:100%;left:0}.r-tl[data-v-46b2e1c0]{top:26px;left:26px}.r-tr[data-v-46b2e1c0]{top:26px;right:26px;transform:scaleX(-1)}.r-bl[data-v-46b2e1c0]{bottom:26px;left:26px;transform:scaleY(-1)}.r-br[data-v-46b2e1c0]{bottom:26px;right:26px;transform:scale(-1)}.boot-stage[data-v-46b2e1c0]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;animation:boot-rise-46b2e1c0 .7s var(--ease-out) both}.chart[data-v-46b2e1c0]{width:226px;height:226px;overflow:visible}.dot[data-v-46b2e1c0]{fill:#f4f4f5;animation:gather-46b2e1c0 .75s cubic-bezier(.28,.48,.26,1) var(--delay) both}@keyframes gather-46b2e1c0{0%{opacity:0;transform:translate(var(--dx),var(--dy))}22%{opacity:var(--o)}38%{transform:translate(var(--m1x),var(--m1y))}70%{transform:translate(var(--m2x),var(--m2y))}to{opacity:var(--o);transform:translate(0)}}.boot-word[data-v-46b2e1c0]{margin-top:34px;text-align:center;overflow:hidden}.boot-word b[data-v-46b2e1c0]{display:block;font-family:var(--font-sans);font-size:21px;font-weight:200;color:#f4f4f5eb;text-indent:10px;animation:wordIn-46b2e1c0 1.5s cubic-bezier(.2,.66,.24,1) 7.2s both}.boot-word i[data-v-46b2e1c0]{font-style:normal;font-weight:400}@keyframes wordIn-46b2e1c0{0%{opacity:0;letter-spacing:2px}to{opacity:1;letter-spacing:10px}}.boot.leaving .boot-stage[data-v-46b2e1c0]{animation:boot-out-46b2e1c0 .66s cubic-bezier(.42,0,.85,.55) both}@keyframes boot-rise-46b2e1c0{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes boot-fade-46b2e1c0{0%{opacity:0}to{opacity:1}}@keyframes boot-out-46b2e1c0{to{opacity:0;transform:scale(1.42)}}.boot-curtain-leave-active[data-v-46b2e1c0]{transition:opacity .55s cubic-bezier(.3,.2,.3,1)}.boot-curtain-leave-to[data-v-46b2e1c0]{opacity:0}@media(prefers-reduced-motion:reduce){.boot-stage[data-v-46b2e1c0],.boot-word b[data-v-46b2e1c0],.reg[data-v-46b2e1c0],.dot[data-v-46b2e1c0]{animation-duration:.01ms!important}}.api-orb[data-v-0c34e898]{position:fixed;z-index:220;width:50px;height:50px;display:grid;place-items:center;touch-action:none;border:.5px solid rgba(255,255,255,.26);border-radius:50%;background:linear-gradient(145deg,#2a2b31,#111216);color:#fff;box-shadow:0 10px 25px #0c0d1047,inset 0 1px #ffffff2e;transition:transform .16s ease,box-shadow .16s ease}.api-orb[data-v-0c34e898]:active,.api-orb.dragging[data-v-0c34e898]{transform:scale(.94)}.api-orb>span[data-v-0c34e898]{position:absolute;width:28px;height:28px;border:1px solid rgba(255,255,255,.18);border-radius:9px;transform:rotate(-10deg)}.api-orb>span[data-v-0c34e898]:before{content:"";position:absolute;right:0;top:1px;width:4px;height:4px;border-radius:50%;background:#fff;box-shadow:0 0 7px #fff}.api-orb>b[data-v-0c34e898]{position:relative;font:750 8px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:.8px}.api-orb.expanded[data-v-0c34e898]{box-shadow:0 0 0 3px #ffffffb8,0 12px 28px #0c0d104d}.orb-dismiss[data-v-0c34e898]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:218;border:0;background:#12121414;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}.orb-panel[data-v-0c34e898]{position:fixed;z-index:219;right:14px;left:14px;max-height:min(66vh,560px);padding:14px;overflow-y:auto;border:.5px solid rgba(255,255,255,.92);border-radius:22px;background:#f7f7f9f7;color:#1c1c1e;box-shadow:0 22px 54px #0f101440;backdrop-filter:blur(26px) saturate(170%);-webkit-backdrop-filter:blur(26px) saturate(170%);-webkit-overflow-scrolling:touch}.orb-panel>header[data-v-0c34e898]{display:flex;align-items:center;justify-content:space-between;padding:0 2px 10px}.orb-panel>header>span[data-v-0c34e898]{font-size:15px;font-weight:650;letter-spacing:-.2px}.orb-panel>header>button[data-v-0c34e898]{width:27px;height:27px;padding:0;border:0;border-radius:50%;background:#e4e4e8;color:#6f6f75;font:21px/25px -apple-system,BlinkMacSystemFont,sans-serif}.orb-app-grid[data-v-0c34e898]{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;padding-bottom:12px}.orb-app-grid>button[data-v-0c34e898]{min-width:0;display:flex;align-items:center;flex-direction:column;gap:5px;padding:10px 4px 8px;border:0;border-radius:14px;background:#ffffffd1;color:#1c1c1e}.orb-app-grid>button[data-v-0c34e898]:active{transform:scale(.95);opacity:.7}.orb-app-grid>button>span[data-v-0c34e898]{width:42px;height:42px;display:grid;place-items:center;overflow:hidden;border-radius:11px;background:linear-gradient(180deg,#aeb3ba,#7f858e);color:#fff;box-shadow:0 3px 8px #23262b1f}.orb-app-grid>button>span.image[data-v-0c34e898]{background:#e9e9ed}.orb-app-grid img[data-v-0c34e898]{width:100%;height:100%;object-fit:cover}.orb-app-grid[data-v-0c34e898] svg{width:23px;height:23px}.orb-app-grid b[data-v-0c34e898]{width:100%;overflow:hidden;font-size:10.5px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.orb-empty[data-v-0c34e898]{margin:0 0 12px;padding:15px;border-radius:14px;background:#fff;color:#8e8e93;font-size:11px;text-align:center}.orb-api-card[data-v-0c34e898]{overflow:hidden;padding:0 12px;border-radius:15px;background:#fff;box-shadow:0 1px 2px #00000006}.orb-api-title[data-v-0c34e898]{min-height:51px;display:flex;align-items:center;gap:12px;border-bottom:.5px solid #dedee2}.orb-api-title>span[data-v-0c34e898]{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.orb-api-title b[data-v-0c34e898]{font-size:13.5px;font-weight:550}.orb-api-title small[data-v-0c34e898]{overflow:hidden;color:#8e8e93;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.orb-api-title>button[data-v-0c34e898]{padding:7px 0 7px 10px;border:0;background:transparent;color:#007aff;font-size:11.5px}.orb-api-card>label[data-v-0c34e898]{min-height:43px;display:grid;grid-template-columns:45px minmax(0,1fr);align-items:center;border-bottom:.5px solid #dedee2}.orb-api-card>label[data-v-0c34e898]:last-child{border-bottom:0}.orb-api-card>label>span[data-v-0c34e898]{color:#6f6f75;font-size:10.5px}.orb-api-card input[data-v-0c34e898]{min-width:0;width:100%;padding:0;border:0;outline:0;background:#fff;color:#1c1c1e;font:11px/1.3 -apple-system,BlinkMacSystemFont,sans-serif;text-overflow:ellipsis}@media(max-width:350px){.orb-panel[data-v-0c34e898]{right:10px;left:10px;padding:12px}.orb-app-grid>button>span[data-v-0c34e898]{width:38px;height:38px}}.legacy67-scope,body.legacy67-active{--legacy-safe-top: 44px;--app-height: var(--screen-height, 100dvh);--status-bar-height: var(--legacy-safe-top);--status-bar-clearance: var(--legacy-safe-top);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-full: 9999px;--color-bg: #f5f5f7;--color-bg-deep: #efeff1;--color-surface: #fff;--color-surface-elevated: #fff;--color-text: #1d1d1f;--color-text-muted: #86868b;--color-border: rgba(60,60,67,.1);--color-divider: rgba(60,60,67,.08);--color-shadow: rgba(0,0,0,.04);--color-ink-soft: rgba(60,60,67,.3);--color-paper: #fff;--keyboard-backdrop: #f5f5f7;--font-family: var(--font-sans);--mono-card-radius: 12px;--mono-pill-radius: 999px;--mono-row-divider: rgba(60,60,67,.08);--mono-shadow-card: 0 .5px 0 rgba(0,0,0,.04);--mono-shadow-elevated: 0 4px 16px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04)}.legacy67-scope,.legacy67-scope>*{width:100%;height:100%;min-height:0;max-height:100%}body.legacy67-active{overflow:hidden}html.standalone .legacy67-scope,html.standalone body.legacy67-active{--legacy-safe-top: max(env(safe-area-inset-top, 0px), var(--safe-top-fallback, 0px))}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vc-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cl-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .fr-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ts-corner,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pb-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vh-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hp-rule{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-serial,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vc-serial,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-serial,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-serial,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-serial,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .corner-stamp,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-serial,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pm-serial{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace!important;color:#0000004d!important;letter-spacing:1px!important;font-style:normal!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .stamp,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pin-dot,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .seal,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hole,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-stamp,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ink-bleed{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .washi{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .em-mark,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .em-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .nh-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .nf-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ms-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hint-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .footer-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-mark,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dh-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .rg-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pm-orn{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .latin,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-latin,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .em-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ld-text,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ld-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ob-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tb-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .lp-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-eyebrow,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-eyebrow,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vh-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .nh-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ap-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-eyebrow{color:#00000059!important;font-style:normal!important;font-family:var(--font-family)!important;letter-spacing:2px!important;text-transform:uppercase!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-view,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .add-page,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cs,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mgr,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cs-search,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call{background-image:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .voucher,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ticket,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .id-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .today-char,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cal,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .preview .card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .char-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-frame{background-image:none!important;background-color:#fff!important;border:none!important;box-shadow:var(--mono-shadow-card)!important;border-radius:var(--mono-card-radius)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .voucher,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ticket,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .char-card{box-shadow:var(--mono-shadow-card)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .block,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row.stack,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .preset-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .group-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bio-card{background:#fff!important;border:none!important;box-shadow:var(--mono-shadow-card)!important;border-radius:var(--mono-card-radius)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bio-card{background-image:none!important;padding:16px 18px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bio-quote{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bio-text{font-family:var(--font-family)!important;letter-spacing:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row{background:#fff!important;border-bottom:1px solid rgba(0,0,0,.04)!important;border-radius:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-primary,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .send,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .send-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-save,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cta,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .rg-go,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-save,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dlg-ok,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .em-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dial-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .save-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .search-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ll-btn.primary,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ac-btn.primary,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .act.primary{background:#1a1a1a!important;color:#fff!important;border:none!important;border-radius:var(--mono-pill-radius)!important;box-shadow:0 2px 8px #0000001a!important;font-family:var(--font-family)!important;font-weight:600!important;letter-spacing:.5px!important;padding:10px 22px!important;transition:transform .12s ease,box-shadow .18s ease!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-primary:active,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .send:active,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .send-btn:active,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .save-btn:active,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ll-btn.primary:active,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ac-btn.primary:active{transform:scale(.97)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-ghost,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-secondary,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cancel,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .rg-cancel,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-cancel,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dlg-cancel,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ft-secondary,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ac-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ll-btn{background:#f0f0f0!important;color:#1a1a1a!important;border:none!important;border-radius:999px!important;font-family:var(--font-family)!important;font-weight:500!important;letter-spacing:.5px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-danger,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .stub-close,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .act.delete,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ll-btn.danger,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-del,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mi.danger{background:#fff!important;color:#b00020!important;border:1px solid rgba(176,0,32,.3)!important;border-radius:999px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .btn-danger.armed,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .act.delete.armed,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-del.armed{background:#b00020!important;color:#fff!important;border-color:#b00020!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab-bar{background:transparent!important;border-bottom:1px solid rgba(0,0,0,.06)!important;gap:8px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ef-chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .f-chip{background:transparent!important;border:none!important;border-radius:999px!important;font-family:var(--font-family)!important;font-weight:500!important;letter-spacing:.5px!important;color:#6b6b6b!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ef-chip.on,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .f-chip.on{background:#111!important;color:#fff!important;border-color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active:after,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active:before{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active{background:transparent!important;color:#111!important;font-weight:700!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active:after{display:block!important;background:#111!important;height:2px!important;width:24px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab-en{color:inherit!important;letter-spacing:1.5px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=text],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=number],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=url],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=email],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=tel],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=password],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=search],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=date],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=time],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=month],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input[type=datetime-local],:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input:not([type]),:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) textarea,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) select{background:#f4f4f4!important;border:1px solid transparent!important;border-radius:10px!important;color:#111!important;font-family:var(--font-family)!important;letter-spacing:.3px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) input:focus,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) textarea:focus,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) select:focus{background:#fff!important;border-color:#111!important;color:#111!important;-webkit-text-fill-color:#111111!important;caret-color:#111!important;outline:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .fi,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-input,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .am-input{font-family:var(--font-family)!important;font-style:normal!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bottom-dock{background:#fff!important;border-top:1px solid rgba(0,0,0,.06)!important;box-shadow:0 -2px 12px #00000008!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dock-tab.active .dt-icon{color:inherit!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dock-tab{color:#9a9a9a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dt-stripe{background:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dt-badge{background:#111!important;color:#fff!important;border-color:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ap-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .home-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ap-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vh-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .po-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cl-day,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-name{font-family:var(--font-serif)!important;font-weight:700!important;letter-spacing:1px!important;background-image:none!important;padding-bottom:0!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-label,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .r-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .field-label,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .fl,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .meta-label,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-eyebrow{font-family:var(--font-family)!important;letter-spacing:.5px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ld-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ob-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pe-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cp-rule,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pb-rule{background:#00000014!important;background-image:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab-divider,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .card-dash,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dash,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .top-dash,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bottom-dash{border-top-style:solid!important;border-top-color:#0000000f!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-me .bub.text{background:#1a1a1a!important;color:#fff!important;border:none!important;border-radius:18px 18px 4px!important;box-shadow:0 1px 3px #00000014!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-char .bub.text{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:18px 18px 18px 4px!important;box-shadow:0 1px 3px #0000000a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.transfer,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.gift,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.location,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.call{background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 1px 4px #0000000a!important;border-radius:14px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-me .bub.transfer,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-me .bub.gift,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-me .bub.location,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-me .bub.call{background:#fafafa!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .seg-action{color:#00000073!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hit-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .po-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .fr-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-avatar{background:#f0f0f0!important;border-color:#1a1a1a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-input-wrap{background:#fff!important;border-top:1px solid rgba(0,0,0,.06)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-input{background:#f4f4f4!important;border:none!important;border-radius:999px!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-input:focus{background:#fff!important;box-shadow:0 0 0 1px #111 inset!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tools-btn{background:#f4f4f4!important;border:none!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ask-btn{background:#f4f4f4!important;color:#1a1a1a!important;border:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ask-btn.pulse{background:#1a1a1a!important;color:#fff!important;animation:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .drawer{background:#fafafa!important;border-top:1px solid rgba(0,0,0,.06)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .t-icon-wrap{background:#fff!important;border:none!important;box-shadow:0 1px 3px #0000000d!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .t-icon{color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .entry-row,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ss-row,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hit-row{background:transparent!important;border-bottom:1px solid rgba(0,0,0,.05)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row:hover,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .entry-row:hover{background:#00000005!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row.pinned,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row.armed,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .entry-row.picked{background:#f4f4f4!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .unread-dot{background:#111!important;border-color:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .pin-dot{display:flex!important;background:#111!important;color:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tr-status.s-pending,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .gf-status.s-pending,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tr-status.s-received,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .gf-status.s-received{color:#444!important;border-color:#444!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tr-status.s-returned,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .gf-status.s-returned{color:#b00020!important;border-color:#b0002066!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .app-page-header{background:#fff!important;border-bottom:1px solid rgba(0,0,0,.06)!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mask,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .stub-mask,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .picker-mask,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ctx-mask{background:#00000073!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dlg,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .picker-mask .picker,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .regen-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .edit-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .voucher,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .modal{background:#fff!important;border:none!important;border-radius:22px!important;box-shadow:0 4px 12px #0000000f,0 24px 64px #0000002e!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ctx-menu{background:#1a1a1a!important;border-radius:999px!important;box-shadow:0 4px 18px #0000004d!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip-mini,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ek-chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .key-chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tag,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bind-pill,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .blocked-pill{background:#f0f0f0!important;color:#1a1a1a!important;border:none!important;border-radius:999px!important;font-family:var(--font-family)!important;letter-spacing:.3px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip-mini.enable{background:#00000014!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip-mini.enable.off{background:transparent!important;color:#999!important;border:1px solid rgba(0,0,0,.2)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip.scope.global,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip.scope.local{background:#f0f0f0!important;color:#1a1a1a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card .spine{background:#1a1a1a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .toggle{background:#00000026!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .toggle.on{background:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .toggle .dot{background:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .stamp-toggle{background:#fff!important;border-color:#111!important;color:#111!important;transform:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .stamp-toggle.on{background:#111!important;color:#fff!important;transform:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vc,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call{background:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vc-portrait .po-rings .po-ring{border-color:#0003!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ln-text{background:#f4f4f4!important;border-color:#0000000f!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .line.who-me .ln-text{background:#1a1a1a!important;color:#fff!important;border-color:#1a1a1a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .frame{background:#fafafa!important;border:1px solid rgba(0,0,0,.08)!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .fr-text{background:#0000000a!important;border-left-color:#111!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .vh-tag{background:#0000000d!important;border-color:#00000026!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .vh-tag svg{color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .vh,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .vh-state,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .fr-scene,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .fr-wait{color:#000000a6!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .video-call .save-btn{background:#111!important;color:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card .head-row .book-name{background-image:none!important;padding-bottom:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card.scope-global,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card.scope-local{--accent: #111 !important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-bindings .bind-pill{background:#f0f0f0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .loader-plate{background:#fff!important;border-color:#111!important;box-shadow:0 4px 12px #00000014!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .lg-stamp{color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .lg-pulse{background:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ledger-row.done .lg-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ledger-row.done .lg-en{text-decoration-color:#00000080!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ledger-row.now .lg-cn{background-image:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ledger-row.now .lg-en{color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mode-card{background:#fff!important;border:1.5px solid rgba(0,0,0,.08)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mode-card.on{border-color:#111!important;box-shadow:0 0 0 1px #111 inset,0 4px 12px #0000000f!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) ::-webkit-scrollbar{width:4px;height:4px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) ::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) ::-webkit-scrollbar-track{background:transparent}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .app-page.is-mono{background:var(--color-bg)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono{margin:0!important;height:calc(56px + var(--legacy-safe-top, 44px))!important;padding:var(--legacy-safe-top, 44px) 16px 0!important;background:transparent!important;border:none!important;border-bottom:.5px solid var(--color-border)!important;border-radius:0!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono .back-btn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono .back-btn svg{color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono .mono-title{font-family:var(--font-family)!important;font-size:16px!important;font-weight:600!important;letter-spacing:-.1px!important;color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono button,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono [role=button]{color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .header-mono .clear-btn{background:transparent!important;color:#ff3b30!important;border:none!important;padding:6px 8px!important;font-size:14px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .dock.is-mono{margin:6px 14px 12px!important;padding:10px 8px!important;background:#ffffffc7!important;backdrop-filter:blur(20px) saturate(160%)!important;-webkit-backdrop-filter:blur(20px) saturate(160%)!important;border:.5px solid var(--color-border)!important;border-top:.5px solid var(--color-border)!important;border-radius:24px!important;box-shadow:0 2px 12px #0000000a!important;justify-content:center!important;gap:28px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bottom-dock{margin:0!important;background:#fff!important;border:none!important;border-top:.5px solid var(--color-border)!important;border-radius:0!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .block,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row.stack,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .preset-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .book-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .group-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bio-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .voucher,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ticket,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .id-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .today-char,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .preview .card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .char-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ec-card,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-frame{background:var(--color-paper)!important;border:.5px solid var(--color-border)!important;border-radius:var(--mono-card-radius)!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hit-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .po-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .fr-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-avatar,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-avatar{background:#f0f0f0!important;border:none!important;border-radius:50%!important;box-shadow:inset 0 0 0 .5px var(--color-border)!important;transform:none!important;overflow:hidden!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .hit-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .po-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .fr-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-avatar img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-avatar img{border-radius:50%!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-avatar{background:#f0f0f0!important;border:none!important;border-radius:50%!important;box-shadow:inset 0 0 0 .5px var(--color-border)!important;width:52px!important;height:52px!important;overflow:hidden!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-avatar img{border-radius:50%!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-avatar.mine{background:#1d1d1f!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-avatar.mine .hp{color:#fff!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-head.is-mono{margin:0!important;padding:8px 14px!important;background:#fffffff0!important;backdrop-filter:blur(20px) saturate(160%)!important;-webkit-backdrop-filter:blur(20px) saturate(160%)!important;border:none!important;border-bottom:.5px solid var(--color-border)!important;border-radius:0!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-head.is-mono .ch-name{color:var(--color-text)!important;font-family:var(--font-family)!important;font-weight:600!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-head.is-mono .ch-aid{color:var(--color-text-muted)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-head.is-mono .ch-avatar{background:#f0f0f0!important;border:none!important;box-shadow:inset 0 0 0 .5px var(--color-border)!important;transform:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-me .bub.text{background:#111!important;color:#fff!important;border:none!important;border-radius:20px 20px 6px!important;box-shadow:inset 0 1px #ffffff1a,0 7px 18px #00000024!important;padding:8px 12px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .role-char .bub.text{background:#e9e9eb!important;color:var(--color-text)!important;border:none!important;border-radius:18px!important;box-shadow:none!important;padding:8px 12px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.transfer,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.gift,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.location,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.call{background:#fff!important;border:.5px solid var(--color-border)!important;border-radius:14px!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .time{font-family:var(--font-family)!important;color:var(--color-text-muted)!important;font-size:11px!important;letter-spacing:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.image img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bub.photo img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .att-image img,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .msg-image img{border-radius:12px!important;border:none!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .alt-switcher{background:#fff!important;border:.5px solid var(--color-border)!important;border-radius:var(--mono-pill-radius)!important;box-shadow:none!important;padding:2px 6px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .as-btn{color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .as-label{font-family:ui-monospace,SF Mono,monospace!important;font-size:11px!important;color:var(--color-text-muted)!important;font-style:normal!important;letter-spacing:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-input-wrap.is-mono{margin:0!important;padding:8px 12px!important;background:#fffffff0!important;backdrop-filter:blur(20px) saturate(160%)!important;-webkit-backdrop-filter:blur(20px) saturate(160%)!important;border:none!important;border-top:.5px solid var(--color-border)!important;border-radius:0!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-input-wrap.is-mono .ch-input{background:#f0f0f0!important;border:none!important;border-radius:18px!important;font-family:var(--font-family)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .drawer{margin:0!important;background:#fff!important;border:none!important;border-top:.5px solid var(--color-border)!important;border-radius:0!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ap-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .home-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ap-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cc-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ic-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .vh-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ch-cn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .po-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .cl-day,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tc-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-name{font-family:var(--font-family)!important;font-weight:600!important;letter-spacing:-.2px!important;background-image:none!important;padding-bottom:0!important;color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-hero{padding:64px 16px 40px!important;gap:10px!important;color:var(--color-text-muted)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-hero .eh-latin{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-hero .eh-mark{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#e9e9eb!important;color:var(--color-text-muted)!important;border-radius:50%!important;font-size:24px!important;letter-spacing:0!important;padding:0!important;margin:0 0 6px!important;filter:none!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-hero .eh-line{font-family:var(--font-family)!important;font-size:15px!important;font-weight:600!important;letter-spacing:0!important;color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .empty-hero .eh-sub{font-family:var(--font-family)!important;font-size:13px!important;font-style:normal!important;letter-spacing:0!important;line-height:1.5!important;color:var(--color-text-muted)!important;max-width:260px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .block-empty,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bio-empty{font-family:var(--font-family)!important;font-size:13px!important;font-style:normal!important;letter-spacing:0!important;color:var(--color-text-muted)!important;background:transparent!important;border:none!important;padding:24px 14px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-frame{padding:16px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-row{gap:12px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-sig{font-family:var(--font-family)!important;font-style:normal!important;font-size:13px!important;color:var(--color-text-muted)!important;letter-spacing:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-meta{border-top:.5px solid var(--color-divider)!important;font-family:var(--font-family)!important;font-style:normal!important;font-size:11px!important;letter-spacing:0!important;color:var(--color-text-muted)!important;gap:6px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .head-meta .dot{opacity:.4!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .serial{font-family:ui-monospace,SF Mono,monospace!important;font-style:normal!important;font-size:9px!important;letter-spacing:.8px!important;color:var(--color-ink-soft)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .block-head{border-bottom:.5px solid var(--color-divider)!important;padding-bottom:6px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bh-orn{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bh-cn{font-family:var(--font-family)!important;font-size:13px!important;font-weight:600!important;letter-spacing:0!important;color:var(--color-text)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bh-en{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bh-action{font-family:var(--font-family)!important;font-size:13px!important;letter-spacing:0!important;text-decoration:none!important;color:#007aff!important;padding:2px 4px!important;border-radius:0!important;background:transparent!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bh-action:hover{color:#0064d2!important;background:transparent!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chip-mini,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ek-chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .key-chip,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tag,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bind-pill,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .blocked-pill{padding:3px 10px!important;font-size:11px!important;font-weight:500!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row{padding:10px 16px!important;background:#fff!important;border-bottom:.5px solid var(--color-row-divider, var(--color-divider))!important;border-radius:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row:last-child{border-bottom:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab-bar{padding:6px 12px 0!important;background:transparent!important;border-bottom:.5px solid var(--color-border)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab:before,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab:after{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active{background:transparent!important;border:none!important;box-shadow:none!important;font-weight:600!important;color:var(--color-text)!important;padding-top:6px!important;padding-bottom:8px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tab.active:after{display:block!important;content:""!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important;bottom:-.5px!important;width:22px!important;height:2px!important;background:var(--color-text)!important;border-radius:1px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .clear-btn{padding:6px 8px!important;border:none!important;border-radius:0!important;background:transparent!important;color:#ff3b30!important;font-size:14px!important;font-weight:400!important;letter-spacing:0!important;font-family:var(--font-family)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row .tl,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row .tl:before,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .row .tl-dot{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .placeholder{height:100%;display:flex;align-items:center;justify-content:center;padding:32px 22px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-frame{border:none!important;background:transparent!important;padding:0!important;font-family:var(--font-family)!important;display:flex;flex-direction:column;align-items:center;gap:6px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-stamp{font-family:var(--font-family)!important;font-style:normal!important;font-size:13px!important;letter-spacing:0!important;color:var(--color-text-muted)!important;margin-bottom:4px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-line{font-family:var(--font-family)!important;font-style:normal!important;font-size:16px!important;font-weight:600!important;letter-spacing:0!important;color:var(--color-text)!important;margin:0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-sub{font-family:var(--font-family)!important;font-style:normal!important;font-size:13px!important;letter-spacing:0!important;color:var(--color-text-muted)!important;margin:0!important;text-align:center;max-width:240px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-mood,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ph-gen,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .em-en,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bc-orn,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bc-seal{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .check .ck{font-size:0!important;color:transparent!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .check.on:after{content:"";position:absolute;left:50%;top:46%;width:5px;height:9px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:translate(-50%,-50%) rotate(45deg);pointer-events:none}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .check{position:relative}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row{background:#ffffff8c!important;backdrop-filter:blur(10px) saturate(160%)!important;-webkit-backdrop-filter:blur(10px) saturate(160%)!important;border-bottom:none!important;border-radius:14px!important;padding:14px 16px!important;box-shadow:0 1px 2px #00000005,0 4px 14px #0000000a,inset 0 0 0 .5px #fff9!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row:hover{background:#ffffffb8!important;transform:translateY(-1px);box-shadow:0 2px 4px #00000008,0 6px 18px #0000000f,inset 0 0 0 .5px #ffffffb3!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row.pinned{background:#ffffffad!important;box-shadow:inset 3px 0 #1a1a1a,0 1px 2px #00000005,0 4px 14px #0000000a,inset 0 0 0 .5px #fff9!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-avatar{position:relative!important;width:50px!important;height:50px!important;border-radius:4px!important;background:#fff!important;border:3px solid #ffffff!important;box-shadow:0 1px 2px #0000001a,0 4px 10px #0000001a!important;overflow:visible!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-avatar:before,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-avatar:after{content:"";position:absolute;width:100%;height:100%;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001f,0 3px 8px #00000014;z-index:-1;pointer-events:none;background:linear-gradient(135deg,#0000000a,#0000001a),#fff}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-avatar:before{top:4px;left:5px;transform:rotate(6deg)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-avatar:after{top:6px;left:-5px;transform:rotate(-7deg);opacity:.92}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-avatar img{border-radius:2px!important;width:100%!important;height:100%!important;object-fit:cover!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row:nth-child(odd) .row-avatar{transform:rotate(-1.5deg)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row:nth-child(2n) .row-avatar{transform:rotate(1.5deg)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row:hover .row-avatar{transform:rotate(0)!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .ra-ph{background:#ededed!important;width:100%;height:100%;display:flex!important;align-items:center!important;justify-content:center!important;font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Georgia,serif!important;font-size:22px!important;font-weight:700!important;color:#00000073!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-name{font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Songti SC,宋体,Georgia,serif!important;font-size:17px!important;font-weight:700!important;letter-spacing:.5px!important;color:#1a1a1a!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-time{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace!important;font-size:11px!important;font-style:normal!important;letter-spacing:0!important;color:#0000005c!important;font-variant-numeric:tabular-nums!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .row-preview{font-size:13px!important;letter-spacing:-.1px!important;color:#00000080!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .section-header-mono{padding:14px 4px 6px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .sh-title{font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Songti SC,宋体,Georgia,serif!important;font-size:14px!important;font-weight:700!important;letter-spacing:4px!important;color:#0000008c!important;text-transform:uppercase!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .sh-count{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace!important;font-size:11px!important;color:#0000005c!important;font-variant-numeric:tabular-nums!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .unread-dot{background:#1a1a1a!important;border:2px solid #fff!important;width:12px!important;height:12px!important;box-shadow:0 1px 3px #00000026!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chats .pin-dot{background:#1a1a1a!important;color:#fff!important;border:1.5px solid #fff!important;width:18px!important;height:18px!important}.chat-shell .bottom-dock.is-mono,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .bottom-dock{position:absolute!important;left:16px!important;top:calc(clamp(318px,37vh,342px) + var(--chat-home-safe-top, 0px))!important;bottom:auto!important;transform:none!important;margin:0!important;z-index:6!important;width:30px!important;padding:0!important;background:transparent!important;border:none!important;border-top:none!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;justify-content:flex-start!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .bottom-dock.is-mono .dock-tab.active{background:transparent!important;color:#111!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .bub.text{background:linear-gradient(180deg,#303032c2,#121212bd)!important;color:#fff!important;border:.5px solid rgba(255,255,255,.13)!important;border-radius:20px 20px 6px!important;backdrop-filter:blur(18px) saturate(150%)!important;-webkit-backdrop-filter:blur(18px) saturate(150%)!important;box-shadow:inset 0 1px #ffffff29,inset 0 -.5px #00000038,0 7px 18px #00000029!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-char .bub.text{background:linear-gradient(180deg,#ffffffd6,#ffffff9e)!important;color:#111!important;border:.5px solid rgba(255,255,255,.64)!important;border-radius:20px 20px 20px 6px!important;backdrop-filter:blur(18px) saturate(150%)!important;-webkit-backdrop-filter:blur(18px) saturate(150%)!important;box-shadow:inset 0 1px #ffffffe6,inset 0 -.5px #0000000a,0 4px 12px #0000000f!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .bub.photo,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .bub.transfer,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .bub.gift,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .bub.location,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .bub.call{background:linear-gradient(180deg,#262628c2,#121212b8)!important;color:#fff!important;border:.5px solid rgba(255,255,255,.12)!important;border-radius:17px 17px 6px!important;backdrop-filter:blur(18px) saturate(150%)!important;-webkit-backdrop-filter:blur(18px) saturate(150%)!important;box-shadow:inset 0 1px #ffffff26,0 7px 18px #00000026!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .seg-action,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .edited-tag,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .tr-note,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .gf-note,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .loc-addr,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .loc-foot,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .bubble-wrap.role-me .photo-caption{color:#ffffff9e!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell :is(.ub-avatar,.row-avatar,.hit-avatar,.ch-avatar,.mono-avatar,.cv-meavatar,.mc-avatar,.ai-avatar,.ic-avatar,.pr-avatar,.m-cc-avatar,.cc-avatar,.mr-avatar,.po-avatar,.fr-avatar){aspect-ratio:1 / 1!important;height:auto!important;min-width:0!important;border-radius:50%!important;flex-shrink:0!important;transform:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell :is(.ub-avatar,.hit-avatar,.ch-avatar,.mono-avatar,.cv-meavatar,.mc-avatar,.ai-avatar,.pr-avatar,.m-cc-avatar,.cc-avatar,.mr-avatar,.po-avatar,.fr-avatar){overflow:hidden!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell :is(.ub-avatar,.row-avatar,.hit-avatar,.ch-avatar,.mono-avatar,.cv-meavatar,.mc-avatar,.ai-avatar,.ic-avatar,.pr-avatar,.m-cc-avatar,.cc-avatar,.mr-avatar,.po-avatar,.fr-avatar) img{width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .chats .row-avatar{overflow:visible!important;background:transparent!important;border:none!important;border-radius:50%!important;box-shadow:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .chats .row-avatar:before,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .chats .row-avatar:after{display:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .chats .row-avatar>:is(img,.ra-ph,.grp-mosaic){border-radius:50%!important;overflow:hidden!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .ic-avatar{overflow:visible!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .chat-shell .ic-avatar>:is(img,.iv-ph){width:100%!important;height:100%!important;border-radius:50%!important;overflow:hidden!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-card{background:#ffffffc7;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);border:.5px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 1px 2px #00000008,0 4px 12px #0000000a,inset 0 .5px #ffffffd9;padding:14px 16px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-card-flush{background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-eyebrow{display:flex;align-items:baseline;gap:10px;padding:4px 0 10px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-eb-no{font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:600;font-size:14px;color:#0000008c;letter-spacing:.02em;flex-shrink:0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-eb-cn{font-family:Playfair Display,Songti SC,"Noto Serif SC",Georgia,serif;font-style:italic;font-weight:700;font-size:15px;color:#111;letter-spacing:.04em}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-eb-rule{flex:1;height:0;border-top:.5px solid rgba(0,0,0,.16);align-self:center}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-eb-en{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:9px;letter-spacing:1.6px;color:#00000073;text-transform:uppercase}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-eb-count{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:9px;letter-spacing:1px;color:#00000073}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 18px;border-radius:999px;font-family:-apple-system,SF Pro Text,Inter,PingFang SC,sans-serif;font-size:12.5px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1),background .18s ease,color .18s ease,box-shadow .18s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.primary{background:#111;color:#fafafa;border:.5px solid #111;box-shadow:0 2px 8px #00000026}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #0003}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.ghost{background:#ffffff8c;color:#111;border:.5px solid rgba(0,0,0,.35)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.ghost:hover:not(:disabled){background:#fffffff2;border-color:#0000008c}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.danger{background:transparent;color:#b41e1ed9;border:.5px solid rgba(180,30,30,.4)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.danger.armed,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.danger:active{background:#b41e1eeb;color:#fff;border-color:#b41e1eeb}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.text{background:none;border:none;padding:2px 4px;font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:13px;color:#000000a6;text-decoration:underline;text-decoration-thickness:.5px;text-underline-offset:3px;border-radius:0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.text:hover:not(:disabled){color:#111}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:0 1px 3px #00000014}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-btn.sm{padding:5px 12px;font-size:11px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-input,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-textarea{width:100%;padding:10px 12px;background:#ffffffc7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:.5px solid rgba(0,0,0,.22);border-radius:8px;font-family:-apple-system,SF Pro Text,Inter,PingFang SC,sans-serif;font-size:14px;color:#111;line-height:1.5;transition:border-color .18s ease,background .18s ease}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-input:focus,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-textarea:focus{outline:none;border-color:#0000008c;background:#fffffff2}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-textarea{resize:vertical;min-height:60px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-label-k{font-family:ui-monospace,SF Mono,monospace;font-size:9.5px;letter-spacing:1.4px;color:#0000008c;text-transform:uppercase;margin-bottom:4px;display:block}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-chip{display:inline-flex;align-items:center;padding:4px 12px;background:#ffffff8c;color:#111;border:.5px solid rgba(0,0,0,.25);border-radius:999px;font-family:-apple-system,SF Pro Text,sans-serif;font-size:11.5px;letter-spacing:.04em;cursor:pointer;transition:all .15s ease;white-space:nowrap}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-chip:hover{background:#fffffff2;border-color:#00000073}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-chip.on{background:#111;color:#fafafa;border-color:#111}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar{flex-shrink:0;width:42px;height:42px;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#f0f0f3,#e3e3e8);display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Songti SC,Georgia,serif;font-style:italic;font-weight:700;font-size:18px;color:#000000a6;box-shadow:inset 0 0 0 .5px #0000001a,inset 0 .5px #fff9}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) contrast(1.04)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar.sm{width:32px;height:32px;font-size:14px;border-radius:6px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar.lg{width:56px;height:56px;font-size:22px;border-radius:10px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar.xl{width:80px;height:80px;font-size:32px;border-radius:12px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar.round{border-radius:50%}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar.anon{background:linear-gradient(135deg,#2a2a2a,#050505);color:#ffffff59}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-avatar.anon img{filter:grayscale(1) blur(6px)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#ffffff9e;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);border:.5px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 1px 2px #00000005,0 2px 8px #00000008,inset 0 .5px #ffffffb3;cursor:pointer;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,background .22s ease;text-align:left;width:100%;font-family:inherit;color:inherit}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row:hover{transform:translateY(-1.5px);background:#ffffffeb;box-shadow:0 2px 4px #0000000a,0 8px 18px #00000012,inset 0 .5px #ffffffd9}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row.armed{box-shadow:inset 3px 0 #b41e1e,0 2px 8px #0000000d}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row-name{font-family:Playfair Display,Songti SC,"Noto Serif SC",Georgia,serif;font-style:italic;font-weight:700;font-size:15px;color:#111;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row-sub{display:flex;align-items:baseline;gap:6px;font-family:ui-monospace,SF Mono,monospace;font-size:10px;color:#00000080;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row-sub .dot{color:#00000040}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row-tail{flex-shrink:0;color:#0006}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row-chev{width:14px;height:14px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-empty{text-align:center;padding:48px 20px;font-family:Playfair Display,Songti SC,Georgia,serif;font-style:italic;font-size:14px;color:#00000073}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-muted{color:#00000073;font-style:italic;font-size:12.5px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-stamp{font-family:ui-monospace,SF Mono,monospace;font-size:10px;letter-spacing:.5px;color:#00000080}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-flash{padding:8px 12px;background:#ffffff9e;border-left:2px solid #111;font-size:12.5px;color:#111;border-radius:0 6px 6px 0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-err{color:#b41e1ed9;font-size:12px;margin:0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-hairline{height:0;border-top:.5px solid rgba(0,0,0,.12);margin:4px 0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-tabbar{display:flex;gap:4px;padding:8px 14px;border-bottom:.5px solid rgba(0,0,0,.12);flex-shrink:0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-tab{position:relative;padding:6px 16px;background:transparent;border:none;cursor:pointer;color:#00000080;font-family:Playfair Display,Songti SC,Georgia,serif;font-style:italic;font-weight:600;font-size:14px;letter-spacing:.04em;transition:color .15s ease}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-tab:hover{color:#000000d9}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-tab.on{color:#111}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-tab.on:after{content:"";position:absolute;left:50%;bottom:-1px;transform:translate(-50%);width:22px;height:1.5px;background:#111}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-section{display:flex;flex-direction:column;gap:10px;padding:16px 0;border-bottom:.5px solid rgba(0,0,0,.1)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-section:last-child{border-bottom:0}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9100;background:#00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:18px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-sheet{max-width:420px;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:14px;max-height:80vh;overflow-y:auto;box-shadow:0 4px 16px #0000001a,0 12px 40px #00000029,inset 0 .5px #ffffffe6}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-sheet h3{margin:0;font-family:Playfair Display,Songti SC,Georgia,serif;font-style:italic;font-weight:700;font-size:17px;color:#111}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-hero-big{font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:700;font-size:38px;color:#111;line-height:1.05;letter-spacing:-.01em}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-hero-sub{font-family:ui-monospace,SF Mono,monospace;font-size:10px;letter-spacing:2px;color:#00000080;text-transform:uppercase}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-glyph{font-family:Playfair Display,Georgia,serif;font-style:italic;color:#00000073}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .spec-block{background:#ffffff9e;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);border:.5px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 1px 2px #00000005,0 4px 12px #0000000a,inset 0 .5px #ffffffbf;padding:14px 16px}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .spec-head{display:flex;align-items:baseline;gap:10px;padding:0 0 8px;margin-bottom:8px;border-bottom:.5px solid rgba(0,0,0,.08)}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .spec-head .sh-no{font-family:Playfair Display,Cormorant Garamond,Georgia,serif!important;font-style:italic!important;font-weight:600!important;font-size:13px!important;color:#0000008c!important;letter-spacing:.02em!important;text-transform:none!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .spec-head .sh-cn{font-family:Playfair Display,Songti SC,"Noto Serif SC",Georgia,serif!important;font-style:italic!important;font-weight:700!important;font-size:14.5px!important;color:#111!important;letter-spacing:.04em!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .spec-head .sh-en{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace!important;font-style:normal!important;font-size:9px!important;letter-spacing:1.6px!important;color:#00000073!important;text-transform:uppercase!important;margin-left:auto!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .snap-view,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .monitor,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .device,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .day-view,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .phone,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .sms,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .browse,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .orders{background:radial-gradient(120% 60% at 50% 0%,rgba(0,0,0,.018),transparent 70%),#f5f5f4}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .picker-lead{font-family:Playfair Display,Cormorant Garamond,Songti SC,Georgia,serif!important;font-style:italic!important;font-size:16px!important;color:#0000009e!important;line-height:1.6!important;margin:12px 0 8px!important;letter-spacing:.01em!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .post{background:#ffffffa6!important;-webkit-backdrop-filter:blur(10px) saturate(160%);backdrop-filter:blur(10px) saturate(160%);border:.5px solid rgba(0,0,0,.08)!important;border-radius:12px!important;padding:14px 16px!important;margin:0 0 10px;box-shadow:0 1px 2px #00000005,0 3px 10px #00000009,inset 0 .5px #ffffffc7;transition:box-shadow .18s ease}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .post.pinned{background:#ffffffd9!important;box-shadow:inset 3px 0 #111,0 1px 2px #00000005,0 4px 12px #0000000b}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .post.anon{background:#f5f5f5bf!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .feed{padding:0 0 24px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .ph-name{font-family:Playfair Display,Songti SC,Georgia,serif!important;font-style:italic!important;font-weight:700!important;color:#111!important;font-size:14.5px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .post-text{font-family:Songti SC,"Noto Serif SC",Georgia,serif!important;font-size:14px!important;line-height:1.7!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .forum-shell .pin-flag{font-family:ui-monospace,SF Mono,monospace!important;font-size:9px!important;letter-spacing:1.6px!important;color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .relation-card{background:#ffffffc7!important;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);border:.5px solid rgba(0,0,0,.08)!important;border-radius:14px!important;box-shadow:0 1px 2px #00000008,0 4px 14px #0000000d,inset 0 .5px #ffffffd9}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .rc-link{color:#111!important;animation:none!important;font-family:Playfair Display,Georgia,serif!important;font-style:italic;opacity:.5;font-size:18px!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .rc-days{color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .now-card{background:#ffffffc7!important;border:.5px solid rgba(0,0,0,.3)!important;border-left:2px solid #111!important;border-radius:0 6px 6px 0!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .now-card .now-k{color:#111!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .now-card .now-title{font-family:Playfair Display,Songti SC,Georgia,serif!important;font-style:italic;font-weight:700;color:#111}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ns-v.in,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .us-v.in,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tx-amount.in{color:#2a6a36!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .ns-v.out,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .us-v.out,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .tx-amount.out{color:#b32020!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .inv-change.up{color:#2a6a36!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .inv-change.down{color:#b32020!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .o-status.good{color:#2a6a36!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .o-status.bad{color:#b32020!important}:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .char-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .pick-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .t-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .c-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .pk-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .picker-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .l-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .ch-name,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .ts-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .hs-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .n-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .o-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .book-title,:is(.legacy67-scope.theme-mono,body.legacy67-active.theme-mono) .mui-row .hc-cn{font-family:Playfair Display,Songti SC,"Noto Serif SC",Georgia,serif!important;font-style:italic!important;font-weight:700!important;color:#111!important}.legacy67-scope[data-v-b4412070]{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;min-height:0;overflow:hidden;background:#f5f5f7}.legacy67-loading[data-v-b4412070]{position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f5f7}.music-audio-host[data-v-c6aa3569]{position:fixed;left:0;bottom:0;width:1px;height:1px;opacity:.001;pointer-events:none;z-index:-1}.app-page[data-v-bbf4056e]{--app-page-bg: var(--color-bg);width:100%;height:100%;display:flex;flex-direction:column;padding-top:0;overflow:hidden}.app-page.is-paper[data-v-bbf4056e]{--app-page-bg: radial-gradient(ellipse 70% 55% at 25% 10%, rgba(255, 252, 245, .4), transparent 65%), var(--color-bg);background:radial-gradient(ellipse 70% 55% at 25% 10%,rgba(255,252,245,.4),transparent 65%),var(--color-bg)}.app-page.is-mono[data-v-bbf4056e]{--app-page-bg: var(--color-bg);background:var(--app-page-bg)}.app-page.is-mono .page-header[data-v-bbf4056e],.app-page.is-mono .body-container[data-v-bbf4056e]{background:var(--app-page-bg)}.page-header[data-v-bbf4056e]{display:flex;align-items:center;padding:8px 20px 10px;flex-shrink:0;gap:12px}.back-btn[data-v-bbf4056e]{position:relative;flex-shrink:0;width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--app-accent, var(--color-text));background:transparent;border:none;box-sizing:border-box;cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,background .18s ease,opacity .15s ease}.back-btn[data-v-bbf4056e]:active{transform:translateY(1px) scale(.95)}.back-btn svg[data-v-bbf4056e]{position:relative;z-index:2;width:18px;height:18px}.bb-deco[data-v-bbf4056e]{position:absolute;pointer-events:none}.is-paper .back-btn.bv-0[data-v-bbf4056e]{border-radius:50%;background:radial-gradient(circle at 38% 30%,rgba(255,252,245,.9),var(--color-paper) 70%);border:1.5px solid var(--app-accent);box-shadow:inset 0 1px #fff9,0 1px 2px #3c32281f}.is-paper .back-btn.bv-0 svg[data-v-bbf4056e]{margin-left:-1px}.is-paper .back-btn.bv-0 .bb-deco[data-v-bbf4056e]{top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:var(--app-accent);box-shadow:0 0 0 1.5px var(--color-paper)}.is-paper .back-btn.bv-0[data-v-bbf4056e]:active{box-shadow:inset 0 1px 3px #3c322840}.is-paper .back-btn.bv-1[data-v-bbf4056e]{width:44px;height:30px;border-radius:4px;background:var(--color-paper);border:1.5px solid rgba(45,30,12,.42);border-left:4px solid var(--app-accent);box-shadow:0 1px 2px #3c32281f}.is-paper .back-btn.bv-1 svg[data-v-bbf4056e]{margin-right:5px}.is-paper .back-btn.bv-1 .bb-deco[data-v-bbf4056e]{top:4px;bottom:4px;right:5px;width:2px;background-image:radial-gradient(circle,rgba(45,30,12,.4) 0 .9px,transparent 1.2px);background-size:2px 5px;background-repeat:repeat-y}.is-paper .back-btn.bv-2[data-v-bbf4056e]{width:46px;height:30px;border-radius:5px;background:linear-gradient(0deg,color-mix(in srgb,var(--app-accent) 12%,var(--color-paper)),var(--color-paper));border:1.5px solid var(--app-accent);clip-path:polygon(0 0,76% 0,100% 50%,76% 100%,0 100%);padding-left:12px}.is-paper .back-btn.bv-2 .bb-deco[data-v-bbf4056e]{top:50%;left:7px;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;border:1px solid var(--app-accent);background:var(--color-bg)}.is-paper .back-btn.bv-3[data-v-bbf4056e]{width:30px;height:34px;background:transparent;border:none}.is-paper .back-btn.bv-3 svg[data-v-bbf4056e]{width:25px;height:25px;stroke-width:2.2}.is-paper .back-btn.bv-3 .bb-deco[data-v-bbf4056e]{bottom:4px;left:4px;right:4px;height:2px;border-radius:2px;background:var(--app-accent)}.is-paper .back-btn.bv-4[data-v-bbf4056e]{width:34px;height:32px;border-radius:3px 0 0 3px;background:transparent;border:1.5px solid var(--app-accent);border-right:none}.is-paper .back-btn.bv-4 .bb-deco[data-v-bbf4056e]{top:-3px;left:-3px;width:6px;height:6px;background:var(--app-accent)}.is-paper .back-btn.bv-5[data-v-bbf4056e]{width:34px;height:32px;border-radius:4px;background:var(--color-paper);border:1.5px solid rgba(45,30,12,.42);box-shadow:0 1px 2px #3c32281f;overflow:hidden}.is-paper .back-btn.bv-5 .bb-deco[data-v-bbf4056e]{top:0;right:0;width:0;height:0;border-top:12px solid var(--app-accent);border-left:12px solid transparent}.header-center[data-v-bbf4056e]{flex:1;display:flex;align-items:center;justify-content:center;min-height:32px}.header-spacer[data-v-bbf4056e]{width:32px}.filed-stamp[data-v-bbf4056e]{font-family:var(--font-serif);font-size:10px;font-style:italic;letter-spacing:2.5px;color:#322819a6;text-transform:uppercase;white-space:nowrap}.real-title[data-v-bbf4056e]{font-family:var(--font-serif);font-size:18px;font-weight:700;letter-spacing:2px;color:var(--color-text)}.title-swap-enter-active[data-v-bbf4056e],.title-swap-leave-active[data-v-bbf4056e]{transition:opacity .32s ease,transform .32s ease}.title-swap-enter-from[data-v-bbf4056e]{opacity:0;transform:translateY(4px)}.title-swap-leave-to[data-v-bbf4056e]{opacity:0;transform:translateY(-4px)}.header-serial[data-v-bbf4056e]{font-family:var(--font-serif);font-size:8.5px;font-style:italic;letter-spacing:1.5px;color:var(--color-ink-soft)}.dashed-line[data-v-bbf4056e]{margin:0 24px;border-top:1px dashed rgba(0,0,0,.18);flex-shrink:0}.header-mono[data-v-bbf4056e]{height:calc(56px + var(--legacy-safe-top, 44px));padding:var(--legacy-safe-top, 44px) 16px 0;border-bottom:.5px solid rgba(0,0,0,.08);position:relative}.header-mono[data-v-bbf4056e]:before{content:"";position:absolute;bottom:-.5px;left:18%;right:18%;height:.5px;background:linear-gradient(to right,transparent,rgba(255,255,255,.95) 50%,transparent);pointer-events:none}.header-mono .header-center[data-v-bbf4056e]{flex-direction:column;gap:0}.mono-title[data-v-bbf4056e]{font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Songti SC,Georgia,serif;font-size:18px;font-weight:700;font-style:italic;letter-spacing:.2px;color:#111;line-height:1.1}.app-page.is-mono .back-btn[data-v-bbf4056e]{width:auto;height:28px;color:#1a1a1a;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;gap:6px}.app-page.is-mono .back-btn svg[data-v-bbf4056e]{width:14px;height:14px}.app-page.is-mono .back-btn .bb-deco[data-v-bbf4056e]{display:none}.app-page.is-mono .back-btn[data-v-bbf4056e]:active{opacity:.55;transform:scale(.95)}.app-page.is-mono .back-btn.mv-0[data-v-bbf4056e]{width:30px;height:30px;border:1px solid rgba(0,0,0,.32);border-radius:50%;background:transparent}.app-page.is-mono .back-btn.mv-0 svg[data-v-bbf4056e]{width:15px;height:15px;margin-left:-1px}.app-page.is-mono .back-btn.mv-1[data-v-bbf4056e]{padding:0 10px;border:.5px solid rgba(0,0,0,.4);border-radius:0;background:transparent}.app-page.is-mono .back-btn.mv-1[data-v-bbf4056e]:after{content:"BACK"}.app-page.is-mono .back-btn.mv-2[data-v-bbf4056e]{padding:0 11px 0 8px;border:.5px solid rgba(0,0,0,.16);border-radius:7px;background:#0000000b}.app-page.is-mono .back-btn.mv-2 .bb-deco[data-v-bbf4056e]{display:block;position:static;width:3px;height:14px;border-radius:2px;background:#1a1a1a}.app-page.is-mono .back-btn.mv-2[data-v-bbf4056e]:after{content:"返回";letter-spacing:1px}.app-page.is-mono .back-btn.mv-3[data-v-bbf4056e]{width:36px;height:28px;border:none;background:transparent;justify-content:flex-start;padding-left:2px}.app-page.is-mono .back-btn.mv-3 svg[data-v-bbf4056e]{width:16px;height:16px}.app-page.is-mono .back-btn.mv-3 .bb-deco[data-v-bbf4056e]{display:block;top:50%;left:22px;width:12px;height:1px;transform:translateY(-50%);background:#00000073}.app-page.is-mono .back-btn.mv-4[data-v-bbf4056e]{padding:0 13px;border:none;border-radius:999px;background:#1a1a1a;color:#fff}.app-page.is-mono .back-btn.mv-4[data-v-bbf4056e]:after{content:"BACK";color:#fff}.app-page.is-mono .back-btn.mv-5[data-v-bbf4056e]{padding:0 10px;border:.5px solid rgba(0,0,0,.1);border-radius:8px;background:#f1f1f3}.app-page.is-mono .back-btn.mv-5[data-v-bbf4056e]:after{content:"返回";letter-spacing:1px}@media(hover:hover)and (pointer:fine){.app-page.is-mono .back-btn.mv-1[data-v-bbf4056e]:hover,.app-page.is-mono .back-btn.mv-2[data-v-bbf4056e]:hover,.app-page.is-mono .back-btn.mv-5[data-v-bbf4056e]:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.app-page.is-mono .back-btn.mv-2:hover .bb-deco[data-v-bbf4056e]{background:#fff}.app-page.is-mono .back-btn.mv-0[data-v-bbf4056e]:hover{border-color:#1a1a1a}}.body-container[data-v-bbf4056e]{flex:1;position:relative;overflow:hidden}.loading-body[data-v-bbf4056e],.page-body[data-v-bbf4056e]{position:absolute;top:0;right:0;bottom:0;left:0}.page-body[data-v-bbf4056e]{overflow-y:auto}.loading-body[data-v-bbf4056e]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px}.loading-icon[data-v-bbf4056e]{width:52px;height:52px;color:var(--color-text);opacity:0;transform:scale(2.2) translateY(-32px) rotate(-5deg);animation:stampDown-bbf4056e .5s cubic-bezier(.34,1.56,.64,1) .3s forwards}.loading-icon[data-v-bbf4056e] svg{width:100%;height:100%}@keyframes stampDown-bbf4056e{0%{opacity:0;transform:scale(2.2) translateY(-32px) rotate(-5deg)}55%{opacity:1;transform:scale(.88) translateY(0) rotate(3deg)}82%{transform:scale(1.06) rotate(-1.5deg)}to{opacity:1;transform:scale(1) rotate(0)}}.loading-name[data-v-bbf4056e]{font-family:var(--font-serif);font-size:28px;font-weight:700;letter-spacing:4px;color:var(--color-text);margin:0;display:flex;gap:4px}.char[data-v-bbf4056e]{display:inline-block;opacity:0;transform:translateY(14px) scale(.6) rotate(-3deg);animation:charPop-bbf4056e .34s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes charPop-bbf4056e{0%{opacity:0;transform:translateY(14px) scale(.6) rotate(-3deg)}55%{opacity:1;transform:translateY(-3px) scale(1.1) rotate(1deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.loading-dots[data-v-bbf4056e]{display:flex;gap:8px;margin-top:10px}.dot[data-v-bbf4056e]{width:6px;height:6px;background:#28190ab3;border-radius:50%;display:block;opacity:0;transform:scale(0)}.dot-1[data-v-bbf4056e]{animation:dotEnter-bbf4056e .3s cubic-bezier(.34,1.56,.64,1) .85s forwards,dotPulse-bbf4056e .95s ease-in-out 1.2s infinite}.dot-2[data-v-bbf4056e]{animation:dotEnter-bbf4056e .3s cubic-bezier(.34,1.56,.64,1) .95s forwards,dotPulse-bbf4056e .95s ease-in-out 1.3s infinite}.dot-3[data-v-bbf4056e]{animation:dotEnter-bbf4056e .3s cubic-bezier(.34,1.56,.64,1) 1.05s forwards,dotPulse-bbf4056e .95s ease-in-out 1.4s infinite}@keyframes dotEnter-bbf4056e{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@keyframes dotPulse-bbf4056e{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:1;transform:scale(1.05)}}.loading-text[data-v-bbf4056e]{font-family:var(--font-serif);font-size:9px;font-style:italic;letter-spacing:2.5px;color:var(--color-ink-soft);margin:8px 0 0;text-transform:uppercase;opacity:0;transform:translateY(8px);animation:textRiseIn-bbf4056e .4s ease-out 1.1s forwards}@keyframes textRiseIn-bbf4056e{to{opacity:1;transform:translateY(0)}}.loading-mono[data-v-bbf4056e]{background:transparent}.ios-spinner[data-v-bbf4056e]{position:relative;width:24px;height:24px}.spinner-bar[data-v-bbf4056e]{position:absolute;top:0;left:50%;width:2px;height:7px;margin-left:-1px;background:var(--color-text-muted);border-radius:1px;transform-origin:50% 12px;opacity:0;animation:spinnerFade-bbf4056e 1s linear infinite}@keyframes spinnerFade-bbf4056e{0%{opacity:1}to{opacity:.15}}.body-swap-enter-active[data-v-bbf4056e],.body-swap-leave-active[data-v-bbf4056e]{transition:opacity .55s cubic-bezier(.32,.72,0,1),transform .55s cubic-bezier(.32,.72,0,1)}.body-swap-enter-from[data-v-bbf4056e]{opacity:0;transform:translateY(12px)}.body-swap-leave-to[data-v-bbf4056e]{opacity:0;transform:translateY(-8px)}.cah[data-v-7f0aabd8]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;overflow:hidden;width:100vw;height:var(--screen-height, 100dvh);background:#f5f5f7}.cah-reload[data-v-7f0aabd8]{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(0,0,0,.14);border-radius:50%;color:#1a1a1a;transition:transform .3s var(--ease-out)}.cah-reload svg[data-v-7f0aabd8]{width:17px;height:17px}.cah-reload[data-v-7f0aabd8]:active{transform:rotate(-180deg) scale(.92)}.cah-stage[data-v-7f0aabd8]{position:relative;height:100%;background:#fff;border-top:.5px solid rgba(0,0,0,.05)}.cah-stage iframe[data-v-7f0aabd8]{display:block;width:100%;height:100%;border:0;background:#fff}.cah-error[data-v-7f0aabd8]{position:absolute;left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom,0px));padding:9px 12px;color:#fff;background:#1a1a1aeb;border-radius:12px;font:10.5px/1.5 ui-monospace,monospace;box-shadow:0 8px 20px #00000040}.gen[data-v-74e96480]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;overflow:hidden;width:100vw;height:var(--screen-height, 100dvh);background:#f5f5f7}.gen-body[data-v-74e96480]{min-height:100%;display:grid;place-items:center;padding:24px 20px 40px;background:repeating-linear-gradient(0deg,transparent 0 47px,rgba(0,0,0,.035) 47px 48px),repeating-linear-gradient(90deg,transparent 0 47px,rgba(0,0,0,.035) 47px 48px)}.gen-card[data-v-74e96480]{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;padding:44px 28px 30px;text-align:center;background:repeating-linear-gradient(135deg,rgba(0,0,0,.016) 0 1px,transparent 1px 7px),#fdfdfc;border-radius:18px;box-shadow:0 1px 2px #0000000a,0 14px 34px #00000014}.gen-kicker[data-v-74e96480]{margin:0;font:700 11px ui-monospace,SF Mono,Menlo,monospace;letter-spacing:4px;color:#00000080}.gen-vacante[data-v-74e96480]{margin:12px 0 0;font:700 11px ui-monospace,monospace;letter-spacing:5px;color:#0000003d}.gen-tile[data-v-74e96480]{position:relative;margin-top:28px;width:84px;height:84px;display:grid;place-items:center;overflow:hidden;color:var(--tile-ink);border-radius:22px;background:var(--tile-bg);border:.5px solid var(--tile-border);box-shadow:var(--tile-shadow);animation:gen-float-74e96480 4.2s ease-in-out infinite}.gen-glyph[data-v-74e96480]{width:40px;height:40px}.gen-tile.has-img img[data-v-74e96480]{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gen-name[data-v-74e96480]{margin:24px 0 0;font-family:Playfair Display,Cormorant Garamond,"Noto Serif SC",Songti SC,Georgia,serif;font-size:22px;font-weight:700;font-style:italic;color:#1a1a1a}.gen-rule[data-v-74e96480]{margin-top:18px;width:70%;display:flex;align-items:center;gap:10px}.gen-rule span[data-v-74e96480]{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.2))}.gen-rule span[data-v-74e96480]:last-child{background:linear-gradient(90deg,rgba(0,0,0,.2),transparent)}.gen-rule i[data-v-74e96480]{font-style:normal;color:#00000059;font-size:12px}.gen-note[data-v-74e96480]{margin:16px 0 0}.gen-note em[data-v-74e96480]{font-family:Playfair Display,Cormorant Garamond,Georgia,serif;font-style:italic;font-size:13px;line-height:1.7;color:#0000006b}.gen-no[data-v-74e96480]{margin:26px 0 0;font:700 8.5px ui-monospace,monospace;letter-spacing:2px;color:#00000047}@keyframes gen-float-74e96480{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(prefers-reduced-motion:reduce){.gen-tile[data-v-74e96480]{animation:none}}.launch[data-v-617f1dc2]{position:absolute;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f2f2f7;color:#14141a;pointer-events:none}.stage[data-v-617f1dc2]{position:relative;width:208px;height:208px;display:grid;place-items:center}.ring[data-v-617f1dc2]{position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid currentColor;border-radius:50%;animation:ringIn-617f1dc2 .5s cubic-bezier(.16,.7,.24,1) both}@keyframes ringIn-617f1dc2{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.ripple[data-v-617f1dc2]{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:50%;background:radial-gradient(circle at center,transparent 0 86%,currentColor 93.5%,transparent 99.5%);opacity:0;animation:rippleOut-617f1dc2 1.5s cubic-bezier(.09,.5,.2,1) both;animation-delay:var(--delay)}@keyframes rippleOut-617f1dc2{0%{opacity:0;transform:scale(1)}9%{opacity:.68}56%{opacity:.3}to{opacity:0;transform:scale(var(--to, 2.26))}}.inner[data-v-617f1dc2]{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.well[data-v-617f1dc2]{position:relative;width:30px;height:30px;display:grid;place-items:center}.drop[data-v-617f1dc2]{position:absolute;left:50%;top:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:50%;background:currentColor;animation:dropFall-617f1dc2 .36s cubic-bezier(.55,0,.85,.5) .05s both}@keyframes dropFall-617f1dc2{0%{opacity:0;transform:translateY(-84px) scaleY(1)}14%{opacity:1}78%{opacity:1;transform:translateY(-5px) scale(.87,1.24)}92%{opacity:.7;transform:translateY(0) scale(1.4,.52)}to{opacity:0;transform:translateY(0) scale(1.85,.34)}}.glyph[data-v-617f1dc2]{width:100%;height:100%;display:grid;place-items:center;overflow:hidden;border-radius:50%;animation:bloom-617f1dc2 .56s cubic-bezier(.18,.72,.26,1) .36s both}.glyph[data-v-617f1dc2] .icon{width:100%;height:100%}.glyph img[data-v-617f1dc2]{width:100%;height:100%;object-fit:cover}@keyframes bloom-617f1dc2{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.name[data-v-617f1dc2]{display:flex;margin:17px 0 0;font-size:18px;font-weight:500;letter-spacing:4.5px;text-indent:4.5px}.char[data-v-617f1dc2]{display:inline-block;animation:charRise-617f1dc2 .58s cubic-bezier(.16,.7,.24,1) both;animation-delay:calc(.46s + var(--i) * .05s)}@keyframes charRise-617f1dc2{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.en[data-v-617f1dc2]{margin:10px 0 0;color:#14141a57;font-size:8px;font-weight:400;letter-spacing:2.8px;text-indent:2.8px;text-transform:uppercase;animation:rise-617f1dc2 .56s cubic-bezier(.16,.7,.24,1) .68s both}@keyframes rise-617f1dc2{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bar[data-v-617f1dc2]{width:40px;height:1px;margin-top:44px;overflow:hidden;background:#14141a12;animation:rise-617f1dc2 .56s cubic-bezier(.16,.7,.24,1) .78s both}.bar i[data-v-617f1dc2]{display:block;width:100%;height:100%;background:#14141a4d;transform-origin:left center;animation:barFill-617f1dc2 var(--launch-ms, 1.4s) cubic-bezier(.3,.55,.35,1) both}@keyframes barFill-617f1dc2{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.theme-dark .launch[data-v-617f1dc2]{background:#000;color:#f2f2f7}.theme-dark .en[data-v-617f1dc2]{color:#ebebf55c}.theme-dark .bar[data-v-617f1dc2]{background:#ebebf51a}.theme-dark .bar i[data-v-617f1dc2]{background:#ebebf561}@media(prefers-reduced-motion:reduce){.ripple[data-v-617f1dc2]{animation:none;opacity:.12}.drop[data-v-617f1dc2]{display:none}.ring[data-v-617f1dc2],.glyph[data-v-617f1dc2],.char[data-v-617f1dc2],.en[data-v-617f1dc2],.bar[data-v-617f1dc2],.bar i[data-v-617f1dc2]{animation:none}}.app-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;overflow:hidden;background:#f2f2f7;backface-visibility:hidden;-webkit-backface-visibility:hidden;isolation:isolate}.theme-dark .app-layer{background:#000}.launch-out-leave-active{transition:opacity .44s cubic-bezier(.42,.05,.38,1),transform .56s cubic-bezier(.16,.7,.24,1);will-change:opacity,transform}.launch-out-leave-from{opacity:1;transform:scale(1)}.launch-out-leave-to{opacity:0;transform:scale(1.07)}.app-body{position:absolute;top:0;right:0;bottom:0;left:0;isolation:isolate;z-index:1}html.keyboard-open .app-layer{inset:auto 0 auto 0;top:var(--visual-viewport-top, 0px);height:var(--visual-viewport-height, 100dvh)}.home-stage{transform:translateZ(0) scale(1);opacity:1;visibility:visible;transition:none;transform-origin:50% 50%;backface-visibility:hidden;-webkit-backface-visibility:hidden}.home-stage.is-app-covered{transform:translateZ(0) scale(.94);opacity:.78;visibility:hidden;transition:transform .34s cubic-bezier(.22,.78,.24,1),opacity .26s ease-out,visibility 0s .42s}.app-open-enter-active{transition:opacity .13s ease-out,transform .4s cubic-bezier(.2,.78,.22,1);transform-origin:var(--ox, 50%) var(--oy, 50%);will-change:transform,opacity}.app-open-enter-from{opacity:.35;transform:translateZ(0) scale(var(--icon-scale, .72))}.app-open-enter-to{opacity:1;transform:translateZ(0) scale(1)}.app-open-leave-active{pointer-events:none;transition:opacity .05s linear}.app-open-leave-from{opacity:1}.app-open-leave-to{opacity:0}@media(prefers-reduced-motion:reduce){.home-stage,.app-open-enter-active,.app-open-leave-active{transition-duration:.12s}}
