:root{color:#241f1b;background:#e9ece9;font-family:Songti SC,"Noto Serif SC",PingFang SC,Microsoft YaHei,serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--paper: #f8f1e6;--paper-deep: #efe0cd;--ink: #2a2724;--ink-soft: #6d6258;--gold: #b58a45;--gold-soft: #dfc38b;--blue: #758a93;--tea: #788162;--cinnabar: #a14d3f;--line: rgba(42, 39, 36, .12);--shadow: 0 18px 46px rgba(62, 49, 35, .15);--radius: 8px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:radial-gradient(circle at top left,rgba(181,138,69,.18),transparent 28rem),linear-gradient(135deg,#e7eceb,#efe7db 42%,#dfe6e4)}button,input,select,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;position:relative;display:grid;place-items:center;padding:22px;overflow:hidden}.ambient{position:fixed;pointer-events:none;opacity:.5}.ambient.moon{width:230px;height:230px;right:-90px;top:60px;border:1px solid rgba(117,138,147,.25);border-radius:50%}.ambient.seal{width:160px;height:160px;left:-70px;bottom:90px;background:linear-gradient(90deg,transparent 47%,rgba(161,77,63,.12) 49%,transparent 51%),linear-gradient(0deg,transparent 47%,rgba(161,77,63,.12) 49%,transparent 51%);border:1px solid rgba(161,77,63,.14);transform:rotate(-10deg)}.phone-frame{width:min(100%,430px);height:min(860px,calc(100vh - 44px));min-height:620px;max-height:calc(100vh - 44px);position:relative;overflow:hidden;background:linear-gradient(#f8f1e6e0,#f8f1e6f0),repeating-linear-gradient(90deg,rgba(42,39,36,.025) 0 1px,transparent 1px 5px);border:1px solid rgba(42,39,36,.12);border-radius:var(--radius);box-shadow:var(--shadow)}.screen{height:100%;min-height:0;max-height:none;overflow-y:auto;padding:24px 22px 28px;scrollbar-width:thin}.screen.with-nav{padding-bottom:112px}.fade-in{animation:fadeIn .42s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.brand-lockup,.home-header,.daily-card-top,.task-card-head,.section-heading,.share-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.brand-lockup{align-items:center;justify-content:flex-start;color:var(--ink);font-size:18px;font-weight:700}.logo-mark{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(181,138,69,.42);border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(223,195,139,.25),transparent 62%),#fffcf69e}.logo-mark:before,.logo-mark:after,.logo-mark i{content:"";position:absolute;display:block;width:17px;height:2px;border-radius:999px;background:#312c27}.logo-mark:before{transform:translateY(-6px)}.logo-mark i{background:linear-gradient(90deg,#312c27 0 38%,transparent 38% 62%,#312c27 62%)}.logo-mark:after{transform:translateY(6px)}.brand-name{display:inline-block;line-height:1}.seal-mark{display:none;place-items:center;width:42px;height:42px;border:1px solid rgba(161,77,63,.55);color:var(--cinnabar);font-weight:700}.welcome-screen{display:flex;flex-direction:column;justify-content:flex-start;gap:24px;padding-top:clamp(28px,7vh,54px)}.welcome-step{opacity:0;transform:translateY(12px);animation:welcomeStep .98s cubic-bezier(.22,1,.36,1) both}.welcome-screen .brand-lockup{animation-delay:.12s}.welcome-screen .welcome-visual{animation-delay:.76s}.welcome-screen h1{animation-delay:1.46s}.welcome-screen .lede{animation-delay:2.14s}.welcome-screen .primary-button{animation-delay:2.82s}@keyframes welcomeStep{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.welcome-visual{position:relative;min-height:168px;margin:0 -6px;border-bottom:1px solid rgba(181,138,69,.24)}.paper-sun{position:absolute;width:122px;height:122px;right:16px;top:8px;border-radius:50%;background:radial-gradient(circle,rgba(223,195,139,.92),rgba(223,195,139,.24) 66%,transparent 68%),linear-gradient(135deg,rgba(255,255,255,.4),transparent)}.mountain-line{position:absolute;left:0;right:0;bottom:16px;height:90px;background:linear-gradient(135deg,transparent 0 45%,rgba(117,129,98,.28) 46% 48%,transparent 49%) 0 35px / 120px 80px repeat-x,linear-gradient(155deg,transparent 0 47%,rgba(117,138,147,.26) 48% 50%,transparent 51%) 45px 14px / 160px 95px repeat-x}.floating-lines{position:absolute;left:32px;top:43px;display:grid;gap:10px}.floating-lines span{display:block;width:76px;height:7px;background:#2a2724b8}.floating-lines span:nth-child(2){background:linear-gradient(90deg,rgba(42,39,36,.72) 0 38%,transparent 38% 62%,rgba(42,39,36,.72) 62%)}.hero-copy{display:grid;gap:10px;margin-top:4px}.welcome-lines{display:flex;align-items:center;gap:9px;color:var(--ink-soft);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.welcome-lines i{width:28px;height:1px;background:#b58a4573}.eyebrow,.section-label{margin:0;color:var(--gold);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700;letter-spacing:0}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--ink);line-height:1.16;letter-spacing:0}h1{margin-bottom:0;font-size:42px;font-weight:700}h2{margin-bottom:10px;font-size:30px}h3{margin-bottom:8px;font-size:21px}h4{margin-bottom:6px;font-size:17px}p,dd,small{color:var(--ink-soft);line-height:1.72}.lede{max-width:14em;color:#3d3934;font-size:19px;line-height:1.55}.fine-print,.disclaimer{margin:0;color:#6d6258d1;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.7}.center{text-align:center}.page-header{margin:18px 0 22px}.setup-header{margin-top:22px}.setup-kicker{margin:0 0 8px;color:#6d6258e6;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:700;line-height:1.4}.setup-copy{display:grid;gap:2px}.page-header p:last-child,.home-header p{margin-bottom:0}.primary-button,.secondary-button,.ghost-button,.text-button,.icon-button,.direction-card,.sample-question-button{border:0;border-radius:var(--radius);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.primary-button,.secondary-button,.ghost-button{width:100%;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:700}.primary-button{background:#2c2b28;color:#fff8ec;box-shadow:0 12px 26px #2a272433}.secondary-button{border:1px solid rgba(181,138,69,.34);background:#fffcf6bd;color:#3c342b}.ghost-button{border:1px solid rgba(42,39,36,.1);background:#ffffff42;color:var(--ink-soft)}.ghost-button.compact{width:auto;min-height:38px;padding:8px 11px;font-size:13px}.text-button{padding:8px 0;background:transparent;color:var(--cinnabar);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:700}.icon-button{width:42px;height:42px;display:inline-grid;flex:0 0 auto;place-items:center;border:1px solid rgba(42,39,36,.1);background:#ffffff80;color:var(--ink-soft)}button:active{transform:translateY(1px)}button:disabled{cursor:default;opacity:.68;transform:none}.input-form,.ask-form,.task-list,.result-actions,.dual-actions{display:grid;gap:14px}label,.field-group{display:grid;gap:8px;color:var(--ink-soft);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid rgba(42,39,36,.13);border-radius:var(--radius);background:#fffcf6d1;color:var(--ink);font-size:max(16px,1em);outline:none;padding:14px 13px;font-family:PingFang SC,Microsoft YaHei,sans-serif}select{appearance:none;min-width:0;background:linear-gradient(45deg,transparent 50%,rgba(42,39,36,.55) 50%) right 14px center / 6px 6px no-repeat,linear-gradient(135deg,rgba(42,39,36,.55) 50%,transparent 50%) right 10px center / 6px 6px no-repeat,#fffcf6d1;padding-right:28px}textarea{resize:vertical;min-height:142px;line-height:1.6}input:focus,select:focus,textarea:focus{border-color:#b58a45a6;box-shadow:0 0 0 3px #b58a451f}.date-field{gap:9px}.date-wheel-row{position:relative;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) minmax(0,1fr);overflow:hidden;border-bottom:1px solid rgba(42,39,36,.12);background:#fffcf657}.date-wheel-row:before{content:"";position:absolute;z-index:1;left:0;right:0;top:calc(50% - 20px);height:40px;background:linear-gradient(90deg,#fffcf629,#fffcf69e,#fffcf629);pointer-events:none}.wheel-picker{position:relative;min-width:0}.wheel-highlight{position:absolute;z-index:1;left:8px;right:8px;top:calc(50% - 20px);height:40px;border-radius:var(--radius);background:#ffffffb8;box-shadow:0 8px 22px #43342514;pointer-events:none}.wheel-picker+.wheel-picker{border-left:0}.wheel-picker:before,.wheel-picker:after{content:"";position:absolute;z-index:2;left:0;right:0;height:42px;pointer-events:none}.wheel-picker:before{top:0;background:linear-gradient(#f8f1e6f5,#f8f1e600)}.wheel-picker:after{bottom:0;background:linear-gradient(#f8f1e600,#f8f1e6f5)}.wheel-scroll{position:relative;z-index:2;height:128px;overflow-y:auto;padding:44px 0;scroll-snap-type:y mandatory;scrollbar-width:none;touch-action:pan-y;-webkit-overflow-scrolling:touch}.wheel-scroll::-webkit-scrollbar{display:none}.wheel-option{width:100%;height:40px;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;border:0;border-radius:0;background:transparent;color:#6d62586b;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:22px;font-weight:600;line-height:1;padding:0 8px}.wheel-option.selected{position:relative;z-index:3;color:var(--ink);font-size:29px;font-weight:800}.wheel-option:active{transform:none}.field-hint{color:#6d6258c7;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:500;line-height:1.55}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.choice,.question-type{border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf6a8;color:#4f4942;min-height:44px;padding:10px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:700}.choice.selected,.question-type.selected{border-color:#a14d3f61;background:#a14d3f17;color:var(--cinnabar)}.daily-card,.task-card,.stage-card,.insight-panel,.history-card,.share-card{border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf6b8;box-shadow:0 12px 28px #43342517}.home-header{margin-bottom:18px}.home-header h2{margin:3px 0 6px;font-size:26px}.date-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px;color:#6d6258bd;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700;line-height:1.35}.date-meta span{display:inline-flex;align-items:center;min-height:22px;border:1px solid rgba(42,39,36,.08);border-radius:999px;background:#fffcf661;padding:2px 8px}.direction-panel,.ritual-card{border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf6ad;box-shadow:0 12px 28px #43342514}.direction-panel{display:grid;gap:14px;margin-bottom:16px;padding:17px}.direction-panel-head{display:grid;gap:4px}.direction-panel h3{margin-bottom:0;font-size:20px}.direction-panel-head span{color:#6d6258d1;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.55}.direction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.direction-card{position:relative;display:grid;place-items:center;gap:8px;min-height:120px;overflow:hidden;border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:radial-gradient(circle at 20% 15%,rgba(223,195,139,.24),transparent 34%),linear-gradient(145deg,#fffcf6d6,#efe0cd94);color:#4c463f;padding:14px 10px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-weight:700;text-align:center}.direction-bg{position:absolute;inset:0;background:linear-gradient(90deg,transparent 48%,rgba(117,138,147,.08) 49%,transparent 50%),linear-gradient(0deg,transparent 48%,rgba(117,129,98,.08) 49%,transparent 50%);opacity:.82;pointer-events:none}.direction-title,.direction-symbol,.direction-result{position:relative;z-index:1}.direction-title{color:var(--ink);font-size:19px;line-height:1.15}.direction-symbol{display:grid;gap:5px;width:42px;opacity:.48}.direction-symbol i{display:block;height:5px;border-radius:999px;background:#2a2724ad}.direction-symbol i:nth-child(2){background:linear-gradient(90deg,rgba(42,39,36,.68) 0 38%,transparent 38% 62%,rgba(42,39,36,.68) 62%)}.direction-result{display:grid;justify-items:center;gap:6px}.direction-result .hexagram-mark{width:42px;gap:4px;padding-top:0}.direction-result .line{height:4px}.direction-result b{color:var(--ink);font-size:15px;line-height:1.15}.direction-result em{border-radius:999px;background:#7581621f;color:var(--tea);font-size:11px;font-style:normal;padding:3px 8px}.direction-card.selected{border-color:#a14d3f5c;background:radial-gradient(circle at 25% 18%,rgba(161,77,63,.14),transparent 38%),linear-gradient(145deg,#fffcf6f0,#efe0cdb8);box-shadow:0 13px 30px #4334251f}.direction-card.drawn:not(.selected){color:var(--tea)}.ritual-card{display:grid;justify-items:center;gap:10px;margin-top:10px;min-height:318px;padding:20px 18px;text-align:center}.ritual-card h1{font-size:34px}.ritual-intro{color:#3d3934;font-size:16px}.ritual-card p{max-width:21em;margin-bottom:0}.ritual-orbit{position:relative;width:132px;height:132px;display:grid;place-items:center;margin:8px 0;border:1px solid rgba(181,138,69,.28);border-radius:50%;background:radial-gradient(circle,rgba(223,195,139,.25),transparent 58%),#ffffff38}.ritual-orbit:before,.ritual-orbit:after{content:"";position:absolute;border-radius:50%}.ritual-orbit:before{inset:24px;border:1px solid rgba(117,138,147,.22)}.ritual-orbit:after{width:44px;height:44px;background:#2a2724db;box-shadow:0 0 32px #b58a4533}.ritual-orbit span{position:absolute;width:58px;height:7px;background:#2a2724c2}.ritual-orbit span:nth-child(1){top:31px}.ritual-orbit span:nth-child(2){background:linear-gradient(90deg,rgba(42,39,36,.76) 0 39%,transparent 39% 61%,rgba(42,39,36,.76) 61%)}.ritual-orbit span:nth-child(3){bottom:31px}.ritual-card.casting .ritual-orbit{animation:ritualPulse 1.4s ease-in-out infinite}.ritual-card.casting .ritual-orbit span{animation:lineFloat .9s ease-in-out infinite alternate}@keyframes ritualPulse{0%,to{transform:scale(1);box-shadow:0 0 #b58a4500}50%{transform:scale(1.035);box-shadow:0 0 0 8px #b58a4514}}@keyframes lineFloat{0%{transform:translateY(-2px)}to{transform:translateY(2px)}}.casting-screen{position:relative;overflow:hidden;display:grid;align-content:stretch;background:radial-gradient(circle at 50% 24%,rgba(223,195,139,.22),transparent 24rem),radial-gradient(circle at 50% 68%,rgba(117,138,147,.18),transparent 22rem),#1f211f;color:#f8f1e6}.casting-screen:before{content:"";position:absolute;inset:-20%;background:linear-gradient(90deg,transparent 49.5%,rgba(248,241,230,.045) 50%,transparent 50.5%),linear-gradient(0deg,transparent 49.5%,rgba(248,241,230,.04) 50%,transparent 50.5%);opacity:.55;transform:rotate(-8deg)}.casting-back{position:relative;z-index:2;width:fit-content;min-height:38px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(248,241,230,.16);border-radius:var(--radius);background:#ffffff0f;color:#f8f1e6c2;padding:8px 11px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.casting-stage{position:relative;z-index:1;min-height:calc(100% - 42px);display:grid;justify-items:center;align-content:center;gap:16px;padding:18px 0 32px;text-align:center}.casting-eyebrow{margin:0;color:#dfc38be0;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:800}.casting-stage h1{margin-bottom:0;color:#fff8ec;font-size:38px}.casting-status{min-height:28px;margin:0;color:#f8f1e6b8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:15px}.casting-oracle{position:relative;width:224px;height:224px;display:grid;place-items:center;margin:12px 0 6px;border-radius:50%;background:conic-gradient(rgba(223,195,139,.92) var(--hold-progress),rgba(248,241,230,.12) 0),radial-gradient(circle,rgba(248,241,230,.08),rgba(248,241,230,.02) 54%,transparent 56%);box-shadow:0 0 0 1px #f8f1e617,0 26px 70px #00000042}.casting-oracle:before{content:"";position:absolute;inset:8px;border-radius:50%;background:#1f211f}.oracle-ring{position:absolute;inset:24px;border:1px solid rgba(223,195,139,.24);border-radius:50%;animation:oracleTurn 16s linear infinite}.oracle-ring span{position:absolute;left:50%;top:50%;width:74px;height:8px;background:#f8f1e6b8;border-radius:999px;transform-origin:-38px center}.oracle-ring span:nth-child(1){transform:rotate(0) translate(58px)}.oracle-ring span:nth-child(2){background:linear-gradient(90deg,rgba(248,241,230,.72) 0 39%,transparent 39% 61%,rgba(248,241,230,.72) 61%);transform:rotate(90deg) translate(58px)}.oracle-ring span:nth-child(3){transform:rotate(180deg) translate(58px)}.oracle-ring span:nth-child(4){background:linear-gradient(90deg,rgba(248,241,230,.72) 0 39%,transparent 39% 61%,rgba(248,241,230,.72) 61%);transform:rotate(270deg) translate(58px)}.oracle-core{position:relative;z-index:1;width:86px;height:86px;overflow:hidden;border:1px solid rgba(223,195,139,.38);border-radius:50%;background:linear-gradient(90deg,#f8f1e6 0 50%,#272421 50%);box-shadow:0 0 34px #dfc38b2e}.oracle-core i{position:absolute;left:50%;width:43px;height:43px;border-radius:50%;transform:translate(-50%)}.oracle-core i:first-child{top:0;background:radial-gradient(circle,#272421 0 18%,#f8f1e6 19% 100%)}.oracle-core i:last-child{bottom:0;background:radial-gradient(circle,#f8f1e6 0 18%,#272421 19% 100%)}.casting-screen.holding .casting-oracle{filter:brightness(1.08)}.casting-screen.complete .casting-oracle{box-shadow:0 0 0 1px #f8f1e629,0 0 42px #dfc38b52,0 26px 70px #00000047}.hold-button{position:relative;width:156px;height:156px;display:grid;place-items:center;border:1px solid rgba(248,241,230,.18);border-radius:50%;background:radial-gradient(circle,rgba(248,241,230,.14),rgba(248,241,230,.04) 62%,transparent 63%),#ffffff0d;color:#fff8ec;touch-action:none;user-select:none;-webkit-user-select:none;box-shadow:0 18px 42px #00000038}.hold-button span{position:absolute;inset:10px;border-radius:50%;background:conic-gradient(rgba(223,195,139,.84) var(--hold-progress),transparent 0),#ffffff0a;opacity:.95}.hold-button b{position:relative;z-index:1;max-width:5em;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:18px;line-height:1.35}.casting-screen.holding .hold-button,.casting-screen.complete .hold-button{transform:scale(.98)}@keyframes oracleTurn{to{transform:rotate(360deg)}}.daily-card{padding:19px;background:linear-gradient(145deg,#fffcf6e0,#efe0cdc7),linear-gradient(90deg,transparent,rgba(117,138,147,.12))}.daily-card h1{margin-top:3px;font-size:40px}.daily-card-top span{color:var(--blue)}.hexagram-mark{display:grid;gap:7px;width:70px;padding-top:3px}.line{display:block;height:7px}.line.solid{background:#272421}.line.broken{display:flex;justify-content:space-between}.line.broken i{width:41%;background:#272421}.keyword-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 14px}.keyword-row span,.reward-pill{border:1px solid rgba(181,138,69,.28);border-radius:6px;background:#dfc38b1f;color:#70542b;padding:6px 8px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700}.reminder{color:#36302a;font-size:17px}.reading-points{display:grid;gap:12px;margin:16px 0 0}.reading-points div{border-top:1px solid rgba(42,39,36,.1);padding-top:12px}dt{color:var(--gold);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700}dd{margin:4px 0 0}.stats-strip,.record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0 20px}.stats-strip div,.record-grid div{min-height:70px;padding:12px;border:1px solid rgba(42,39,36,.08);border-radius:var(--radius);background:#ffffff61}.stats-strip span,.record-grid span{display:block;color:var(--ink-soft);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.stats-strip strong,.record-grid strong{display:block;margin-top:5px;color:var(--ink);font-size:23px}.task-entry-list,.history-list{display:grid;gap:10px}.section-heading h3{margin-bottom:0}.task-entry{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf6a3;color:var(--ink);padding:14px;text-align:left}.task-entry b{display:block;margin-bottom:3px;color:var(--tea);font-size:13px}.task-entry span{min-width:0;line-height:1.45}.task-entry em{display:flex;align-items:center;flex:0 0 auto;gap:2px;color:var(--cinnabar);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-style:normal;font-weight:700}.task-entry.done{background:#7881621a}.dual-actions{margin-top:18px}.task-card{display:grid;gap:14px;padding:17px}.task-card h3{margin:3px 0 0;font-size:20px}.task-card p{margin-bottom:0}.reward-pill.done{border-color:#78816252;background:#7881621f;color:var(--tea)}.why-box{border-left:2px solid rgba(181,138,69,.52);padding-left:12px}.why-box span{color:var(--gold);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700}.feedback{display:flex;align-items:flex-start;gap:8px;border-radius:var(--radius);background:#7881621f;color:#586144;padding:12px;line-height:1.6}.completed-glow{animation:glow .9s ease both}@keyframes glow{0%{box-shadow:0 0 #dfc38b00}35%{box-shadow:0 0 0 5px #dfc38b2e}to{box-shadow:0 12px 28px #43342517}}.question-type-list{display:grid;gap:9px}.question-type{display:flex;align-items:center;gap:8px;justify-content:flex-start;text-align:left}.ask-screen .page-header{margin:10px 0 14px}.ask-screen .page-header h2{font-size:27px}.ask-screen .ask-form{gap:10px}.ask-screen .question-type-list{gap:7px}.ask-screen .question-type{min-height:40px;padding:8px 10px}.ask-screen textarea{height:104px;min-height:96px}.sample-question-button{width:max-content;max-width:100%;border:0;border-bottom:1px solid rgba(161,77,63,.32);border-radius:0;background:transparent;color:var(--cinnabar);padding:0 0 4px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:700;text-align:left}.result-header{display:grid;justify-items:center;gap:12px;margin:18px 0 22px;text-align:center}.result-header h2{margin-bottom:0}.result-stack{display:grid;gap:10px}.result-stack section{border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf6b3;padding:16px}.result-stack p{margin:7px 0 0}.result-actions{margin:16px 0}.stage-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px}.stage-card h3{margin:3px 0 0;font-size:26px}.stage-steps{display:flex;gap:5px}.stage-steps span{width:8px;height:34px;background:#2a27241a}.stage-steps span.lit{background:linear-gradient(180deg,var(--gold-soft),var(--cinnabar))}.insight-panel{margin-top:10px;padding:16px}.insight-panel p{margin:7px 0 0;color:#3c342b}.history-list{margin-top:20px}.reset-panel{display:grid;gap:12px;margin-top:10px;border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf694;padding:16px}.reset-panel p{margin:6px 0 0}.history-card{padding:14px}.history-card span,.history-card small{display:block;font-family:PingFang SC,Microsoft YaHei,sans-serif}.history-card span{margin-bottom:6px;color:var(--gold);font-size:12px;font-weight:700}.history-card p,.history-card small{margin-bottom:0}.empty-state{border:1px dashed rgba(42,39,36,.14);border-radius:var(--radius);padding:18px;text-align:center}.share-screen{background:radial-gradient(circle at 50% 10%,rgba(223,195,139,.16),transparent 18rem),#f8f1e6eb}.share-card{display:grid;gap:18px;min-height:560px;padding:22px;background:linear-gradient(160deg,#2b2926f5,#403a32f2),repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 1px,transparent 1px 7px);color:#fff8ec;overflow:hidden;position:relative}.share-card:after{content:"";position:absolute;width:180px;height:180px;right:-70px;top:78px;border:1px solid rgba(223,195,139,.16);border-radius:50%}.share-card-top,.share-card p,.share-card footer{color:#fff8ecc7}.share-card-top{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.share-main{margin-top:28px}.share-main p{margin-bottom:4px;color:var(--gold-soft)}.share-main h1{color:#fff8ec;font-size:48px}.share-reminder{color:#fff8ec!important;font-size:20px;line-height:1.72}.share-task{border-left:2px solid rgba(223,195,139,.72);margin-top:auto;padding-left:13px}.share-task span{color:var(--gold-soft);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:700}.share-task p{margin:6px 0 0;color:#fff8eceb}.share-card footer{border-top:1px solid rgba(255,248,236,.16);padding-top:14px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.bottom-nav{position:fixed;left:50%;bottom:max(8px,calc((100vh - min(860px,calc(100vh - 44px)))/2 + 8px));z-index:30;width:min(402px,calc(100vw - 28px));display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border:1px solid rgba(42,39,36,.1);border-radius:var(--radius);background:#fffcf6e6;box-shadow:0 12px 30px #4334251f;padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translate(-50%)}.bottom-nav button{min-width:0;display:grid;place-items:center;gap:3px;border:0;border-radius:6px;background:transparent;color:#6d6258db;padding:8px 4px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;font-weight:700}.bottom-nav button.active{background:#b58a4524;color:#6e4f22}@media(max-width:480px){.app-shell{padding:0}.phone-frame{width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;border:0;border-radius:0}.screen{height:100dvh;min-height:0;max-height:none}.ambient{display:none}.bottom-nav{bottom:max(8px,env(safe-area-inset-bottom))}}@media(max-width:360px){.screen{padding-left:17px;padding-right:17px}h1{font-size:36px}h2{font-size:26px}.choice-grid,.stats-strip,.record-grid,.direction-grid{grid-template-columns:1fr}.daily-card-top,.stage-card{align-items:flex-start;flex-direction:column}}:root{--paper: #fbf8f1;--paper-deep: #eee7dc;--ink: #242320;--ink-soft: #77726a;--gold: #b99a62;--gold-soft: #dcc38c;--blue: #a8aca7;--tea: #767c68;--cinnabar: #8b6a3f;--line: rgba(36, 35, 32, .09);--shadow: 0 24px 70px rgba(55, 48, 38, .13)}body{background:radial-gradient(circle at 50% -8%,rgba(255,252,244,.9),transparent 30rem),radial-gradient(circle at 18% 84%,rgba(220,195,140,.2),transparent 22rem),linear-gradient(135deg,#e7e8e3,#f3eee5,#e2e4df)}.app-shell{padding:18px}.phone-frame{isolation:isolate;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.88),transparent 18rem),radial-gradient(circle at 18% 78%,rgba(36,35,32,.055),transparent 12rem),linear-gradient(180deg,#fbf8f1fa,#f2ece1fa);border-color:#24232014;box-shadow:0 28px 90px #342d2429}.phone-frame:before,.phone-frame:after{content:"";position:absolute;z-index:-1;pointer-events:none;border-radius:50%}.phone-frame:before{width:270px;height:270px;right:-112px;top:84px;background:radial-gradient(circle,rgba(220,195,140,.19),transparent 60%),radial-gradient(circle at 45% 46%,rgba(36,35,32,.035),transparent 62%)}.phone-frame:after{width:220px;height:220px;left:-120px;bottom:84px;background:radial-gradient(circle,rgba(36,35,32,.08),transparent 58%),radial-gradient(circle,rgba(255,255,255,.42),transparent 65%);filter:blur(1px)}.screen{padding:24px 24px 30px}.screen.with-nav{padding-bottom:108px}.logo-mark{width:30px;height:30px;border:0;background:radial-gradient(circle at 50% 50%,rgba(220,195,140,.24),transparent 62%),#ffffff7a}.logo-mark:before,.logo-mark:after,.logo-mark i{border-radius:50%}.logo-mark:before{width:19px;height:19px;background:var(--ink);transform:translate(-1px)}.logo-mark:after{width:15px;height:15px;background:var(--paper);transform:translate(5px,-2px)}.logo-mark i{width:5px;height:5px;background:var(--gold);transform:translate(-5px,7px)}.brand-name{font-size:19px;font-weight:700}.welcome-screen{position:relative;justify-content:space-between;gap:0;padding:clamp(24px,5vh,42px) 30px 30px;overflow:hidden}.welcome-screen .brand-lockup{align-self:flex-start}.welcome-verse{position:relative;z-index:1;align-self:center;display:flex;flex-direction:row;gap:18px;min-height:240px;margin:clamp(18px,5vh,48px) 0 0;color:var(--ink);font-size:clamp(25px,7.2vw,35px);font-weight:600;line-height:1.18;writing-mode:vertical-rl}.welcome-verse span{display:block}.welcome-visual{width:100%;min-height:210px;margin:auto 0 0;border:0}.ink-moon{position:absolute;left:50%;bottom:34px;width:172px;height:172px;border:1px solid rgba(36,35,32,.07);border-radius:50%;background:radial-gradient(circle at 64% 44%,rgba(251,248,241,.9) 0 21%,transparent 22%),conic-gradient(from 146deg,#242320a3,#2423202e,#ffffff1a,#2423208a);filter:saturate(.55);opacity:.72;transform:translate(-50%) rotate(-16deg)}.ink-moon:after{content:"";position:absolute;inset:-18px;border-radius:50%;border:1px solid rgba(36,35,32,.055);opacity:.8}.ink-water{position:absolute;left:9%;right:9%;bottom:20px;height:48px;background:linear-gradient(180deg,rgba(36,35,32,.09),transparent 1px) 0 8px / 100% 13px,linear-gradient(90deg,transparent,rgba(185,154,98,.2),transparent);opacity:.5}.quiet-lines{position:absolute;left:50%;top:24px;display:grid;gap:7px;width:48px;opacity:.26;transform:translate(-50%)}.quiet-lines span{display:block;height:4px;background:var(--ink)}.quiet-lines span:nth-child(2){background:linear-gradient(90deg,var(--ink) 0 38%,transparent 38% 62%,var(--ink) 62%)}.welcome-enter{align-self:center;display:inline-flex;align-items:center;gap:8px;min-height:44px;border:1px solid rgba(185,154,98,.25);border-radius:999px;background:#ffffff5c;color:var(--ink);padding:10px 18px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:700;box-shadow:0 16px 38px #362f2614;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.returning .welcome-visual{margin-bottom:16px}.primary-button{background:linear-gradient(180deg,#2e2d29,#20201d);color:#fbf8f1;box-shadow:0 14px 32px #2423202e}.secondary-button,.ghost-button,.icon-button,.sample-question-button{box-shadow:none}.secondary-button{border-color:#b99a6238;background:#ffffff5c}.ghost-button,.icon-button{border-color:#24232014;background:#ffffff47}.home-header{align-items:center;margin-bottom:18px}.home-screen{display:flex;flex-direction:column}.home-screen .home-header{order:1}.home-screen .direction-panel{order:2}.home-screen .ritual-card{order:3}.home-screen.has-daily .daily-card{order:2}.home-screen.has-daily .task-entry-list{order:3}.home-screen.has-daily .dual-actions{order:4}.home-screen.has-daily .direction-panel{order:5;margin-top:18px}.home-header h2{margin-top:7px;font-size:25px;font-weight:600}.date-meta{gap:5px;color:#77726ad1;font-weight:500}.date-meta span{min-height:auto;border-color:#2423200e;background:#ffffff52;padding:2px 7px}.direction-panel,.ritual-card,.daily-card,.task-card,.stage-card,.insight-panel,.history-card,.share-card,.result-stack section,.reset-panel{border-color:#24232013;background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.65),transparent 8rem),#ffffff57;box-shadow:0 16px 44px #362f2613;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.direction-panel{gap:15px;padding:18px}.direction-panel-head{gap:5px}.direction-panel h3{font-weight:600}.direction-panel-head span{max-width:19em;color:#77726adb}.direction-grid{gap:11px}.direction-card{min-height:132px;border-color:#24232012;background:radial-gradient(circle at 50% 38%,rgba(220,195,140,.18),transparent 44%),linear-gradient(180deg,#ffffff7a,#eee7dc6b);box-shadow:inset 0 1px #ffffff8c}.direction-card:after{content:"";position:absolute;inset:12px;border-radius:var(--radius);border:1px solid rgba(185,154,98,.09);pointer-events:none}.direction-bg{background:radial-gradient(circle at 72% 20%,rgba(36,35,32,.045),transparent 42%),linear-gradient(90deg,transparent 49%,rgba(36,35,32,.035) 50%,transparent 51%)}.direction-title{font-size:20px;font-weight:600}.direction-symbol{width:46px}.direction-symbol i,.direction-symbol i:nth-child(2){height:4px;background-color:#2423208a}.direction-symbol i:nth-child(2){background:linear-gradient(90deg,rgba(36,35,32,.54) 0 38%,transparent 38% 62%,rgba(36,35,32,.54) 62%)}.direction-card.selected{border-color:#b99a6252;background:radial-gradient(circle at 50% 42%,rgba(220,195,140,.28),transparent 50%),linear-gradient(180deg,#ffffffa3,#eee7dc8a);box-shadow:0 16px 40px #463a281c,inset 0 0 0 1px #ffffff6b}.home-screen.has-daily .direction-panel{padding:15px}.home-screen.has-daily .direction-card{min-height:104px}.home-screen.has-daily .direction-title{font-size:18px}.home-screen.has-daily .direction-symbol{width:40px}.ritual-card{min-height:324px;padding:22px 19px}.ritual-intro{max-width:16em;color:var(--ink)}.ritual-orbit{width:142px;height:142px;border-color:#b99a6238;background:radial-gradient(circle,rgba(255,255,255,.48),transparent 42%),radial-gradient(circle,rgba(220,195,140,.22),transparent 62%);box-shadow:0 0 42px #dcc38c24}.ritual-orbit:after{width:38px;height:38px;background:radial-gradient(circle at 42% 40%,rgba(255,255,255,.75),transparent 18%),#242320d1}.daily-card{position:relative;overflow:hidden;padding:22px 20px 20px;background:radial-gradient(circle at 50% 20%,rgba(220,195,140,.24),transparent 14rem),linear-gradient(180deg,#ffffff94,#f6f1e894)}.daily-card:before{content:"";position:absolute;left:50%;top:44px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.55),transparent 58%),repeating-conic-gradient(from 4deg,rgba(36,35,32,.035) 0 2deg,transparent 2deg 12deg);opacity:.65;transform:translate(-50%)}.daily-card-top{position:relative;z-index:1;display:grid;justify-items:center;gap:15px;text-align:center}.daily-card h1{margin-top:7px;font-size:34px;font-weight:600}.daily-card-top span{color:#242320b8;font-size:18px}.hexagram-halo{width:178px;height:178px;display:grid;place-items:center;border:1px solid rgba(185,154,98,.2);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.82),rgba(255,255,255,.28) 48%,transparent 50%),radial-gradient(circle,rgba(220,195,140,.22),transparent 67%);box-shadow:0 0 0 18px #dcc38c0e,0 18px 48px #362f2614}.hexagram-halo .hexagram-mark{width:82px;gap:8px;padding-top:0}.hexagram-halo .line{height:7px}.hexagram-mark .line.solid,.hexagram-mark .line.broken i{background:#292825}.keyword-row{position:relative;z-index:1;justify-content:center}.keyword-row span,.reward-pill{border-color:#b99a6233;background:#ffffff57;color:#75603d}.reminder{position:relative;z-index:1;margin-bottom:0;color:var(--ink);text-align:center}.reading-points div{border-top-color:#24232012}.task-entry-list{margin-top:16px}.task-entry{border-color:#24232012;background:#ffffff57;box-shadow:0 10px 28px #362f260d}.task-entry b{color:var(--gold)}.task-card{padding:18px;gap:15px}.task-card-head{align-items:flex-start}.reward-pill{white-space:nowrap}.why-box{border-left-color:#b99a625c}.ask-screen .page-header{margin-top:18px;text-align:left}.ask-screen .page-header h2{max-width:9em;font-size:31px;font-weight:600}.question-type{border-color:#24232013;background:#ffffff59;color:var(--ink);font-weight:600}.question-type.selected{border-color:#b99a6247;background:#dcc38c24;color:#6d5631}input,textarea{border-color:#24232016;background:#ffffff6b;box-shadow:inset 0 1px #ffffff75}.sample-question-button{color:#8a6d3d;border-bottom-color:#b99a6247}.casting-screen{background:radial-gradient(circle at 50% 28%,rgba(220,195,140,.24),transparent 19rem),radial-gradient(circle at 50% 74%,rgba(255,255,255,.08),transparent 17rem),linear-gradient(180deg,#292925,#1f201d)}.casting-screen:before{background:radial-gradient(circle at 20% 35%,rgba(255,255,255,.05),transparent 9rem),radial-gradient(circle at 78% 58%,rgba(220,195,140,.07),transparent 8rem);opacity:1;transform:none}.casting-stage h1{font-size:36px;font-weight:500}.casting-oracle{width:232px;height:232px;background:conic-gradient(rgba(220,195,140,.86) var(--hold-progress),rgba(255,255,255,.08) 0),radial-gradient(circle,rgba(255,255,255,.08),transparent 54%)}.casting-oracle:before{inset:9px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.07),transparent 55%),#292925}.oracle-ring{inset:27px;border-color:#dcc38c33}.oracle-ring span{width:70px;height:5px;background:#fbf8f19e}.oracle-ring span:nth-child(2),.oracle-ring span:nth-child(4){background:linear-gradient(90deg,rgba(251,248,241,.62) 0 39%,transparent 39% 61%,rgba(251,248,241,.62) 61%)}.oracle-core{width:88px;height:88px;border-color:#dcc38c3d;background:radial-gradient(circle at 44% 42%,rgba(251,248,241,.72),transparent 10%),radial-gradient(circle at 50% 50%,rgba(251,248,241,.2),rgba(251,248,241,.04) 58%,transparent 60%);box-shadow:0 0 34px #dcc38c2e,inset 0 0 26px #fbf8f10f}.oracle-core i{display:none}.hold-button{width:154px;height:154px;border-color:#fbf8f129;background:radial-gradient(circle,rgba(251,248,241,.12),transparent 62%),#ffffff0a}.hold-button span{background:conic-gradient(rgba(220,195,140,.76) var(--hold-progress),transparent 0),radial-gradient(circle,rgba(251,248,241,.08),transparent 62%)}.result-header{margin-top:20px}.result-header h2{max-width:9em;font-size:32px;font-weight:600}.result-halo{width:154px;height:154px}.result-stack{gap:12px}.result-stack section{padding:16px 17px}.stage-card{box-shadow:none}.stage-steps span{width:7px;border-radius:999px;background:#24232017}.stage-steps span.lit{background:linear-gradient(180deg,var(--gold-soft),#8b7a60)}.mind-overview{display:grid;justify-items:center;gap:14px;margin:14px 0 12px}.mind-ring{width:196px;height:196px;display:grid;place-items:center;align-content:center;gap:4px;border-radius:50%;background:radial-gradient(circle,rgba(251,248,241,.96) 0 57%,transparent 58%),conic-gradient(var(--gold-soft) 0 72%,rgba(36,35,32,.075) 72% 100%);box-shadow:inset 0 0 0 1px #b99a621a,0 18px 50px #362f2614}.mind-ring span,.mind-ring small{color:var(--ink-soft);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.mind-ring strong{color:var(--ink);font-size:42px;line-height:1}.record-grid.compact{width:100%;margin:0}.record-grid.compact div{min-height:66px;background:#ffffff54}.record-grid.compact strong{font-size:21px}.insight-panel p{color:var(--ink)}.share-card{background:radial-gradient(circle at 50% 14%,rgba(220,195,140,.18),transparent 13rem),linear-gradient(180deg,#2a2926,#20201d)}.bottom-nav{border-color:#24232014;border-radius:10px;background:#fbf8f1db;box-shadow:0 16px 36px #362f261f}.bottom-nav button{border-radius:8px;color:#5c5852db}.bottom-nav button.active{background:linear-gradient(180deg,#dcc38c2e,#ffffff38);color:#6d5631;box-shadow:inset 0 0 0 1px #b99a6226}@media(max-width:480px){.app-shell{padding:0}.screen{padding:22px 21px 28px}.screen.with-nav{padding-bottom:104px}.welcome-screen{padding:28px 30px calc(28px + env(safe-area-inset-bottom))}.welcome-verse{min-height:224px;margin-top:clamp(12px,4vh,34px)}.welcome-visual{min-height:204px}.bottom-nav{width:calc(100vw - 24px);bottom:max(10px,env(safe-area-inset-bottom))}}@media(max-width:360px){.screen{padding-left:17px;padding-right:17px}.welcome-screen{padding-left:24px;padding-right:24px}.welcome-verse{font-size:25px}.direction-grid,.record-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-card-top,.stage-card{align-items:center}}.today-overview-card{order:2;display:grid;gap:7px;margin-bottom:14px;border:1px solid rgba(36,35,32,.07);border-radius:var(--radius);background:radial-gradient(circle at 84% 18%,rgba(220,195,140,.16),transparent 7rem),linear-gradient(180deg,#ffffff7a,#f6f1e861);padding:16px;box-shadow:0 14px 38px #362f260f}.today-overview-card h3{margin-bottom:0;font-size:23px;font-weight:600}.today-overview-card p{margin-bottom:0}.overview-progress{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(36,35,32,.06);margin-top:4px;padding-top:10px;color:var(--ink-soft);font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.overview-progress i{color:#7a6139;font-style:normal;font-weight:700}.home-screen .direction-panel{order:3}.home-screen .ritual-card,.home-screen.has-daily .daily-card{order:4}.home-screen.has-daily .task-entry-list{order:5}.home-screen.has-daily .dual-actions{order:6}.home-screen.has-daily .direction-panel{order:3}.direction-card{align-content:center;justify-items:center}.direction-pending,.direction-result{position:relative;z-index:1}.direction-pending{display:grid;justify-items:center;gap:9px}.direction-pending em{color:#77726acc;font-size:12px;font-style:normal;font-weight:600}.direction-result small{max-width:9.5em;color:#504a42c2;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.45}.direction-result em{margin-top:1px}.direction-card.drawn{background:radial-gradient(circle at 50% 36%,rgba(220,195,140,.24),transparent 49%),linear-gradient(180deg,#fff9,#eee7dc80)}.direction-card.drawn .direction-title{color:#7a6139}.casting-screen{transition:background .9s ease,filter .9s ease}.casting-screen.holding{background:radial-gradient(circle at 50% 28%,rgba(220,195,140,.32),transparent 21rem),radial-gradient(circle at 50% 74%,rgba(255,255,255,.1),transparent 18rem),linear-gradient(180deg,#252521,#171816)}.casting-screen.holding:after,.casting-screen.revealing:after{content:"";position:absolute;inset:-24%;background:radial-gradient(circle at 42% 36%,rgba(220,195,140,.12),transparent 16rem),radial-gradient(circle at 62% 62%,rgba(255,255,255,.055),transparent 14rem);opacity:.85;pointer-events:none;animation:inkFlow 7s ease-in-out infinite alternate}.casting-screen.interrupted .casting-status{color:#fbf8f1db}.casting-back{min-height:34px;border-color:transparent;background:transparent;padding:7px 0;box-shadow:none}.casting-stage{z-index:2}.casting-stage h1{max-width:7em}.casting-status{max-width:15em}.hold-yarrow-lines{position:relative;z-index:2;display:grid;gap:7px;width:74px}.casting-screen .oracle-ring span{display:none}.hold-yarrow-lines span{display:block;height:5px;border-radius:999px;background:#fbf8f1c7;opacity:0;transform:translateY(8px);transition:opacity .76s ease,transform .76s ease}.hold-yarrow-lines span:nth-child(2),.hold-yarrow-lines span:nth-child(5){background:linear-gradient(90deg,rgba(251,248,241,.78) 0 39%,transparent 39% 61%,rgba(251,248,241,.78) 61%)}.hold-yarrow-lines span.visible{opacity:1;transform:translateY(0)}.casting-screen.revealing .casting-oracle{animation:revealPulse 1.8s ease both;box-shadow:0 0 0 1px #fbf8f129,0 0 56px #dcc38c47,0 26px 70px #0000003d}.reveal-hexagram{position:relative;z-index:2}.reveal-hexagram .hexagram-mark{width:86px;gap:8px;padding-top:0}.reveal-hexagram .line{height:7px;opacity:0;transform:translateY(12px);animation:revealLine .52s ease forwards}.reveal-hexagram .line:nth-child(6){animation-delay:.12s}.reveal-hexagram .line:nth-child(5){animation-delay:.28s}.reveal-hexagram .line:nth-child(4){animation-delay:.44s}.reveal-hexagram .line:nth-child(3){animation-delay:.6s}.reveal-hexagram .line:nth-child(2){animation-delay:.76s}.reveal-hexagram .line:nth-child(1){animation-delay:.92s}.reveal-copy{display:grid;justify-items:center;gap:6px;min-height:156px;text-align:center}.reveal-copy h2,.reveal-copy span,.reveal-copy p{opacity:0;animation:softAppear .76s ease forwards}.reveal-copy h2{margin-bottom:0;color:#fbf8f1;font-size:34px;font-weight:500;animation-delay:1.25s}.reveal-copy span{color:#dcc38ce0;animation-delay:1.45s}.reveal-copy p{max-width:17em;margin-bottom:0;color:#fbf8f1d1;animation-delay:1.8s}@keyframes inkFlow{0%{transform:translate3d(-1.5%,-1%,0) rotate(-2deg)}to{transform:translate3d(1.5%,1%,0) rotate(2deg)}}@keyframes revealPulse{0%{transform:scale(1)}48%{transform:scale(1.045)}to{transform:scale(1)}}@keyframes revealLine{to{opacity:1;transform:translateY(0)}}@keyframes softAppear{to{opacity:1}}.v2-home-screen,.v2-result-screen{background:radial-gradient(circle at 68% 11%,rgba(255,255,255,.9) 0 18px,transparent 19px),radial-gradient(circle at 50% 8%,rgba(234,228,216,.72),transparent 15rem),linear-gradient(180deg,#fbf8f1,#f1ecdf);padding-bottom:calc(138px + env(safe-area-inset-bottom))}.v2-result-screen{padding-bottom:34px}.v2-home-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.v2-home-top h1{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:30px;font-weight:700}.v2-home-top h1 span{width:4px;height:18px;border-radius:999px;background:#9f4f43}.v2-home-top p{margin:0;color:#3a3630b8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.today-dot{width:40px;height:40px;border:1px solid rgba(36,35,32,.18);border-radius:50%;background:#ffffff42;color:var(--ink);font-size:18px;font-weight:700}.v2-hero-ink{position:relative;min-height:142px;display:grid;place-items:center;margin:0 -6px 4px;overflow:hidden}.v2-hero-ink:before,.v2-hero-ink:after,.hero-mist{content:"";position:absolute;inset:auto;pointer-events:none}.v2-hero-ink:before{left:-14px;right:-14px;bottom:0;height:118px;background:linear-gradient(145deg,transparent 0 42%,rgba(82,96,101,.16) 43% 45%,transparent 46%) 0 30px / 120px 110px repeat-x,linear-gradient(155deg,transparent 0 43%,rgba(54,67,72,.13) 44% 46%,transparent 47%) 50px 15px / 150px 120px repeat-x,radial-gradient(ellipse at 50% 82%,rgba(87,102,106,.18),transparent 58%);filter:blur(.3px);opacity:.9}.v2-hero-ink:after{left:18%;right:18%;bottom:38px;height:42px;background:linear-gradient(rgba(64,73,75,.18),transparent 1px) 0 0 / 100% 12px,radial-gradient(ellipse at 50% 80%,rgba(255,255,255,.5),transparent 58%)}.hero-mist{width:30px;height:30px;right:72px;top:24px;border-radius:50%;background:#ffffff9e;box-shadow:0 0 34px #ffffffb8}.v2-hero-ink p{position:relative;z-index:1;margin:0;color:#2c2b28;font-size:18px;line-height:1.75;text-align:center}.v2-section-title{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-top:4px}.v2-section-title span{height:1px;background:#b99a6257}.v2-section-title h2,.v2-todo-head h2{margin:0;font-size:22px;font-weight:600}.v2-six-section>p{margin:5px 0 11px;color:#464038ad;text-align:center}.v2-direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.v2-direction-card{min-height:112px;display:grid;justify-items:center;align-content:center;gap:6px;border:1px solid rgba(74,61,44,.14);border-radius:10px;background:linear-gradient(180deg,#ffffff85,#f6f1e8c7),radial-gradient(circle at 50% 18%,rgba(255,255,255,.58),transparent 5rem);color:var(--ink);box-shadow:0 8px 22px #3a30250f;padding:10px 7px 9px;text-align:center}.v2-direction-card.drawn{border-color:#9f763a57}.v2-direction-card.complete{background:linear-gradient(180deg,#ffffff9e,#eee7dcdb),radial-gradient(circle at 50% 18%,rgba(220,195,140,.2),transparent 5rem)}.v2-direction-card b{font-size:17px;font-weight:600}.v2-direction-card .hexagram-mark,.v2-hex-placeholder{width:36px;display:grid;gap:3px}.v2-hex-placeholder i{display:block;background:#4f53506b}.v2-direction-card strong{color:#403a32;font-size:13px;line-height:1.1}.v2-direction-card em{color:#38322bb8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-style:normal}.v2-todo-panel{margin-top:13px;border:1px solid rgba(56,47,37,.09);border-radius:12px;background:#ffffff80;box-shadow:0 14px 34px #3a30250f;overflow:hidden}.v2-todo-head{display:grid;grid-template-columns:1fr auto auto;align-items:baseline;gap:10px;border-bottom:1px solid rgba(56,47,37,.08);padding:14px 16px 10px}.v2-todo-head span,.v2-todo-head small{color:#50483e9e;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.v2-empty-todo{margin:0;padding:18px 16px}.v2-todo-list{border-top:1px solid rgba(56,47,37,.075);padding:3px 0 18px}.v2-todo-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;border-bottom:1px solid rgba(56,47,37,.07);padding:13px 14px}.v2-todo-row:last-child{border-bottom:0}.v2-check{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(56,47,37,.28);border-radius:50%;background:transparent;color:#fbf8f1;padding:0}.v2-todo-row.done .v2-check{border-color:#a47b3d6b;background:#a47b3d24;color:#7e5c2cc7}.v2-todo-row.done .v2-check svg{width:14px;height:14px;stroke-width:2.2}.v2-todo-row span{display:block;color:#544a3eb3;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.v2-todo-row h3{margin:2px 0 3px;font-size:17px}.v2-todo-row p{margin:0;color:#3a342dc7;font-size:13px;line-height:1.5}.v2-todo-row em{color:#7a6139;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-style:normal;line-height:1.5;white-space:pre-line;text-align:right}.v2-todo-row.done em{color:#a47b3d}.casting-screen{background:radial-gradient(circle at 70% 14%,rgba(238,233,218,.2),transparent 3.4rem),radial-gradient(circle at 50% 58%,rgba(210,190,145,.16),transparent 17rem),linear-gradient(180deg,#111a1f,#12212a 46%,#0e1a21)}.casting-stage{justify-content:stretch;align-content:start;gap:0;padding:70px 0 56px}.casting-eyebrow{margin-bottom:32px;color:#fbf8f1e6;font-size:21px;font-weight:500;line-height:1.7}.casting-eyebrow:after{content:"每日只看一次";display:block;color:#fbf8f1a3;font-size:13px}.casting-stage h1{max-width:none;color:#fbf8f1;font-size:31px;font-weight:500}.casting-status{margin-top:8px;color:#fbf8f1c7;font-size:17px}.v2-ritual-scene{position:relative;width:calc(100% + 48px);min-height:408px;margin:8px -24px 0;overflow:hidden}.ritual-moon{position:absolute;right:79px;top:6px;width:42px;height:42px;border-radius:50%;background:radial-gradient(circle at 38% 35%,#ffffffe0,#e0d5becc 58%,#e0d5be33 62%),#d8d0bf;box-shadow:0 0 24px #eee7d640}.ritual-mountain{position:absolute;bottom:130px;width:180px;height:220px;background:linear-gradient(135deg,transparent 0 48%,rgba(20,33,39,.78) 49% 55%,transparent 56%),linear-gradient(155deg,transparent 0 48%,rgba(25,42,49,.72) 49% 55%,transparent 56%);opacity:.72}.ritual-mountain.left{left:-42px}.ritual-mountain.right{right:-54px;transform:scaleX(-1)}.ritual-water{position:absolute;left:50%;bottom:18px;width:460px;height:330px;transform:translate(-50%)}.ritual-water:before{content:"";position:absolute;left:50%;top:54%;width:360px;height:120px;border-radius:50%;background:radial-gradient(circle at 50% 50%,rgba(224,196,135,.18),transparent 2.4rem),linear-gradient(90deg,transparent,rgba(220,195,140,.18),transparent);filter:blur(8px);opacity:calc(.28 + var(--hold-ratio, 0) * .48);transform:translate(-50%,-50%)}.ritual-water span{position:absolute;left:50%;top:51%;border:1px solid rgba(220,195,140,.24);border-color:#dcc38c3d;border-radius:50%;transform:translate(-50%,-50%) scale(calc(.92 + var(--hold-ratio, 0) * .18));animation:waterPulse 5.6s ease-in-out infinite}.ritual-water span:nth-child(1){width:86px;height:34px}.ritual-water span:nth-child(2){width:186px;height:74px;animation-delay:.8s}.ritual-water span:nth-child(3){width:300px;height:122px;animation-delay:1.6s}.ritual-water span:nth-child(4){width:380px;height:154px;animation-delay:2.4s}.ritual-water span:nth-child(5){width:450px;height:184px;animation-delay:3.2s}.ritual-water i{position:absolute;left:50%;top:50%;width:7px;height:7px;border-radius:50%;background:#fff2caeb;box-shadow:0 0 34px #dcc38c8c,0 0 90px #dcc38c4d;opacity:calc(.35 + var(--hold-ratio, 0) * .55);transform:translate(-50%,-50%) scale(calc(1 + var(--hold-ratio, 0) * 1.2))}.hold-yarrow-lines,.reveal-hexagram{position:absolute;left:50%;top:43%;z-index:2;width:86px;transform:translate(-50%,-50%)}.v2-hold-button{position:absolute;left:50%;bottom:calc(58px + env(safe-area-inset-bottom));z-index:4;width:88px;height:88px;display:grid;place-items:center;border:1px solid rgba(220,195,140,.72);border-radius:50%;background:radial-gradient(circle,rgba(220,195,140,.13),transparent 62%),#0e1a21b3;color:#fbf8f1;transform:translate(-50%)}.v2-hold-button span{position:absolute;inset:19px;border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0 4px,rgba(251,248,241,.65) 5px 6px,transparent 7px 10px);opacity:.78}.v2-hold-button b{position:absolute;top:calc(100% + 12px);width:7em;color:#fbf8f1db;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:500}.v2-result-top{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;margin-bottom:18px}.v2-result-top p{margin:0;color:#3f3830;font-size:17px;text-align:center}.v2-icon-link{width:42px;height:42px;border:0;background:transparent;color:#302c27}.v2-result-hero{position:relative;display:grid;justify-items:center;gap:10px;min-height:252px;overflow:hidden;text-align:center}.v2-result-hero:before{content:"";position:absolute;left:-28px;right:-28px;bottom:6px;height:118px;background:linear-gradient(145deg,transparent 0 42%,rgba(82,96,101,.22) 43% 45%,transparent 46%) 0 28px / 132px 112px repeat-x,linear-gradient(155deg,transparent 0 43%,rgba(54,67,72,.16) 44% 46%,transparent 47%) 54px 10px / 162px 126px repeat-x;opacity:.78}.v2-result-hero .hexagram-mark{position:relative;z-index:1;width:76px;gap:7px}.v2-result-hero .line{height:5px}.v2-result-hero h1{margin:0;font-size:34px;font-weight:600}.v2-result-hero span{display:block;margin-top:7px;color:#373028ad}.v2-result-hero p{position:relative;z-index:1;max-width:300px;margin:2px 0 0;color:#242320;font-size:18px;line-height:1.72}.v2-mind-card,.v2-practice-panel{border:1px solid rgba(56,47,37,.09);border-radius:14px;background:#ffffff8a;box-shadow:0 15px 36px #3a302512}.v2-mind-card{display:grid;gap:10px;padding:16px 15px}.v2-mind-card h2,.v2-practice-head h2{margin:0;font-size:21px}.v2-mind-card p{margin:0;color:#4a4137;font-size:15px;line-height:1.72}.v2-mind-card div{border:1px solid rgba(164,123,61,.22);border-radius:10px;background:#f6f1e89e;padding:11px 12px}.v2-mind-card span,.v2-practice-panel>p,.v2-practice-card span{color:#50483ea8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.v2-mind-card strong{display:block;margin-top:5px;color:#342d25;font-size:15px;font-weight:500}.v2-practice-panel{display:grid;gap:13px;margin-top:16px;padding:18px}.v2-practice-head{display:flex;align-items:baseline;gap:8px}.v2-practice-head span{color:#50483ea3}.v2-practice-panel>p{margin:-6px 0 0}.v2-toast,.v2-all-done{border-radius:999px;background:#a47b3d24;color:#8a642f;padding:8px 12px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;text-align:center}.v2-practice-list{display:grid;gap:11px}.v2-practice-card{display:grid;grid-template-columns:1fr auto;gap:10px 12px;align-items:center;border:1px solid rgba(56,47,37,.08);border-radius:12px;background:#fbf8f18f;padding:13px}.v2-practice-card h3{margin:0 0 5px;font-size:17px}.v2-practice-card p{margin:0;color:#3a342dc2;font-size:13px}.v2-practice-card>span{grid-column:1;color:#7a6139}.v2-practice-card button{grid-row:1 / span 2;grid-column:2;min-width:66px;border:0;border-radius:999px;background:linear-gradient(180deg,#af8645,#927033);color:#fff9ed;padding:8px 12px;font-family:PingFang SC,Microsoft YaHei,sans-serif}.v2-practice-card.done{background:#ffffff61}.v2-practice-card.done h3,.v2-practice-card.done p{color:#3a342d6b}.v2-practice-card.done button{background:#a47b3d2e;color:#8a642f}.v2-practice-card.pulse{animation:v2Pulse .85s ease both}@keyframes waterPulse{0%,to{opacity:.42;transform:translate(-50%,-50%) scale(.96)}50%{opacity:.88;transform:translate(-50%,-50%) scale(1.06)}}@keyframes v2Pulse{0%{box-shadow:0 0 #a47b3d00}35%{box-shadow:0 0 0 5px #a47b3d1f}to{box-shadow:0 0 #a47b3d00}}@media(max-width:360px){.v2-direction-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.v2-direction-card{min-height:120px;padding-left:5px;padding-right:5px}.v2-hero-ink p{font-size:19px}}.v2-home-screen{background-color:#fbf8f3;background-image:linear-gradient(180deg,#fbf8f305,#fbf8f314 46%,#f4eee1e6 88%),url(/images/xinyao-home-bg-20260605.jpg);background-position:center top,center -142px;background-repeat:no-repeat;background-size:cover,cover}.v2-result-screen{background-color:#fbf8f3;background-image:linear-gradient(180deg,#fbf8f305,#fbf8f314 46%,#f4eee1db),url(/assets/xinshi_page_bg-B5U1XPUh.png);background-position:center top,center -168px;background-repeat:no-repeat;background-size:cover,cover}.v2-home-top h1{font-size:29px;letter-spacing:0}.v2-hero-ink{min-height:154px;margin:0 -6px 2px}.v2-hero-ink:before,.v2-hero-ink:after,.v2-result-hero:before,.ritual-moon,.ritual-mountain{display:none}.hero-mist{width:28px;height:28px;right:83px;top:21px;opacity:.54}.v2-hero-ink p{font-size:17px;line-height:1.85}.v2-section-title h2{font-size:21px}.v2-direction-grid{gap:8px}.v2-direction-card{min-height:110px;gap:5px;border-color:#89714b33;border-radius:9px;background:linear-gradient(180deg,#fffcf6c2,#f6f0e5d6),radial-gradient(circle at 50% 18%,rgba(255,255,255,.76),transparent 4.4rem);box-shadow:0 8px 20px #3a302514;padding:8px 7px 7px}.v2-direction-card b{font-size:17px}.v2-direction-card .hexagram-mark,.v2-hex-placeholder{width:35px;gap:3px}.v2-direction-card .line,.v2-hex-placeholder i{height:3px}.v2-direction-card strong{font-size:13px}.v2-direction-card small{min-height:13px;color:#38322b9e;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;line-height:1}.v2-todo-panel,.v2-mind-card,.v2-practice-panel{background:#fffcf6bd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.v2-todo-row.done em,.v2-practice-card.done>span{color:#a47b3d;font-weight:700}.casting-screen{background-color:#0e1a21;background-image:linear-gradient(180deg,#0a141a29,#0a141a0d 50%,#070e123d),url(/images/xinyao-ritual-bg-20260605.jpg);background-position:center top;background-repeat:no-repeat;background-size:cover}.casting-stage{position:relative;min-height:100%;padding-top:68px}.casting-eyebrow{margin-bottom:26px}.casting-stage h1{position:relative;z-index:2;font-size:30px}.casting-status{position:relative;z-index:2}.v2-ritual-scene{position:absolute;inset:0 -22px;width:auto;min-height:0;margin:0;pointer-events:none}.ritual-water{bottom:176px}.ritual-water span{border-color:rgba(220,195,140,calc(.18 + var(--hold-ratio, 0) * .25));opacity:calc(.24 + var(--hold-ratio, 0) * .5)}.ritual-water i{opacity:calc(.16 + var(--hold-ratio, 0) * .62)}.hold-yarrow-lines,.reveal-hexagram{top:53%}.v2-hold-button{bottom:calc(62px + env(safe-area-inset-bottom))}.v2-result-top{margin-bottom:12px}.v2-result-hero{min-height:244px}.v2-result-hero .hexagram-mark{width:74px}.v2-result-hero h1{font-size:34px}.v2-result-hero p{max-width:300px;font-size:17px;line-height:1.74}.v2-practice-card{grid-template-columns:minmax(0,1fr) 78px}.v2-practice-card>div{grid-row:1 / span 2;grid-column:1}.v2-practice-card>span{grid-row:1;grid-column:2;align-self:end;color:#7a6139;line-height:1.35;text-align:right}.v2-practice-card button{grid-row:2;grid-column:2;align-self:start}.casting-screen .casting-stage{position:relative;min-height:100%}.casting-screen .casting-eyebrow{position:absolute;top:84px;left:0;right:0;z-index:3;margin:0}.casting-screen .casting-stage h1{position:absolute;top:196px;left:0;right:0;z-index:3;margin:0}.casting-screen .casting-status{position:absolute;top:252px;left:0;right:0;z-index:3;margin:0 auto}.phone-frame .casting-screen{position:absolute;inset:0;height:100%;overflow:hidden;padding:0}.phone-frame .casting-back{position:absolute;top:50px;left:24px;z-index:5}.phone-frame .casting-stage{position:absolute;inset:0;min-height:0;display:block;padding:0}.phone-frame .casting-eyebrow{top:72px}.phone-frame .casting-stage h1{top:204px}.phone-frame .casting-status{top:260px}.v2-home-top h1{font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:28px;font-weight:600}.v2-home-top h1 span{margin-left:1px}.v2-six-section{position:relative}.v2-six-section:before{content:"";position:absolute;left:-16px;right:-16px;top:-18px;height:96px;border-radius:999px;background:radial-gradient(ellipse at center,rgba(251,248,243,.78),rgba(251,248,243,.28) 62%,transparent 74%);pointer-events:none}.v2-section-title,.v2-six-section>p,.v2-direction-grid{position:relative;z-index:1}.v2-section-title h2{color:#201f1c;font-weight:600;text-shadow:0 1px 12px rgba(251,248,243,.95)}.v2-six-section>p{color:#2d2924c7;font-size:15px;text-shadow:0 1px 12px rgba(251,248,243,.95)}.v2-direction-card{color:#2b2722f5;transition:border-color .22s ease,box-shadow .22s ease,opacity .22s ease}.v2-direction-card.drawn{border-color:#8c693675;box-shadow:0 10px 24px #3a30251a}.v2-direction-card:not(.drawn){opacity:.72;border-color:#4a3d2c17}.v2-direction-card:not(.drawn) b,.v2-direction-card:not(.drawn) strong{color:#302c279e}.v2-direction-card.drawn b,.v2-direction-card.drawn strong{color:#201f1c}.v2-direction-card.drawn .line{background:#23221f}.v2-direction-card:not(.drawn) .v2-hex-placeholder i{background:#4a504e3d}.v2-direction-card small{color:#3e362dad}.v2-todo-panel{border-color:#40362b14;box-shadow:0 12px 30px #3a30250e}.v2-todo-row{grid-template-columns:30px minmax(0,1fr) 76px;gap:10px;align-items:start;padding:14px 14px 15px}.v2-check{margin-top:22px}.v2-todo-row h3{margin-top:3px;color:#24211d;font-size:16px;font-weight:600}.v2-todo-row p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#3e3831ad}.v2-todo-row em{display:grid;gap:3px;justify-items:end;align-self:center;color:#7d6133;font-size:12px;line-height:1.35;white-space:normal}.v2-todo-row em span{display:block}.v2-todo-row.done h3,.v2-todo-row.done p,.v2-todo-row.done span{color:#58524a6b}.v2-todo-row.done em span{color:#a47b3d}.phone-frame .casting-eyebrow{top:70px;font-size:18px;letter-spacing:0}.phone-frame .casting-eyebrow:after{margin-top:2px;font-size:12px}.phone-frame .casting-stage h1{top:174px;font-size:30px;line-height:1.45}.phone-frame .casting-status{top:236px;max-width:18em;font-size:16px;line-height:1.7}.v2-hold-button{width:86px;height:86px;overflow:visible;background:radial-gradient(circle,rgba(220,195,140,.08),transparent 64%),#0d192094;box-shadow:0 0 0 1px #dcc38c52,0 12px 42px #0000002e;transform-origin:center}.v2-hold-button:before,.v2-hold-button:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.v2-hold-button:before{inset:14px;border:1px solid rgba(251,248,241,.28)}.v2-hold-button:after{inset:-5px;border:1px solid rgba(220,195,140,.28);box-shadow:0 0 calc(14px + var(--hold-ratio, 0) * 26px) #dcc38c38}.fingerprint-icon{position:relative;z-index:2;color:#fbf8f1bd;stroke-linecap:round;stroke-linejoin:round}.casting-screen.holding .v2-hold-button,.casting-screen.complete .v2-hold-button{transform:translate(-50%) scale(1.018);border-color:#dcc38ce6;box-shadow:0 0 0 1px #dcc38c7a,0 0 38px #dcc38c2e,0 14px 48px #0003}.casting-screen.complete .casting-stage h1{font-size:32px}.casting-screen.revealing .casting-back,.casting-screen.revealing .casting-eyebrow,.casting-screen.revealing .v2-hold-button{display:none}.casting-screen.revealing .casting-stage h1{top:118px;font-size:28px}.casting-screen.revealing .casting-status{top:164px}.casting-screen.revealing .reveal-hexagram{top:53%}.casting-screen.revealing .reveal-hexagram .line{animation:revealLineRise .9s ease both}.casting-screen.revealing .reveal-hexagram .line:nth-child(1){animation-delay:0ms}.casting-screen.revealing .reveal-hexagram .line:nth-child(2){animation-delay:80ms}.casting-screen.revealing .reveal-hexagram .line:nth-child(3){animation-delay:.16s}.casting-screen.revealing .reveal-hexagram .line:nth-child(4){animation-delay:.24s}.casting-screen.revealing .reveal-hexagram .line:nth-child(5){animation-delay:.32s}.casting-screen.revealing .reveal-hexagram .line:nth-child(6){animation-delay:.4s}@keyframes revealLineRise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.v2-result-hero{gap:9px;min-height:236px}.v2-result-hero p{max-width:286px;font-size:16px;line-height:1.86}.v2-result-hero p span{display:block}.v2-mind-card{gap:9px;padding:17px 16px}.v2-mind-card p{margin:0;line-height:1.86}.v2-mind-card div{margin-top:2px;border-radius:9px;background:#f6f1e87a;padding:10px 12px}.v2-mind-card span{color:#50483e8f}.v2-practice-panel{gap:12px}.v2-practice-card{grid-template-columns:minmax(0,1fr) 86px;gap:8px 12px;padding:13px 12px}.v2-practice-card h3{color:#24211d;font-size:16px;font-weight:600}.v2-practice-card p{line-height:1.62}.v2-practice-card>span{display:grid;gap:2px;justify-items:end;align-self:end;color:#7d6133;font-size:12px}.v2-practice-card button{width:76px;min-width:76px;min-height:34px;border-radius:999px;background:linear-gradient(180deg,#b28a48,#9d7537);box-shadow:0 8px 18px #805b261f;padding:7px 10px}.phone-frame .casting-screen,.phone-frame .casting-screen.holding,.phone-frame .casting-screen.complete,.phone-frame .casting-screen.revealing{background-color:#0e1a21!important;background-image:linear-gradient(180deg,#0a141a29,#0a141a0d 50%,#070e123d),url(/images/xinyao-ritual-bg-20260605.jpg)!important;background-position:center top!important;background-repeat:no-repeat!important;background-size:cover!important}.casting-screen,.casting-screen *{-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.casting-screen{overscroll-behavior:none;touch-action:none}.casting-screen svg{-webkit-user-drag:none}.welcome-shell .ambient{display:none}.welcome-screen.splash-screen{position:relative;display:block;padding:0;overflow:hidden;background-color:#f7efe4;background-image:url(/images/xinyao-splash-bg-20260605.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover}.welcome-screen.splash-screen.fade-in{animation:splashImageReveal 1.25s ease-out both}@keyframes splashImageReveal{0%{opacity:0}to{opacity:1}}.splash-enter-hotspot{position:absolute;left:50%;bottom:clamp(26px,4.2vh,38px);width:min(70vw,306px);height:clamp(78px,9vh,88px);border:0;border-radius:999px;background:transparent;color:transparent;cursor:pointer;transform:translate(-50%);z-index:3;touch-action:manipulation}.splash-enter-hotspot:focus-visible{outline:2px solid rgba(185,154,98,.72);outline-offset:4px}.home-reset-button{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border:1px solid rgba(36,35,32,.14);border-radius:50%;background:#ffffff57;color:#2d2a25c7;box-shadow:0 10px 26px #362f260e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-reset-button:active{transform:scale(.96)}.v2-hero-ink p span{display:block}.v2-todo-head{grid-template-columns:1fr auto;border-bottom:0}.v2-todo-note{margin:0;border-bottom:0;padding:0 16px 12px;color:#50483e94;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.7}.v2-empty-todo-note{margin:13px 0 0;color:#50483e85;font-size:14px;line-height:1.7;text-align:center}.v2-todo-head h2{color:#23201cb8;font-size:19px;font-weight:400}.phone-frame .casting-eyebrow:after{content:"每日只看一次"}.phone-frame .casting-stage h1{font-family:Songti SC,STSong,"Noto Serif SC","Source Han Serif SC",serif;font-weight:400;letter-spacing:.045em;text-shadow:0 8px 32px rgba(0,0,0,.28),0 0 22px rgba(250,244,230,.08)}.phone-frame .casting-status{font-family:Songti SC,STSong,"Noto Serif SC","Source Han Serif SC",serif;letter-spacing:.025em}.casting-copy{opacity:1;filter:blur(0);transition:opacity .62s ease,filter .72s ease,transform .72s cubic-bezier(.22,1,.36,1)}.casting-copy.is-hidden{opacity:0;filter:blur(4px);transform:translateY(9px)}.casting-copy.is-visible{opacity:1;filter:blur(0);transform:translateY(0)}.ritual-water{bottom:144px}.ritual-water:before{top:53%}.ritual-water span,.ritual-water i{top:53%}.hold-yarrow-lines{top:48.5%}.reveal-hexagram{top:53%}.casting-screen.ritual-exit{animation:ritualPageFadeOut .76s ease-in both}.v2-result-screen.fade-in{animation-duration:.76s}.v2-result-todo-panel{gap:0;overflow:hidden;padding:0}.v2-result-todo-panel .v2-practice-head{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:baseline;padding:14px 16px 4px}.v2-result-todo-panel .v2-practice-head h2{color:#23201cb8;font-size:19px;font-weight:400}.v2-result-todo-panel .v2-practice-head span{color:#50483e9e;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.v2-result-todo-panel>p{margin:0;border-bottom:0;padding:0 16px 12px;color:#50483e94;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.v2-result-todo-list{display:block;padding:3px 0 10px}.v2-result-todo-row{grid-template-columns:30px minmax(0,1fr) 76px;gap:10px;align-items:start;border:0;border-bottom:1px solid rgba(56,47,37,.07);border-radius:0;background:transparent;box-shadow:none;padding:14px 14px 15px}.v2-result-todo-row:last-child{border-bottom:0}.v2-result-todo-row .v2-check{margin-top:4px}.v2-result-todo-row h3{margin:0 0 4px;color:#24211d;font-size:16px;font-weight:600}.v2-result-todo-row p{margin:0;color:#3e3831ad;font-size:13px;line-height:1.62}.v2-result-todo-row em{display:grid;gap:3px;justify-items:end;align-self:center;color:#7d6133;font-size:12px;font-style:normal;line-height:1.35}.v2-result-todo-row em span{display:block}.v2-result-todo-row.done h3,.v2-result-todo-row.done p{color:#58524a6b}.v2-result-todo-row.done em span{color:#a47b3d}@keyframes ritualPageFadeOut{0%{opacity:1;filter:blur(0)}to{opacity:0;filter:blur(8px)}}.v2-mind-card{gap:12px}.v2-mind-card p{line-height:1.58}.v2-mind-card p+p{margin-top:4px}.v2-result-todo-panel>p{border-bottom:1px solid rgba(56,47,37,.07)}.v2-ask-context-card{display:grid;gap:10px;border:1px solid rgba(164,123,61,.15);border-radius:14px;background:#fffcf69e;box-shadow:0 15px 36px #3a30250f;padding:16px}.v2-ask-context-card>span,.v2-ask-context-card small{color:#78582ead;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:600}.v2-ask-context-card h2{margin:0;color:#23201ce6;font-size:21px;font-weight:400;line-height:1.45}.v2-ask-context-card p{margin:0;color:#3a342db3;font-size:14px;line-height:1.72}.v2-ask-context-card div{display:grid;gap:5px;border:1px solid rgba(185,154,98,.16);border-radius:12px;background:#faf6ef8f;padding:12px}.v2-ask-context-card strong{color:#24201ce0;font-size:16px;font-weight:600}.ask-v2-screen{padding:34px 24px 112px;background-color:#fbf8f3;background-image:url(/images/qingwen_page_bg-20260605.jpg);background-position:right top;background-repeat:no-repeat;background-size:cover;color:#2a2724}.ask-v2-screen:before{content:none}.ask-v2-screen>*{position:relative;z-index:1}.ask-v2-header{display:grid;gap:13px;margin:4px 0 22px;text-align:left}.ask-v2-header .eyebrow{margin:0;color:#7a6139b8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:500;letter-spacing:.18em}.ask-v2-header h2{display:grid;gap:1px;margin:0;color:#23201ceb;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:32px;font-weight:400;letter-spacing:.02em;line-height:1.34}.ask-v2-header p:last-child{margin:0;max-width:315px;color:#413a3194;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13.5px;font-weight:400;line-height:1.78}.ask-note-card,.ask-state-card,.ask-reading-card{border:1px solid rgba(79,66,48,.09);border-radius:28px;background:#fffcf6c2;box-shadow:0 18px 46px #3a302510;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.ask-note-card{display:grid;gap:15px;padding:22px}.ask-paper-field{position:relative;display:grid;gap:10px;color:#302b25c2;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:500}.ask-paper-field>span{color:#28241fcc}.ask-paper-field textarea{min-height:162px;border:1px solid rgba(80,68,50,.095);border-radius:22px;background:linear-gradient(180deg,#fffdf8e0,#faf5eec2),repeating-linear-gradient(180deg,transparent 0 33px,rgba(151,132,96,.04) 34px);box-shadow:inset 0 1px #ffffffb8;color:#27221de6;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:16px;line-height:1.72;overflow:hidden;padding:18px 18px 38px;resize:none}.ask-paper-field textarea:focus{border-color:#b99a626b;box-shadow:inset 0 1px #ffffffc2,0 0 0 3px #b99a6214}.ask-paper-field textarea::placeholder{color:#5a52486b;font-size:16px}.ask-paper-field small{position:absolute;right:16px;bottom:12px;color:#58504675;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:400}.ask-direction-panel{display:grid;gap:10px;border:1px solid rgba(185,154,98,.14);border-radius:18px;background:#f6f0e57a;padding:12px}.ask-direction-panel p{margin:0;color:#443c339e;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.6}.ask-direction-panel strong{color:#7a6139;font-weight:600}.ask-direction-chips{display:flex;flex-wrap:wrap;gap:7px}.ask-direction-chips button{min-height:28px;border:1px solid rgba(67,59,49,.09);border-radius:999px;background:#ffffff5c;color:#4e473e94;padding:4px 10px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:500}.ask-direction-chips button.selected{border-color:#b99a626b;background:#dcc38c29;color:#735932}.ask-state-card{display:grid;gap:11px;padding:15px 16px 16px}.ask-state-card span,.ask-reading-card>span{color:#78582ec7;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;font-weight:600;letter-spacing:.03em}.ask-state-card p{margin:0;color:#3a342da8;font-size:13px;line-height:1.7}.ask-card-actions{display:grid;gap:10px}.ask-primary-action,.ask-secondary-action{min-height:54px;border-radius:999px;padding:11px 18px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:600}.ask-primary-action{border:1px solid rgba(54,47,38,.86);background:linear-gradient(180deg,#3d372ef5,#2d2822f5);color:#fffcf6f5;box-shadow:0 14px 30px #2a241d24}.ask-primary-action.muted{width:100%;border-color:#36302814;background:#463e3413;color:#463e347a;box-shadow:none}.ask-primary-action.added{border-color:#a47b3d52;background:#a47b3de0}.ask-secondary-action{border:1px solid rgba(73,62,48,.13);background:#ffffff6b;color:#3c352db8}.ask-reading-card{display:grid;gap:14px;margin-top:18px;padding:22px}.ask-reading-card h3{margin:0;color:#23201ce6;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:23px;font-weight:400;line-height:1.42}.ask-reading-card p{margin:0;color:#322d27b8;font-size:14px;line-height:1.78}.ask-follow-answer{border-left:2px solid rgba(185,154,98,.28);padding-left:11px}.ask-next-step{display:grid;gap:5px;border:1px solid rgba(185,154,98,.18);border-radius:14px;background:#faf6efb8;padding:13px}.ask-next-step small{color:#544c427a;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.ask-next-step strong{color:#24201ce0;font-size:16px;font-weight:600}.ask-next-step p{color:#433c34a8;font-size:13px;line-height:1.68}.ask-followups{display:flex;flex-wrap:wrap;gap:8px}.ask-followups button{border:1px solid rgba(67,59,49,.1);border-radius:999px;background:#fff6;color:#463e34a8;padding:8px 11px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.ask-followups p{width:100%;color:#50483e8a;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.7}.share-v2-screen{position:relative;background-color:#fbf8f3;background-image:linear-gradient(180deg,#fbf8f3a8,#fbf8f3db 42%,#f4eee1f0),url(/images/xinyao-home-bg-20260605.jpg);background-position:center -76px;background-repeat:no-repeat;background-size:134% auto;color:#2a2724;padding:18px 0 30px}.share-v2-screen:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 70% 13%,rgba(255,255,255,.48),transparent 8rem),linear-gradient(180deg,rgba(255,255,255,.22),transparent 46%);z-index:0}.share-v2-screen>*{position:relative;z-index:1}.share-v2-topbar{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;padding:0 18px}.share-v2-topbar span{color:#2a2724c7;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:600;text-align:center}.share-v2-icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(42,39,36,.08);border-radius:50%;background:#fffcf68f;color:#2a2724b3;box-shadow:0 8px 22px #4334250f}.share-v2-heading{display:grid;gap:4px;padding:22px 34px 16px}.share-v2-heading h1{margin:0;color:#2a2724eb;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:28px;font-weight:400;letter-spacing:0}.share-v2-heading p{margin:0;color:#544c428a;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.7}.share-preview-card{position:relative;display:grid;grid-template-rows:auto auto auto 1fr auto auto;width:min(86%,352px);aspect-ratio:3 / 4;margin:0 auto;overflow:hidden;border:1px solid rgba(185,154,98,.2);border-radius:30px;background:radial-gradient(circle at 76% 23%,rgba(255,255,255,.86),rgba(235,222,198,.3) 20%,transparent 40%),radial-gradient(circle at 72% 55%,rgba(185,154,98,.11),transparent 27%),linear-gradient(180deg,#fbf8f3fa,#f6f0e6f5 58%,#eee5d6f5);box-shadow:0 18px 38px #4334251f;padding:clamp(18px,5.4vw,23px)}.share-preview-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(162deg,transparent 0 64%,rgba(92,112,121,.09) 64% 70%,transparent 78%),radial-gradient(ellipse at 48% 74%,rgba(92,112,121,.09),transparent 36%),repeating-radial-gradient(ellipse at 53% 76%,rgba(92,112,121,.08) 0 1px,transparent 1px 18px);opacity:.78}.share-preview-card:after{content:"";position:absolute;right:-42px;bottom:102px;width:220px;height:220px;pointer-events:none;border:1px solid rgba(185,154,98,.16);border-radius:50%}.share-preview-card>*{position:relative;z-index:1}.share-preview-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:27px}.share-preview-top strong{color:#2a2724f0;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:20px;font-weight:500;line-height:1}.share-preview-top span{color:#544c428f;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:10px;line-height:1.35;text-align:right}.share-preview-oracle{display:grid;gap:8px;margin-top:25px}.share-preview-oracle>p{margin:0;color:#68502da8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:10px;font-weight:600;letter-spacing:.08em}.share-preview-oracle>div{display:flex;align-items:center;gap:15px}.share-preview-oracle .hexagram-mark{width:52px;gap:4px;padding-top:0}.share-preview-oracle .line{height:5px;border-radius:99px}.share-preview-oracle .line.solid,.share-preview-oracle .line.broken i{background:#2a2724d6}.share-preview-oracle h2{margin:0;color:#2a2724f0;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:31px;font-weight:400;line-height:1.05}.share-preview-oracle span{display:block;margin-top:5px;color:#544c4294;font-size:12px;line-height:1.2}.share-preview-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.share-preview-tags span{border:1px solid rgba(185,154,98,.34);border-radius:999px;background:#b99a6212;color:#68502db8;padding:3px 8px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:10px;line-height:1.2}.share-preview-core{display:grid;align-content:center;gap:3px;min-height:102px;padding:12px 0 10px}.share-preview-core p{margin:0;color:#2a2724e6;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:clamp(18px,5vw,23px);font-weight:400;line-height:1.4;letter-spacing:0}.share-preview-practice{border-left:2px solid rgba(185,154,98,.46);margin-bottom:10px;padding-left:11px}.share-preview-practice span{display:block;margin-bottom:4px;color:#68502db3;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;font-weight:600}.share-preview-practice p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#2a2724b8;font-size:12px;line-height:1.5}.share-preview-footer{border-top:1px solid rgba(42,39,36,.1);padding-top:8px}.share-preview-footer p,.share-preview-footer small{margin:0}.share-preview-footer p{color:#2a2724b8;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:13px;line-height:1.35}.share-preview-footer small{display:block;margin-top:4px;color:#544c4273;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:9px;line-height:1.3}.share-v2-actions{display:grid;gap:10px;width:min(86%,352px);margin:16px auto 0}.share-v2-actions button{min-height:44px;border-radius:999px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:600}.share-v2-actions .share-v2-save{border:1px solid rgba(42,39,36,.82);background:#302b25f0;color:#fffcf6f0;box-shadow:0 12px 24px #2a27241f}.share-v2-actions>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.share-v2-actions>div button{border:1px solid rgba(42,39,36,.12);background:#fffcf694;color:#2a2724ad}.share-v2-actions p{margin:0;color:#68502db3;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.6;text-align:center}@media(max-width:380px){.share-preview-card,.share-v2-actions{width:min(88%,330px)}.share-v2-heading{padding-left:28px;padding-right:28px}}.mind-v2-screen,.path-v2-screen,.snapshot-v2-screen{background-color:#fbf8f3;background-image:linear-gradient(180deg,#fbf8f3e0,#fbf8f3bd 34%,#f4eee1f0),url(/assets/xinshi_page_bg-B5U1XPUh.png);background-position:center top;background-repeat:no-repeat;background-size:cover;color:#2a2724}.mind-v2-header{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:16px;align-items:start;padding:12px 2px 10px}.mind-v2-header h2,.path-v2-header h2{margin:0 0 8px;color:#2a2724f0;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:31px;font-weight:400;letter-spacing:0}.mind-v2-header p,.path-v2-header p{margin:0;color:#544c428f;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;line-height:1.7}.mind-icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(42,39,36,.08);border-radius:50%;background:#fffcf694;color:#2a2724ad;box-shadow:0 10px 24px #3e312314}.mind-toast{margin:4px 4px 0;color:#68502dad;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.mind-current-card,.mind-note-card,.mind-stage-card,.mind-path-entry,.mind-reset-zone,.path-empty-card,.path-reading-card,.path-mindshift-card,.snapshot-card,.snapshot-task-list{border:1px solid rgba(64,54,43,.075);border-radius:26px;background:radial-gradient(circle at 78% 12%,rgba(255,255,255,.54),transparent 8rem),#fffcf6a3;box-shadow:0 16px 38px #3a30250d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mind-current-card{position:relative;display:grid;gap:14px;margin-top:20px;overflow:hidden;background:url(/assets/xinshi_current_card_art-ChQc2crC.png) right top / cover no-repeat;padding:26px 22px 24px}.mind-current-card:after{content:none}.mind-current-card:before{content:none}.mind-current-card>*{position:relative;z-index:2}.mind-current-card h3{display:grid;gap:3px;margin:0;max-width:74%;color:#2a2724eb;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:25.5px;font-weight:400;line-height:1.5}.mind-current-card h3 span{display:block}.mind-current-card p,.mind-note-card p,.mind-stage-card p,.mind-path-entry p,.mind-path-entry small,.mind-reset-zone p,.path-empty-card p,.path-reading-card p,.path-mindshift-card p,.snapshot-card p,.snapshot-task p{margin:0;color:#3e3831a8;font-size:14px;line-height:1.78}.mind-current-card p,.mind-current-card small{max-width:70%}.mind-current-card small{color:#544c427a;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.mind-light-button{justify-self:start;min-height:38px;border:1px solid rgba(185,154,98,.25);border-radius:999px;background:#fffcf6a3;color:#68502dc7;padding:0 15px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:600}.mind-note-card,.mind-stage-card{position:relative;display:grid;gap:12px;margin-top:12px;overflow:hidden;padding:18px 17px}.mind-note-card{background:url(/assets/xinshi_attention_card_bg-CqIq2DoM.png) right top / cover no-repeat}.mind-note-card:after{content:none}.mind-note-card>*,.mind-stage-card>*{position:relative;z-index:1}.mind-note-card ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.mind-note-card li{position:relative;color:#2a2724c7;font-size:14px;line-height:1.65;padding-left:15px}.mind-note-card li:before{content:"";position:absolute;left:0;top:.76em;width:5px;height:5px;border-radius:50%;background:#b99a6294}.mind-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.mind-values article{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;min-height:150px;border:1px solid rgba(64,54,43,.08);border-radius:20px;background-color:#fbf6ee;background-position:center;background-repeat:no-repeat;background-size:contain;box-shadow:0 12px 28px #3a30250a;overflow:hidden;padding:16px 14px 12px}.mind-values article:nth-child(2){background-position:center 6px}.mind-values span{position:absolute;left:14px;top:14px;color:#433b31b8;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:600;line-height:1.32}.mind-values small{color:#544c428c;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11.5px;line-height:1.35;margin-top:-2px}.mind-values strong{color:#2a2724db;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:26px;font-weight:400}.mind-stage-line{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:5px;color:#544c4270;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:11px;padding-top:16px}.mind-stage-line:before{content:"";position:absolute;top:7px;left:10%;right:10%;height:1px;background:#40362b1a}.mind-stage-line span{position:relative;text-align:center}.mind-stage-line span:before{content:"";position:absolute;top:-15px;left:50%;width:10px;height:10px;border-radius:999px;background:#f7f0e4;border:1px solid rgba(64,54,43,.13);transform:translate(-50%)}.mind-stage-line span.active{color:#68502dc7}.mind-stage-line span.active:before{background:#b99a62ad;border-color:#b99a6275;box-shadow:0 0 0 4px #b99a6214}.mind-stage-card:after{content:none}.mind-stage-card{background:url(/assets/laishilu_entry_art-D6jLkBHK.png) right top / cover no-repeat}.mind-path-entry{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr) 22px;gap:16px;align-items:center;width:100%;margin-top:12px;overflow:hidden;color:inherit;padding:18px 16px;text-align:left}.mind-path-entry:before{content:none}.mind-path-art{width:78px;height:78px;border-radius:50%;object-fit:cover;align-self:center}.mind-path-entry>div{display:grid;gap:7px}.mind-path-entry strong,.path-empty-card h3,.snapshot-card strong{color:#2a2724db;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:20px;font-weight:400}.mind-reset-zone{display:grid;gap:8px;margin:18px 0 8px;padding:15px 16px;background:#fffcf657;box-shadow:none}.mind-reset-zone button{justify-self:start;display:inline-flex;align-items:center;gap:6px;min-height:34px;border:1px solid rgba(64,54,43,.1);border-radius:999px;background:#ffffff57;color:#544c4294;padding:0 12px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.path-v2-header{margin:18px 4px 20px}.path-empty-card{display:grid;justify-items:center;gap:12px;padding:26px 22px 24px;text-align:center}.path-empty-card:before{content:"";width:154px;height:154px;margin-bottom:2px;background:url(/assets/laishilu_empty_art-DvG_g0rt.png) center / contain no-repeat;opacity:.78}.path-list{display:grid;gap:11px}.path-reading-card,.path-mindshift-card{display:grid;gap:8px;width:100%;padding:16px 17px;color:inherit;text-align:left}.path-reading-card span,.path-reading-card small,.path-mindshift-card span{color:#68502d9e;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.path-reading-card p,.path-mindshift-card p{color:#2a2724c7;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:17px;line-height:1.65}.path-mindshift-card{background:#fffcf66b}.snapshot-hero{display:grid;justify-items:center;gap:8px;margin:22px 0 18px;text-align:center}.snapshot-hero p,.snapshot-hero span{margin:0;color:#544c4294;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px}.snapshot-mark{margin:12px auto 4px}.snapshot-hero h2{margin:0;color:#2a2724eb;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:38px;font-weight:400}.snapshot-hero h3{max-width:286px;margin:8px 0 0;color:#2a2724d1;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:21px;font-weight:400;line-height:1.7}.snapshot-card{display:grid;gap:12px;padding:18px 16px}.snapshot-card div{border:1px solid rgba(185,154,98,.16);border-radius:12px;background:#fffcf675;padding:12px}.snapshot-card small{display:block;margin-bottom:5px;color:#544c4280;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:12px}.snapshot-task-list{display:grid;margin-top:12px;overflow:hidden}.snapshot-task-list .section-heading{border-bottom:1px solid rgba(64,54,43,.08);padding:14px 16px 10px}.snapshot-task{display:grid;grid-template-columns:24px minmax(0,1fr);gap:11px;border-bottom:1px solid rgba(64,54,43,.07);padding:13px 16px}.snapshot-task:last-child{border-bottom:0}.snapshot-task>span{display:grid;place-items:center;width:22px;height:22px;margin-top:2px;border:1px solid rgba(64,54,43,.18);border-radius:50%;color:#7e5c2cc7}.snapshot-task.done>span{border-color:#a47b3d6b;background:#a47b3d1f}.snapshot-task h4{margin:0 0 4px;color:#2a2724d6;font-size:15px}.mind-reset-modal{position:absolute;inset:0;z-index:80;display:grid;place-items:center;background:#2a27242e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px}.mind-reset-modal>div{display:grid;gap:14px;width:min(100%,326px);border:1px solid rgba(64,54,43,.12);border-radius:18px;background:#fbf8f3f5;box-shadow:0 18px 48px #2a272429;padding:22px 18px 18px}.mind-reset-modal h3{margin:0;color:#2a2724e6;font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:22px;font-weight:400}.mind-reset-modal p{margin:0;color:#3e3831a8;font-size:14px;line-height:1.75}.mind-reset-modal div div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mind-reset-modal button{min-height:40px;border-radius:999px;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:13px;font-weight:600}.mind-reset-modal button:first-child{border:1px solid rgba(64,54,43,.12);background:#fffcf694;color:#544c429e}.mind-reset-modal button:last-child{border:1px solid rgba(126,92,44,.28);background:#7e5c2cc7;color:#fffcf6f0}
