:root{--bg-dark: #070614;--bg-surface: rgba(18, 14, 38, .85);--bg-card: rgba(26, 21, 56, .75);--bg-card-hover: rgba(42, 34, 88, .9);--bg-card-selected: rgba(245, 158, 11, .16);--border: rgba(255, 255, 255, .12);--border-gold: #F59E0B;--border-gold-glow: rgba(245, 158, 11, .45);--border-accent: #EC4899;--gold-primary: #F59E0B;--gold-bright: #FDE68A;--gold-dark: #B45309;--gold-gradient: linear-gradient(135deg, #FFFDF7 0%, #FDE68A 30%, #F59E0B 70%, #B45309 100%);--cta-gradient: linear-gradient(90deg, #F59E0B 0%, #EF4444 100%);--purple-gradient: linear-gradient(135deg, #9333EA 0%, #4F46E5 100%);--emerald-gradient: linear-gradient(135deg, #10B981 0%, #059669 100%);--text-main: #FFFFFF;--text-secondary: #E2E8F0;--text-muted: #94A3B8;--text-gold: #FCD34D;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px -4px rgba(0, 0, 0, .5);--shadow-gold: 0 0 25px rgba(245, 158, 11, .35);--shadow-purple: 0 0 25px rgba(147, 51, 234, .3);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-pill: 9999px;--font-serif: "Noto Serif TC", "PMingLiU", "Songti TC", serif;--font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", -apple-system, sans-serif;--font-cursive: "Ma Shan Zheng", cursive}:root[data-theme=light]{--bg-dark: #F3E8D0;--bg-surface: rgba(251, 244, 228, .95);--bg-card: #FFFFFF;--bg-card-hover: #FDFBF7;--bg-card-selected: rgba(143, 34, 51, .08);--border: rgba(36, 29, 22, .14);--border-gold: #A97A22;--border-gold-glow: rgba(169, 122, 34, .3);--text-main: #241D16;--text-secondary: #4A3E31;--text-muted: #7A6E5D;--text-gold: #8F2233}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-sans);line-height:1.7;min-height:100vh;overflow-x:hidden;position:relative;background-image:radial-gradient(circle at 50% 5%,rgba(99,102,241,.22) 0%,transparent 45%),radial-gradient(circle at 85% 85%,rgba(236,72,153,.15) 0%,transparent 40%),radial-gradient(circle at 15% 50%,rgba(245,158,11,.12) 0%,transparent 35%)}::selection{background:var(--gold-primary);color:#000}.celestial-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;overflow:hidden;isolation:isolate;padding:4.5rem clamp(1rem,6vw,5rem) 2rem;background:radial-gradient(circle at 50% 38%,rgba(242,196,94,.28),transparent 23rem),radial-gradient(circle at 50% 100%,rgba(71,30,85,.52),transparent 42rem),#060514;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .8s ease,visibility 0s linear .8s}.celestial-transition:before,.celestial-transition:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.celestial-transition:before{z-index:-2;background:radial-gradient(circle at 14% 20%,rgba(255,231,149,.88) 0 1px,transparent 2px),radial-gradient(circle at 82% 12%,rgba(255,231,149,.68) 0 1px,transparent 2px),radial-gradient(circle at 92% 66%,rgba(255,231,149,.75) 0 1px,transparent 2px),radial-gradient(circle at 8% 78%,rgba(255,231,149,.55) 0 1px,transparent 2px);background-size:210px 170px,280px 235px,170px 220px,320px 280px;opacity:.82}.celestial-transition:after{z-index:3;background:radial-gradient(ellipse at center,transparent 36%,rgba(2,2,12,.68) 100%)}.celestial-transition.is-visible{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .8s ease,visibility 0s}.celestial-transition.is-leaving{opacity:0;pointer-events:none;transition:opacity .9s ease}.celestial-transition__mist{position:absolute;z-index:1;width:74vw;height:18vw;min-height:90px;border-radius:50%;filter:blur(30px);background:radial-gradient(ellipse,rgba(228,218,255,.31),transparent 68%);animation:celestialMist 6s ease-in-out infinite alternate}.celestial-transition__mist--one{bottom:4%;left:-10%}.celestial-transition__mist--two{right:-13%;bottom:16%;animation-delay:-3s;opacity:.65}.celestial-figure{position:relative;z-index:2;width:min(58vw,500px);min-width:280px;transform:translateY(42px) scale(.88);opacity:0;filter:drop-shadow(0 0 28px rgba(247,201,93,.25))}.celestial-figure svg{display:block;width:100%;height:auto}.celestial-figure__aureole{position:absolute;top:4%;left:50%;width:65%;aspect-ratio:1;transform:translate(-50%);border:1px solid rgba(255,234,161,.55);border-radius:50%;box-shadow:0 0 22px 8px #ffca4f36,inset 0 0 32px #ffebae2e}.celestial-figure__aureole:before,.celestial-figure__aureole:after{content:"";position:absolute;top:9%;right:9%;bottom:9%;left:9%;border:1px dashed rgba(255,228,140,.45);border-radius:inherit}.celestial-figure__aureole:after{top:22%;right:22%;bottom:22%;left:22%;border-style:solid;opacity:.7}.celestial-transition.is-visible .celestial-figure{animation:celestialReveal 3.15s cubic-bezier(.16,.82,.28,1) forwards}.celestial-transition.is-visible .celestial-figure__aureole{animation:celestialHalo 6s linear infinite}.celestial-transition.is-visible .celestial-figure__crown{transform-origin:270px 180px;animation:celestialCrown 3.3s ease-out forwards}.celestial-transition.is-visible .celestial-figure__clouds{animation:celestialClouds 5s ease-in-out infinite alternate}.celestial-couplet{position:absolute;z-index:4;top:50%;margin:0;padding:.9rem .45rem;writing-mode:vertical-rl;text-orientation:upright;font-family:var(--font-serif);font-size:clamp(1rem,2.35vw,1.65rem);font-weight:900;line-height:1.55;letter-spacing:.16em;color:#ffefbb;background:linear-gradient(180deg,#741320f0,#400814e6);border:1px solid rgba(252,210,114,.8);box-shadow:0 0 24px #f7b53947,inset 0 0 12px #ffe29733;opacity:0}.celestial-couplet--right{right:clamp(.8rem,6vw,6rem);transform:translateY(-43%) translate(24px)}.celestial-couplet--left{left:clamp(.8rem,6vw,6rem);transform:translateY(-43%) translate(-24px)}.celestial-transition.is-visible .celestial-couplet--right{animation:celestialCoupletRight 1s .85s ease-out forwards}.celestial-transition.is-visible .celestial-couplet--left{animation:celestialCoupletLeft 1s 1.05s ease-out forwards}.celestial-transition__blessing{position:absolute;z-index:4;bottom:clamp(3.4rem,9vh,6rem);left:50%;margin:0;width:max-content;max-width:calc(100% - 2rem);transform:translate(-50%) translateY(16px);font-family:var(--font-serif);font-size:clamp(1.35rem,3.2vw,2.2rem);font-weight:900;letter-spacing:.15em;color:#fff0bd;text-shadow:0 0 16px rgba(247,194,67,.8),0 2px 4px #2b0715;opacity:0}.celestial-transition.is-visible .celestial-transition__blessing{animation:celestialBlessing .9s 2.2s ease-out forwards}.celestial-transition__skip{position:absolute;z-index:5;right:1rem;bottom:1rem;border:1px solid rgba(255,240,187,.48);border-radius:var(--radius-pill);padding:.38rem .85rem;color:#fff0bbe0;background:#0d091e8a;font:inherit;font-size:.78rem;cursor:pointer;opacity:0}.celestial-transition.is-visible .celestial-transition__skip{animation:celestialBlessing .6s 1.3s ease-out forwards}@keyframes celestialReveal{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes celestialHalo{to{transform:translate(-50%) rotate(360deg)}}@keyframes celestialCrown{0%{opacity:0;transform:translateY(-12px)}45%{opacity:1;transform:translateY(0)}to{opacity:1}}@keyframes celestialClouds{to{transform:translate(10px);opacity:.9}}@keyframes celestialMist{to{transform:translate(8vw) translateY(-14px) scale(1.08)}}@keyframes celestialCoupletRight{to{opacity:1;transform:translateY(-43%) translate(0)}}@keyframes celestialCoupletLeft{to{opacity:1;transform:translateY(-43%) translate(0)}}@keyframes celestialBlessing{to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 620px){.app-hero--editorial{grid-template-columns:1fr;min-height:0;padding:26px 20px 20px}.app-hero--editorial .hero-main-title{font-size:clamp(1.85rem,8.4vw,2.4rem)}.hero-art{min-height:220px;border-radius:120px 120px 24px 24px}.hero-description{line-height:1.75}.celestial-transition{padding-inline:.3rem}.celestial-figure{width:min(86vw,410px)}.celestial-couplet{font-size:.92rem;letter-spacing:.08em;padding:.65rem .28rem}.celestial-couplet--right{right:.45rem}.celestial-couplet--left{left:.45rem}.celestial-transition__blessing{bottom:4.4rem;font-size:1.28rem}}@media (prefers-reduced-motion: reduce){.celestial-transition,.celestial-transition.is-leaving{transition-duration:.18s}.celestial-transition.is-visible .celestial-figure,.celestial-transition.is-visible .celestial-couplet--right,.celestial-transition.is-visible .celestial-couplet--left,.celestial-transition.is-visible .celestial-transition__blessing,.celestial-transition.is-visible .celestial-transition__skip{animation-duration:.18s;animation-delay:0s}}.cosmic-glow{position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.glow-1{top:-120px;left:50%;transform:translate(-50%);width:450px;height:450px;background:#8b5cf638}.glow-2{bottom:40px;right:-60px;width:320px;height:320px;background:#f59e0b2e}.glow-3{top:45%;left:-80px;width:280px;height:280px;background:#ec489926}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:900;letter-spacing:.03em;color:var(--text-main)}h1{font-size:clamp(1.6rem,3.2vw,2.2rem)}h2{font-size:clamp(1.3rem,2.4vw,1.7rem)}h3{font-size:clamp(1.1rem,1.8vw,1.35rem)}p{color:var(--text-secondary);font-size:.95rem}.mark{font-family:var(--font-cursive)}.app-container{width:100%;max-width:1280px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.app-header{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--bg-surface) 88%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:10px 20px}.app-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}@media (max-width: 430px){.app-header-inner{gap:8px}.user-topbar-btn>span:not(.user-avatar-circle){display:inline-block;max-width:34vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}}.brand-wrap{display:flex;align-items:center;gap:10px;text-decoration:none;cursor:pointer;white-space:nowrap;flex-shrink:0}.brand-svg-icon{width:clamp(34px,3.5vw,42px);height:clamp(34px,3.5vw,42px);flex-shrink:0;filter:drop-shadow(0 0 8px rgba(245,158,11,.45))}.brand-text{display:flex;flex-direction:column;white-space:nowrap}.brand-name{font-family:var(--font-serif);font-weight:900;font-size:clamp(1.05rem,1.6vw,1.25rem);background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2;white-space:nowrap}.top-live-capsule{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid var(--border);padding:3px 10px;border-radius:var(--radius-pill);font-size:.75rem;color:var(--text-gold);white-space:nowrap}.live-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981;animation:pulse-dot 2s infinite ease-in-out}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.app-nav-tabs{display:none;gap:4px;background:#ffffff0f;padding:4px;border-radius:var(--radius-pill);flex-shrink:0}@media (min-width: 900px){.app-nav-tabs{display:flex}}.app-tab-btn{border:none;background:transparent;color:var(--text-muted);font-weight:700;font-size:clamp(.78rem,1.1vw,.88rem);padding:6px clamp(10px,1.2vw,14px);min-height:44px;border-radius:var(--radius-pill);cursor:pointer;display:flex;align-items:center;gap:5px;white-space:nowrap;flex-shrink:0;transition:all .18s ease}.app-tab-btn:hover{color:var(--text-main)}.app-tab-btn.active{background:var(--bg-card);color:var(--gold-bright);border:1px solid var(--border-gold-glow);box-shadow:var(--shadow-sm)}.user-topbar-btn{display:flex;align-items:center;gap:8px;background:#f59e0b24;border:1.5px solid var(--border-gold);color:var(--gold-bright);padding:6px 14px;min-height:44px;border-radius:var(--radius-pill);font-size:clamp(.78rem,1.1vw,.84rem);font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s ease}.user-topbar-btn:hover{background:#f59e0b40;box-shadow:var(--shadow-gold)}.user-avatar-circle{width:22px;height:22px;border-radius:50%;background:var(--gold-gradient);color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;font-weight:700;font-size:.92rem;letter-spacing:.02em;padding:10px 20px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.3);box-shadow:none;transform:none}.btn-primary{background:var(--cta-gradient);color:#fff;box-shadow:var(--shadow-gold)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #f59e0b99}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{border-color:var(--gold-primary);color:var(--gold-bright);background:#f59e0b14}.btn-gold{background:var(--gold-gradient);color:#1a1310;font-weight:800;box-shadow:var(--shadow-gold)}.btn-gold:hover{transform:translateY(-2px);filter:brightness(1.08)}.btn-sm{padding:6px 12px;font-size:.82rem;min-height:44px}.btn-lg{padding:14px 28px;font-size:1.05rem}.app-hero{position:relative;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:clamp(24px,4vw,44px) clamp(18px,4vw,36px);margin:16px clamp(12px,3vw,24px) 0;box-shadow:var(--shadow-md);text-align:center;overflow:hidden}.app-hero--editorial{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);align-items:stretch;gap:clamp(20px,4vw,56px);min-height:360px;padding:clamp(28px,5vw,64px);isolation:isolate;text-align:left;background:linear-gradient(118deg,#0a0913fa,#120f22f0 56%,#341a2ab8),radial-gradient(circle at 80% 20%,rgba(183,129,49,.18),transparent 32%),var(--bg-card)}.app-hero--editorial:before{z-index:-1;background:linear-gradient(90deg,transparent 0 48%,rgba(247,201,93,.08) 48.1% 48.25%,transparent 48.35%),radial-gradient(circle at 10% 16%,rgba(247,201,93,.18),transparent 20%),radial-gradient(circle at 88% 76%,rgba(117,48,68,.34),transparent 34%)}.hero-copy{position:relative;z-index:1;align-self:center;max-width:620px}.hero-kicker{margin:0 0 10px;color:#fde68ab3;font-size:.68rem;font-weight:800;letter-spacing:.18em}.app-hero--editorial .hero-main-title{max-width:610px;font-size:clamp(2.05rem,4vw,3.65rem);line-height:1.23;letter-spacing:.025em;margin:0}.hero-description{max-width:570px;margin-top:18px;color:#ebeaf3d6;font-size:clamp(.93rem,1.4vw,1.04rem);line-height:1.9}.hero-assurance-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.hero-assurance-list span{border:1px solid rgba(253,230,138,.26);border-radius:999px;padding:5px 10px;color:#fde68ae0;font-size:.73rem;font-weight:700}.hero-art{position:relative;min-height:290px;overflow:hidden;border:1px solid rgba(253,230,138,.28);border-radius:160px 160px 30px 30px;background:linear-gradient(180deg,#0a08121f,#0a0812e0);box-shadow:inset 0 0 0 1px #ffffff0a,0 22px 48px #0000005c}.hero-art:before,.hero-art:after{content:"";position:absolute;border:1px solid rgba(253,230,138,.38);border-radius:50%;pointer-events:none}.hero-art:before{top:12%;right:12%;bottom:12%;left:12%}.hero-art:after{top:23%;right:23%;bottom:23%;left:23%;border-style:dashed;animation:slow-orbit 28s linear infinite}.hero-art__seal{position:absolute;right:18px;bottom:18px;display:grid;place-items:center;width:54px;height:74px;border:1px solid rgba(253,230,138,.66);color:#ffedb4e6;background:#56182294;box-shadow:0 6px 18px #00000052;font-family:var(--font-serif);font-weight:900;line-height:1.2;letter-spacing:.16em;text-align:center}@keyframes slow-orbit{to{transform:rotate(360deg)}}.app-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(245,158,11,.22) 0%,transparent 60%);pointer-events:none}.hero-slogan-capsule{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1f;border:1px solid var(--border-gold);color:var(--gold-bright);padding:4px 14px;border-radius:var(--radius-pill);font-size:.82rem;font-weight:700;margin-bottom:12px}.hero-main-title{font-size:clamp(1.8rem,4vw,2.6rem);background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.app-workspace{flex:1;padding:20px clamp(12px,3vw,24px) 100px;max-width:1200px;width:100%;margin:0 auto}.app-view{display:none;animation:fadeIn .25s ease forwards}.app-view.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.themes-matrix-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:20px}.theme-hub-card{position:relative;background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:0 20px 20px;display:flex;flex-direction:column;gap:clamp(14px,1.2vw,18px);cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-card-art{position:relative;height:108px;margin:0 -20px 4px;overflow:hidden;border-radius:var(--radius-md) var(--radius-md) 24px 24px;background-image:linear-gradient(180deg,#0708120a,#07081259);background-size:100% 100%;background-position:center}.theme-card-art:before,.theme-card-art:after{display:none}.theme-hub-card[data-theme=love] .theme-card-art{background-position:center,0% 0%}.theme-hub-card[data-theme=work] .theme-card-art{background-position:center,50% 0%}.theme-hub-card[data-theme=career] .theme-card-art{background-position:center,100% 0%}.theme-hub-card[data-theme=wealth] .theme-card-art{background-position:center,0% 100%}.theme-hub-card[data-theme=family] .theme-card-art{background-position:center,50% 100%}.theme-hub-card[data-theme=children] .theme-card-art{background-position:center,100% 100%}.theme-hub-card:hover{transform:translateY(-3px);border-color:var(--gold-primary);box-shadow:var(--shadow-gold);background:var(--bg-card-hover)}.theme-card-top{display:flex;justify-content:space-between;align-items:flex-start}.theme-icon-box{width:44px;height:44px;border-radius:var(--radius-sm);background:#ffffff14;display:flex;align-items:center;justify-content:center;color:var(--gold-bright)}.theme-icon-box svg{width:24px;height:24px}.theme-quota-pill{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-pill);font-size:clamp(15px,1.1vw,17px);font-weight:800}.theme-quota-pill.has-points{background:#10b98133;color:#34d399;border:1px solid #10B981}.theme-quota-pill.zero-points{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.4)}.theme-hub-card h3{font-size:clamp(22px,2.1vw,28px);line-height:1.3;margin:0}.theme-hub-card .theme-tag{font-size:clamp(16px,1.35vw,18px);line-height:1.55;font-weight:700;color:var(--text-gold)}.theme-hub-card p{font-size:clamp(16px,1.35vw,18px);color:var(--text-muted);line-height:1.7;flex:1}.theme-card-actions{display:flex;gap:8px;margin-top:4px}.theme-hub-card .btn.btn-sm{min-height:48px;padding:10px 14px;font-size:clamp(16px,1.25vw,18px)}.member-dashboard-container{display:flex;flex-direction:column;gap:24px;max-width:1000px;margin:0 auto}.member-profile-card{background:var(--bg-card);border:1.5px solid var(--border-gold);border-radius:var(--radius-lg);padding:clamp(20px,4vw,32px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;box-shadow:var(--shadow-gold);position:relative;overflow:hidden}.member-profile-card:before{content:"";position:absolute;top:-50%;left:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(245,158,11,.15) 0%,transparent 70%);pointer-events:none}.member-avatar-block{display:flex;align-items:center;gap:16px}.member-large-avatar{width:64px;height:64px;border-radius:50%;background:var(--gold-gradient);color:#1a1310;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:900;box-shadow:var(--shadow-gold);border:2px solid #FFF}.member-info-col h3{font-size:1.35rem;color:#fff;display:flex;align-items:center;gap:8px}.member-tier-badge{display:inline-flex;align-items:center;background:#f59e0b33;border:1px solid var(--border-gold);color:var(--gold-bright);font-size:.72rem;font-weight:800;padding:2px 8px;border-radius:var(--radius-pill)}.member-email-text{font-size:.85rem;color:var(--text-muted);margin-top:2px}.member-points-summary-box{display:flex;align-items:baseline;gap:12px;background:#ffffff0f;border:1px solid var(--border);padding:12px 20px;border-radius:var(--radius-md)}.member-total-points-num{font-family:var(--font-serif);font-size:2.4rem;font-weight:900;color:var(--gold-bright)}.member-themes-quota-section{display:flex;flex-direction:column;gap:14px}.section-title-row{display:flex;justify-content:space-between;align-items:center}.theme-quota-assets-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.theme-quota-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:10px;transition:all .18s ease}.theme-quota-card:hover{border-color:var(--border-gold);background:var(--bg-card-hover)}.theme-quota-card-header{display:flex;justify-content:space-between;align-items:center}.theme-quota-card-balance{font-size:1.15rem;font-weight:900;color:var(--gold-bright)}.theme-quota-card-balance.zero{color:#f87171}.pricing-section-container{display:flex;flex-direction:column;gap:24px;margin-top:20px}.pricing-cards-grid{display:grid;gap:18px;grid-template-columns:1fr}@media (min-width: 800px){.pricing-cards-grid{grid-template-columns:repeat(3,1fr)}}.plan-card{position:relative;background:var(--bg-card);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:26px 20px;display:flex;flex-direction:column;gap:16px;cursor:pointer;transition:all .2s ease}.plan-card:hover{transform:translateY(-3px);border-color:var(--gold-primary);box-shadow:var(--shadow-gold)}.plan-card.active{border-color:var(--gold-primary);background:var(--bg-card-selected);box-shadow:0 0 0 2px var(--gold-primary) inset,var(--shadow-gold)}.plan-ribbon{position:absolute;top:-1px;right:18px;background:var(--cta-gradient);color:#fff;font-size:.72rem;font-weight:800;padding:4px 10px;border-radius:0 0 6px 6px;box-shadow:0 2px 8px #0006}.plan-title{font-size:1.15rem;font-weight:800}.plan-price-row{display:flex;align-items:baseline;gap:8px}.plan-price{font-family:var(--font-serif);font-weight:900;font-size:2.2rem;color:var(--gold-bright)}.plan-price sup{font-size:1rem;color:var(--text-muted)}.plan-old-price{font-size:.9rem;color:var(--text-muted);text-decoration:line-through}.plan-desc-note{font-size:.82rem;color:var(--text-gold);background:#f59e0b1a;padding:6px 10px;border-radius:var(--radius-sm);border:1px dashed var(--border-gold)}.plan-bullets{list-style:none;display:grid;gap:8px;font-size:.85rem;color:var(--text-secondary);flex:1}.plan-bullets li{display:flex;gap:8px}.plan-bullets li:before{content:"✦";color:var(--gold-primary)}.plan-theme-picker-box{background:#ffffff0d;border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;margin-top:10px}.plan-theme-picker-box h4{font-size:.95rem;margin-bottom:10px;color:var(--gold-bright)}.theme-checkbox-list{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.theme-check-pill{display:flex;align-items:center;gap:6px;background:var(--bg-card);border:1px solid var(--border);padding:6px 10px;min-height:44px;border-radius:var(--radius-sm);font-size:.82rem;cursor:pointer}.theme-check-pill.checked{border-color:var(--gold-primary);background:#f59e0b33;color:var(--gold-bright);font-weight:700}.reading-modal-shell{position:relative;width:100%;max-width:680px;max-height:92vh}.modal-close-fixed{position:absolute;top:12px;right:12px;min-width:44px;min-height:44px;display:grid;place-items:center;border:1px solid rgba(245,158,11,.4);color:#fff;background:#ffffff0f;cursor:pointer;font-size:22px;line-height:1;border-radius:10px;transition:all .18s ease;z-index:10}.modal-close-fixed:hover{color:var(--gold-bright);border-color:var(--border-gold);background:#f59e0b2e}.reading-modal-card{background:#0f0b1e;color:#fff;border:1.5px solid var(--border-gold);border-radius:var(--radius-lg);padding:clamp(20px,4vw,32px);width:100%;max-width:680px;max-height:92vh;overflow-y:auto;box-shadow:0 0 50px #f59e0b59;position:relative}.wizard-header{border-bottom:1px solid var(--border);padding-bottom:14px;margin-bottom:16px}.wizard-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-right:52px}.wizard-stepper-meta{display:flex;justify-content:space-between;font-size:.78rem;color:var(--text-gold);font-weight:800;margin-bottom:6px}.wizard-progress-track{width:100%;height:6px;background:#ffffff1a;border-radius:var(--radius-pill);overflow:hidden}.wizard-progress-bar{height:100%;background:var(--cta-gradient);transition:width .3s ease}.wizard-step-body{display:flex;flex-direction:column;gap:16px;min-height:280px;animation:fadeIn .25s ease}.wizard-question-title{font-size:1.15rem;color:#fff;font-family:var(--font-serif);font-weight:800;display:flex;align-items:center;gap:8px}.wizard-question-sub{font-size:.85rem;color:var(--text-muted)}.wizard-options-grid{display:grid;gap:10px;grid-template-columns:1fr}@media (min-width: 500px){.wizard-options-grid.cols-2{grid-template-columns:1fr 1fr}}.wizard-option-card{background:#ffffff0d;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .18s ease}.wizard-option-card:hover{background:#ffffff17;border-color:var(--gold-primary);transform:translateY(-2px)}.wizard-option-card.selected{background:#f59e0b2e;border-color:var(--gold-primary);box-shadow:0 0 0 1px var(--gold-primary) inset,var(--shadow-gold);color:var(--gold-bright)}.wizard-option-card-left{display:flex;align-items:center;gap:12px}.wizard-option-icon{font-size:1.3rem}.wizard-option-text{font-size:.95rem;font-weight:700}.wizard-option-desc{font-size:.78rem;color:var(--text-muted);margin-top:2px}.wizard-option-check{font-size:1rem;color:var(--gold-primary);opacity:0}.wizard-option-card.selected .wizard-option-check{opacity:1}.wizard-option-card.has-custom-input{flex-direction:column;align-items:stretch;gap:8px}.wizard-option-card-top-row{display:flex;align-items:center;justify-content:space-between;width:100%}.wizard-custom-input-box{width:100%;margin-top:4px}.wizard-custom-text-input{width:100%;box-sizing:border-box;padding:8px 12px;background:#00000073;border:1px solid var(--border-gold);border-radius:var(--radius-sm);color:#fff;font-size:.85rem;font-family:inherit;outline:none;transition:all .2s ease}.wizard-custom-text-input:focus{border-color:var(--gold-bright);box-shadow:0 0 8px #f59e0b66;background:#000000a6}.wizard-custom-text-input::placeholder{color:#ffffff61;font-size:.8rem}.prompt-tags-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.prompt-tag-btn{background:#ffffff0f;border:1px solid var(--border);color:var(--text-secondary);font-size:.78rem;padding:4px 10px;min-height:44px;display:inline-flex;align-items:center;border-radius:var(--radius-pill);cursor:pointer;transition:all .15s ease}.prompt-tag-btn:hover{border-color:var(--gold-primary);color:var(--gold-bright);background:#f59e0b1f}.wizard-upload-box{border:2px dashed rgba(245,158,11,.4);border-radius:var(--radius-md);padding:24px 16px;text-align:center;background:#f59e0b0d;cursor:pointer;transition:all .18s ease;display:block}.wizard-upload-preview{max-width:140px;max-height:140px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid var(--gold-primary);margin:10px auto 0;display:block}.wizard-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:16px;margin-top:20px}.auth-tabs-row{display:flex;gap:8px;border-bottom:1px solid var(--border);margin-bottom:20px}.auth-tab-btn{border:none;background:transparent;color:var(--text-muted);font-weight:800;font-size:.95rem;padding:8px 16px;min-height:44px;display:inline-flex;align-items:center;cursor:pointer;position:relative}.auth-tab-btn.active{color:var(--gold-bright)}.auth-tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--gold-primary)}.auth-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-form-label{font-size:.85rem;font-weight:700;color:var(--text-secondary)}.auth-form-input{background:#ffffff14;border:1px solid var(--border);color:#fff;padding:10px 14px;border-radius:var(--radius-sm);font-size:.92rem}.auth-form-input:focus{outline:none;border-color:var(--gold-primary);box-shadow:0 0 0 1px var(--gold-primary)}.auth-page-container{max-width:520px;margin:10px auto 40px;background:var(--bg-card);border:1.5px solid var(--border-gold);border-radius:var(--radius-lg);padding:clamp(22px,5vw,36px);box-shadow:0 20px 50px #00000080,0 0 30px #d4a8531f;position:relative;overflow:hidden}.auth-page-container:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold-gradient)}.auth-page-header{text-align:center;margin-bottom:24px}.auth-page-header h2{font-family:var(--font-serif);font-size:clamp(1.4rem,2.8vw,1.75rem);color:var(--gold-bright);margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:8px}.auth-page-header p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.auth-current-user-card{background:#f59e0b1a;border:1px solid rgba(245,158,11,.35);border-radius:var(--radius-md);padding:16px;margin-bottom:22px;display:flex;flex-direction:column;gap:12px}.auth-current-user-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.auth-current-user-info{display:flex;align-items:center;gap:12px}.auth-current-user-avatar{width:42px;height:42px;border-radius:50%;background:var(--gold-gradient);color:#1a1024;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.15rem;border:2px solid var(--gold-bright)}.social-auth-container{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.btn-social-auth{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 18px;border-radius:var(--radius-md);font-size:.96rem;font-weight:800;cursor:pointer;transition:all .2s ease;border:none;min-height:48px;text-decoration:none}.btn-line-auth{background:#06c755;color:#fff;box-shadow:0 4px 14px #06c75540}.btn-line-auth:hover{background:#05b34c;box-shadow:0 6px 20px #06c75566;transform:translateY(-1px)}.btn-google-auth{background:#fff;color:#374151;border:1.5px solid #E5E7EB;box-shadow:0 4px 14px #00000026}.btn-google-auth:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 6px 20px #ffffff26;transform:translateY(-1px)}.social-auth-icon{width:22px;height:22px;flex-shrink:0}.auth-divider{display:flex;align-items:center;text-align:center;color:var(--text-muted);font-size:.82rem;margin:22px 0;gap:14px}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px dashed rgba(212,168,83,.25)}.auth-demo-box{margin-top:18px;padding-top:16px;border-top:1px dashed rgba(255,255,255,.12);text-align:center}.auth-guarantee-badge{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;font-size:.76rem;color:var(--text-muted)}.otp-dialog-shell{max-width:460px;margin:0 auto;text-align:center}.otp-dialog-icon{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,#d4af3740,#dc262633);border:1px solid rgba(212,175,55,.4);display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:1.8rem;box-shadow:0 8px 24px #d4af3733}.otp-dialog-title{color:var(--gold-bright);font-size:1.35rem;font-family:"Noto Serif TC",serif;font-weight:800;margin-bottom:6px}.otp-dialog-subtitle{font-size:.88rem;color:var(--text-muted);line-height:1.5;margin-bottom:20px}.otp-target-email-badge{color:#fde68a;font-weight:700;word-break:break-all}.otp-inputs-grid{display:flex;justify-content:center;gap:8px;margin:18px 0 20px}.otp-digit-field{width:48px;height:56px;border-radius:10px;background:#ffffff0d;border:1.5px solid rgba(212,175,55,.3);color:#fff;font-size:1.6rem;font-weight:900;text-align:center;font-family:monospace,-apple-system;transition:all .2s ease;outline:none}.otp-digit-field:focus{border-color:var(--gold-bright);background:#f59e0b1f;box-shadow:0 0 16px #f59e0b73;transform:scale(1.06)}.otp-digit-field.filled{border-color:#d4af37b3;background:#ffffff14}.otp-digit-field.error{border-color:#ef4444;box-shadow:0 0 12px #ef444480;animation:otpShake .3s ease}@keyframes otpShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.otp-resend-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:.82rem;color:var(--text-muted)}.otp-countdown-tag{color:var(--gold-bright);font-weight:700}.otp-btn-resend{background:none;border:none;color:var(--gold-bright);cursor:pointer;font-size:.82rem;text-decoration:underline;padding:0;transition:opacity .2s ease}.otp-btn-resend:disabled{opacity:.4;cursor:not-allowed;text-decoration:none}.otp-status-loading{padding:16px 0;color:var(--gold-bright);font-size:.9rem}.otp-spinner{width:24px;height:24px;margin:0 auto 10px;border:2px solid rgba(212,175,55,.2);border-top-color:var(--gold-bright);border-radius:50%;animation:spin .8s linear infinite}.otp-error-alert{color:#ef4444;font-size:.85rem;margin-bottom:12px}.auth-step-bar{display:flex;justify-content:center;gap:6px;list-style:none;margin:0 0 16px;padding:0}.auth-step-bar--compact{margin-bottom:12px}.auth-step-item{display:flex;align-items:center;gap:4px;font-size:.72rem;color:var(--text-muted);padding:4px 8px;border-radius:999px;border:1px solid rgba(212,175,55,.15)}.auth-step-item.active{color:var(--gold-bright);border-color:#d4af3773;background:#f59e0b14}.auth-step-item.done{color:#d1d5db;border-color:#d4af3740}.auth-step-num{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:.65rem;font-weight:800;background:#ffffff0f}.auth-step-item.active .auth-step-num{background:#f59e0b40}.auth-form-hint{margin:6px 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.45}@media (prefers-reduced-motion: reduce){.otp-spinner{animation:none;border-top-color:#d4af3780}.otp-digit-field{transition:none}.otp-digit-field:focus{transform:none}.otp-digit-field.error{animation:none}}.celestial-letter-drawer{background:#120e22d9;border:1px solid rgba(212,175,55,.35);border-radius:12px;padding:14px;margin-top:16px;text-align:left;position:relative;overflow:hidden}.celestial-letter-drawer:before{content:"";position:absolute;top:8px;right:-24px;background:#dc2626d9;color:#fff;font-size:.65rem;font-weight:800;padding:2px 28px;transform:rotate(45deg);letter-spacing:1px}.celestial-letter-header{font-size:.82rem;color:var(--gold-bright);font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:6px}.celestial-letter-body{font-size:.8rem;color:#d1d5db;line-height:1.5;background:#ffffff0a;border-radius:8px;padding:10px 12px;border:1px dashed rgba(255,255,255,.1)}.celestial-letter-code-pill{display:inline-block;background:#f59e0b33;border:1px solid var(--gold-bright);color:#fff;font-size:1.1rem;font-weight:900;letter-spacing:2px;padding:2px 8px;border-radius:6px;margin-right:8px}.celestial-letter-actions{display:flex;gap:8px;margin-top:10px}.google-gsi-container{display:flex;flex-direction:column;align-items:center;gap:12px;margin:16px 0}.google-gsi-btn-slot{min-height:44px;display:flex;justify-content:center}.decoding-stage{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.decoding-spinner-ring{width:80px;height:80px;border-radius:50%;border:3px solid rgba(245,158,11,.2);border-top-color:var(--gold-primary);border-right-color:#ec4899;animation:spin-ring 1s linear infinite}@keyframes spin-ring{to{transform:rotate(360deg)}}.decoding-progress-bar{width:100%;max-width:360px;height:8px;background:#ffffff1a;border-radius:var(--radius-pill);overflow:hidden}.decoding-progress-fill{height:100%;width:0%;background:var(--cta-gradient);transition:width .3s ease}.report-content-box{display:grid;gap:20px;animation:fadeIn .4s ease}.report-header-badge{text-align:center;border-bottom:1px dashed var(--border);padding-bottom:16px}.report-dimension-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:4px 0 16px}@media (min-width: 580px){.report-dimension-grid{grid-template-columns:repeat(4,1fr)}}.report-dim-card{background:#ffffff0d;border:1px solid rgba(212,168,83,.25);border-radius:var(--radius-sm);padding:12px 14px;text-align:center;box-shadow:0 2px 8px #0003;transition:transform .2s ease,border-color .2s ease}.report-dim-card:hover{transform:translateY(-2px);border-color:var(--gold-bright)}.report-dim-label{font-size:.76rem;color:var(--text-gold);font-weight:700;margin-bottom:4px}.report-dim-val{font-size:1.05rem;font-weight:900;color:#fff;letter-spacing:.02em}.report-advice-box{background:#f59e0b14;border:1px solid var(--border-gold);border-radius:var(--radius-md);padding:16px;font-size:.92rem;line-height:1.7}.report-manifestation-section{margin-top:10px;border-top:1px solid rgba(245,158,11,.35);padding-top:18px;display:grid;gap:14px}.manifestation-header{display:flex;flex-direction:column;gap:4px}.manifestation-tag{display:inline-flex;align-self:flex-start;font-size:.75rem;font-weight:800;color:#fcd34d;background:#f59e0b2e;border:1px solid var(--border-gold);padding:3px 10px;border-radius:var(--radius-pill)}.manifestation-header h4{font-size:1.05rem;color:var(--text-gold);margin-top:4px}.manifestation-cards-list{display:grid;gap:12px}.manifestation-story-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-left:3px solid var(--gold-primary);border-radius:var(--radius-sm);padding:14px 16px;display:flex;flex-direction:column;gap:8px;transition:all .15s ease}.manifestation-story-card:hover{background:#ffffff14;border-color:var(--gold-primary)}.story-card-banner{width:100%;aspect-ratio:16 / 10;border-radius:10px;overflow:hidden;position:relative;background:#0f172a99;margin-bottom:12px;border:1px solid rgba(212,168,83,.25);box-shadow:0 4px 16px #00000059}.story-card-banner img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1),filter .3s ease}.theme-hub-card:hover .story-card-banner img,.manifestation-story-card:hover .story-card-banner img{transform:scale(1.04);filter:brightness(1.05)}.story-card-banner .story-banner-tag{position:absolute;top:8px;left:8px;background:#0a0f1ed9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--gold-bright, #FCD34D);font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:999px;border:1px solid rgba(212,168,83,.35);box-shadow:0 2px 8px #0006}.story-card-banner .story-banner-label{position:absolute;bottom:8px;right:8px;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ffffffe0;font-size:.7rem;padding:2px 8px;border-radius:4px;border:1px solid rgba(255,255,255,.15)}.story-card-meta{display:flex;justify-content:space-between;align-items:center}.story-card-title{font-weight:800;font-size:.95rem;color:#fff}.story-card-user{font-size:.78rem;color:var(--text-gold);font-weight:700}.story-card-summary{font-size:.86rem;color:var(--text-secondary);line-height:1.6}.story-card-result-badge{display:inline-flex;align-self:flex-start;font-size:.76rem;font-weight:800;color:#34d399;background:#10b98126;padding:3px 8px;border-radius:4px}.story-full-details{margin-top:4px;font-size:.82rem;color:var(--text-muted)}.story-full-details summary{cursor:pointer;color:var(--gold-bright);font-weight:700}.story-full-details p{margin-top:8px;white-space:pre-line;font-size:.84rem;line-height:1.65;color:var(--text-secondary)}.app-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;background:#0b091deb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:6px 12px calc(6px + env(safe-area-inset-bottom))}@media (min-width: 860px){.app-bottom-nav{display:none}}.app-bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;border:none;background:transparent;color:var(--text-muted);font-size:.72rem;font-weight:700;padding:6px 0;cursor:pointer}.app-bottom-tab svg{width:20px;height:20px}.app-bottom-tab.active{color:var(--gold-bright)}.app-bottom-tab.active svg{transform:scale(1.1);color:var(--gold-bright)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#070614c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:16px;opacity:0;pointer-events:none;transition:opacity .2s ease}.modal-backdrop.show,.modal-backdrop.active{opacity:1;pointer-events:auto}.app-textarea{background:#ffffff14;border:1px solid var(--border);color:#fff;padding:10px 14px;border-radius:var(--radius-sm);font-size:.95rem;width:100%}@media (max-width: 620px){.app-hero--editorial{grid-template-columns:1fr;min-height:0;padding:26px 20px 20px}.app-hero--editorial .hero-main-title{font-size:clamp(1.85rem,8.4vw,2.4rem)}.hero-art{min-height:220px;border-radius:120px 120px 24px 24px}.hero-description{line-height:1.75}}.camera-dialog{width:min(680px,calc(100% - 28px));margin:auto;padding:0;border:1.5px solid rgba(245,158,11,.5);border-radius:var(--radius-lg);color:var(--text-main);background:#0c0818;box-shadow:0 28px 90px #000000bf,0 0 40px #f59e0b40;overflow:hidden}.camera-dialog::backdrop{background:#040410d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.camera-dialog-inner{padding:clamp(16px,3vw,24px);background:radial-gradient(circle at 50% 8%,rgba(139,92,246,.2),transparent 45%),#0c0818}.camera-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.camera-dialog-heading h2{margin:0;color:#fff;font-family:var(--font-serif);font-size:1.35rem;font-weight:800;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.camera-close{display:grid;width:36px;height:36px;min-width:44px;min-height:44px;place-items:center;border:1px solid rgba(245,158,11,.4);color:#fff;background:#ffffff0f;cursor:pointer;font-size:22px;line-height:1;border-radius:10px;transition:all .18s ease}.camera-close:hover{color:var(--gold-bright);border-color:var(--border-gold);background:#f59e0b2e}.camera-frame{position:relative;aspect-ratio:4 / 3;overflow:hidden;border:1.5px solid rgba(245,158,11,.35);background:#060412;border-radius:16px;box-shadow:inset 0 0 30px #000c}.camera-frame video{display:block;width:100%;height:100%;object-fit:cover}.camera-guides{position:absolute;top:4%;right:4%;bottom:4%;left:4%;display:grid;place-items:center;pointer-events:none}.palm-guide{position:absolute;top:2%;left:50%;width:auto;height:96%;overflow:visible;filter:drop-shadow(0 0 14px rgba(7,6,20,.7));transform:translate(-50%);transition:transform .25s ease}.camera-guides.is-mirrored .palm-guide{transform:translate(-50%) scaleX(-1)}.palm-guide-outline{fill:#a855f714;stroke:#fcd34de6;stroke-width:14;stroke-linecap:round;stroke-linejoin:round;transition:fill .25s ease,stroke .25s ease,filter .25s ease}.camera-guides.is-positioned .palm-guide-outline{fill:#f59e0b2e;stroke:#f59e0b;filter:drop-shadow(0 0 20px rgba(245,158,11,.85))}.camera-guides.is-ready .palm-guide-outline{fill:#10b98140;stroke:#10b981;filter:drop-shadow(0 0 24px rgba(16,185,129,.95))}.camera-guide-label{position:absolute;bottom:5%;max-width:calc(100% - 24px);padding:8px 16px;color:#fff;border:1px solid rgba(245,158,11,.5);background:#070614c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.82rem;font-weight:700;line-height:1.4;letter-spacing:.05em;text-align:center;border-radius:var(--radius-pill);box-shadow:0 4px 16px #00000080}.camera-focus-countdown{position:absolute;top:42%;left:50%;z-index:2;display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:none;transform:translate(-50%,-50%);color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.88),0 0 24px rgba(245,158,11,.6)}.camera-focus-countdown[hidden]{display:none!important}.camera-focus-countdown strong{font-size:clamp(64px,20vw,100px);font-weight:900;line-height:.9;font-variant-numeric:tabular-nums;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.camera-focus-countdown small{color:#fde68a;font-size:.9rem;font-weight:800;letter-spacing:.14em}.camera-error{min-height:22px;margin:12px 0 16px;color:#fcd34d;font-size:.82rem;line-height:1.5;text-align:center}.camera-actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px}.camera-actions .primary-button,.camera-actions .secondary-button{min-height:42px;padding:0 20px;border-radius:var(--radius-sm);cursor:pointer;font-weight:800;font-size:.92rem;transition:all .18s ease;display:inline-flex;align-items:center;justify-content:center}.camera-actions .primary-button{border:none;color:#fff;background:var(--cta-gradient);box-shadow:var(--shadow-gold)}.camera-actions .primary-button:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(.6)}.camera-actions .secondary-button{border:1px solid var(--border);color:#fff;background:#ffffff14}.camera-actions .secondary-button:hover{border-color:var(--border-gold);color:var(--gold-bright)}.ritual-stage-container{padding:30px 16px;text-align:center;max-width:480px;margin:0 auto}.ritual-censer-halo{width:86px;height:86px;border-radius:50%;border:3px solid rgba(212,175,55,.25);border-top-color:var(--gold-bright);border-right-color:#ec4899;margin:0 auto 20px;position:relative;display:flex;align-items:center;justify-content:center;animation:ritualSpin 1.4s cubic-bezier(.4,0,.2,1) infinite;box-shadow:0 0 24px #d4af3740}@keyframes ritualSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ritual-censer-icon{font-size:2.2rem;animation:ritualPulse 2s ease-in-out infinite alternate}@keyframes ritualPulse{0%{transform:scale(.92);opacity:.85}to{transform:scale(1.08);opacity:1;filter:drop-shadow(0 0 10px rgba(245,158,11,.6))}}.ritual-title{color:var(--gold-bright);font-size:1.25rem;font-family:"Noto Serif TC",serif;font-weight:800;margin-bottom:8px}.ritual-subtitle{color:#d1d5db;font-size:.86rem;line-height:1.6;min-height:42px;margin-bottom:24px}.ritual-stepper{display:flex;justify-content:space-between;position:relative;margin:0 10px 24px}.ritual-stepper:before{content:"";position:absolute;top:14px;left:20px;right:20px;height:2px;background:#ffffff1a;z-index:1}.ritual-step-node{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.ritual-step-circle{width:30px;height:30px;border-radius:50%;background:#151228;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.82rem;color:var(--text-muted);transition:all .3s ease}.ritual-step-node.active .ritual-step-circle{border-color:var(--gold-bright);background:#f59e0b33;color:#fff;box-shadow:0 0 12px #f59e0b80;transform:scale(1.15)}.ritual-step-node.done .ritual-step-circle{border-color:#10b981;background:#10b98133;color:#34d399}.ritual-step-label{font-size:.72rem;color:var(--text-muted);white-space:nowrap}.ritual-step-node.active .ritual-step-label{color:var(--gold-bright);font-weight:700}.ritual-step-node.done .ritual-step-label{color:#34d399}.report-prompt-inspection{margin-top:18px;border-top:1px dashed rgba(255,255,255,.12);padding-top:12px;text-align:left}.report-prompt-details{background:#ffffff08;border:1px solid rgba(212,175,55,.25);border-radius:8px;padding:10px 14px;font-size:.8rem}.report-prompt-details summary{cursor:pointer;color:var(--gold-bright);font-weight:700;outline:none;-webkit-user-select:none;user-select:none}.report-prompt-pre{margin-top:10px;font-family:monospace;font-size:.75rem;color:#d1d5db;background:#0006;padding:10px;border-radius:6px;white-space:pre-wrap;word-break:break-all;line-height:1.5;max-height:180px;overflow-y:auto}.kyp-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0a0a12d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;animation:kypFadeIn .25s ease-out}@keyframes kypFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.kyp-modal-card{width:100%;max-width:440px;background:linear-gradient(165deg,#181926,#11121d);border:1px solid rgba(251,191,36,.35);border-radius:20px;box-shadow:0 20px 50px #000000b3,0 0 25px #fbbf2426;overflow:hidden;display:flex;flex-direction:column;color:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.kyp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.08)}.kyp-modal-title{margin:0;font-size:16px;font-weight:700;letter-spacing:.5px;color:#fcd34d}.kyp-modal-close{background:none;border:none;color:#9ca3af;font-size:18px;cursor:pointer;padding:4px;line-height:1;transition:color .2s}.kyp-modal-close:hover{color:#fff}.kyp-modal-body{padding:20px 22px;display:flex;flex-direction:column;gap:16px}.kyp-order-box{background:#00000059;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:14px 16px}.kyp-order-row{display:flex;justify-content:space-between;align-items:center;font-size:13.5px;color:#d1d5db}.kyp-order-divider{height:1px;background:#ffffff14;margin:10px 0}.kyp-total-row{font-size:15px;font-weight:700;color:#fff}.kyp-gold-text{color:#fbbf24;font-weight:700}.kyp-id-badge{margin-top:10px;font-size:11px;color:#9ca3af;background:#ffffff0d;padding:4px 8px;border-radius:6px;display:inline-block}.kyp-id-badge strong{color:#60a5fa;font-family:monospace}.kyp-checkout-card{background:linear-gradient(135deg,#10b9811a,#3b82f61a);border:1px solid rgba(16,185,129,.35);border-radius:14px;padding:16px;text-align:center}.kyp-badge-title{display:inline-block;font-size:12px;font-weight:700;color:#34d399;margin-bottom:6px}.kyp-checkout-desc{font-size:12.5px;color:#e5e7eb;line-height:1.5;margin:0 0 14px}.kyp-btn-checkout{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:13px 18px;font-size:14.5px;font-weight:700;border-radius:10px;cursor:pointer;box-shadow:0 4px 15px #10b98166;transition:transform .15s,box-shadow .15s,background .15s}.kyp-btn-checkout:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98199;background:linear-gradient(135deg,#34d399,#10b981)}.kyp-polling-text{margin-top:10px;font-size:12px;color:#60a5fa;display:flex;align-items:center;justify-content:center;gap:8px}.kyp-spinner{width:12px;height:12px;border:2px solid rgba(96,165,250,.3);border-top-color:#60a5fa;border-radius:50%;animation:kypSpin .8s linear infinite;display:inline-block}@keyframes kypSpin{to{transform:rotate(360deg)}}.kyp-dev-box{background:#f59e0b14;border:1px dashed rgba(245,158,11,.3);border-radius:10px;padding:12px 14px}.kyp-btn-mock{width:100%;background:#f59e0b33;border:1px solid rgba(245,158,11,.5);color:#fcd34d;padding:9px;font-size:12.5px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s}.kyp-btn-mock:hover{background:#f59e0b59;color:#fff}.kyp-input{flex:1;background:#00000080;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:6px;padding:6px 10px;font-size:12px;outline:none}.kyp-input:focus{border-color:#fbbf24}.kyp-btn-sub{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;padding:6px 12px;font-size:12px;cursor:pointer;transition:background .2s}.kyp-btn-sub:hover{background:#fff3}:root{--bg-dark: #020615;--bg-surface: rgba(4, 11, 32, .88);--bg-card: rgba(7, 18, 50, .78);--bg-card-hover: rgba(10, 31, 79, .9);--bg-card-selected: rgba(38, 111, 255, .18);--border: rgba(151, 205, 255, .16);--border-gold: #cfad5f;--border-gold-glow: rgba(213, 183, 106, .48);--gold-primary: #d8b866;--gold-bright: #fff0b7;--gold-dark: #87641f;--gold-gradient: linear-gradient(120deg, #fff8d8 0%, #d8bd73 35%, #8fd7ff 62%, #bd9140 100%);--cta-gradient: linear-gradient(118deg, #06143e 0%, #0d3ca4 36%, #287ff3 61%, #09286c 100%);--purple-gradient: linear-gradient(135deg, #1251ca 0%, #09205f 100%);--text-secondary: #d5e4f7;--text-muted: #91a8c7;--text-gold: #f1d58a;--shadow-gold: 0 0 0 1px rgba(236, 209, 133, .28), 0 12px 32px rgba(3, 50, 143, .42), 0 0 36px rgba(55, 140, 255, .2);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 26px}html{background:#020615}body{background:radial-gradient(circle at 50% -5%,rgba(45,117,255,.24),transparent 36rem),radial-gradient(circle at 86% 38%,rgba(8,63,174,.2),transparent 28rem),radial-gradient(circle at 10% 82%,rgba(19,111,178,.13),transparent 25rem),linear-gradient(180deg,#020513,#03091c 44%,#020512);background-attachment:fixed}.sapphire-sky{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.sapphire-sky:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.28;background-image:linear-gradient(rgba(105,172,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(105,172,255,.035) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at 50% 30%,#000,transparent 74%);mask-image:radial-gradient(circle at 50% 30%,#000,transparent 74%)}.sapphire-aurora{position:absolute;width:68vw;height:42vh;border-radius:50%;filter:blur(72px);opacity:.2;will-change:transform}.sapphire-aurora--one{top:8%;left:-18%;background:linear-gradient(110deg,transparent,#1264d8,#55c8ff,transparent);animation:sapphireAuroraOne 18s ease-in-out infinite alternate}.sapphire-aurora--two{right:-24%;bottom:2%;background:linear-gradient(110deg,transparent,#0d318c,#4289ff,transparent);animation:sapphireAuroraTwo 23s ease-in-out infinite alternate}@keyframes sapphireAuroraOne{to{transform:translate3d(18vw,7vh,0) rotate(8deg) scale(1.12)}}@keyframes sapphireAuroraTwo{to{transform:translate3d(-14vw,-9vh,0) rotate(-9deg) scale(1.08)}}.sapphire-starfield i{position:absolute;left:var(--star-x);top:var(--star-y);width:var(--star-size);height:var(--star-size);border-radius:50%;background:#eef8ff;box-shadow:0 0 7px 1px #6bbbffb8;animation:sapphireTwinkle var(--star-duration) ease-in-out var(--star-delay) infinite;will-change:transform,opacity}@keyframes sapphireTwinkle{0%,to{opacity:.18;transform:scale(.7)}45%{opacity:.92;transform:scale(1.45)}}.cosmic-glow{opacity:.58;filter:blur(110px)}.glow-1{background:#1e69ff52}.glow-2{background:#197cff2e}.glow-3{background:#58c9ff24}.app-container{max-width:1200px}.app-header{background:#020716bd;border-bottom-color:#88c3ff33;box-shadow:0 12px 36px #00041447}.brand-wrap{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;min-width:48px;min-height:48px;justify-content:center}.brand-svg-icon{width:46px;height:46px;filter:drop-shadow(0 0 12px rgba(80,158,255,.55));animation:sapphireBrandPulse 3.4s ease-in-out infinite}@keyframes sapphireBrandPulse{50%{filter:drop-shadow(0 0 18px rgba(111,192,255,.8));transform:scale(1.035)}}.app-nav-tabs{padding:5px;border:1px solid rgba(139,194,255,.2);border-radius:16px;background:linear-gradient(180deg,#0b1d47c2,#030a1fd1);box-shadow:inset 0 1px #ffffff14,0 14px 30px #00000042}.app-tab-btn{border-radius:11px;transition:color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease}.app-tab-btn:hover{color:#eff9ff;transform:translateY(-1px)}.app-tab-btn.active{color:#fff3c5;border-color:#e7cd849e;background:linear-gradient(135deg,#0e3281f0,#07143af5);box-shadow:inset 0 1px #ffffff26,0 0 18px #2a7dff47}.user-topbar-btn{position:relative;overflow:hidden;border-color:#e1c67ab8;background:linear-gradient(135deg,#11378be6,#051134f5);box-shadow:inset 0 1px #ffffff29,0 0 24px #2370ff38}.motion-toggle{position:relative;min-width:46px;min-height:44px;padding:7px 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#d8eaff;border:1px solid rgba(134,195,255,.28);border-radius:12px;background:linear-gradient(145deg,#0b2767c2,#030c25e6);box-shadow:inset 0 1px #ffffff1a;cursor:pointer;font:700 .76rem var(--font-sans)}.motion-toggle[aria-pressed=true]{color:#fff0b7;border-color:#e5cd899e;box-shadow:inset 0 1px #ffffff29,0 0 18px #3690ff4d}.motion-toggle[aria-pressed=true]>span:first-child{animation:sapphireGemPulse 2.8s ease-in-out infinite}.app-workspace{max-width:1200px}.app-hero--editorial{grid-template-columns:minmax(0,1.12fr) minmax(260px,.88fr);min-height:360px;gap:clamp(20px,4vw,56px);padding:clamp(28px,5vw,64px);border-color:#8dc7ff4d;background:radial-gradient(circle at 78% 38%,rgba(43,124,255,.28),transparent 29%),linear-gradient(118deg,#020718fa,#040f30f5 54%,#05184ce0);box-shadow:inset 0 1px #ffffff14,0 38px 90px #00020e94,0 0 60px #1966eb24}.app-hero--editorial:before{background:linear-gradient(90deg,transparent 0 47.8%,rgba(136,197,255,.11) 48% 48.08%,transparent 48.2%),radial-gradient(circle at 12% 18%,rgba(61,137,255,.2),transparent 25%),radial-gradient(circle at 92% 82%,rgba(85,197,255,.18),transparent 35%)}.hero-slogan-capsule{gap:10px;border-color:#87c4ff61;color:#d9ecff;background:linear-gradient(90deg,#10409d66,#0512368a);box-shadow:inset 0 1px #ffffff17}.hero-slogan-gem{width:10px;height:10px;transform:rotate(45deg);background:linear-gradient(135deg,#f4fbff,#5dadff 45%,#133c9f);border:1px solid #f4df9e;box-shadow:0 0 12px #57b0ffe6;animation:sapphireGemPulse 2.8s ease-in-out infinite}@keyframes sapphireGemPulse{50%{transform:rotate(225deg) scale(1.28);box-shadow:0 0 22px #76cbff}}.app-hero--editorial .hero-main-title{font-size:clamp(2.05rem,4vw,3.65rem);line-height:1.23;letter-spacing:.025em;text-shadow:0 0 36px rgba(82,165,255,.18)}.hero-description{color:#deecfcdb;font-size:clamp(.93rem,1.4vw,1.04rem)}.hero-actions{display:none}.hero-actions .btn{min-height:54px;padding-inline:24px}.hero-art{--tilt-x: 0deg;--tilt-y: 0deg;min-height:290px;isolation:isolate;border-radius:160px 160px 30px 30px;border-color:#8fccff61;background:#030817;box-shadow:inset 0 1px #ffffff24,inset 0 -30px 80px #00041666,0 28px 70px #00020f80;transform:perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .28s ease-out,border-color .3s ease,box-shadow .3s ease;will-change:transform}.hero-art:hover{border-color:#cde6ffb3;box-shadow:inset 0 1px #fff3,0 34px 90px #000a32a8,0 0 50px #3086ff40}.hero-art:before,.hero-art:after{content:"";display:block;position:absolute;pointer-events:none}.hero-art:before{z-index:0;top:-3%;right:-3%;bottom:-3%;left:-3%;background:linear-gradient(145deg,#1958b114,#02071729),url(/assets/hero-wenxian-v1-DKgRHBY-.png) center / cover no-repeat;transform:translate3d(-.4%,-.25%,0) scale(1.035);filter:saturate(.98) contrast(1.04) brightness(.98);animation:sapphireHeroImage 12s ease-in-out infinite alternate;will-change:transform,filter}.hero-art:after{z-index:1;top:0;right:0;bottom:0;left:0;opacity:.6;background:radial-gradient(circle at 52% 48%,rgba(67,159,255,.18),transparent 28%),linear-gradient(108deg,transparent 25%,rgba(255,239,184,.2) 42%,transparent 58%);background-size:100% 100%,240% 100%;background-position:center,125% 0;mix-blend-mode:screen;animation:sapphireHeroLight 7.2s ease-in-out infinite}@keyframes sapphireHeroImage{0%{transform:translate3d(-.4%,-.25%,0) scale(1.035);filter:saturate(.96) contrast(1.03) brightness(.96)}55%{transform:translate3d(.55%,-.7%,0) scale(1.075);filter:saturate(1.05) contrast(1.06) brightness(1.04)}to{transform:translate3d(-.15%,.45%,0) scale(1.055);filter:saturate(1) contrast(1.05) brightness(1)}}@keyframes sapphireHeroLight{0%,20%{opacity:.32;background-position:center,125% 0}52%{opacity:.68}82%,to{opacity:.38;background-position:center,-115% 0}}.hero-art__prism{z-index:2;position:absolute;top:7%;right:7%;bottom:7%;left:7%;border-radius:50%;background:conic-gradient(from 25deg,transparent,rgba(112,201,255,.2),transparent 18%,rgba(234,206,130,.16),transparent 38%);filter:blur(4px);animation:sapphirePrism 14s linear infinite}@keyframes sapphirePrism{to{transform:rotate(360deg)}}.hero-celestial{z-index:3;position:absolute;top:4%;right:4%;bottom:4%;left:4%;width:92%;height:92%;overflow:visible;transform:translateZ(34px);opacity:.58}.hero-celestial .palm-line,.hero-celestial .palm-marks,.hero-celestial .hero-jewel-halo,.hero-celestial .hero-jewel,.hero-art__seal{display:none}.orbit{fill:none;stroke:#97d2ff57;stroke-width:1.4;stroke-dasharray:4 8;transform-origin:260px 260px}.orbit--outer{animation:sapphireOrbit 18s linear infinite}.orbit--mid{stroke:#e2cb8980;stroke-dasharray:2 13;animation:sapphireOrbitReverse 14s linear infinite}.orbit--inner{stroke-width:2;animation:sapphireOrbit 10s linear infinite}.orbit-gems{transform-origin:260px 260px;animation:sapphireOrbit 12s linear infinite;filter:drop-shadow(0 0 8px rgba(92,183,255,.8))}@keyframes sapphireOrbit{to{transform:rotate(360deg)}}@keyframes sapphireOrbitReverse{to{transform:rotate(-360deg)}}.palm-line--fill{fill:#08205bb3;stroke:#77c0ff40;stroke-width:5}.palm-line--trace{fill:none;stroke:url(#sapphireGold);stroke-width:3;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:sapphirePalmDraw 1.7s cubic-bezier(.2,.8,.25,1) .25s forwards,sapphirePalmGlow 3.2s ease-in-out 2s infinite}@keyframes sapphirePalmDraw{to{stroke-dashoffset:0}}@keyframes sapphirePalmGlow{50%{filter:drop-shadow(0 0 8px rgba(95,185,255,.8))}}.palm-marks{stroke-width:3;opacity:.82;animation:sapphireMarkPulse 3.8s ease-in-out infinite}@keyframes sapphireMarkPulse{50%{opacity:1;filter:drop-shadow(0 0 5px rgba(110,194,255,.75))}}.hero-jewel-halo{fill:none;stroke:#77c6ff8a;stroke-width:2;animation:sapphireHalo 2.8s ease-out infinite;transform-origin:273px 327px}.hero-jewel{transform-origin:273px 327px;animation:sapphireJewel 2.8s ease-in-out infinite}@keyframes sapphireHalo{70%,to{opacity:0;transform:scale(1.75)}}@keyframes sapphireJewel{50%{transform:scale(1.1) rotate(4deg);filter:drop-shadow(0 0 18px rgba(89,179,255,.95))}}.hero-art__seal{right:22px;bottom:22px;border-color:#d8b866bd;background:linear-gradient(160deg,#0c3384d6,#030b22eb);color:#f7e7b1}.btn{position:relative;isolation:isolate;overflow:hidden;transition:transform .18s ease,box-shadow .24s ease,border-color .2s ease,filter .2s ease}.btn-primary,.btn-gold,.sapphire-cta{color:#fff8dc;border:1px solid rgba(242,216,145,.82);background:radial-gradient(circle at var(--pointer-x, 22%) var(--pointer-y, 20%),rgba(255,255,255,.46),transparent 18%),linear-gradient(118deg,#061337,#0b3694 30%,#267cf1 57%,#0b2c77 78%,#071333);box-shadow:inset 0 1px #ffffff52,inset 0 -10px 25px #00082a57,0 0 0 1px #4391ff2e,0 12px 30px #00349d57;background-size:220% 220%;clip-path:polygon(11px 0,calc(100% - 11px) 0,100% 11px,100% calc(100% - 11px),calc(100% - 11px) 100%,11px 100%,0 calc(100% - 11px),0 11px);animation:sapphireFacetFlow 7s ease-in-out infinite}@keyframes sapphireFacetFlow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.btn-primary:before,.btn-gold:before,.sapphire-cta:before,.user-topbar-btn:before{content:"";position:absolute;z-index:-1;inset:-60% auto -60% -42%;width:28%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);animation:sapphireButtonSweep 3.6s ease-in-out infinite}@keyframes sapphireButtonSweep{0%,46%{left:-42%;opacity:0}55%{opacity:1}72%,to{left:122%;opacity:0}}.btn-primary:hover,.btn-gold:hover,.sapphire-cta:hover{transform:translateY(-3px) scale(1.025);filter:saturate(1.16) brightness(1.08);box-shadow:inset 0 1px #fff6,0 16px 42px #0c56dc80,0 0 34px #52adff6b}.btn:active{transform:translateY(1px) scale(.972)}.btn-outline,.sapphire-ghost{color:#dcebff;border-color:#88c4ff4d;background:linear-gradient(145deg,#0b225699,#030b22c2);box-shadow:inset 0 1px #ffffff14}.btn-outline:hover,.sapphire-ghost:hover{color:#fff6d3;border-color:#e4cb84bf;background:linear-gradient(145deg,#113a94c7,#05143be6);box-shadow:0 12px 28px #0a46b14d,0 0 20px #4da1ff38}.themes-matrix-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.theme-hub-card{overflow:hidden;border-color:#7ebbff33;background:radial-gradient(circle at var(--pointer-x, 85%) var(--pointer-y, 0%),rgba(80,158,255,.16),transparent 24%),linear-gradient(155deg,#091b45e6,#030a20f0);box-shadow:inset 0 1px #ffffff12,0 22px 50px #00031261;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.theme-hub-card:hover{transform:translateY(-3px);border-color:#dbc6859e;background:radial-gradient(circle at var(--pointer-x, 85%) var(--pointer-y, 0%),rgba(98,179,255,.24),transparent 26%),linear-gradient(155deg,#0c2762f0,#030c27f5);box-shadow:0 24px 58px #00144a80,0 0 28px #2e86ff2e}.theme-card-art{position:relative;height:108px;isolation:isolate;border-bottom:1px solid rgba(147,206,255,.18);background-color:#061334;background-image:none}.theme-card-art:before,.theme-card-art:after{content:"";display:block;position:absolute;pointer-events:none}.theme-card-art:before{z-index:0;top:-7%;right:-7%;bottom:-7%;left:-7%;background-image:linear-gradient(180deg,#02091c05,#02091c47),url(/assets/theme-atlas-wenxian-v1-4rU60uPZ.png);background-size:100% 100%,300% 200%;background-position:center,var(--atlas-x) var(--atlas-y);transform:translate3d(-.7%,-.4%,0) scale(1.07);transform-origin:var(--image-origin, center);filter:saturate(.96) contrast(1.04);animation:sapphireThemeImage 9s ease-in-out var(--image-delay, 0s) infinite alternate;will-change:transform,filter}.theme-card-art:after{z-index:1;top:0;right:0;bottom:0;left:0;opacity:.62;background:radial-gradient(circle at var(--glow-x, 28%) 46%,rgba(98,184,255,.34),transparent 9%),linear-gradient(105deg,transparent 18%,rgba(255,240,187,.22) 35%,transparent 52%);background-size:100% 100%,240% 100%;background-position:center,120% 0;mix-blend-mode:screen;animation:sapphireThemeLight 5.8s ease-in-out var(--image-delay, 0s) infinite}@keyframes sapphireThemeImage{0%{transform:translate3d(-.7%,-.4%,0) scale(1.07);filter:saturate(.94) contrast(1.03) brightness(.96)}55%{transform:translate3d(.8%,-.9%,0) scale(1.105);filter:saturate(1.05) contrast(1.06) brightness(1.04)}to{transform:translate3d(-.2%,.8%,0) scale(1.085);filter:saturate(1) contrast(1.05) brightness(1)}}@keyframes sapphireThemeLight{0%,18%{opacity:.35;background-position:center,120% 0}52%{opacity:.78}78%,to{opacity:.42;background-position:center,-110% 0}}.theme-hub-card:hover .theme-card-art:before{transform:translate3d(.4%,-.5%,0) scale(1.14)}.theme-hub-card[data-theme=love] .theme-card-art{--atlas-x: 0%;--atlas-y: 0%;--image-origin: 34% 48%;--glow-x: 30%;--image-delay: -1.1s}.theme-hub-card[data-theme=work] .theme-card-art{--atlas-x: 50%;--atlas-y: 0%;--image-origin: 52% 54%;--glow-x: 63%;--image-delay: -2.6s}.theme-hub-card[data-theme=career] .theme-card-art{--atlas-x: 100%;--atlas-y: 0%;--image-origin: 70% 42%;--glow-x: 76%;--image-delay: -4.2s}.theme-hub-card[data-theme=wealth] .theme-card-art{--atlas-x: 0%;--atlas-y: 100%;--image-origin: 38% 56%;--glow-x: 44%;--image-delay: -3.4s}.theme-hub-card[data-theme=family] .theme-card-art{--atlas-x: 50%;--atlas-y: 100%;--image-origin: 56% 48%;--glow-x: 62%;--image-delay: -5.1s}.theme-hub-card[data-theme=children] .theme-card-art{--atlas-x: 100%;--atlas-y: 100%;--image-origin: 48% 52%;--glow-x: 52%;--image-delay: -6.3s}.theme-icon-box{border:1px solid rgba(132,197,255,.24);background:radial-gradient(circle at 35% 25%,#7dcdff47,#071a47bd);box-shadow:inset 0 1px #ffffff1f,0 0 18px #287fff29}.theme-quota-pill.zero-points{color:#ffe6a4;border-color:#d8b45785;background:linear-gradient(120deg,#704c103d,#0f2a648a)}.member-profile-card,.pricing-card,.plan-theme-picker-box,.auth-page-container,.reading-modal-card{border-color:#87c3ff47;background:linear-gradient(155deg,#091d4cf0,#030a1ff5);box-shadow:inset 0 1px #ffffff14,0 24px 60px #00041875}.auth-page-container:before{background:linear-gradient(90deg,#153f9d,#73c8ff,#eed58d,#1d5ed0)}.app-bottom-nav{background:#02081bf0;border-top-color:#7dbeff38;box-shadow:0 -14px 34px #0003146b}.app-bottom-tab{min-height:50px}.app-bottom-tab.active{color:#fff0b9;text-shadow:0 0 12px rgba(80,162,255,.72)}.app-bottom-tab.active svg{filter:drop-shadow(0 0 7px rgba(86,173,255,.75))}@media (max-width: 760px){.app-workspace{padding-inline:10px}.app-hero--editorial{grid-template-columns:1fr;min-height:0;padding:28px 20px 20px;gap:24px}.app-hero--editorial .hero-main-title{font-size:clamp(2.5rem,13vw,4rem)}.hero-description{margin-top:14px;line-height:1.75}.hero-actions{margin-top:22px}.hero-actions .btn{flex:1 1 100%}.hero-art{min-height:220px;border-radius:28px}.hero-celestial{top:1%;right:1%;bottom:1%;left:1%;width:98%;height:98%}.hero-art__seal{width:48px;height:66px;right:14px;bottom:14px}.sapphire-aurora{filter:blur(58px);opacity:.14}.theme-hub-card:hover{transform:translateY(-3px)}.themes-matrix-grid{grid-template-columns:1fr}}@media (min-width: 761px) and (max-width: 980px){.themes-matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 390px){.app-header{padding-inline:12px}.brand-svg-icon{width:42px;height:42px}.motion-toggle{width:44px;padding-inline:0}.motion-toggle__label{display:none}.hero-slogan-capsule{font-size:.76rem;padding-inline:11px}.hero-art{min-height:205px}}:root[data-motion=reduced] .sapphire-aurora,:root[data-motion=reduced] .sapphire-starfield i,:root[data-motion=reduced] .hero-art:before,:root[data-motion=reduced] .hero-art:after,:root[data-motion=reduced] .brand-svg-icon,:root[data-motion=reduced] .hero-slogan-gem,:root[data-motion=reduced] .hero-art__prism,:root[data-motion=reduced] .orbit,:root[data-motion=reduced] .orbit-gems,:root[data-motion=reduced] .palm-line--trace,:root[data-motion=reduced] .palm-marks,:root[data-motion=reduced] .hero-jewel-halo,:root[data-motion=reduced] .hero-jewel,:root[data-motion=reduced] .theme-card-art:before,:root[data-motion=reduced] .btn-primary,:root[data-motion=reduced] .btn-gold,:root[data-motion=reduced] .sapphire-cta,:root[data-motion=reduced] .btn-primary:before,:root[data-motion=reduced] .btn-gold:before,:root[data-motion=reduced] .sapphire-cta:before,:root[data-motion=reduced] .user-topbar-btn:before{animation:none!important}:root[data-motion=reduced] .palm-line--trace{stroke-dashoffset:0}:root[data-motion=reduced] .hero-art{transform:none!important;transition:none}:root[data-motion=reduced] *,:root[data-motion=reduced] *:before,:root[data-motion=reduced] *:after{scroll-behavior:auto!important}
