:root{--bg:#f6f2eb;--bg-deep:#ece6dc;--card:#fffffcc7;--card-strong:#fffffff0;--line:#231a131a;--ink:#171311;--muted:#6a625c;--accent:#9b5537;--accent-deep:#7c4128;--gold:#b88a42;--shadow:0 18px 45px #17131112}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 0 0,#9b553714,#0000 32%),linear-gradient(#faf7f2 0%,#f1ebe2 100%);min-height:100vh;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif}*{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,strong{letter-spacing:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.site-shell{min-height:100vh;padding:20px 24px 32px;position:relative}.home-shell,.immersive-shell{background:#120905;padding:0}.topbar,.page-frame{z-index:1;position:relative}.topbar{border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fff9;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;max-width:1240px;margin:0 auto 32px;padding:14px 18px;display:flex;box-shadow:0 12px 30px #1713110f}.brand-lockup{align-items:center;gap:14px;display:flex}.brand-mark{flex:none;width:42px;height:42px;display:block}.brand-lockup strong,.topnav a,.primary-button,.secondary-button,.ghost-button,.mode-button,.inline-button{font-family:inherit}.brand-lockup strong{font-size:1rem}.topnav{color:var(--muted);flex-wrap:wrap;gap:18px;font-size:.96rem;display:flex}.topnav a{white-space:nowrap;flex:none}.topnav a:hover,.path-card a:hover{color:var(--ink)}.page-frame{max-width:1240px;margin:0 auto}.home-frame{max-width:none}.immersive-frame{max-width:none;margin:0}.landing-layout,.result-layout,.content-grid,.card-grid,.result-grid{gap:20px;display:grid}.content-grid,.result-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.section-card{border:1px solid var(--line);background:var(--card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);border-radius:24px;padding:24px}.hero-panel{background:linear-gradient(#ffffffe0,#f7f3eceb),radial-gradient(circle at 100% 0,#b88a421f,#0000 30%);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.hero-copy{gap:10px;display:grid}.hero-title-row{flex-wrap:wrap;align-items:center;gap:12px;line-height:1.08;display:flex}.hexagram-judgement-tag{letter-spacing:.08em;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:3.4em;padding:6px 12px;font-size:.84rem;font-weight:700;line-height:1;display:inline-flex}.hexagram-judgement-tag.is-good{color:#9e302a;background:#b940351f;border-color:#9e302a29}.hexagram-judgement-tag.is-warm{color:#a85a2f;background:#b0662f1f;border-color:#a85a2f29}.hexagram-judgement-tag.is-neutral{color:#82612c;background:#b88a4224;border-color:#82612c29}.hexagram-judgement-tag.is-shadow{color:#5f5046;background:#5f50461f;border-color:#5f504629}.hexagram-judgement-tag.is-bad{color:#241b18;background:#241b181f;border-color:#241b182e}.eyebrow{letter-spacing:.08em;text-transform:uppercase;width:fit-content;color:var(--accent-deep);background:#9b553714;border-radius:999px;padding:6px 12px;font-size:.74rem;display:inline-flex}.section-heading{gap:10px;margin-bottom:16px;display:grid}.section-heading h1,.section-heading h2{line-height:1.1}.muted{color:var(--muted)}.home-layout{gap:0}.home-intro{background:linear-gradient(#fffc,#f8f4eddb);grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:32px;display:grid}.home-intro-main{gap:16px;display:grid}.home-intro-main h1{max-width:8ch;font-size:clamp(2.5rem,6vw,4.8rem);line-height:.92}.home-intro-main p{max-width:36rem;color:var(--muted);font-size:1.02rem;line-height:1.8}.home-guidance{gap:0;padding-top:4px;display:grid}.home-guidance-item{border-top:1px solid var(--line);gap:6px;padding:18px 0;display:grid}.home-guidance-item:first-child{border-top:none;padding-top:0}.home-guidance-item strong{font-size:1rem}.home-guidance-item span{color:var(--muted);font-size:.9rem}.path-card{gap:14px;display:grid}.path-card a{color:var(--accent);font-weight:700}.form-stack,.formula-list,.line-focus-list,.history-list,.prose-block{gap:16px;display:grid}.field{gap:8px;display:grid}.field span{color:var(--muted);font-size:.94rem}input,textarea,select{width:100%;color:var(--ink);background:#ffffffd1;border:1px solid #231a131f;border-radius:14px;padding:14px 16px;box-shadow:inset 0 1px #ffffffb3}textarea{resize:vertical}:where(a,button,input,textarea,select):focus-visible{outline-offset:2px;outline:2px solid #9b553747}.action-row{flex-wrap:wrap;gap:12px;display:flex}.primary-button,.secondary-button,.ghost-button,.mode-button{cursor:pointer;border:1px solid #0000;border-radius:14px;padding:12px 18px;transition:transform .18s,background-color .18s,border-color .18s}.primary-button,.inline-button{color:#fff;background:var(--ink)}.secondary-button{color:#fff;background:var(--accent)}.ghost-button{color:var(--ink);border-color:var(--line);background:#ffffff85}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.mode-button:hover,.inline-button:hover{transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled{opacity:.62;cursor:not-allowed}.mode-switch{gap:12px;margin-bottom:20px;display:flex}.mode-button{border-color:var(--line);color:var(--muted);background:#ffffff85}.mode-button.active{color:#fff;background:#171311eb}.section-card,.entry-card,.entry-mode-card,.trend-card,.deep-read-card,.reasoning-entry,.fengshui-note,.topbar{border-radius:10px}input,textarea,select,.primary-button,.secondary-button,.ghost-button,.mode-button,.inline-button{border-radius:8px}.section-card{background:linear-gradient(180deg,#ffffffe0,#f6f7f2db),var(--card);border-color:#22342921}.topbar{background:#ffffffc7;border-color:#2234291f}.primary-button,.inline-button,.mode-button.active{background:#24372b}.secondary-button{background:#8d3f2d}.line-throw-list{gap:12px;min-height:220px;display:grid}.entry-stage{background:linear-gradient(#ffffffdb,#f7f3ecd1);gap:24px;display:grid}.entry-stage-header{grid-template-columns:minmax(0,1fr) minmax(320px,460px);align-items:end;gap:24px;display:grid}.entry-stage-copy{gap:14px;max-width:24rem;display:grid}.entry-stage-copy h2{max-width:8ch;font-size:clamp(1.8rem,4vw,2.8rem);line-height:.96}.entry-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.entry-mode-card{border:1px solid var(--line);text-align:left;cursor:pointer;background:#ffffff94;border-radius:20px;gap:10px;padding:18px;transition:transform .18s,border-color .2s,background-color .2s;display:grid}.entry-mode-card.active{background:#fffffff0;border-color:#17131129;transform:translateY(-1px);box-shadow:0 10px 22px #1713110f}.entry-mode-head{align-items:center;gap:12px;display:flex}.entry-mode-icon,.entry-card-icon{width:40px;height:40px;color:var(--accent-deep);background:#9b553714;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.entry-mode-head div{display:grid}.entry-mode-head small{color:var(--muted)}.entry-stage-body{grid-template-columns:minmax(220px,280px) 1fr;align-items:start;gap:20px;display:grid}.entry-stage-aside{border:1px solid var(--line);background:#f7f3ecd6;border-radius:20px;gap:12px;padding:20px;display:grid}.entry-stage-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.82rem}.entry-stage-aside h3{font-size:1.7rem;line-height:1.05}.entry-stage-aside p{color:var(--muted)}.entry-stage-tip{color:var(--ink);line-height:1.7}.entry-card-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.entry-card{border:1px solid var(--line);background:#ffffffe0;border-radius:20px;gap:16px;padding:22px;display:grid;box-shadow:0 12px 24px #1713110d}.entry-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.entry-card-copy{gap:0;display:grid}.entry-card-top h3{font-size:1.18rem;line-height:1.15}.entry-card-copy p{color:var(--muted);line-height:1.7}.entry-card-link{width:fit-content;color:var(--accent);align-items:center;gap:8px;font-weight:700;display:inline-flex}.entry-card-link svg{transition:transform .18s}.entry-card:hover .entry-card-link svg{transform:translate(3px)}.result-stack,.reasoning-chain,.deep-read-grid{gap:20px;display:grid}.result-question-panel{background:linear-gradient(#ffffffe0,#f8f4ede6)}.question-echo{color:var(--muted);line-height:1.75}.question-reading,.master-judgment,.reasoning-entry p,.trend-card p,.deep-read-card p{line-height:1.78}.question-reading{font-size:1.04rem}.result-verdict-panel{background:linear-gradient(160deg,#fff9f1f5,#e9dac0e0),radial-gradient(circle at top,#8f3d282e,#0000 34%)}.result-loading-panel{background:linear-gradient(#ffffffe6,#f7f3ece6),radial-gradient(circle at 0 0,#b88a421f,#0000 32%)}.result-loading-head{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;margin-bottom:18px;display:grid}.result-loading-head .section-heading{margin-bottom:0}.result-loading-badge{flex:none;place-items:center;width:56px;height:56px;display:grid;position:relative}.result-loading-core,.result-loading-ring{border-radius:999px;position:absolute}.result-loading-core{background:linear-gradient(#9b5537eb,#b88a42eb);width:16px;height:16px;animation:1.8s ease-in-out infinite loadingPulse;box-shadow:0 0 0 6px #b88a421f}.result-loading-ring{border:1px solid #9b553729;animation:2.8s linear infinite loadingOrbit;inset:2px}.result-loading-ring.delayed{animation-duration:2.2s;animation-direction:reverse;inset:9px}.loading-feed{background:linear-gradient(#ffffffb8,#faf6efe6),linear-gradient(90deg,#b88a420a,#0000);border:1px solid #231a1314;border-radius:18px;gap:10px;max-height:240px;padding:16px 18px;display:grid;overflow:hidden}.loading-whispers{background:radial-gradient(circle at 0 0,#b88a421f,#0000 45%),linear-gradient(#fffcf6d1,#f7f1e7e6);border:1px solid #9b55371a;border-radius:18px;gap:10px;margin-bottom:14px;padding:14px 16px;display:grid}.loading-whisper{color:var(--accent-deep);opacity:.58;line-height:1.7;animation:.45s forwards loadingWhisperIn;transform:translateY(8px)}.loading-whisper.active{opacity:1;color:var(--ink)}.loading-feed-line{min-height:24px;color:var(--muted);opacity:.52;align-items:center;gap:10px;line-height:1.7;animation:.45s forwards loadingLineIn;display:flex;transform:translateY(10px)}.loading-feed-line.active{color:var(--ink);opacity:1}.loading-feed-dot{background:#b88a42b8;border-radius:999px;flex:none;width:8px;height:8px;box-shadow:0 0 0 4px #b88a421f}.loading-feed-line.active .loading-feed-dot{background:var(--accent)}.loading-feed-cursor{background:#9b5537b3;border-radius:2px;width:10px;height:1.1em;animation:.9s step-end infinite loadingCursor;display:inline-flex}.master-judgment{font-size:clamp(1.18rem,2vw,1.48rem);line-height:1.7}.master-judgment p+p{margin-top:1em}.action-list li{line-height:1.74}.reasoning-chain{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.reasoning-entry,.trend-card,.deep-read-card{background:#ffffffb8;border:1px solid #231a1314;border-radius:20px;gap:10px;padding:18px 20px;display:grid}.reasoning-entry h3,.trend-card strong,.deep-read-card h3{font-size:1rem}.trend-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.result-deep-read{gap:18px}.result-deep-read summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;list-style:none;display:flex}.result-deep-read summary::-webkit-details-marker{display:none}.result-deep-read[open] summary{margin-bottom:18px}.deep-read-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.result-disclaimer{padding:0 4px 8px}.context-note,.knowledge-disclaimer{color:var(--accent-deep);background:#9b553714;border-radius:18px;padding:14px 16px;line-height:1.7}.knowledge-layout{gap:20px}.knowledge-hero{background:linear-gradient(#ffffffdb,#f7f3ece6),radial-gradient(circle at 100% 0,#b88a421a,#0000 32%);gap:18px;display:grid}.knowledge-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.knowledge-topic-card{border:1px solid var(--line);background:#ffffffd1;border-radius:20px;gap:16px;padding:22px;display:grid}.knowledge-topic-head,.knowledge-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.knowledge-topic-head{align-items:flex-start}.knowledge-topic-head h2{font-size:1.18rem;line-height:1.2}.knowledge-summary,.knowledge-section p,.source-link small,.fengshui-note p{color:var(--muted);line-height:1.72}.knowledge-section-list,.source-list,.reasoning-list,.pill-list{gap:12px;display:grid}.knowledge-section{border-top:1px solid #231a1314;gap:10px;padding-top:14px;display:grid}.claim-badge{width:fit-content;color:var(--accent-deep);white-space:nowrap;background:#b88a4229;border-radius:999px;justify-content:center;align-items:center;padding:7px 12px;font-size:.82rem;display:inline-flex}.claim-badge.subtle{color:var(--muted);background:#231a130f}.source-link{background:#fffcf6c2;border:1px solid #231a1314;border-radius:16px;gap:4px;padding:14px 16px;transition:transform .18s,border-color .18s;display:grid}.source-link:hover{border-color:#9b55373d;transform:translateY(-1px)}.source-link span{color:var(--accent);font-size:.92rem}.fengshui-entry-panel{background:linear-gradient(#ffffffe0,#f8f4edeb);gap:18px;display:grid}.fengshui-note{background:#fffcf6d1;border:1px solid #231a1314;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.fengshui-method-card{min-height:100%}.fengshui-direction{width:fit-content;color:var(--accent-deep);background:#b88a422e;border-radius:999px;padding:10px 14px;font-weight:700;display:inline-flex}.classics-stack{gap:20px;display:grid}.classics-entry{gap:8px;display:grid}.classics-entry h3{color:var(--muted);font-size:.95rem}.classics-entry p{line-height:1.75}.coin-layout{grid-template-columns:minmax(320px,1.05fr) minmax(280px,.95fr);align-items:start}.coin-form-panel,.coin-stage-panel,.coin-record-panel{min-height:100%}.coin-form-panel{order:1}.coin-stage-panel{background:linear-gradient(160deg,#fff9f1f5,#e9dac0e0),radial-gradient(circle at top,#8f3d282e,#0000 34%);order:2}.coin-record-panel{order:3;grid-column:1/-1}.coin-meta-strip{flex-wrap:wrap;gap:10px;display:flex}.meta-chip{color:var(--muted);background:#fffcf6d1;border:1px solid #5a3a261a;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.coin-stage{justify-content:center;align-items:center;gap:18px;min-height:230px;padding:18px;display:flex}.coin-disc{background:linear-gradient(145deg,#b78839e0,#5f2417e6);border-radius:999px;width:118px;height:118px;padding:7px;box-shadow:inset 0 1px #ffffff42,0 20px 40px #5f241733}.coin-face{text-align:center;width:100%;height:100%;color:var(--accent-deep);background:radial-gradient(circle at top,#ffffff47,#0000 46%),linear-gradient(#fff6e2f5,#eed69be6);border-radius:999px;place-items:center;gap:4px;display:grid}.coin-face.is-tails{color:#fff4dcf0;background:radial-gradient(circle at top,#ffffff2e,#0000 40%),linear-gradient(#4a2d22f5,#1c130ff0)}.coin-face strong{font-size:2rem}.coin-face small{letter-spacing:.08em;text-transform:uppercase}.coin-stage-copy{text-align:center;gap:8px;display:grid}.line-throw-card,.history-item,.line-focus-item{background:var(--card-strong);border:1px solid #5a3a261a;border-radius:18px;justify-content:space-between;align-items:start;gap:12px;padding:14px 16px;display:flex}.history-item{align-items:center}.history-item div,.line-throw-card div{gap:4px;display:grid}.history-item span,.history-item small,.line-throw-card span{color:var(--muted)}.pill{white-space:nowrap;background:#b7883929;border-radius:999px;align-items:center;padding:8px 12px;display:inline-flex}.preview-callout,.highlight-line{background:#b7883924;border-radius:18px;padding:14px 16px}.formula-list p,.prose-block p{line-height:1.75}.checkbox-grid{flex-wrap:wrap;gap:10px;display:flex}.check-chip{background:#fffcf6bd;border:1px solid #5a3a261f;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.check-chip input{width:auto}.result-grid .section-card{min-height:100%}.bullet-list{gap:10px;padding-left:20px;display:grid}.subhead{margin-top:18px;margin-bottom:10px}.error-text{color:var(--accent-deep)}.hexagram-visual{align-items:center;gap:18px;display:flex}.hexagram-lines{gap:12px;min-width:120px;display:grid}.hexagram-line-row{justify-content:center;align-items:center;min-height:12px;display:flex;position:relative}.line-solid,.line-broken{background:var(--ink);border-radius:999px;height:10px}.line-solid{width:104px}.line-broken{width:42px}.line-gap{width:18px}.line-changing{background:var(--gold);border-radius:999px;width:10px;height:10px;position:absolute;right:-6px;box-shadow:0 0 0 3px #b7883929}.hexagram-caption{gap:4px;display:grid}.hexagram-caption span,.hexagram-caption p{color:var(--muted)}.history-panel{margin-bottom:12px}.history-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.history-summary{margin-top:4px;line-height:1.6}.history-clear-button{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#ffffff94;border-radius:12px;padding:10px 14px;transition:transform .18s,background-color .18s,border-color .18s}.history-clear-button:hover{transform:translateY(-1px)}.history-clear-button:disabled{opacity:.5;cursor:not-allowed}@keyframes loadingPulse{0%,to{transform:scale(.92);box-shadow:0 0 0 6px #b88a421f}50%{transform:scale(1.08);box-shadow:0 0 0 11px #b88a4229}}@keyframes loadingOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loadingLineIn{0%{opacity:0;transform:translateY(10px)}to{opacity:.52;transform:translateY(0)}}@keyframes loadingCursor{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes loadingWhisperIn{0%{opacity:0;transform:translateY(8px)}to{opacity:.58;transform:translateY(0)}}@media (max-width:840px){.site-shell{padding:14px}.home-shell{padding:0}.topbar{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.topnav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.topnav::-webkit-scrollbar{display:none}.home-intro,.entry-stage-header,.entry-stage-body,.coin-layout,.hero-panel{grid-template-columns:1fr}.home-intro-main h1,.entry-stage-copy h2{max-width:none}.entry-mode-grid{grid-template-columns:1fr}.knowledge-topic-head,.knowledge-section-head,.fengshui-note,.history-heading,.result-deep-read summary{flex-direction:column;align-items:flex-start}.coin-form-panel,.coin-stage-panel,.coin-record-panel{order:initial;grid-column:auto}.coin-stage{flex-wrap:wrap}.coin-disc{width:96px;height:96px}}
