:root{--font-display:"Georgia","Times New Roman","STSong","Songti SC",serif;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB",system-ui,sans-serif;--font-mono:"SF Mono","JetBrains Mono",ui-monospace,monospace;--font-ui:var(--font-body);--font-symbols:"Noto Sans Symbols 2","Segoe UI Symbol",sans-serif;--bg:#f8f4e8;--surface:#ffffff;--surface2:#edecf0;--fg:#2a3038;--muted:#7a8a94;--border:#c8d4d8;--accent:#4a8090;--accent2:#608878;--danger:#b84444;--success:#5a9d6a;--color-bg:var(--bg);--color-surface:var(--surface);--color-surface-strong:var(--surface);--color-text-hero:var(--fg);--color-text-primary:var(--fg);--color-text-secondary:var(--muted);--color-text-muted:var(--muted);--color-text-on-accent:#ffffff;--color-border-strong:var(--border);--color-accent:var(--accent);--color-accent-soft:rgba(74,128,144,0.12);--color-accent-deep:var(--accent);--color-success:var(--success);--color-danger:var(--danger);--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-card:0px;--radius-card-inner:0px;--radius-control:0px;--radius-pill:0px;--space-xs:6px;--space-1:4px;--space-2:8px;--space-3:12px;--space-sm:12px;--space-4:16px;--space-5:20px;--space-md:20px;--space-6:24px;--space-8:32px;--space-lg:32px;--space-10:40px;--space-xl:48px;--page-gutter:20px;--page-content-max:380px;--page-content-narrow:360px;--stage-narrow:360px;--stage-reading:380px;--stage-split:380px;--topbar-height:48px;--layout-gap:24px;--action-button-width:min(100%,320px);--text-display-size:52px;--text-display-line:1.1;--text-h1-size:22px;--text-h1-line:1.35;--text-h2-size:18px;--text-h2-line:1.4;--text-h3-size:16px;--text-h3-line:1.5;--text-body-emphasis-size:16px;--text-body-emphasis-line:1.5;--text-body-l-size:15px;--text-body-l-line:1.6;--text-body-m-size:14px;--text-body-m-line:1.65;--text-body-s-size:13px;--text-body-s-line:1.7;--text-caption-size:13px;--text-caption-line:1.5}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:var(--font-ui)}body{padding:0 12px var(--space-8)}.app-shell{position:relative;margin:0 auto;padding-bottom:var(--space-6)}.app-topbar,.auth-topbar,.dice-topbar,.home-topbar,.landing-topbar,.pastro-product-topbar{display:flex;justify-content:space-between;padding:var(--space-sm) var(--space-md);min-height:var(--topbar-height);border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10;width:100%}.topbar-left,.topbar-right{display:flex;align-items:center;gap:var(--space-xs);min-width:60px}.topbar-left{justify-content:flex-start}.topbar-right{justify-content:flex-end}.topbar-center{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--accent);letter-spacing:.04em;text-align:center}.topbar-btn{background:none;border:none;cursor:pointer;border-radius:var(--radius-sm);transition:color .15s,background .15s}.topbar-btn:active,.topbar-btn:hover{color:var(--fg);background:var(--surface)}.app-topbar-side{display:flex;align-items:center;min-width:0}.app-topbar-left{justify-content:flex-start}.app-topbar-right{justify-content:flex-end}.app-topbar-title{margin:0;font-size:15px;font-weight:700;color:var(--accent);letter-spacing:.04em}.question-context{display:grid;gap:8px;width:100%;max-width:var(--stage-narrow);margin:0 auto;padding:14px 16px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.48);box-shadow:0 14px 32px rgba(189,182,223,.1),inset 0 1px 0 rgba(255,255,255,.72)}.question-context.is-compact{padding:12px 14px}.question-context-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#857f98;font-size:11px;font-weight:700;line-height:1.35}.question-context-head strong{color:#7a62d8;font:inherit}.question-context-result,.question-context-text{margin:0;color:#231c33;font-size:var(--text-body-m-size);font-weight:600;line-height:var(--text-body-m-line);overflow-wrap:anywhere}.question-context-result{color:#5f5874;font-size:var(--text-body-s-size)}.account-identity{display:inline-flex;align-items:center;gap:8px}.result-card,.screen-card{border:0;border-radius:var(--radius-card);background:transparent;box-shadow:none;backdrop-filter:none;position:relative;overflow:hidden}.result-card:before,.screen-card:before{display:none}.dice-screen,.history-screen,.home-screen,.prompt-screen{padding:var(--page-gutter) var(--page-gutter) 18px}.dice-screen{padding-bottom:12px}.home-screen{min-height:100vh;display:flex;flex-direction:column;justify-content:center;border:0;background:transparent;box-shadow:none;backdrop-filter:none}.home-screen:before{display:none}.prompt-screen{min-height:calc(100vh - 36px);display:flex;flex-direction:column}.history-screen>.dice-topbar,.prompt-screen>.dice-topbar{width:100%;max-width:var(--page-content-max);margin:0 auto}.home-main{flex-direction:column;align-items:center;min-height:100vh;padding:24px 0 64px}.brand-lockup,.home-main{display:flex;justify-content:center}.brand-lockup{margin-bottom:18px}.brand-logo{display:block;width:146px;height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.32))}.brand-logo-mini{width:26px;flex:0 0 26px}.back-button,.top-link-button{min-height:34px;padding:0 14px;border:1px solid rgba(255,255,255,.82);border-radius:var(--radius-pill);background:rgba(255,255,255,.58);color:#5f5874;font-size:var(--text-caption-size);line-height:var(--text-caption-line);font-weight:600;letter-spacing:.04em;backdrop-filter:blur(10px)}.is-home-button{width:30px;min-width:30px;padding:0;font-size:15px;line-height:1}.account-chip,.history-account{color:#7a738d;font-size:var(--text-caption-size);line-height:var(--text-caption-line)}.account-chip{max-width:180px;padding:0 10px;min-height:34px;border:1px solid rgba(255,255,255,.82);border-radius:var(--radius-pill);background:rgba(255,255,255,.58);display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-chip-button{font:inherit;cursor:pointer}.account-chip-button:active{transform:scale(.98)}.auth-notice{margin:0 0 10px;color:var(--color-accent);font-size:var(--text-caption-size);line-height:1.5;text-align:center}.dice-brand,.history-time,.home-mark,.mode-kicker,.mode-tip,.result-kicker{margin:0;color:#7b748f;font-size:var(--text-caption-size);line-height:var(--text-caption-line);letter-spacing:.08em}.home-mark{margin-bottom:18px;font-size:22px;color:#4b445f;letter-spacing:.04em}.home-mark-dark,.home-mark-light{display:inline-block}.brand-text{display:inline-flex;align-items:baseline}.home-mark-light{color:#c8c3d8}.brand-text-muted{color:var(--web-sage-soft,#6f8375)}.home-mark-dark{color:#4b445f}.home-title,.record-title,.result-hero{margin:0;font-family:var(--font-ui);font-weight:600;letter-spacing:.01em}.home-title{margin-top:0;font-size:var(--text-display-size);line-height:var(--text-display-line);text-align:center;color:var(--color-text-hero);text-shadow:none}.home-slogan{margin:14px 0 0;max-width:260px;color:var(--color-text-secondary);font-size:var(--text-body-m-size);line-height:var(--text-body-m-line);text-align:center}.mode-list{display:grid;gap:14px;margin-top:30px;width:100%}.mode-choice-list{max-width:420px;margin-top:8px}.mode-card{position:relative;padding:18px 18px 20px;border:1px solid rgba(255,255,255,.82);border-radius:22px;text-align:left;color:inherit}.mode-card,.mode-choice-card{background:rgba(255,255,255,.72);box-shadow:0 18px 48px rgba(189,182,223,.16),inset 0 1px 0 rgba(255,255,255,.82)}.mode-choice-card{min-height:84px;border:1px solid rgba(255,255,255,.82);border-radius:24px}.mode-card:after,.mode-choice-card:after{display:none}.mode-card strong{display:block;margin-top:10px;font-size:var(--text-h2-size);line-height:1.15;font-weight:600;font-family:var(--font-ui);color:var(--color-text-hero)}.mode-choice-card strong{margin-top:0;text-align:left;font-family:var(--font-ui);font-size:22px;font-weight:600;color:#2b243a}.mode-copy{display:block;margin-top:8px;color:#6f6a82;font-size:var(--text-body-s-size);line-height:var(--text-body-s-line)}.mode-card.is-secondary,.mode-choice-card.is-secondary{background:rgba(255,255,255,.72)}.back-button:active,.ghost-button:active,.mode-card:active,.secondary-button:active,.top-link-button:active{transform:scale(.995)}.dice-topbar{display:grid;grid-template-columns:64px 1fr 64px;align-items:center;gap:8px;position:relative;z-index:1}.dice-brand{font-size:12px}.dice-brand-center{text-align:center;font-size:14px;font-weight:600;color:#4b445f;letter-spacing:.14em}.topbar-spacer{display:block;width:64px;height:30px}.guide-copy{margin:18px 0 0;text-align:center;font-size:clamp(22px,4.8vw,28px);line-height:1.06;font-weight:600;color:#3b354a;font-family:var(--font-ui);letter-spacing:.01em}.prompt-main{display:flex;flex:1;flex-direction:column;margin:0 auto;padding:28px 8px 12px}.home-entry-main,.prompt-main{justify-content:center;width:100%;max-width:360px}.home-entry-main{padding:0;flex:0 0 auto;align-items:center}.mode-screen{min-height:100vh}.mode-main{justify-content:flex-start;padding-bottom:120px}.mode-header-actions{display:flex;justify-content:flex-start;width:100%;max-width:520px;margin:0 auto 8px}.dice-header-actions{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;width:100%;max-width:520px;margin:0 auto 10px}.dice-header-actions .mode-home-entry:last-child{justify-self:end}.dice-header-spacer{display:block;width:42px;height:42px;justify-self:end}.mode-home-entry{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.82);border-radius:14px;background:rgba(255,255,255,.62);color:#5f5874;box-shadow:0 12px 28px rgba(189,182,223,.12),inset 0 1px 0 rgba(255,255,255,.82)}.broken-home-icon{width:18px;height:18px}.mode-entry-main{max-width:520px;gap:20px}.mode-choice-card.is-selected{border-color:rgba(124,85,214,.38);background:rgba(255,255,255,.88);box-shadow:0 18px 34px rgba(176,166,219,.18),inset 0 0 0 1px rgba(124,85,214,.12)}.mode-next-button{margin-top:18px}.dice-light-screen{min-height:100vh}.dice-light-main{min-height:100vh;justify-content:flex-start;padding:24px 0 56px}.dice-light-topbar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:520px;margin:0 auto 10px}.dice-light-back{border-color:rgba(255,255,255,.78);background:rgba(255,255,255,.56);color:#5d5672;backdrop-filter:blur(12px)}.dice-light-mark{margin:0}.dice-entry-main{max-width:var(--stage-split);min-height:100%;justify-content:flex-start;gap:12px}.dice-responsive-layout{display:grid;gap:18px;width:100%}.dice-context-panel,.dice-stage-panel{display:grid;gap:14px;min-width:0}.dice-stage-panel{justify-items:center}.dice-state-tip{max-width:360px;margin-left:auto;margin-right:auto}.dice-primary-action{min-height:48px;margin-top:4px;font-size:16px}.dice-mode-intro{margin-bottom:10px}.home-prompt-form{margin-top:0}.home-input-shell{position:relative}.home-suggestion-stage{order:3}.home-suggestion-group{order:3;max-width:360px;display:flex;flex-direction:column}.home-suggestion-title{margin:0;color:var(--muted);font-size:13px;font-weight:500;line-height:1.5}.home-suggestion-track{display:inline-flex;width:-moz-max-content;width:max-content;gap:8px;align-items:center;white-space:nowrap;will-change:transform}.home-suggestion-track-1{animation:homeSuggestionMarquee 30s linear infinite}.home-suggestion-track-2{animation:homeSuggestionMarquee 36s linear infinite}.home-prompt-suggestion{justify-content:flex-start;text-align:left;padding:12px 16px;border:1px solid var(--border);background:var(--surface);color:var(--fg);border-radius:0;box-shadow:none}@keyframes homeSuggestionMarquee{0%{transform:translateX(-32%)}to{transform:translateX(18%)}}.flow-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:20px}.flow-step{display:grid;gap:6px;justify-items:center;padding:10px var(--space-2);border:1px solid rgba(255,255,255,.72);border-radius:16px;background:rgba(255,255,255,.54)}.flow-step.is-current{border-color:rgba(125,98,232,.24);background:rgba(125,98,232,.1)}.flow-step.is-complete{border-color:rgba(129,184,167,.24);background:rgba(129,184,167,.1)}.flow-step-index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.64);color:#8a8597;font-size:12px;font-weight:700}.flow-step.is-current .flow-step-index{color:var(--color-accent)}.flow-step.is-complete .flow-step-index{color:var(--color-success)}.flow-step-label{color:#7a738d;font-size:11px;line-height:1.4;font-weight:600}.prompt-mode-intro{display:grid;gap:4px;justify-items:center;margin-bottom:var(--space-md)}.prompt-title{margin:0 0 4px;font-size:24px;line-height:1.2;font-family:var(--font-display);font-weight:700;letter-spacing:0;color:var(--fg)}.prompt-description{margin:0 0 var(--space-md) 0;color:var(--muted);font-size:14px;line-height:1.5}.auth-screen{min-height:100vh}.auth-main{width:100%}.auth-topbar{display:grid;grid-template-columns:80px minmax(0,1fr) 80px;align-items:center}.auth-topbar-mark{justify-self:center;margin:0}.auth-entry-main{max-width:440px}.auth-heading{display:grid;gap:6px;margin-bottom:14px}.auth-subcopy,.auth-title{text-align:center}.auth-subcopy{max-width:320px;margin:0 auto}.auth-form{margin-top:0;gap:14px}.auth-input{min-height:64px;padding:0 20px;border:1px solid rgba(255,255,255,.82);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 18px 48px rgba(189,182,223,.16),inset 0 1px 0 rgba(255,255,255,.82);text-align:left;color:#0f0b1a;-webkit-text-fill-color:#0f0b1a;caret-color:#5d36d6}.auth-input::-moz-placeholder{color:#9892a8}.auth-input::placeholder{color:#9892a8}.auth-input:focus{box-shadow:0 22px 56px rgba(176,166,219,.18),inset 0 0 0 1px rgba(127,91,245,.22)}.auth-verify-copy{display:grid;gap:8px}.auth-submit-button{margin-top:10px}.auth-verify-copy{padding:16px 18px;border:1px solid rgba(255,255,255,.72);border-radius:22px;background:rgba(255,255,255,.56);box-shadow:0 18px 40px rgba(189,182,223,.14),inset 0 1px 0 rgba(255,255,255,.82)}.auth-verify-copy p{margin:0;font-size:var(--text-body-s-size);line-height:var(--text-body-s-line);color:var(--color-text-secondary)}.auth-verify-form{margin-top:0}.auth-switch-copy{margin:28px 0 0;text-align:center;color:#8a8597;font-size:13px;line-height:1.5}.auth-switch-link{border:0;padding:0;background:transparent;color:#7f5bf5;font-size:inherit;font-weight:700}.auth-secondary-button{margin-top:2px}.prompt-copy{margin:0;text-align:center;font-size:var(--text-h2-size);line-height:1.7;font-weight:600;color:var(--color-text-primary);font-family:Cormorant Garamond,serif}.prompt-form{display:grid;gap:12px;margin-top:0}.input-group{width:100%;max-width:360px;display:flex;flex-direction:column;gap:var(--space-xs)}.input-label{font-size:13px;color:var(--muted);text-align:left;font-weight:500}.textarea{width:100%;padding:14px 16px;border:1.5px solid var(--border);border-radius:0;background:var(--surface);color:var(--fg);font-family:var(--font-body);font-size:16px;outline:none;transition:border-color .2s;-webkit-appearance:none}.textarea:focus{border-color:var(--accent)}.textarea::-moz-placeholder{color:var(--muted);opacity:.6}.textarea::placeholder{color:var(--muted);opacity:.6}.char-count{font-size:12px;color:var(--muted);text-align:right}.examples{width:100%;max-width:360px;display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-xs)}.examples-label{font-size:13px;color:var(--muted);text-align:left}.example-chip{display:block;width:100%;text-align:left;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:0;color:var(--fg);font-size:14px;cursor:pointer;font-family:var(--font-body);transition:border-color .15s,background .15s}.example-chip:active,.example-chip:hover{border-color:var(--accent);background:var(--surface2)}.home-question-input-card .questionCard,.home-question-input-card.questionInputCard{background:transparent;border:none;box-shadow:none;overflow:visible}.home-question-input-card .questionCardHead{display:none}.home-question-input-card.home-question-input-card textarea{border:1.5px solid var(--border);border-radius:0;background:var(--surface);color:var(--fg);font-family:var(--font-body);font-size:16px;line-height:1.5;transition:border-color .2s;-webkit-appearance:none}.home-question-input-card.home-question-input-card textarea:focus{border-color:var(--accent);outline:none}.home-question-input-card textarea::-moz-placeholder{color:var(--muted);opacity:.6}.home-question-input-card textarea::placeholder{color:var(--muted);opacity:.6}.home-question-input-card .questionCardFoot{display:flex;justify-content:flex-end;padding:4px 0}.home-question-input-card .questionCardCount{font-size:12px;color:var(--muted);text-align:right}.home-prompt-suggestion,.prompt-suggestion{display:block;width:100%;text-align:left;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:0;color:var(--fg);font-size:14px;cursor:pointer;font-family:var(--font-body);transition:border-color .15s,background .15s;min-height:auto}.home-prompt-suggestion:active,.home-prompt-suggestion:hover,.prompt-suggestion:active,.prompt-suggestion:hover{border-color:var(--accent);background:var(--surface2)}.prompt-meta{display:flex;justify-content:space-between;gap:12px;color:#8a8597;font-size:var(--text-caption-size);line-height:1.5}.home-prompt-meta{justify-content:center;order:4}.home-submit-button{margin:var(--space-md) auto 0}.prompt-suggestion-list{display:flex;flex-wrap:wrap;gap:8px}.prompt-suggestion{padding:9px 12px;border:1px solid rgba(255,255,255,.64);border-radius:999px;background:rgba(255,255,255,.5);color:#6f6a82;font:inherit;font-size:var(--text-caption-size);line-height:var(--text-caption-line)}.prompt-suggestion:active{transform:scale(.99)}.prompt-input{min-height:78px;padding:22px 24px;border:1px solid rgba(255,255,255,.82);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 18px 48px rgba(189,182,223,.16),inset 0 1px 0 rgba(255,255,255,.82);text-align:left;font-size:18px;font-weight:600;color:#171125;-webkit-text-fill-color:#171125;caret-color:#7f5bf5}.home-prompt-input{padding-bottom:42px}.home-input-counter{position:absolute;right:18px;bottom:14px;color:#8a8597;font-size:var(--text-caption-size);line-height:1;pointer-events:none}.prompt-input::-moz-placeholder{color:#9892a8}.prompt-input::placeholder{color:#9892a8}.prompt-input:focus{box-shadow:0 22px 52px rgba(189,182,223,.22),inset 0 0 0 1px rgba(164,146,240,.24)}.chart-shell{position:relative;width:min(100%,292px);aspect-ratio:1;margin:22px auto 16px;outline:none;-webkit-tap-highlight-color:transparent;--chart-half:146px;--r-10:132px;--r-8:105.6px;--r-6_5:85.8px;--r-3:39.6px;--inset-r10:calc(var(--chart-half) - var(--r-10));--inset-r8:calc(var(--chart-half) - var(--r-8));--inset-r6_5:calc(var(--chart-half) - var(--r-6_5))}.question-echo{display:grid;gap:8px;margin-top:18px;max-width:var(--page-content-narrow);margin-left:auto;margin-right:auto;padding:14px 14px 12px;border:1px solid rgba(255,255,255,.82);border-radius:20px}.dice-light-question,.question-echo{width:100%;background:rgba(255,255,255,.62)}.dice-light-question{max-width:440px;margin-top:0;border:1px solid rgba(255,255,255,.82);border-radius:24px;box-shadow:0 18px 48px rgba(189,182,223,.14),inset 0 1px 0 rgba(255,255,255,.82)}.question-echo-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.question-echo-mode{color:#847d97;font-size:var(--text-caption-size);font-weight:700;letter-spacing:.03em}.question-echo-text{margin:0;color:#231c33;font-size:var(--text-body-l-size);line-height:var(--text-body-l-line);font-weight:600}.status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.status-idle{background:rgba(170,134,255,.12);color:#7355d6}.status-spinning{background:rgba(129,184,255,.18);color:#4a6ea7}.status-result,.status-stopping{background:rgba(255,193,128,.18);color:#b66f2e}.chart-disc{border-radius:0;overflow:visible;background:transparent;border:0;box-shadow:none}.chart-disc,.sector-overlay{position:absolute;inset:0;outline:none}.sector-overlay{z-index:4;pointer-events:none;clip-path:circle(calc(var(--r-10) + .5px) at 50% 50%)}.sign-layer{transition:transform 1.15s cubic-bezier(.2,.82,.22,1);clip-path:circle(calc(var(--r-10) + .5px) at 50% 50%)}.divider-overlay,.sign-layer{position:absolute;inset:0;z-index:2}.divider-overlay{pointer-events:none}.divider-overlay-signs{transform-origin:center center;clip-path:circle(calc(var(--r-10) + .5px) at 50% 50%)}#resultSectorFill,.result-sector-fill{fill:rgba(224,187,114,.16)}#darksameSectorOutline,.darksame-sector-outline{fill:none;stroke:rgba(129,184,167,.62);stroke-width:1.8;stroke-linejoin:round;stroke-linecap:round}.chart-shell.is-result .result-sector-fill,.chart-shell.is-snapshot .result-sector-fill{opacity:0;transform-box:fill-box;transform-origin:center;animation:chartSectorReveal .9s ease .26s forwards}.chart-shell.is-result .darksame-sector-outline,.chart-shell.is-snapshot .darksame-sector-outline{opacity:0;stroke-dasharray:1;stroke-dashoffset:1;animation:chartDarksameReveal 1.05s ease .86s forwards}.ring{position:absolute;inset:0;border-radius:50%;transition:transform 1.15s cubic-bezier(.2,.82,.22,1);z-index:2}.chart-shell.is-stopping .ring,.chart-shell.is-stopping .sign-layer{transition-duration:2.05s;transition-timing-function:cubic-bezier(.12,.8,.18,1)}.ring-planets.is-hidden-chart .ring-item{opacity:0}.ring:before{content:"";position:absolute;inset:0;border-radius:50%;border:1px solid rgba(164,154,197,.24)}.ring-signs:before{inset:var(--inset-r10)}.ring-houses:before{inset:var(--inset-r8)}.ring-planets:before{inset:var(--inset-r6_5)}.sign-divider-line{stroke:rgba(164,154,197,.18);stroke-width:.5;stroke-linecap:round}.house-divider-line{stroke:rgba(164,154,197,.16);stroke-width:.5;stroke-linecap:round}.planet-markers{position:absolute;inset:0;z-index:3;pointer-events:none}.planet-marker{position:absolute;left:50%;top:50%;width:0;height:0;font-family:var(--font-symbols);display:block;transform-origin:center center}.planet-marker-connector{position:absolute;left:0;top:0;width:1px;height:var(--connector-length);background:rgba(164,154,197,.22);transform:translate(-50%,calc(-1 * var(--connector-start)))}.planet-marker-symbol{left:0;top:0;display:inline-flex;min-width:16px;min-height:16px;font-size:14px;font-weight:700;line-height:1;transform:translate(-50%,calc(-1 * var(--marker-radius) - 50%)) rotate(var(--marker-counter-rotation))}.planet-marker-symbol,.ring-item{position:absolute;align-items:center;justify-content:center;transform-origin:center center}.ring-item{left:50%;top:50%;display:flex}.ring-planets .ring-item,.ring-signs .ring-item{transform:translate(-50%,-50%) rotate(var(--item-angle)) translateY(calc(-1 * var(--item-radius))) rotate(calc(-1 * var(--item-angle))) rotate(calc(-1 * var(--ring-rotation, 0deg)))}.ring-item span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.ring-planets .ring-item span,.ring-signs .ring-item span{font-family:var(--font-symbols)}.ring-signs .ring-item span{font-size:13px;font-weight:400;color:rgba(88,80,110,.82)}.ring-houses .ring-item span{font-size:11px;color:rgba(125,117,149,.84)}.ring-planets .ring-item span{font-size:18px;font-weight:500;color:rgba(119,97,178,.46)}.ring-item.is-active span{color:var(--color-accent);text-shadow:0 0 10px rgba(224,187,114,.2)}.ring-houses .ring-item.is-origin span,.ring-signs .ring-item.is-origin span{color:var(--color-success)!important;font-weight:700;text-shadow:0 0 8px rgba(79,155,132,.12)}.chart-shell.is-result .ring-houses .ring-item.is-active span,.chart-shell.is-result .ring-houses .ring-item.is-origin span,.chart-shell.is-result .ring-planets .ring-item.is-active span,.chart-shell.is-result .ring-signs .ring-item.is-active span,.chart-shell.is-result .ring-signs .ring-item.is-origin span{opacity:0;animation:chartLabelReveal .76s ease forwards}.chart-shell.is-result .ring-planets .ring-item.is-active span{animation-delay:.52s}.chart-shell.is-result .ring-signs .ring-item.is-active span,.chart-shell.is-result .ring-signs .ring-item.is-origin span{animation-delay:.72s}.chart-shell.is-result .ring-houses .ring-item.is-active span,.chart-shell.is-result .ring-houses .ring-item.is-origin span{animation-delay:.92s}.ring-houses .ring-item.is-active span,.ring-signs .ring-item.is-active span{font-weight:700}.ring-signs .ring-item.is-muted-result span{color:rgba(121,132,148,.56)!important}.ring-planets .ring-item.is-hidden-result span{opacity:0}.chart-button{position:absolute;left:50%;top:50%;width:80px;height:80px;padding:0;border:0;border-radius:50%;transform:translate(-50%,-50%);background:transparent;z-index:6;outline:none;-webkit-tap-highlight-color:transparent}.button-core,.button-orbit{position:absolute;inset:0;border-radius:50%}.button-orbit{inset:6px;border:1px solid rgba(159,134,236,.26);opacity:.7}.button-core{display:grid;place-items:center;background:linear-gradient(180deg,#b493ff,#8c5ef5);box-shadow:0 12px 28px rgba(154,125,240,.3)}.button-core:after,.button-core:before{content:"";position:absolute;border-radius:50%}.button-core:before{width:22px;height:22px;background:rgba(255,255,255,.94);box-shadow:0 0 0 6px rgba(255,255,255,.2)}.button-core:after{width:8px;height:8px;background:rgba(124,85,214,.72)}.chart-button.is-idle .button-core{animation:pulseUrgent 1.05s ease-in-out infinite;box-shadow:0 12px 28px rgba(0,0,0,.3),0 0 0 0 rgba(224,187,114,.18)}.chart-button.is-idle .button-orbit{animation:orbitBreath 1.05s ease-out infinite}.chart-button.is-spinning .button-core{animation:pulseSpin .62s ease-in-out infinite;box-shadow:0 12px 30px rgba(0,0,0,.34),0 0 0 10px rgba(224,187,114,.12)}.chart-button.is-spinning .button-orbit{animation:orbitSpin .62s linear infinite;border-color:rgba(224,187,114,.36)}.chart-button.is-stopping .button-core{animation:none;box-shadow:0 10px 22px rgba(0,0,0,.24),0 0 0 4px rgba(224,187,114,.08)}.chart-button.is-stopping .button-orbit{animation:none;border-color:rgba(224,187,114,.2);opacity:.74}.chart-button.is-still .button-core,.chart-button.is-still .button-orbit{animation:none}.chart-button.is-still{opacity:0;pointer-events:none}.mode-tip{margin-top:8px;text-align:center;color:#847d97;line-height:1.6}.dice-light-guide{color:#3d3650}.dice-light-tip{max-width:420px;margin-left:auto;margin-right:auto}.result-card{display:grid;gap:12px;margin-top:14px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.result-card-light{gap:14px}.result-actions{margin-top:22px;width:100%;max-width:var(--page-content-narrow);margin-left:auto;margin-right:auto;padding:0}.result-action-hint{margin:0 0 10px;color:var(--color-text-muted);font-size:var(--text-body-s-size);line-height:var(--text-body-s-line);text-align:center}.result-actions .button-row{margin-top:0}.result-panel{display:block}.result-view-switcher{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin-bottom:14px;padding:4px;border:1px solid rgba(255,255,255,.82);border-radius:999px;background:rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.result-view-switcher-stage{margin:4px auto 8px}.result-view-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:72px;height:36px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:#847d97}.result-view-button.is-active{background:rgba(140,94,245,.12);color:#7c55d6}.result-view-icon{width:18px;height:18px}.result-view-text{font-size:13px;font-weight:600;line-height:1}.result-chart-view{display:grid;justify-items:center}.result-chart-shell{margin:0 auto}.result-chart-shell,.result-chart-shell *{animation:none!important;transition:none!important}.astro-dice-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.astro-dice-cards-stage{width:100%;max-width:420px;margin:8px auto 0}.astro-dice-card{display:grid;justify-items:center;align-content:center;gap:8px;min-height:100px;padding:14px 10px 12px;border-radius:22px;background:#ffffff;box-shadow:0 14px 30px rgba(180,171,218,.16),inset 0 1px 0 rgba(255,255,255,.92)}.astro-dice-symbol{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border-radius:999px;color:#7c55d6;font-size:26px;font-weight:600}.astro-dice-sign-symbol{font-size:28px}.astro-dice-house-symbol{font-family:var(--font-ui);font-size:28px}.astro-dice-label{color:#373044;font-size:15px;font-weight:600;line-height:1.25;text-align:center}.chart-result-table-stage{width:100%;max-width:640px;margin:4px auto 0}.chart-result-table-card{width:100%;overflow:hidden;background:transparent;box-shadow:none;backdrop-filter:none}.chart-result-table-row{display:grid;grid-template-columns:1.1fr 1fr .8fr;align-items:center;gap:16px;min-height:60px;padding:0 6px;color:#3d3749;font-size:15px;font-weight:500;line-height:1.15}.chart-result-table-row+.chart-result-table-row{border-top:1px solid rgba(112,104,136,.14)}.chart-result-table-header{min-height:52px;color:#17131f;font-size:16px;font-weight:700;border-bottom:1px solid rgba(112,104,136,.16)}.chart-result-table-planet{color:#1d1828;font-size:15px;font-weight:600}.result-summary-card{padding:14px 16px;border:1px solid rgba(255,255,255,.82);border-radius:20px;background:rgba(255,255,255,.62)}.result-card-light .result-panel,.result-card-light .result-summary-card{border:1px solid rgba(255,255,255,.82);border-radius:24px;background:rgba(255,255,255,.68);box-shadow:0 18px 48px rgba(189,182,223,.14),inset 0 1px 0 rgba(255,255,255,.82)}.result-summary-label,.result-summary-question{margin:0}.result-summary-label{color:#857f98;font-size:11px;font-weight:700;letter-spacing:.04em}.result-summary-question{margin-top:8px;color:#231c33;font-size:var(--text-body-l-size);line-height:var(--text-body-l-line);font-weight:600}.result-panel.is-centered-result{text-align:center}.result-panel.is-centered-result .result-hero{margin-top:0}.result-line{opacity:0;transform:translateY(8px)}.result-card.is-revealed .result-line{animation:resultFadeUp .38s ease forwards}.result-card.is-revealed .result-line:first-child{animation-delay:.04s}.result-card.is-revealed .result-line:nth-child(2){animation-delay:.1s}.result-card.is-revealed .result-line:nth-child(3){animation-delay:.16s}.result-card.is-revealed .result-line:nth-child(4){animation-delay:.22s}.result-hero{margin-top:4px;font-size:40px;line-height:.96;color:#2b243a}.result-summary{margin:10px 0 0;color:#6f6a82;font-size:14px;line-height:1.65}.chart-result-list{display:grid;gap:8px;margin-top:0}.chart-result-item{display:grid;grid-template-columns:64px 1.5fr 64px 72px;align-items:center;gap:12px;min-height:38px;padding:0 2px;border-bottom:1px solid rgba(112,104,136,.12)}.chart-result-header{min-height:30px}.chart-result-header span{color:#8a849d;font-size:var(--text-caption-size);font-weight:500}.chart-result-item:last-child{border-bottom:0}.chart-result-planet{font-size:var(--text-body-m-size);font-weight:600;color:#2b243a}.chart-result-placement{font-size:var(--text-body-m-size);color:#5f5874}.chart-result-dignity,.chart-result-house{font-size:var(--text-body-s-size);color:#8a849d}.dice-light-actions{justify-content:center;justify-items:center;gap:12px}.record-head{width:100%;max-width:var(--page-content-max);margin:16px auto 0}.record-title{margin-top:4px;font-size:var(--text-h1-size);line-height:var(--text-h1-line);color:#2b243a}.field{display:grid;gap:6px}.field-label{font-size:var(--text-body-s-size);font-weight:600;color:#5f5874}.field-helper{color:#8a8597;font-size:var(--text-caption-size);line-height:1.5}.field-label em{font-style:normal;color:var(--color-danger)}.field-control{width:100%;padding:14px 16px;border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--fg);font-family:var(--font-body);font-size:16px;outline:none;transition:border-color .2s;-webkit-appearance:none}.field-control:focus{border-color:var(--accent)}.field-control::-moz-placeholder{color:var(--muted);opacity:.6}.field-control::placeholder{color:var(--muted);opacity:.6}.field-control[readonly]{background:var(--surface2);color:var(--muted)}.field-textarea{resize:vertical;min-height:100px;line-height:1.5}.form-error{margin:0;color:var(--color-danger);font-size:var(--text-caption-size);line-height:1.5}.auth-error-block{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.auth-inline-action{border:0;padding:0;background:transparent;color:var(--color-accent-deep);font-size:var(--text-caption-size);font-weight:700}.button-row{display:grid;justify-items:center;gap:10px;margin-top:14px}.record-actions{width:min(100%,var(--app-column-width));max-width:var(--app-column-width);margin:18px auto 0}.result-card .button-row{margin-top:8px}.ghost-button,.secondary-button{width:var(--action-button-width);min-height:48px;padding:14px 28px;border-radius:var(--radius-md);font-size:16px;font-weight:600;border:0;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-family:var(--font-body);cursor:pointer;transition:all .2s}.secondary-button{background:var(--accent);color:#ffffff}.secondary-button:hover{background:#3a6a78}.secondary-button:active{transform:scale(.97)}.secondary-button:disabled{opacity:.45}.secondary-button.is-disabled,.secondary-button[aria-disabled=true]{opacity:.45;cursor:default}.secondary-button.is-interpret{background:var(--accent);color:#ffffff}.secondary-button.is-interpret:hover{background:#a04020!important}.ghost-button{background:transparent;color:var(--muted);border:none;font-weight:400;font-size:14px;padding:8px 16px;min-height:36px}.ghost-button:hover{color:var(--fg)}.result-restart-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:var(--action-button-width);min-height:48px;padding:14px 28px;border:1.5px solid var(--border);background:transparent;color:var(--fg);font:inherit;font-size:16px;line-height:1;font-weight:600;border-radius:var(--radius-md)}.result-restart-button:hover{border-color:var(--muted);background:var(--surface)}.result-restart-icon{font-size:25px;line-height:1;color:#d29a47}.supplement-main,.supplement-screen{min-height:100vh}.supplement-main{justify-content:flex-start;padding:18px 0 28px}.supplement-shell{width:min(100%,600px);margin:0 auto}.supplement-topbar{display:flex;align-items:center;justify-content:space-between}.supplement-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;background:transparent;color:#332d3f}.supplement-topbar-spacer{display:block;width:36px;height:36px}.supplement-copy{margin-top:22px;padding:0}.supplement-subtitle,.supplement-title{margin:0}.supplement-title{color:#2b243a;font-size:24px;line-height:1.2;font-weight:600}.supplement-subtitle{margin-top:6px;color:#6f6a82;font-size:14px;line-height:1.4}.supplement-panel{margin-top:18px;border-radius:0}.supplement-textarea{width:100%;min-height:258px;padding:26px 28px;border:1px solid rgba(35,32,27,.12);border-radius:28px;background:rgba(255,252,244,.58);color:#191522;font-size:16px;line-height:1.75;outline:none;-webkit-text-fill-color:#191522}.supplement-textarea::-moz-placeholder{color:#9b96a8}.supplement-textarea::placeholder{color:#9b96a8}.supplement-skip-button{margin-top:0}.supplement-actions{margin-top:18px}.reading-main,.reading-screen{min-height:100vh}.reading-main{justify-content:flex-start;padding:18px 0 36px;background:radial-gradient(circle at 50% 0,rgba(255,240,204,.44),transparent 36%),linear-gradient(180deg,#fffdf7,#f8f2e6)}.reading-shell{width:min(100%,720px);margin:0 auto}.reading-responsive-layout{margin-top:12px}.reading-content-stack,.reading-context-stack{display:grid;gap:16px;min-width:0;align-content:start}.reading-back-button{margin-bottom:8px}.reading-profile-button{justify-self:end}.reading-card{padding:20px;border:1px solid rgba(92,75,48,.08);border-radius:24px;background:rgba(255,253,247,.84);box-shadow:0 18px 42px rgba(111,88,45,.09),inset 0 1px 0 rgba(255,255,255,.82)}.reading-question-panel{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.reading-answer-card,.reading-question-panel{border-radius:0}.reading-answer,.reading-answer p,.reading-card-label,.reading-question,.reading-supplement,.reading-title{margin:0}.reading-card-label{color:#9a7637;font-size:14px;font-weight:700;line-height:1.2}.reading-title{margin-top:12px;color:#2f2a22;font-size:30px;line-height:1.15;font-weight:800}.reading-question{margin-top:14px;color:#4c4337;font-size:18px;line-height:1.62;font-weight:600}.reading-result-source{margin:10px 0 0;color:#3d352b;font-size:16px;line-height:1.5;font-weight:700}.reading-divider{height:1px;margin:16px 0 12px;background:rgba(92,75,48,.12)}.reading-supplement{color:#6d6255;font-size:16px;line-height:1.75}.reading-expand-button{margin-top:10px;padding:0;border:0;background:transparent;color:#9a7637;font-size:14px;font-weight:600}.reading-result-card{display:grid;gap:16px}.reading-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.reading-result-tile{min-width:0;padding:16px 10px 14px;border:1px solid rgba(112,88,49,.1);border-radius:20px;background:rgba(255,250,240,.76);text-align:center}.reading-result-description,.reading-result-keyword,.reading-result-title,.reading-result-type{margin:0}.reading-result-type{color:#9a7637;font-size:12px;line-height:1.2;font-weight:700}.reading-result-symbol{display:block;margin-top:8px;color:#3b3329;font-size:34px;line-height:1;font-weight:700}.reading-result-title{margin-top:10px;color:#2f2a22;font-size:17px;line-height:1.2;font-weight:800}.reading-result-description,.reading-result-keyword{display:none}.reading-chart-view{display:grid;justify-items:center;margin-top:6px}.reading-chart-shell{margin:0 auto}.reading-chart-shell,.reading-chart-shell *{animation:none!important;transition:none!important}.reading-answer{display:grid;gap:12px;color:#363027;font-size:16px;line-height:1.78;font-weight:500;overflow-wrap:anywhere;word-break:break-word;text-align:left}.history-detail-copy strong,.reading-answer strong{font-weight:800;color:#211d18}.history-detail-copy em,.reading-answer em{font-style:normal;font-weight:700;color:#4b4033}.history-detail-copy code,.reading-answer code{padding:1px 5px;border-radius:6px;background:rgba(35,32,27,.08);color:#2b261f;font-family:inherit;font-size:.95em}.formatted-heading{font-size:1.05em;font-weight:800;color:#211d18}.formatted-quote{padding-left:12px;border-left:2px solid rgba(154,118,55,.34);color:#5f5548}.formatted-list{display:grid;gap:8px;margin:0;padding-left:20px}.reading-section,.reading-sections{display:grid;gap:10px}.reading-sections{gap:18px}.reading-section-copy,.reading-section-title,.reading-status-copy,.reading-status-meta{margin:0}.reading-section-title{color:#9a7637;font-size:14px;font-weight:700;line-height:1.2}.reading-section-copy,.reading-status-copy{color:#363027;font-size:16px;line-height:1.72;font-weight:500}.reading-status-meta{color:#8a7f71;font-size:13px;line-height:1.4;font-weight:500}.reading-status-block{display:grid;gap:12px}.reading-inline-action{justify-self:start;padding:0;border:0;background:transparent;color:#9a7637;font-size:14px;font-weight:600}.reading-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-top:2px}.reading-followup-panel{display:grid;gap:14px;margin-top:16px;padding:18px 16px 20px;border:1px solid rgba(255,255,255,.62);border-radius:28px;background:rgba(255,255,255,.44);box-shadow:0 18px 40px rgba(189,182,223,.12),inset 0 1px 0 rgba(255,255,255,.68)}.reading-feedback{display:grid;justify-items:center;gap:10px}.reading-feedback-title{margin:0;color:#5f5874;font-size:15px;line-height:1.4;font-weight:700}.reading-feedback-options{display:flex;justify-content:center;gap:10px;width:100%}.reading-feedback-chip{min-width:92px;min-height:36px;padding:0 16px;border:1px solid rgba(125,98,232,.16);border-radius:var(--radius-pill);background:rgba(255,255,255,.58);color:#6b637f;font:inherit;font-size:14px;line-height:1;font-weight:700}.reading-feedback-chip.is-selected{border-color:rgba(125,98,232,.36);background:rgba(125,98,232,.12);color:#5938c8;box-shadow:0 10px 22px rgba(125,98,232,.1),inset 0 1px 0 rgba(255,255,255,.72)}.reading-feedback-note{margin:-2px 0 0;color:#8a8597;font-size:12px;line-height:1.5;text-align:center}.reading-deep-button{position:relative;overflow:visible}.reading-deep-button:disabled{opacity:1;cursor:not-allowed;filter:saturate(.88)}.reading-dev-badge{position:absolute;top:-9px;right:18px;min-height:22px;padding:0 9px;border:1px solid rgba(255,255,255,.64);border-radius:var(--radius-pill);background:rgba(255,255,255,.88);color:#7d62e8;font-size:11px;line-height:20px;font-weight:800;box-shadow:0 8px 18px rgba(125,98,232,.12)}.reading-restart-button{color:#5f5548}.reading-debug{display:grid;gap:4px;margin-bottom:12px;padding:10px 12px;border-radius:14px;background:rgba(125,98,232,.08)}.reading-debug-line{margin:0;color:#6a6380;font-size:12px;line-height:1.35;word-break:break-word}@media (max-width:560px){.reading-title{font-size:26px}.reading-result-grid{grid-template-columns:minmax(0,1fr)}.reading-result-tile{padding:16px 14px}}.history-empty{width:100%;max-width:var(--page-content-max);margin:18px auto 0;padding:20px 16px;border:1px dashed rgba(125,98,232,.22);border-radius:18px;background:rgba(255,255,255,.52);text-align:center}.history-empty-copy,.history-empty-title,.history-question{margin:0}.history-empty-title{font-size:18px;font-weight:600;color:#2c2540}.history-empty-copy{margin-top:6px;color:var(--color-text-muted);font-size:var(--text-body-m-size);line-height:var(--text-body-m-line)}.history-account{margin:8px 0 0}.history-empty .secondary-button{margin-top:14px}.profile-screen{gap:18px}.profile-hero{align-items:center;gap:14px;width:100%;max-width:var(--page-content-max);margin:22px auto 0}.profile-avatar{width:48px;height:48px;background:var(--accent);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.profile-identity{display:grid;gap:4px;min-width:0;flex:1}.profile-nickname-button{justify-self:start;padding:0;border:0;background:transparent;color:#211d18;font:inherit;font-size:22px;line-height:1.2;font-weight:800;text-align:left}.profile-account-line{display:flex;align-items:center;gap:7px;margin:0;color:#81786d;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.profile-account-line span{color:#9b9285}.profile-account-line strong{min-width:0;color:#6f675e;font-weight:600;overflow-wrap:anywhere}.profile-login-button,.profile-logout-button{flex:0 0 auto;min-height:34px;padding:0 14px;border:1px solid rgba(35,32,27,.12);border-radius:999px;background:rgba(255,252,244,.58);color:#4b453d;font:inherit;font-size:13px;font-weight:700}.profile-logout-button{color:#8f4f3f}.profile-menu{display:grid;width:100%;max-width:var(--page-content-max);margin:30px auto 0;border-top:1px solid rgba(35,32,27,.08)}.profile-menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:15px;color:var(--fg);font-family:var(--font-body);transition:border-color .15s}.profile-menu-item:hover{border-color:var(--accent)}.profile-menu-title{color:var(--fg);font-size:15px;font-weight:500}.profile-menu-meta{color:var(--muted);font-size:12px}.account-settings-card{display:grid;width:min(100%,var(--page-content-max));max-width:var(--page-content-max);margin:30px auto 0;padding:24px;border:1px solid rgba(35,32,27,.08);border-radius:var(--web-radius);background:rgba(255,253,248,.86);box-shadow:var(--web-shadow)}.account-settings-card .record-title{margin-bottom:10px}.account-setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;border-top:1px solid rgba(35,32,27,.08)}.account-setting-label{margin:0 0 6px;color:#938a7d;font-size:13px;line-height:1.35}.account-setting-value{margin:0;color:#211d18;font-size:17px;line-height:1.45;font-weight:700;word-break:break-word}.history-list{width:100%;max-width:380px;display:flex;flex-direction:column;gap:var(--space-sm);text-align:left}.history-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s}.history-item:hover{border-color:var(--accent)}.history-row{display:flex;justify-content:space-between;gap:10px;min-height:44px}.history-row-button{min-width:0;flex:1;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left}.history-main{min-width:0;flex:1}.history-question{font-size:var(--text-body-l-size);line-height:var(--text-body-l-line);font-weight:600;color:#2c2540;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-mode-tag{display:flex;align-items:center;gap:8px;margin:0 0 6px;color:#7a62d8;font-size:11px;line-height:var(--text-caption-line);font-weight:700}.history-mode-tag span{color:#8a8597;font-weight:600}.history-result{margin:4px 0 0;color:#716a82;font-size:13px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-more{position:relative;flex:0 0 auto}.history-more-button{display:inline-flex;align-items:center;justify-content:center;height:36px;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.56);color:#7a738d;font-size:18px;font-weight:800;letter-spacing:1px;line-height:1}.history-menu{position:absolute;top:42px;right:0;z-index:5;display:grid;min-width:104px;padding:6px;border:1px solid rgba(255,255,255,.78);border-radius:16px;background:rgba(255,255,255,.94);box-shadow:0 18px 38px rgba(88,74,130,.16)}.history-menu-item{min-height:34px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#4f4863;font:inherit;font-size:13px;font-weight:700;text-align:left}.history-menu-item:active{background:rgba(125,98,232,.08)}.history-menu-item.is-danger{color:#b8644f}.history-detail-edit{justify-self:end}.history-detail-card{display:grid;gap:16px;width:100%;max-width:var(--page-content-max);margin:18px auto 0;padding:18px;border:1px solid rgba(255,255,255,.68);border-radius:28px;background:rgba(255,255,255,.54);box-shadow:0 18px 42px rgba(189,182,223,.14),inset 0 1px 0 rgba(255,255,255,.76)}.history-detail-title{margin:0;color:#2b243a;font-size:24px;line-height:1.24;font-weight:700}.history-detail-section{display:grid;gap:6px}.history-detail-copy,.history-detail-copy p,.history-detail-label,.history-detail-meta{margin:0}.history-detail-label{color:#7a62d8;font-size:12px;line-height:1.4;font-weight:700}.history-detail-copy{display:grid;gap:10px;color:#312a40;font-size:15px;line-height:1.7}.history-reading-empty{display:flex;align-items:center;justify-content:space-between;gap:16px}.history-inline-action{flex:0 0 auto;min-height:32px;padding:0 14px;border:1px solid rgba(125,98,232,.18);border-radius:999px;background:rgba(125,98,232,.08);color:#6e55cd;font:inherit;font-size:13px;font-weight:700}.history-detail-meta{display:grid;gap:4px;color:#8a8597;font-size:12px;line-height:1.5}.flow-modal-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:18px;background:rgba(33,29,24,.22);backdrop-filter:blur(10px)}.flow-modal{position:relative;display:grid;gap:14px;width:min(100%,560px);padding:24px;border:1px solid rgba(35,32,27,.12);border-radius:28px;background:rgba(255,252,244,.96);box-shadow:0 24px 68px rgba(35,32,27,.22)}.flow-modal h2,.flow-modal p{margin:0}.flow-modal h2{color:#211d18;font-size:22px;line-height:1.28;font-weight:800}.flow-modal p{color:#62594e;font-size:15px;line-height:1.75}.flow-modal-kicker{color:#9a7637!important;font-size:12px!important;font-weight:800;letter-spacing:.08em}.flow-modal-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.flow-modal-actions .ghost-button,.flow-modal-actions .secondary-button{width:100%;min-width:0}.app-toast{position:fixed;left:50%;bottom:28px;z-index:60;width:-moz-max-content;width:max-content;max-width:calc(100vw - 32px);padding:12px 18px;border-radius:999px;background:rgba(32,35,31,.92);color:#fffdf8;font-size:14px;font-weight:700;line-height:1.4;transform:translateX(-50%);box-shadow:0 18px 42px rgba(35,31,25,.18)}.feeling-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.feeling-options button{min-height:42px;padding:0 10px;border:1px solid rgba(35,32,27,.12);border-radius:999px;background:transparent;color:#3d362e;font:inherit;font-size:13px;font-weight:800}.feeling-options button.is-active{border-color:transparent;background:#211d18;color:#fff8e8}.is-hidden{display:none}@media (min-width:640px){:root{--page-gutter:24px;--layout-gap:28px}body{padding-inline:24px}.mode-choice-list{grid-template-columns:minmax(0,1fr)}.mode-choice-list,.mode-entry-main{max-width:var(--page-content-max)}.ghost-button,.secondary-button{min-height:52px;font-size:17px}}@media (min-width:1024px){.home-main{min-height:calc(100vh - 48px)}.dice-responsive-layout{grid-template-columns:minmax(0,1fr);gap:18px;align-items:stretch}.dice-context-panel{position:static;padding-top:0}.dice-context-panel .guide-copy,.dice-context-panel .mode-tip{text-align:center}.dice-context-panel .question-context{margin-left:auto;margin-right:auto}.dice-stage-panel{min-height:0;align-content:stretch}.result-actions{max-width:100%}.dice-light-actions{grid-template-columns:minmax(0,1fr);justify-items:stretch;max-width:360px;margin-left:auto;margin-right:auto}.reading-shell{width:min(100%,var(--stage-reading))}.reading-responsive-layout{grid-template-columns:minmax(0,1fr);gap:18px;align-items:start}.reading-context-stack{position:static}.reading-answer-card{min-height:280px}.reading-actions{grid-template-columns:minmax(0,1fr)}.history-screen,.profile-screen{width:min(100%,var(--page-content-max));margin-left:auto;margin-right:auto}}@keyframes pulseUrgent{0%,to{transform:scale(.94)}45%{transform:scale(1.05)}65%{transform:scale(.98)}}@keyframes pulseSpin{0%,to{transform:scale(.9)}30%{transform:scale(1.08)}60%{transform:scale(.97)}}@keyframes pulseReveal{0%{transform:scale(.98)}to{transform:scale(1.06)}}@keyframes orbitBreath{0%{transform:scale(.94);opacity:.3}to{transform:scale(1.1);opacity:0}}@keyframes orbitSpin{0%{transform:rotate(0deg) scale(.98);opacity:.56}to{transform:rotate(1turn) scale(1.14);opacity:0}}@keyframes resultFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chartSectorReveal{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes chartDarksameReveal{0%{opacity:0;stroke-dashoffset:1}35%{opacity:.45}to{opacity:1;stroke-dashoffset:0}}@keyframes chartLabelReveal{0%{opacity:0;transform:translateY(3px) scale(.92);filter:blur(1px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}:root{--color-bg:#f6f0e5;--color-bg-paper:#f6f0e5;--color-bg-night:#07101e;--color-bg-night-soft:#0d1929;--color-surface-paper:rgba(255,252,244,0.78);--color-surface:rgba(9,18,31,0.9);--color-surface-strong:rgba(12,24,40,0.96);--color-surface-soft:rgba(255,248,232,0.08);--color-text-hero:#161514;--color-text-primary:#22201d;--color-text-secondary:#6d665e;--color-text-muted:#90887e;--color-text-night:#f2eadb;--color-text-night-secondary:#b9c3cf;--color-text-on-accent:#fbf5ea;--color-border:rgba(37,35,31,0.1);--color-border-strong:rgba(37,35,31,0.22);--color-accent:#171614;--color-accent-deep:#302d28;--color-accent-soft:rgba(23,22,20,0.08);--color-star:#d6b36c;--shadow-card:0 18px 46px rgba(48,40,28,0.08);--shadow-button:0 18px 34px rgba(22,21,19,0.16);--app-column-width:688px;--page-content-max:var(--app-column-width);--page-content-narrow:var(--app-column-width);--stage-narrow:var(--app-column-width);--stage-reading:var(--app-column-width);--stage-split:var(--app-column-width)}body,html{color:var(--color-text-primary);background:radial-gradient(circle at 18% 18%,rgba(151,169,147,.12) 0 1px,transparent 1.8px),radial-gradient(circle at 82% 28%,rgba(135,158,178,.12) 0 1px,transparent 1.8px),linear-gradient(180deg,#faf5ea 0,var(--color-bg-paper) 100%)}body{padding:0 16px var(--space-8)}.app-shell{isolation:isolate;max-width:calc(var(--app-column-width) + 32px)}.home-entry-screen{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.auth-screen,.history-screen,.home-entry-screen,.home-screen,.mode-screen,.profile-screen,.prompt-screen,.reading-screen,.supplement-screen{background:transparent}.home-entry-screen .home-main{position:relative;z-index:1;flex:1;min-height:0;padding:58px 0 calc(112px + max(20px, env(safe-area-inset-bottom)))}.home-entry-screen .home-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;width:min(100%,var(--page-content-max));margin:0 auto;padding-top:18px}.home-header-mark{display:inline-flex;align-items:center;gap:7px;margin:0;color:var(--color-text-primary);font-size:17px;font-weight:700;line-height:1;letter-spacing:0}.home-header-star{color:#b58a32;font-size:13px;line-height:1;transform:translateY(-1px)}.home-icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(35,32,27,.12);border-radius:50%;background:rgba(255,252,244,.56);color:#2f2c27;box-shadow:0 12px 28px rgba(48,40,28,.06)}.home-account-button:before{content:"";width:11px;height:11px;margin-top:-8px;border:1.5px solid;border-radius:50%}.home-account-button:after{content:"";position:absolute;bottom:9px;width:18px;height:9px;border:1.5px solid;border-bottom:0;border-radius:18px 18px 0 0}.home-account-dot{display:none}.home-mark{margin:0;color:var(--color-text-primary);font-size:17px;font-weight:700;letter-spacing:0}.home-mascot-mark{position:relative;display:inline-flex;align-items:flex-end;justify-content:center;width:38px;height:34px;opacity:.78}.home-mascot-hat{position:absolute;top:0;width:22px;height:16px;border:1.5px solid #2c2925;border-bottom:0;border-radius:14px 14px 3px 3px;transform:rotate(-8deg)}.home-mascot-face{width:28px;height:20px;border:1.5px solid #2c2925;border-radius:16px 16px 12px 12px;background:radial-gradient(circle at 35% 56%,#2c2925 0 1px,transparent 1.6px),radial-gradient(circle at 65% 56%,#2c2925 0 1px,transparent 1.6px),rgba(184,161,119,.12)}.home-entry-screen .home-entry-main{display:flex;flex:1;flex-direction:column;width:min(100%,var(--page-content-narrow));max-width:var(--page-content-narrow);margin:0 auto}.home-entry-screen .prompt-mode-intro{justify-items:start;width:100%;margin-bottom:var(--space-md)}.home-entry-main .prompt-mode-intro{align-self:stretch}.guide-copy,.home-entry-screen .prompt-title{font-size:24px;font-weight:400;line-height:1.2;letter-spacing:0;text-align:center}.home-entry-screen .prompt-description,.mode-copy,.mode-tip,.prompt-meta{color:var(--color-text-secondary)}.home-entry-screen .prompt-description{margin-top:0;color:var(--muted)}.home-prompt-form{flex:1;gap:16px;min-height:0}.home-input-shell{order:1}.home-submit-button{order:3}.home-suggestion-group{order:2;gap:8px}.home-suggestion-title{color:var(--color-text-secondary)}.home-suggestion-stage{display:grid;grid-template-columns:repeat(3,max-content);justify-content:start;gap:8px;min-height:auto;margin-top:2px;overflow:visible}.home-suggestion-track{display:contents;width:auto;white-space:normal;animation:none}.home-prompt-suggestion,.prompt-suggestion{min-height:34px;padding:0 14px;border:1px solid rgba(35,32,27,.12);border-radius:var(--radius-pill);background:rgba(255,252,244,.7);color:#625b52;font-size:13px;font-weight:600;box-shadow:none}.home-prompt-suggestion:before{content:"";display:none}.auth-input,.field-control,.prompt-input{border:1px solid rgba(35,32,27,.14);border-radius:22px;background:rgba(255,252,244,.82);color:#181613;-webkit-text-fill-color:#181613;caret-color:var(--color-accent);box-shadow:none}.prompt-input{min-height:210px;padding:20px 18px 48px;font-size:16px;font-weight:500;line-height:1.7;resize:vertical}.auth-input::-moz-placeholder,.field-control::-moz-placeholder,.prompt-input::-moz-placeholder{color:#9b9286}.auth-input::placeholder,.field-control::placeholder,.prompt-input::placeholder{color:#9b9286}.home-prompt-input::-moz-placeholder{color:rgba(111,116,109,.58);-webkit-text-fill-color:rgba(111,116,109,.58)}.home-prompt-input::placeholder{color:rgba(111,116,109,.58);-webkit-text-fill-color:rgba(111,116,109,.58)}.auth-input:focus,.field-control:focus,.prompt-input:focus{border-color:rgba(23,22,20,.34);box-shadow:0 0 0 3px rgba(23,22,20,.06)}.home-input-counter{color:#938a7d;font-weight:600}.secondary-button,.secondary-button.is-interpret{min-height:58px;border:0;background:linear-gradient(180deg,var(--color-accent),var(--color-accent-deep));color:var(--color-text-on-accent);font-size:16px;font-weight:700;box-shadow:var(--shadow-button)}.home-submit-button{position:fixed;z-index:10;left:50%;bottom:max(22px,env(safe-area-inset-bottom));max-width:var(--app-column-width);justify-content:space-between;padding:0 22px;border-radius:24px;transform:translateX(-50%)}.home-submit-button:active{transform:translateX(-50%) scale(.995)}.ghost-button{min-height:50px;border:1px solid rgba(35,32,27,.12);background:rgba(255,252,244,.58);color:#4b453d;font-size:15px;box-shadow:none}.account-chip,.back-button,.mode-home-entry,.top-link-button{border-color:rgba(35,32,27,.12);background:rgba(255,252,244,.62);color:#4f493f;box-shadow:none;backdrop-filter:none}.app-topbar-title,.dice-brand-center{color:var(--color-text-primary);letter-spacing:.04em}.history-account,.history-time,.mode-kicker,.question-context-head,.question-echo-mode,.result-kicker{color:#81786d}.history-detail-label,.history-mode-tag,.question-context-head strong,.reading-card-label,.reading-section-title{color:#8b6f35}.history-detail-title,.history-question,.mode-choice-card strong,.question-context-result,.question-context-text,.question-echo-text,.record-title{color:var(--color-text-primary)}.mode-choice-card{min-height:116px;padding:20px}.mode-choice-card.is-selected{border-color:rgba(23,22,20,.3);background:rgba(255,252,244,.9);box-shadow:0 18px 42px rgba(48,40,28,.1),inset 0 0 0 1px rgba(23,22,20,.08)}.dice-light-main,.dice-light-screen,.dice-screen,.dice-screen .home-main{position:relative;background:transparent;color:var(--color-text-primary)}.dice-context-panel,.dice-entry-main,.dice-responsive-layout,.dice-stage-panel{position:relative;z-index:1}.dice-screen.is-invoking,.dice-screen.is-result{--dice-gold:#9c7831;--dice-gold-soft:#b58b39;--dice-cream:#23201b;min-height:100vh}.dice-screen.is-invoking .dice-light-main,.dice-screen.is-result .dice-light-main{min-height:100vh;padding:18px 0 24px;background:transparent}.dice-screen.is-invoking .dice-entry-main,.dice-screen.is-result .dice-entry-main{width:min(100%,520px);min-height:calc(100vh - 46px);gap:0;margin-inline:auto}.dice-screen.is-invoking .app-topbar,.dice-screen.is-result .app-topbar{width:min(100%,430px);margin-bottom:4px}.dice-screen.is-invoking .app-topbar-title,.dice-screen.is-result .app-topbar-title{color:rgba(35,32,27,.54);font-size:12px;letter-spacing:.08em}.dice-screen.is-invoking .mode-home-entry,.dice-screen.is-result .mode-home-entry{width:38px;height:38px;border-radius:50%;border-color:transparent;background:transparent;color:rgba(35,32,27,.62);box-shadow:none}.dice-screen.is-invoking .dice-close-button{font-size:25px;font-weight:300;line-height:1}.dice-screen.is-invoking .dice-responsive-layout,.dice-screen.is-result .dice-responsive-layout{display:block;flex:1;min-height:0;width:100%}.dice-screen.is-invoking .dice-context-panel,.dice-screen.is-result .dice-context-panel{display:none}.dice-screen.is-invoking .dice-stage-panel,.dice-screen.is-result .dice-stage-panel{display:block;width:100%;min-height:calc(100vh - 96px)}.dice-screen.is-result .app-topbar{visibility:hidden}.dice-invocation-stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) 150px;align-items:center;justify-items:center;min-height:calc(100vh - 108px);width:100%;overflow:visible}.dice-question-orbit{position:relative;z-index:2;grid-row:1;display:grid;place-items:center;width:min(100%,430px);min-height:360px;padding:24px 20px 86px;transform:translateY(-4px)}.dice-question-stack{position:relative;display:grid;place-items:center;width:min(100%,360px)}.dice-question-text{grid-area:1/1;margin:0;color:var(--dice-gold-soft);font-size:clamp(30px,7vw,42px);line-height:1.24;letter-spacing:0;text-align:center;overflow-wrap:anywhere;text-shadow:0 0 24px rgba(181,139,57,.16),0 16px 44px rgba(48,40,28,.1)}.dice-question-echo{color:var(--dice-gold);opacity:.16;filter:blur(.2px);pointer-events:none;text-shadow:0 16px 36px rgba(48,40,28,.08)}.dice-question-echo-one{opacity:.18;transform:translateY(58px) scale(.98)}.dice-question-echo-two{opacity:.08;transform:translateY(112px) scale(.96)}.dice-invocation-stage.is-result .dice-question-orbit,.dice-invocation-stage.is-spinning .dice-question-orbit,.dice-invocation-stage.is-stopping .dice-question-orbit{opacity:0;transform:translateY(-20px) scale(.94);transition:opacity .52s ease,transform .64s ease}.dice-cast-visual{position:absolute;z-index:2;top:calc((100% - 150px) / 2);left:50%;display:grid;justify-items:center;gap:12px;width:min(86vw,340px);min-height:min(86vw,340px);opacity:0;transform:translate(-50%,-50%) scale(.84);animation:diceChartReveal .72s ease forwards}.dice-invocation-stage.is-result .dice-cast-visual{opacity:1;transform:translate(-50%,-50%);animation:none}.dice-result-text{animation:diceResultCopyReveal .52s ease .16s both;margin:0;max-width:320px;color:var(--dice-cream);font-size:18px;font-weight:600;line-height:1.45;text-align:center;text-shadow:none}.dice-result-actions{animation:diceResultCopyReveal .52s ease .22s both}.dice-invocation-stage.is-spinning .dice-cast-visual,.dice-invocation-stage.is-stopping .dice-cast-visual{opacity:1}.dice-invocation-chart-shell{width:100%;margin:0;opacity:.92;filter:drop-shadow(0 0 28px rgba(181,139,57,.1)) drop-shadow(0 24px 54px rgba(48,40,28,.12))}.dice-invocation-chart-shell .chart-button{display:none}.dice-invocation-chart-shell .chart-disc{transform:scale(.96)}.chart-shell.is-spinning .ring,.chart-shell.is-spinning .sign-layer{transition:none}.dice-invocation-stage.is-stopping .dice-invocation-chart-shell .ring-planets,.dice-invocation-stage.is-stopping .dice-invocation-chart-shell .sign-layer{animation:none}.dice-star-vortex{position:fixed;z-index:0;top:50%;left:50%;width:max(150vw,150vh);height:max(150vw,150vh);transform:translate(-50%,-50%) rotate(-9deg);animation:diceVortexBreath 16s ease-in-out infinite;pointer-events:none;opacity:.72}.global-star-field{position:fixed;z-index:-1;inset:0;overflow:hidden;pointer-events:none}.global-star{position:absolute;left:var(--star-left);top:var(--star-top);width:var(--star-size,2px);height:var(--star-size,2px);border-radius:50%;background:var(--star-color,rgba(156,120,49,.5));box-shadow:0 0 12px currentColor;color:var(--star-color,rgba(156,120,49,.5));opacity:var(--star-opacity,.36);animation:globalStarBreath var(--star-speed,6s) ease-in-out infinite;animation-delay:var(--star-delay,0s)}.global-star-1{--star-left:6%;--star-top:12%;--star-size:2px;--star-opacity:0.24;--star-delay:-0.2s}.global-star-2{--star-left:18%;--star-top:24%;--star-size:3px;--star-opacity:0.18;--star-delay:-1s}.global-star-3{--star-left:32%;--star-top:10%;--star-size:2px;--star-opacity:0.28;--star-delay:-2s}.global-star-4{--star-left:48%;--star-top:18%;--star-size:2px;--star-opacity:0.22;--star-delay:-1.4s}.global-star-5{--star-left:72%;--star-top:14%;--star-size:3px;--star-opacity:0.2;--star-delay:-3.1s}.global-star-6{--star-left:88%;--star-top:28%;--star-size:2px;--star-opacity:0.24;--star-delay:-2.6s}.global-star-7{--star-left:12%;--star-top:42%;--star-size:2px;--star-opacity:0.2;--star-delay:-0.8s}.global-star-8{--star-left:27%;--star-top:38%;--star-size:3px;--star-opacity:0.16;--star-delay:-3.8s}.global-star-9{--star-left:54%;--star-top:44%;--star-size:2px;--star-opacity:0.24;--star-delay:-1.9s}.global-star-10{--star-left:82%;--star-top:48%;--star-size:2px;--star-opacity:0.2;--star-delay:-2.8s}.global-star-11{--star-left:8%;--star-top:64%;--star-size:3px;--star-opacity:0.16;--star-delay:-0.5s}.global-star-12{--star-left:38%;--star-top:68%;--star-size:2px;--star-opacity:0.22;--star-delay:-3.4s}.global-star-13{--star-left:66%;--star-top:62%;--star-size:2px;--star-opacity:0.26;--star-delay:-1.5s}.global-star-14{--star-left:92%;--star-top:72%;--star-size:3px;--star-opacity:0.18;--star-delay:-2.3s}.global-star-15{--star-left:22%;--star-top:82%;--star-size:2px;--star-opacity:0.2;--star-delay:-0.9s}.global-star-16{--star-left:52%;--star-top:86%;--star-size:2px;--star-opacity:0.24;--star-delay:-3s}.global-star-17{--star-left:78%;--star-top:88%;--star-size:2px;--star-opacity:0.18;--star-delay:-1.1s}.global-star-18{--star-left:96%;--star-top:18%;--star-size:3px;--star-opacity:0.14;--star-delay:-2.5s}.global-star-19{--star-left:4%;--star-top:90%;--star-size:2px;--star-opacity:0.16;--star-delay:-3.7s}.global-star-20{--star-left:44%;--star-top:6%;--star-size:2px;--star-opacity:0.2;--star-delay:-0.6s}.global-star-21{--star-left:62%;--star-top:30%;--star-size:3px;--star-opacity:0.18;--star-delay:-1.8s}.global-star-22{--star-left:74%;--star-top:52%;--star-size:2px;--star-opacity:0.22;--star-delay:-2.9s}.global-star-23{--star-left:16%;--star-top:7%;--star-size:2px;--star-opacity:0.16;--star-delay:-1.2s}.global-star-24{--star-left:36%;--star-top:52%;--star-size:2px;--star-opacity:0.2;--star-delay:-3.3s}.global-star-25{--star-left:58%;--star-top:74%;--star-size:2px;--star-opacity:0.24;--star-delay:-0.4s}.global-star-26{--star-left:86%;--star-top:8%;--star-size:2px;--star-opacity:0.18;--star-delay:-2.1s}.global-star-27{--star-left:10%;--star-top:30%;--star-size:2px;--star-opacity:0.2;--star-delay:-1.7s}.global-star-28{--star-left:30%;--star-top:92%;--star-size:2px;--star-opacity:0.16;--star-delay:-2.7s}.global-star-29{--star-left:50%;--star-top:56%;--star-size:2px;--star-opacity:0.18;--star-delay:-0.3s}.global-star-30{--star-left:70%;--star-top:40%;--star-size:3px;--star-opacity:0.2;--star-delay:-1.6s}.global-star-31{--star-left:90%;--star-top:58%;--star-size:2px;--star-opacity:0.16;--star-delay:-2.4s}.global-star-32{--star-left:24%;--star-top:16%;--star-size:2px;--star-opacity:0.14;--star-delay:-3.1s}.global-star-33{--star-left:42%;--star-top:34%;--star-size:3px;--star-opacity:0.18;--star-delay:-0.9s}.global-star-34{--star-left:64%;--star-top:12%;--star-size:2px;--star-opacity:0.16;--star-delay:-2.8s}.global-star-35{--star-left:84%;--star-top:82%;--star-size:2px;--star-opacity:0.2;--star-delay:-1.1s}.global-star-36{--star-left:14%;--star-top:74%;--star-size:3px;--star-opacity:0.14;--star-delay:-3.5s}.global-star-37{--star-left:34%;--star-top:78%;--star-size:2px;--star-opacity:0.18;--star-delay:-0.7s}.global-star-38{--star-left:46%;--star-top:96%;--star-size:2px;--star-opacity:0.16;--star-delay:-2.2s}.global-star-39{--star-left:76%;--star-top:24%;--star-size:3px;--star-opacity:0.18;--star-delay:-1.9s}.global-star-40{--star-left:94%;--star-top:38%;--star-size:2px;--star-opacity:0.14;--star-delay:-3.8s}.global-star-41{--star-left:2%;--star-top:48%;--star-size:2px;--star-opacity:0.18;--star-delay:-1.4s}.global-star-42{--star-left:20%;--star-top:58%;--star-size:3px;--star-opacity:0.16;--star-delay:-2.6s}.global-star-43{--star-left:40%;--star-top:22%;--star-size:2px;--star-opacity:0.18;--star-delay:-0.5s}.global-star-44{--star-left:60%;--star-top:4%;--star-size:2px;--star-opacity:0.14;--star-delay:-3.2s}.global-star-45{--star-left:80%;--star-top:66%;--star-size:3px;--star-opacity:0.2;--star-delay:-1.3s}.global-star-46{--star-left:98%;--star-top:92%;--star-size:2px;--star-opacity:0.14;--star-delay:-2.9s}.global-star-47{--star-left:28%;--star-top:2%;--star-size:2px;--star-opacity:0.16;--star-delay:-1.8s}.global-star-48{--star-left:56%;--star-top:40%;--star-size:2px;--star-opacity:0.18;--star-delay:-3.6s}.global-star-49{--star-left:68%;--star-top:94%;--star-size:2px;--star-opacity:0.16;--star-delay:-1.5s}.global-star-50{--star-left:6%;--star-top:2%;--star-size:3px;--star-opacity:0.12;--star-delay:-2.2s}.global-star-51{--star-left:12%;--star-top:96%;--star-size:2px;--star-opacity:0.14;--star-delay:-0.8s}.global-star-52{--star-left:36%;--star-top:62%;--star-size:2px;--star-opacity:0.18;--star-delay:-2.7s}.global-star-53{--star-left:74%;--star-top:2%;--star-size:2px;--star-opacity:0.16;--star-delay:-3.4s}.global-star-54{--star-left:92%;--star-top:6%;--star-size:3px;--star-opacity:0.12;--star-delay:-1.6s}.global-star-55{--star-left:52%;--star-top:28%;--star-size:2px;--star-opacity:0.18;--star-delay:-2.5s}.global-star-56{--star-left:88%;--star-top:98%;--star-size:2px;--star-opacity:0.14;--star-delay:-0.4s}.dice-star{position:absolute;left:50%;top:50%;width:var(--star-size,3px);height:var(--star-size,3px);border-radius:50%;background:var(--star-color,var(--dice-gold));box-shadow:0 0 13px currentColor;opacity:var(--star-opacity,.62);transform:rotate(var(--star-angle)) translateX(var(--star-radius)) translateY(var(--star-y,0)) scale(var(--star-scale,1));color:var(--star-color,var(--dice-gold));animation:diceStarPulse var(--star-speed,4.8s) ease-in-out infinite,diceStarDrift calc(var(--star-speed, 4.8s) * 2.2) ease-in-out infinite;animation-delay:var(--star-delay,0s)}.dice-star-1{--star-angle:-18deg;--star-radius:8vmin;--star-y:3vmin;--star-size:2px;--star-delay:-0.2s}.dice-star-2{--star-angle:-2deg;--star-radius:21vmin;--star-y:-2vmin;--star-size:3px;--star-opacity:0.8;--star-delay:-1s}.dice-star-3{--star-angle:16deg;--star-radius:35vmin;--star-y:-6vmin;--star-size:2px;--star-opacity:0.54;--star-delay:-2s}.dice-star-4{--star-angle:34deg;--star-radius:19vmin;--star-y:-1vmin;--star-size:2px;--star-color:var(--dice-cream);--star-delay:-1.4s}.dice-star-5{--star-angle:48deg;--star-radius:41vmin;--star-y:-5vmin;--star-size:4px;--star-delay:-3.1s}.dice-star-6{--star-angle:66deg;--star-radius:30vmin;--star-y:-6vmin;--star-size:2px;--star-opacity:0.58;--star-delay:-2.6s}.dice-star-7{--star-angle:82deg;--star-radius:44vmin;--star-y:-3vmin;--star-size:2px;--star-color:var(--dice-cream);--star-delay:-0.8s}.dice-star-8{--star-angle:101deg;--star-radius:20vmin;--star-y:-2vmin;--star-size:3px;--star-delay:-3.8s}.dice-star-9{--star-angle:123deg;--star-radius:36vmin;--star-y:0;--star-size:2px;--star-opacity:0.52;--star-delay:-1.9s}.dice-star-10{--star-angle:146deg;--star-radius:48vmin;--star-y:2vmin;--star-size:2px;--star-delay:-2.8s}.dice-star-11{--star-angle:168deg;--star-radius:25vmin;--star-y:3vmin;--star-size:3px;--star-color:var(--dice-cream);--star-delay:-0.5s}.dice-star-12{--star-angle:193deg;--star-radius:39vmin;--star-y:6vmin;--star-size:2px;--star-delay:-3.4s}.dice-star-13{--star-angle:216deg;--star-radius:18vmin;--star-y:3vmin;--star-size:2px;--star-opacity:0.42;--star-delay:-1.5s}.dice-star-14{--star-angle:238deg;--star-radius:42vmin;--star-y:5vmin;--star-size:3px;--star-delay:-2.3s}.dice-star-15{--star-angle:257deg;--star-radius:31vmin;--star-y:2vmin;--star-size:2px;--star-color:var(--dice-cream);--star-delay:-0.9s}.dice-star-16{--star-angle:278deg;--star-radius:14vmin;--star-y:-1vmin;--star-size:2px;--star-delay:-3s}.dice-star-17{--star-angle:296deg;--star-radius:41vmin;--star-y:-5vmin;--star-size:2px;--star-opacity:0.52;--star-delay:-1.1s}.dice-star-18{--star-angle:312deg;--star-radius:29vmin;--star-y:-4vmin;--star-size:4px;--star-delay:-2.5s}.dice-star-19{--star-angle:329deg;--star-radius:45vmin;--star-y:-7vmin;--star-size:2px;--star-color:var(--dice-cream);--star-delay:-3.7s}.dice-star-20{--star-angle:348deg;--star-radius:21vmin;--star-y:-2vmin;--star-size:2px;--star-delay:-0.6s}.dice-star-21{--star-angle:10deg;--star-radius:46vmin;--star-y:-9vmin;--star-size:3px;--star-opacity:0.58;--star-delay:-1.8s}.dice-star-22{--star-angle:57deg;--star-radius:12vmin;--star-y:1vmin;--star-size:2px;--star-color:var(--dice-cream);--star-delay:-2.9s}.dice-star-23{--star-angle:118deg;--star-radius:51vmin;--star-y:4vmin;--star-size:2px;--star-delay:-1.2s}.dice-star-24{--star-angle:180deg;--star-radius:52vmin;--star-y:8vmin;--star-size:2px;--star-opacity:0.4;--star-delay:-3.3s}.dice-star-25{--star-angle:244deg;--star-radius:52vmin;--star-y:6vmin;--star-size:2px;--star-delay:-0.4s}.dice-star-26{--star-angle:304deg;--star-radius:10vmin;--star-y:-1vmin;--star-size:2px;--star-color:var(--dice-cream);--star-delay:-2.1s}.dice-star-27{--star-angle:27deg;--star-radius:55vmin;--star-y:-10vmin;--star-size:2px;--star-delay:-1.7s}.dice-star-28{--star-angle:335deg;--star-radius:34vmin;--star-y:-7vmin;--star-size:2px;--star-opacity:0.46;--star-delay:-2.7s}.dice-star-29{--star-angle:5deg;--star-radius:67vmin;--star-y:-12vmin;--star-size:2px;--star-opacity:0.36;--star-delay:-0.3s}.dice-star-30{--star-angle:22deg;--star-radius:61vmin;--star-y:8vmin;--star-size:3px;--star-opacity:0.5;--star-delay:-1.6s}.dice-star-31{--star-angle:39deg;--star-radius:73vmin;--star-y:-3vmin;--star-size:2px;--star-color:var(--dice-cream);--star-opacity:0.4;--star-delay:-2.4s}.dice-star-32{--star-angle:71deg;--star-radius:64vmin;--star-y:11vmin;--star-size:2px;--star-opacity:0.42;--star-delay:-3.1s}.dice-star-33{--star-angle:91deg;--star-radius:72vmin;--star-y:-9vmin;--star-size:3px;--star-opacity:0.44;--star-delay:-0.9s}.dice-star-34{--star-angle:109deg;--star-radius:59vmin;--star-y:15vmin;--star-size:2px;--star-color:var(--dice-cream);--star-opacity:0.38;--star-delay:-2.8s}.dice-star-35{--star-angle:132deg;--star-radius:70vmin;--star-y:-6vmin;--star-size:2px;--star-opacity:0.46;--star-delay:-1.1s}.dice-star-36{--star-angle:158deg;--star-radius:62vmin;--star-y:10vmin;--star-size:3px;--star-opacity:0.5;--star-delay:-3.5s}.dice-star-37{--star-angle:177deg;--star-radius:74vmin;--star-y:-14vmin;--star-size:2px;--star-color:var(--dice-cream);--star-opacity:0.36;--star-delay:-0.7s}.dice-star-38{--star-angle:199deg;--star-radius:60vmin;--star-y:13vmin;--star-size:2px;--star-opacity:0.44;--star-delay:-2.2s}.dice-star-39{--star-angle:221deg;--star-radius:71vmin;--star-y:-4vmin;--star-size:3px;--star-opacity:0.48;--star-delay:-1.9s}.dice-star-40{--star-angle:247deg;--star-radius:63vmin;--star-y:12vmin;--star-size:2px;--star-color:var(--dice-cream);--star-opacity:0.38;--star-delay:-3.8s}.dice-star-41{--star-angle:266deg;--star-radius:76vmin;--star-y:-8vmin;--star-size:2px;--star-opacity:0.4;--star-delay:-1.4s}.dice-star-42{--star-angle:283deg;--star-radius:58vmin;--star-y:14vmin;--star-size:3px;--star-opacity:0.52;--star-delay:-2.6s}.dice-star-43{--star-angle:301deg;--star-radius:69vmin;--star-y:-10vmin;--star-size:2px;--star-color:var(--dice-cream);--star-opacity:0.38;--star-delay:-0.5s}.dice-star-44{--star-angle:318deg;--star-radius:78vmin;--star-y:4vmin;--star-size:2px;--star-opacity:0.42;--star-delay:-3.2s}.dice-star-45{--star-angle:339deg;--star-radius:62vmin;--star-y:16vmin;--star-size:3px;--star-opacity:0.46;--star-delay:-1.3s}.dice-star-46{--star-angle:354deg;--star-radius:75vmin;--star-y:-15vmin;--star-size:2px;--star-color:var(--dice-cream);--star-opacity:0.34;--star-delay:-2.9s}.dice-star-47{--star-angle:53deg;--star-radius:82vmin;--star-y:10vmin;--star-size:2px;--star-opacity:0.32;--star-delay:-1.8s}.dice-star-48{--star-angle:233deg;--star-radius:84vmin;--star-y:-12vmin;--star-size:2px;--star-opacity:0.34;--star-delay:-3.6s}.dice-bottom-trigger{justify-items:center;gap:14px;padding-bottom:max(8px,env(safe-area-inset-bottom))}.dice-bottom-trigger,.dice-result-actions{position:relative;z-index:2;grid-row:2;display:grid}.dice-result-actions{gap:10px;width:min(100%,330px);margin-inline:auto;padding-bottom:max(24px,env(safe-area-inset-bottom))}.dice-result-actions .ghost-button,.dice-result-actions .secondary-button{width:100%}.dice-result-actions .dice-result-restart-button{justify-content:center;width:100%;min-height:46px;margin:0;padding:0 17px;border:1px solid var(--web-line-strong);border-radius:var(--web-radius);background:var(--web-paper);color:var(--web-ink);font-size:16px;font-weight:900;box-shadow:none}.dice-invocation-stage.is-spinning .dice-bottom-trigger,.dice-invocation-stage.is-stopping .dice-bottom-trigger{opacity:.42;transform:translateY(18px);transition:opacity .42s ease,transform .52s ease}.dice-bottom-trigger p{margin:0;color:rgba(243,231,200,.66);line-height:1.4;letter-spacing:.03em}.astro-dice-button{position:relative;display:grid;place-items:center;width:104px;height:104px;border:0;border-radius:50%;background:transparent;color:#6f4f24;cursor:pointer;box-shadow:none;transition:filter .18s ease,transform .18s ease}.astro-dice-button:hover{filter:drop-shadow(0 0 18px rgba(224,187,114,.16));transform:translateY(-2px)}.astro-dice-button:disabled{cursor:wait}.astro-dice-asset{position:absolute;inset:-2px;display:block;transform-origin:50% 58%;transition:transform .22s ease,filter .22s ease;filter:drop-shadow(0 10px 12px rgba(2,8,16,.26)) drop-shadow(0 0 10px rgba(224,187,114,.08));pointer-events:none}.astro-dice-button:hover .astro-dice-asset{transform:translateY(-3px) rotate(-2deg) scale(1.03)}.astro-dice-button.is-rolling .astro-dice-asset{animation:diceAssetRoll .72s ease-in-out infinite}.astro-dice-base-image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.astro-dice-symbol{position:absolute;display:grid;place-items:center;color:#6b4c21;font-family:var(--font-symbols);line-height:1;font-weight:700;text-shadow:0 1px 0 rgba(255,252,240,.74),0 3px 8px rgba(75,51,18,.12)}.astro-dice-symbol-front{width:20%;height:23%;font-size:22px;transform:translate(-50%,-50%) rotate(-6deg) skewY(20deg)}.astro-dice-symbol-top{width:28%;height:18%;color:#7e5c28;font-size:19px;transform:translate(-50%,-50%) rotate(0deg) scaleY(.92)}.astro-dice-symbol-side{width:18%;height:23%;color:#563a18;font-family:var(--font-ui);font-size:19px;transform:translate(-50%,-50%) rotate(6deg) skewY(-20deg)}.dice-stage-status{position:absolute;left:50%;bottom:126px;z-index:3;min-height:20px;color:rgba(243,234,216,.68);font-size:12px;transform:translateX(-50%)}@keyframes diceVortexBreath{0%,to{transform:translate(-50%,-50%) rotate(-4deg) scale(.96);opacity:.82}50%{transform:translate(-50%,-50%) rotate(7deg) scale(1.06);opacity:1}}@keyframes diceStarPulse{0%,to{opacity:calc(var(--star-opacity, .62) * .62)}50%{opacity:var(--star-opacity,.62)}}@keyframes diceStarDrift{0%,to{margin-top:0;margin-left:0}50%{margin-top:-1.2vmin;margin-left:1vmin}}@keyframes diceAssetRoll{0%{transform:translateY(0) rotate(0deg) scale(1)}50%{transform:translateY(-5px) rotate(8deg) scale(1.04)}to{transform:translateY(0) rotate(0deg) scale(1)}}@keyframes diceChartReveal{0%{opacity:0;transform:translate(-50%,-50%) scale(.82)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes diceResultCopyReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.button-core{background:linear-gradient(180deg,#f2eadb,#d4af68);box-shadow:0 18px 38px rgba(0,0,0,.28)}.button-core:after{background:rgba(9,18,31,.78)}.button-orbit{border-color:rgba(214,179,108,.34)}.ring:before{border-color:rgba(123,111,90,.18)}.house-divider-line,.sign-divider-line{stroke:rgba(123,111,90,.18)}.planet-marker-symbol,.ring-houses .ring-item span,.ring-planets .ring-item span,.ring-signs .ring-item span{color:rgba(71,66,58,.58)}.astro-dice-label,.chart-result-table-planet,.chart-result-table-row{color:var(--color-text-primary)}.chart-result-table-header,.chart-result-table-row+.chart-result-table-row{border-color:rgba(215,224,238,.12)}.chart-result-table-header,.result-summary-label{color:var(--color-text-secondary)}.reading-followup-panel{border:1px solid rgba(35,32,27,.1);background:rgba(255,252,244,.72);box-shadow:var(--shadow-card)}.reading-section-copy,.reading-status-copy,.supplement-title{color:var(--color-text-primary)}.auth-switch-link,.reading-dev-badge,.reading-expand-button,.reading-inline-action{color:#8b6f35}.reading-feedback-chip.is-selected{border-color:rgba(139,111,53,.22);background:rgba(139,111,53,.1);color:#7a602d;box-shadow:none}.history-menu{border-color:rgba(35,32,27,.12);background:rgba(255,252,244,.96);box-shadow:0 18px 38px rgba(48,40,28,.12)}@keyframes starBreath{0%,to{opacity:.56}50%{opacity:.92}}@media (min-width:1024px){.dice-light-main{padding-top:34px}}.app-shell,.app-topbar,.dice-entry-main,.history-detail-actions,.history-detail-card,.history-list,.history-screen>.dice-topbar,.home-entry-screen .home-entry-main,.home-entry-screen .home-topbar,.prompt-main,.prompt-screen>.dice-topbar,.reading-shell,.record-head,.supplement-shell{width:min(100%,var(--app-column-width));max-width:var(--app-column-width);margin-left:auto;margin-right:auto}.dice-responsive-layout,.reading-responsive-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.dice-light-actions,.mode-choice-list,.reading-actions{grid-template-columns:minmax(0,1fr)}.dice-screen .home-main,.history-screen,.home-entry-screen .home-main,.profile-screen,.reading-main,.supplement-main{align-items:center}.dice-entry-main,.dice-screen,.history-screen,.home-entry-screen .home-entry-main,.home-screen,.mode-screen,.profile-screen,.prompt-main,.prompt-screen,.reading-screen,.reading-shell,.screen-card,.supplement-screen,.supplement-shell{border:0;border-radius:0;box-shadow:none;backdrop-filter:none}.dice-entry-main,.home-entry-screen .home-entry-main,.prompt-main,.reading-shell,.supplement-shell{background:transparent}:root{--web-bg:#efebe0;--web-paper:#fffdf8;--web-paper-soft:#f7f3ea;--web-ink:#20231f;--web-muted:#6f746d;--web-line:rgba(32,35,31,0.14);--web-line-strong:rgba(32,35,31,0.24);--web-sage:#40584a;--web-sage-soft:#6f8375;--web-clay:#a66350;--web-gold:#b89459;--web-radius:8px;--web-shadow:0 16px 46px rgba(35,31,25,0.08);--font-display:Georgia,"Songti SC","STSong",serif;--app-column-width:780px;--page-content-max:780px;--page-content-narrow:720px;--stage-narrow:720px;--stage-reading:820px;--stage-split:780px}body,html{color:var(--fg);background:var(--bg)}body{padding:0 24px 90px}.app-shell{max-width:720px;min-height:100vh}.global-star-field{opacity:.3}.history-screen,.home-screen,.mode-screen,.profile-screen,.prompt-screen,.reading-screen,.screen-card,.supplement-screen{background:transparent;overflow:visible}.auth-screen,.history-screen,.home-entry-screen,.home-screen,.mode-screen,.profile-screen,.prompt-screen,.reading-screen,.supplement-screen{min-height:auto;padding:0 0 90px}.home-entry-screen{overflow:visible}.app-topbar,.dice-topbar,.home-entry-screen .home-topbar{height:76px;width:100%;max-width:1180px;margin:0 auto;padding:0}.home-entry-screen .home-topbar{padding-top:0}.dice-brand-center,.home-header-mark,.home-mark{font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--accent);letter-spacing:.04em;text-align:center}.home-header-mark{gap:10px}.home-header-mark:before{content:"Y";display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--accent);font-family:var(--font-display);font-size:18px;line-height:1}.home-header-star{display:none}.account-chip,.back-button,.home-icon-button,.mode-home-entry,.top-link-button{min-height:38px;border:1px solid var(--web-line);border-radius:999px;background:rgba(255,253,248,.72);color:var(--web-sage);font-weight:800;box-shadow:none}.home-icon-button,.mode-home-entry{width:38px;height:38px}.auth-main,.home-entry-screen .home-main,.home-main,.reading-main,.supplement-main{min-height:auto;padding:34px 0 0;align-items:stretch;justify-content:flex-start;background:transparent}.auth-entry-main,.history-detail-actions,.history-detail-card,.history-list,.home-entry-screen .home-entry-main,.profile-hero,.profile-menu,.prompt-main,.reading-shell,.record-head,.supplement-shell{width:min(100%,var(--page-content-max));max-width:var(--page-content-max)}.home-entry-screen .home-entry-main,.prompt-main,.reading-shell,.supplement-shell{margin-left:auto;margin-right:auto}.home-entry-screen .prompt-mode-intro,.prompt-mode-intro,.supplement-copy{margin:0 0 28px}.history-detail-title,.home-entry-screen .prompt-title,.profile-nickname-button,.prompt-title,.reading-title,.supplement-title{font-family:var(--font-display);color:var(--web-ink);font-weight:500;letter-spacing:0}.home-entry-screen .prompt-title,.prompt-title{max-width:760px;font-size:24px;line-height:1.2}.history-detail-title,.reading-title,.supplement-title{font-size:clamp(36px,6vw,64px);line-height:1.03}.history-detail-copy,.history-result,.profile-account-line,.profile-menu-meta,.prompt-description,.reading-supplement,.supplement-subtitle{color:var(--web-muted)}.home-entry-screen .prompt-description,.prompt-description,.supplement-subtitle{max-width:680px;margin-top:18px;font-size:18px;line-height:1.85}.home-prompt-form,.prompt-form{display:grid;gap:14px;max-width:var(--page-content-max)}.auth-verify-copy,.history-detail-card,.history-item,.home-input-shell,.mode-card,.profile-hero,.profile-menu-item,.reading-card,.supplement-panel{border:1px solid var(--web-line);border-radius:var(--web-radius);background:rgba(255,253,248,.86)}.home-input-shell,.supplement-panel{padding:18px}.auth-input,.field-control,.prompt-input,.supplement-textarea{border:1px solid var(--web-line-strong);border-radius:var(--web-radius);background:var(--web-paper);color:var(--web-ink);-webkit-text-fill-color:var(--web-ink);box-shadow:none}.prompt-input{min-height:72px;padding:16px;overflow:hidden;resize:none}.supplement-textarea{min-height:260px;padding:16px;border-radius:var(--web-radius);background:var(--web-paper)}.home-input-counter{right:34px;bottom:30px}.home-suggestion-stage{flex-wrap:wrap}.chip,.home-prompt-suggestion,.prompt-suggestion{border:1px solid var(--web-line);border-radius:999px;background:var(--web-paper-soft);color:var(--web-sage);font-weight:800}.secondary-button,.secondary-button.is-interpret{min-height:46px;border:1px solid var(--web-sage);border-radius:var(--web-radius);background:var(--web-sage);color:white;font-weight:900;box-shadow:none}.ghost-button,.result-restart-button{min-height:46px;border:1px solid var(--web-line-strong);border-radius:var(--web-radius);background:var(--web-paper);color:var(--web-ink);font-weight:900;box-shadow:none}.home-submit-button{position:static;width:auto;max-width:none;justify-self:start;padding:0 17px;border-radius:var(--web-radius);transform:none}.home-submit-button:active{transform:scale(.995)}.button-row,.history-detail-actions,.reading-actions,.supplement-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.reading-main{background:transparent}.reading-responsive-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.reading-answer-card,.reading-question-panel{padding:0;border:0;background:transparent;box-shadow:none}.reading-answer-card,.reading-result-card{margin-top:8px}.reading-result-grid{gap:12px}.reading-result-tile{border:1px solid var(--web-line);border-radius:var(--web-radius);background:var(--web-paper)}.reading-answer{font-size:17px;line-height:1.95}.formatted-quote{border-left-color:var(--web-clay);color:var(--web-sage);font-family:var(--font-display);font-size:25px}.profile-hero{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:16px;padding:24px}.profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(145deg,var(--web-sage),var(--web-gold));color:white;font-family:var(--font-display);font-size:34px}.profile-nickname-button{font-size:38px}.profile-menu{gap:14px;margin-top:24px}.profile-menu-item{grid-template-columns:minmax(0,1fr) auto auto;min-height:auto;padding:18px;border-bottom:0}.profile-menu-arrow{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--web-line);border-radius:50%;color:var(--web-sage);font-size:22px}.history-screen,.profile-screen{width:100%;max-width:none}.history-detail-card,.history-list{margin-top:24px}.history-detail-card{padding:clamp(24px,5vw,54px)}.history-detail-copy{line-height:1.85}.dice-light-main,.dice-light-screen,.dice-screen,.dice-screen .home-main{overflow:hidden}.dice-screen.is-invoking,.dice-screen.is-result{min-height:auto;padding-bottom:90px}.dice-screen.is-invoking .dice-light-main,.dice-screen.is-result .dice-light-main{min-height:auto;padding:0}.dice-screen.is-invoking .dice-entry-main,.dice-screen.is-result .dice-entry-main{width:min(100%,var(--page-content-max));max-width:var(--page-content-max);min-height:700px}.dice-screen.is-invoking .app-topbar,.dice-screen.is-result .app-topbar{max-width:1180px;height:76px;grid-template-columns:48px minmax(0,1fr) 48px;margin-bottom:0}.dice-screen.is-result .app-topbar{visibility:visible}.dice-invocation-stage,.dice-screen.is-invoking .dice-stage-panel,.dice-screen.is-result .dice-stage-panel{min-height:620px}.dice-star-vortex{position:absolute;width:1400px;height:1400px}@media (max-width:760px){body{padding:0 16px 64px}.auth-screen,.history-screen,.home-entry-screen,.home-screen,.mode-screen,.profile-screen,.prompt-screen,.reading-screen,.supplement-screen{padding-bottom:64px}.app-topbar,.dice-topbar,.home-entry-screen .home-topbar{height:68px}.app-topbar-title,.dice-brand-center,.home-header-mark,.home-mark{font-size:21px}.auth-main,.home-entry-screen .home-main,.home-main,.reading-main,.supplement-main{padding-top:28px}.home-entry-screen .prompt-title,.prompt-title{font-size:24px}.history-detail-title,.reading-title,.supplement-title{font-size:clamp(34px,10vw,48px)}.button-row,.history-detail-actions,.home-prompt-form,.prompt-form,.reading-actions,.supplement-actions{grid-template-columns:1fr}.button-row,.history-detail-actions,.reading-actions,.supplement-actions{display:grid}.ghost-button,.home-submit-button,.result-restart-button,.secondary-button,.secondary-button.is-interpret{width:100%}.reading-result-grid{grid-template-columns:1fr}.profile-hero{grid-template-columns:72px minmax(0,1fr)}.profile-login-button{grid-column:1/-1;width:100%}.profile-menu-item{grid-template-columns:minmax(0,1fr) 38px}.profile-menu-meta{display:none}.dice-screen.is-invoking .dice-entry-main,.dice-screen.is-result .dice-entry-main{min-height:calc(100vh - 68px)}.dice-invocation-stage,.dice-screen.is-invoking .dice-stage-panel,.dice-screen.is-result .dice-stage-panel{min-height:calc(100vh - 92px)}.dice-star-vortex{position:fixed;width:max(150vw,150vh);height:max(150vw,150vh)}}.app-topbar-title{color:var(--web-ink);font-family:var(--font-display);font-size:24px;font-weight:500;line-height:1.2;letter-spacing:0;text-align:center}.home-submit-button{width:100%;justify-content:center;justify-self:stretch}.dice-screen.is-invoking .app-topbar-title,.dice-screen.is-result .app-topbar-title{color:var(--web-ink);font-family:var(--font-display);font-size:24px;font-weight:500;letter-spacing:0}.dice-question-kicker,.dice-result-kicker{margin:0 0 18px;color:rgba(35,32,27,.56);font-family:var(--font-display);font-weight:500;line-height:1.2;letter-spacing:0;text-align:center}.dice-result-kicker{position:relative;z-index:2;grid-column:1;grid-row:1;align-self:start;justify-self:center;width:min(100%,430px);margin-top:18px}.dice-result-actions{grid-column:1;justify-self:center;justify-items:center}.dice-result-actions .dice-result-restart-button,.dice-result-actions .secondary-button{justify-content:center;width:min(100%,330px)}.dice-invocation-stage.is-result .dice-invocation-chart-shell,.dice-invocation-stage.is-result .dice-invocation-chart-shell .chart-disc,.dice-invocation-stage.is-result .dice-invocation-chart-shell .ring{outline:0!important;box-shadow:none!important}.dice-invocation-stage.is-result .dice-invocation-chart-shell .ring-signs:before{display:none}.dice-invocation-stage.is-result .dice-invocation-chart-shell .ring-houses:before,.dice-invocation-stage.is-result .dice-invocation-chart-shell .ring-planets:before{display:block;border-color:rgba(123,111,90,.22)}.supplement-actions{justify-content:center;justify-items:center}.supplement-actions .secondary-button{width:min(100%,330px)}.astro-dice-symbol-front{left:36.5%;top:58%}.astro-dice-symbol-top{left:50%;top:31%}.astro-dice-symbol-side{left:65.6%;top:58%}.dice-invocation-stage.is-result{grid-template-columns:100%;grid-template-rows:minmax(0,1fr) 104px}.dice-invocation-stage.is-result .dice-result-kicker{position:absolute;top:calc(50% - 256px);left:50%;width:min(430px,calc(100vw - 32px));justify-self:center;transform:translateX(-50%)}.dice-invocation-stage.is-result .dice-result-actions{width:min(330px,calc(100vw - 32px));justify-self:center;padding-top:18px}.dice-invocation-stage.is-result .dice-cast-visual{top:calc((100% - 104px) / 2)}.dice-invocation-stage.is-result .dice-result-actions .dice-result-restart-button,.dice-invocation-stage.is-result .dice-result-actions .secondary-button{width:100%}.home-prompt-input{min-height:72px;padding-bottom:calc(16px + 1.7em)}.supplement-textarea{min-height:72px;overflow:hidden;resize:none}.inline-expand-button{border:0;background:transparent;color:var(--web-sage);font-size:14px;font-weight:700;cursor:pointer}.dice-question-expand-button{margin-top:14px}.reading-question-expand-button{margin-top:10px;padding:0}.community-main{align-items:center}.community-shell{width:min(100%,var(--page-content-max));margin-inline:auto}.community-content{display:grid;justify-items:center;gap:18px;padding-top:28px;text-align:center}.community-title{margin:0;color:var(--web-ink);font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:500}.community-copy{max-width:520px;margin:0;color:var(--web-muted);font-size:18px;line-height:1.8}.community-topic-list{display:grid;justify-items:center;gap:10px;color:var(--web-ink);font-size:16px;line-height:1.6}.community-topic-list span{min-width:min(100%,280px);padding:10px 14px;border:1px solid var(--web-line);border-radius:var(--web-radius);background:var(--web-paper-soft)}.community-qr{display:grid;place-items:center;width:min(280px,72vw);aspect-ratio:1;border:1px solid var(--web-line-strong);border-radius:var(--web-radius);background:linear-gradient(90deg,rgba(32,35,31,.08) 50%,transparent 50%) 0 0 /24px 24px,linear-gradient(rgba(32,35,31,.08) 50%,transparent 50%) 0 0 /24px 24px,var(--web-paper);color:var(--web-sage);font-weight:800}.community-note{margin:0;color:var(--web-muted);font-size:14px}.landing-main{flex:1;justify-content:center;padding:var(--space-lg) var(--space-md);gap:var(--space-md)}.landing-hero,.landing-main{display:flex;flex-direction:column;align-items:center;text-align:center}.landing-hero{gap:var(--space-sm);width:100%;max-width:360px;margin-inline:auto}.landing-brand-main{font-family:var(--font-display);font-size:52px;font-weight:700;color:var(--accent);letter-spacing:.04em;line-height:1.1}.brand-wh{color:var(--muted)}.landing-brand{margin:0;color:var(--accent);font-family:var(--font-display);font-size:52px;font-weight:700;letter-spacing:.04em;line-height:1.1}.landing-title{font-size:22px;font-weight:600;margin-top:var(--space-sm);color:var(--fg)}.landing-subtitle{font-size:15px;color:var(--muted);margin-bottom:var(--space-lg)}.landing-actions{margin-top:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm);width:100%;align-items:center;max-width:320px}.landing-primary-button,.landing-secondary-button{width:100%;max-width:320px;min-height:48px;padding:14px 28px;font-size:16px;font-weight:600;border-radius:var(--radius-md);text-align:center}.landing-primary-button{background:var(--accent);color:#ffffff;border:none}.landing-primary-button:hover{background:#a04020!important}.landing-secondary-button{background:transparent;color:var(--fg);border:1.5px solid var(--border)}.landing-secondary-button:hover{border-color:var(--muted)!important;background:var(--surface)!important}:root{--bone:#fbf3ea;--black:#000000;--ink:#3a322f;--paper:#fffaf5;--sienna:#9a8980;--magenta:#c73b7a;--orange:#b98276;--teal:#2d7e73;--blue:#3f73b7;--mustard:#d8a93b;--olive:#6f7a2e;--surface2:#f5e9e2;--border:#ead8cf;--accent:var(--orange);--web-paper-soft:#f5e9e2;--web-line:rgba(58,50,47,0.14);--web-line-strong:rgba(58,50,47,0.28);--web-sage:var(--teal);--web-sage-soft:var(--sienna);--web-shadow:0 16px 46px rgba(58,50,47,0.08);--color-bg-night:var(--black);--color-bg-night-soft:var(--ink);--color-surface-paper:rgba(255,250,245,0.86);--color-surface-strong:#ffffff;--color-surface-soft:#f5e9e2;--color-text-night:var(--bone);--color-text-night-secondary:rgba(251,243,234,0.62);--color-text-on-accent:var(--bone);--color-border-strong:rgba(58,50,47,0.28);--color-accent:var(--orange);--color-accent-deep:#a56e63;--color-accent-soft:rgba(185,130,118,0.12);--shadow-card:0 18px 46px rgba(58,50,47,0.08);--shadow-button:0 14px 30px rgba(185,130,118,0.18)}.auth-screen,.community-screen,.history-screen,.home-entry-screen,.profile-screen,.supplement-screen{background:var(--paper)}.landing-screen,.reading-screen{background:var(--bone)}.app-topbar-title,.dice-brand-center,.home-header-mark,.home-mark,.landing-brand,.landing-brand-main,.topbar-center{color:var(--ink)}.brand-wh{color:var(--sienna)}.account-chip,.back-button,.home-header-mark:before,.home-icon-button,.mode-home-entry,.top-link-button{border-color:var(--border);background:var(--paper);color:var(--ink)}.auth-verify-copy,.history-detail-card,.history-item,.home-input-shell,.mode-card,.profile-hero,.profile-menu-item,.reading-card,.supplement-panel{border-color:var(--border);background:var(--paper);box-shadow:var(--web-shadow)}.auth-input,.field-control,.prompt-input,.supplement-textarea{border-color:var(--ink);background:#ffffff;color:var(--ink);-webkit-text-fill-color:var(--ink);caret-color:var(--orange)}.home-question-input-card.home-question-input-card{overflow:visible;border:0;background:transparent;box-shadow:none}.home-question-input-card.home-question-input-card textarea{border-color:var(--ink)!important;background:#ffffff!important;color:var(--ink);-webkit-text-fill-color:var(--ink);caret-color:var(--orange)}.auth-input:focus,.field-control:focus,.home-question-input-card.home-question-input-card textarea:focus,.prompt-input:focus,.supplement-textarea:focus{border-color:var(--orange)!important;box-shadow:0 0 0 4px rgba(185,130,118,.15)}.chip,.home-prompt-suggestion,.prompt-suggestion{border-color:var(--ink);background:#ffffff}.home-prompt-suggestion:active,.home-prompt-suggestion:hover,.prompt-suggestion:active,.prompt-suggestion:hover{color:var(--bone)}.secondary-button.is-interpret,.secondary-button.secondary-button{background:var(--orange);color:var(--bone);box-shadow:var(--shadow-button)}.home-submit-button.home-submit-button{position:static;left:auto;bottom:auto;max-width:none;justify-content:center;transform:none}.home-submit-button.home-submit-button:active{transform:scale(.995)}.secondary-button.is-interpret:hover,.secondary-button.secondary-button:hover{background:var(--color-accent-deep)!important}.auth-submit-button.auth-submit-button,.landing-primary-button.landing-primary-button{background:var(--black);color:var(--bone);box-shadow:none}.auth-submit-button.auth-submit-button:hover,.landing-primary-button.landing-primary-button:hover{background:var(--ink)!important}.community-content .landing-primary-button.landing-primary-button{background:var(--orange)}.community-content .landing-primary-button.landing-primary-button:hover{background:var(--color-accent-deep)!important}.ghost-button.ghost-button,.landing-secondary-button.landing-secondary-button,.result-restart-button.result-restart-button{border-color:var(--ink);background:transparent}.ghost-button.ghost-button:hover,.landing-secondary-button.landing-secondary-button:hover,.result-restart-button.result-restart-button:hover{border-color:var(--ink)!important;background:var(--ink)!important;color:var(--bone)}.auth-switch-link,.history-detail-label,.history-mode-tag,.inline-expand-button,.reading-card-label,.reading-expand-button,.reading-inline-action,.reading-section-title{color:var(--orange)}.history-account,.history-time,.question-context-head,.question-context-result,.reading-status-meta{color:var(--sienna)}.question-context-head strong{color:var(--teal)}.profile-avatar{color:var(--bone)}.dice-screen.is-invoking,.dice-screen.is-result{--dice-gold:var(--orange)}.history-detail-copy,.history-detail-title,.history-question,.reading-answer,.reading-question,.reading-result-source,.reading-result-symbol,.reading-result-title,.reading-section-copy,.reading-status-copy,.reading-title{color:var(--ink)}.community-qr,.community-topic-list span,.flow-modal,.history-menu,.reading-followup-panel,.reading-result-tile{border-color:var(--border);background:var(--paper)}.reading-feedback-chip.is-selected{border-color:rgba(185,130,118,.32);background:rgba(185,130,118,.12);color:var(--orange)}body{padding:0}.app-shell{width:100%;max-width:520px;min-height:100dvh;padding-bottom:0}.app-topbar,.dice-topbar,.home-topbar,.landing-topbar{min-height:48px;height:auto;padding:var(--space-sm) var(--space-md)}.home-entry-screen,.landing-screen{min-height:100dvh;padding:0}.home-entry-screen .home-main{min-height:calc(100dvh - 48px);padding:var(--space-lg) var(--space-md);align-items:center;justify-content:flex-start}.home-entry-screen .home-topbar{height:auto;padding:var(--space-sm) var(--space-md)}.home-entry-screen .home-entry-main{flex:0 0 auto;width:100%;max-width:none;align-items:center}.home-entry-screen .home-entry-main .prompt-mode-intro{align-self:center;width:100%;max-width:360px;margin:0 0 var(--space-md)}.home-entry-screen .prompt-title{text-align:center}.home-entry-screen .prompt-description{margin:4px 0 0;font-size:14px;line-height:1.5;text-align:center}.home-prompt-form{display:flex;flex:0 0 auto;flex-direction:column;width:100%;max-width:360px;gap:0}.home-question-input-card.home-question-input-card textarea{min-height:100px;padding:14px 16px;resize:vertical}.home-suggestion-group{width:100%;margin-top:var(--space-xs);gap:var(--space-sm)}.home-suggestion-stage{display:flex;flex-direction:column;width:100%;gap:var(--space-sm);margin-top:0}.home-prompt-suggestion.home-prompt-suggestion{min-height:auto;padding:12px 16px;border-radius:var(--radius-md);font-size:14px;font-weight:500}.home-submit-button.home-submit-button{align-self:center;width:100%;max-width:320px;min-height:48px;margin-top:var(--space-md);padding:14px 28px;border-radius:var(--radius-md);box-shadow:none}.landing-main{min-height:calc(100dvh - 48px)}@media (min-width:600px){.app-shell{max-width:540px}}@media (min-width:768px){.app-shell{max-width:640px}}@media (min-width:1024px){.app-shell{max-width:720px}}@media (min-width:1280px){.app-shell{max-width:800px}}@media (min-width:1440px){.app-shell{max-width:880px}}@media (min-width:1920px){.app-shell{max-width:960px}}:root{--control-radius:10px}.about-block,.app-shell button:not(.ritual-hand-button):not(.chart-button),.auth-input,.community-qr,.community-topic-list span,.ghost-button.ghost-button,.history-delete-button,.history-item,.home-prompt-suggestion.home-prompt-suggestion,.landing-primary-button.landing-primary-button,.landing-secondary-button.landing-secondary-button,.profile-menu-item,.profile-signin-button,.reading-repeat-button,.result-restart-button.result-restart-button,.secondary-button.secondary-button,.supplement-textarea{border-radius:var(--control-radius)}.home-input-count,.supplement-count{width:100%;margin:var(--space-xs) 0 0;color:var(--muted);font-size:12px;line-height:1.4;text-align:right}.home-suggestion-group{margin-top:var(--space-sm)}.about-shell{max-width:380px}.about-content{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-md) 0 var(--space-lg)}.about-title{margin:0 0 var(--space-md);color:var(--orange);font-family:var(--font-display);font-size:26px;font-weight:600;line-height:1.3}.about-block{width:100%;padding:var(--space-md);border:1px solid var(--border);background:var(--paper);text-align:left}.about-block h2{margin:0 0 var(--space-sm);color:var(--orange);font-family:var(--font-display);font-size:16px;line-height:1.4}.about-block p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.about-dice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-xs);margin-top:var(--space-sm)}.about-dice-cell{padding:var(--space-sm) 4px;border-radius:var(--control-radius);background:var(--bone);color:var(--muted);font-size:12px;text-align:center}.about-dice-cell strong{display:block;margin-bottom:2px;color:var(--ink);font-size:14px}.auth-entry-main{max-width:320px;justify-content:flex-start;padding-top:var(--space-md)}.auth-tab-row{display:flex;width:100%;margin-bottom:var(--space-md);overflow:hidden;border:1px solid var(--border);border-radius:var(--control-radius)}.auth-tab{flex:1;min-height:42px;border:0;border-radius:0!important;background:var(--paper);color:var(--muted);font:inherit;font-size:14px}.auth-tab+.auth-tab{border-left:1px solid var(--border)}.auth-tab.is-active{background:var(--orange);color:var(--bone);font-weight:600}.auth-google-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-bottom:var(--space-sm);padding:0 16px;border:1.5px solid var(--border);border-radius:var(--control-radius);background:var(--paper);color:var(--ink);font:inherit;font-size:15px;font-weight:600;gap:10px}.auth-google-button:disabled{cursor:not-allowed;opacity:.7}.auth-google-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:#4285f4;font-family:Arial,sans-serif;font-size:16px;font-weight:700;line-height:1}.auth-divider{display:flex;align-items:center;width:100%;margin:0 0 var(--space-sm);color:var(--muted);font-size:12px;gap:10px}.auth-divider:after,.auth-divider:before{flex:1;height:1px;background:var(--border);content:""}.auth-form{display:flex;flex-direction:column;width:100%;gap:var(--space-xs)}.auth-label{color:var(--muted);font-size:13px;font-weight:500;text-align:left}.auth-input{min-height:48px;margin-bottom:var(--space-sm);padding:14px 16px;border:1.5px solid var(--border);background:var(--paper);box-shadow:none}.auth-submit-button.auth-submit-button{width:100%;min-height:48px;margin-top:var(--space-sm)}.auth-verify-message{margin:0 0 var(--space-md);color:var(--muted);font-size:14px;line-height:1.6;text-align:center}.auth-verify-form .auth-secondary-button{width:100%}.auth-support-message{margin:var(--space-sm) 0 0;color:var(--muted);font-size:13px;line-height:1.6;text-align:center}.auth-support-link{padding:0;border:0;background:transparent;color:var(--blue);font:inherit;text-decoration:underline}.supplement-shell{width:100%;max-width:360px}.supplement-copy{margin:var(--space-md) 0;text-align:center}.supplement-title{font-size:22px;line-height:1.35}.supplement-panel{margin-top:0}.supplement-textarea{min-height:100px;padding:14px 16px;border:1.5px solid var(--ink);resize:vertical}.supplement-actions{display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px;margin:var(--space-md) auto 0;gap:var(--space-sm)}.supplement-actions .ghost-button,.supplement-actions .secondary-button{width:100%;min-height:48px}.reading-shell{width:100%;max-width:380px}.reading-responsive-layout{width:100%;max-width:340px;margin:var(--space-lg) auto 0;gap:var(--space-sm)}.v5-question-card{display:flex;flex-direction:column;align-items:center;width:100%;padding:var(--space-lg) var(--space-md);border:1px solid var(--border);background:var(--paper);text-align:center}.v5-question-divider{width:60px;height:1px;margin:0 auto var(--space-md);background:var(--border)}.v5-question-divider:last-child{margin:var(--space-md) auto 0}.v5-question-card .reading-card-label{margin:0 0 var(--space-sm);color:var(--muted);font-size:13px;letter-spacing:.06em}.v5-question-card .reading-title{margin:0;font-size:14px;font-weight:300;line-height:1.65}.reading-result-card{padding:var(--space-md);border:1px solid var(--border);background:var(--paper);box-shadow:none}.v5-result-row{display:flex;justify-content:center;gap:var(--space-sm)}.v5-result-chip{min-width:48px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--control-radius);background:var(--paper);color:var(--ink);font-size:14px;font-weight:300;text-align:center}.reading-answer-card{padding:var(--space-md);border:1px solid var(--border);background:var(--paper);box-shadow:none}.reading-answer{font-size:14px;font-weight:300;line-height:1.8}.reading-disclaimer{margin:var(--space-md) 0 0;padding-top:var(--space-sm);border-top:1px solid var(--border);color:var(--muted);font-size:13px;line-height:1.5;text-align:center}.reading-actions{display:flex;justify-content:center;margin-top:0}.reading-repeat-button{min-height:36px;padding:8px 12px;border:0;background:transparent;color:var(--muted);font-size:13px}.reading-footer{margin:var(--space-sm) auto 0;color:var(--ink);font-size:14px;line-height:1.6;text-align:center}.reading-footer-link{padding:0;border:0;background:transparent;color:var(--orange);font:inherit;text-decoration:underline}.community-shell{width:100%;max-width:340px}.community-content{gap:var(--space-md);padding-top:var(--space-lg)}.community-title{font-size:22px}.community-copy{font-size:14px;line-height:1.6}.community-qr{width:min(260px,68vw);padding:10px;border:1px solid var(--border)}.community-qr img{display:block;width:100%;height:auto;border-radius:4px}.community-topic-list{width:100%;max-width:340px;gap:var(--space-sm);text-align:left}.community-topic-list span{width:100%;min-width:0;padding:var(--space-sm) var(--space-md);color:var(--muted);font-size:14px}.community-note{max-width:340px;margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.7;text-align:left}.profile-hero,.profile-logged-out,.profile-menu{width:100%;max-width:360px;margin:var(--space-md) auto 0}.profile-hero{display:flex;gap:var(--space-md);padding:var(--space-md);border:1px solid var(--border);border-radius:var(--control-radius);background:var(--paper);box-shadow:none}.profile-hero .profile-avatar{width:48px;height:48px;font-size:20px}.profile-hero .profile-nickname-button{font-size:16px;font-weight:600}.profile-logged-out{display:flex;flex-direction:column;gap:var(--space-sm)}.profile-empty-card{padding:var(--space-md);border:1px solid var(--border);border-radius:var(--control-radius);background:var(--paper);color:var(--muted);text-align:center}.profile-signin-button{width:100%;min-height:48px}.profile-menu{display:flex;flex-direction:column;gap:var(--space-sm);border:0}.profile-menu-item{min-height:52px;padding:var(--space-md);box-shadow:none}.profile-menu-copy{display:grid;gap:4px;text-align:left}.profile-menu-arrow{display:inline;width:auto;height:auto;border:0;color:var(--muted);font-size:14px}.history-delete-button{width:100%;min-height:48px;margin-top:var(--space-md);border:1.5px solid var(--danger);background:transparent;color:var(--danger);font:inherit;font-size:15px;font-weight:600}.dice-invocation-stage.is-spinning .dice-cast-visual,.dice-invocation-stage.is-stopping .dice-cast-visual{position:fixed;top:50%;left:50%}:root{--bone:#f5e8e1;--paper:#fffaf7;--ink:#263b5b;--sienna:#756d70;--magenta:#b76570;--orange:#d6a08a;--teal:#81a4b5;--blue:#537493;--mustard:#d9b17d;--olive:#83918a;--bg:var(--bone);--surface:var(--paper);--surface2:#ecd8cd;--fg:var(--ink);--muted:var(--sienna);--border:#e3cec4;--accent:var(--ink);--accent2:var(--teal);--danger:var(--magenta);--success:var(--teal);--web-bg:var(--bone);--web-paper:var(--paper);--web-paper-soft:#efe0d8;--web-ink:var(--ink);--web-muted:var(--sienna);--web-line:rgba(38,59,91,0.12);--web-line-strong:rgba(38,59,91,0.22);--web-sage:var(--ink);--web-sage-soft:var(--teal);--web-clay:var(--orange);--web-gold:var(--mustard);--color-bg:var(--bone);--color-bg-paper:var(--bone);--color-surface-paper:rgba(255,250,247,0.88);--color-surface:var(--paper);--color-surface-soft:var(--surface2);--color-text-hero:var(--ink);--color-text-primary:var(--ink);--color-text-secondary:var(--sienna);--color-text-muted:var(--sienna);--color-text-on-accent:#fffaf7;--color-border:var(--border);--color-border-strong:rgba(38,59,91,0.22);--color-accent:var(--ink);--color-accent-deep:#1d304e;--color-accent-soft:rgba(38,59,91,0.08);--color-star:var(--mustard);--shadow-card:0 15px 42px rgba(93,63,49,0.06);--shadow-button:0 12px 28px rgba(38,59,91,0.13)}body,html{color:var(--ink);background:var(--bone)}.auth-screen,.community-screen,.dice-screen,.history-screen,.home-entry-screen,.landing-screen,.profile-screen,.reading-screen,.supplement-screen{background:radial-gradient(circle at 92% 14%,rgba(214,160,138,.22) 0 46px,transparent 47px),radial-gradient(circle at 5% 48%,rgba(225,198,182,.28) 0 64px,transparent 65px),radial-gradient(circle at 94% 82%,rgba(129,164,181,.18) 0 52px,transparent 53px),var(--bone)}.about-title,.app-topbar-title,.dice-brand-center,.home-header-mark,.home-mark,.landing-brand,.landing-brand-main,.landing-title,.prompt-title,.reading-title,.supplement-title,.topbar-center{color:var(--ink)}.app-topbar,.dice-topbar,.home-topbar,.landing-topbar{border-color:rgba(38,59,91,.1);background:rgba(245,232,225,.9)}.about-block,.auth-verify-copy,.community-topic-list span,.flow-modal,.history-detail-card,.history-item,.home-input-shell,.mode-card,.profile-hero,.profile-menu-item,.reading-card,.supplement-panel{border-color:var(--border);background:rgba(255,250,247,.88);box-shadow:var(--shadow-card)}.auth-input,.field-control,.home-question-input-card.home-question-input-card textarea,.prompt-input,.supplement-textarea{border-color:rgba(38,59,91,.26)!important;background:rgba(255,250,247,.94)!important;color:var(--ink);-webkit-text-fill-color:var(--ink);caret-color:var(--ink)}.auth-input:focus,.field-control:focus,.home-question-input-card.home-question-input-card textarea:focus,.prompt-input:focus,.supplement-textarea:focus{border-color:var(--ink)!important;box-shadow:0 0 0 4px rgba(129,164,181,.15)}.chip,.home-prompt-suggestion,.prompt-suggestion{border-color:var(--border);background:rgba(255,250,247,.88);color:var(--ink)}.home-prompt-suggestion:active,.home-prompt-suggestion:hover,.prompt-suggestion:active,.prompt-suggestion:hover{border-color:var(--ink);background:var(--ink);color:var(--paper)}.auth-submit-button.auth-submit-button,.landing-primary-button.landing-primary-button,.secondary-button.is-interpret,.secondary-button.secondary-button{background:var(--ink);color:var(--paper);box-shadow:var(--shadow-button)}.auth-submit-button.auth-submit-button:hover,.landing-primary-button.landing-primary-button:hover,.secondary-button.is-interpret:hover,.secondary-button.secondary-button:hover{background:var(--color-accent-deep)!important}.ghost-button.ghost-button,.landing-secondary-button.landing-secondary-button,.result-restart-button.result-restart-button{border-color:rgba(38,59,91,.25);color:var(--ink)}.profile-avatar{background:var(--ink);color:var(--paper)}.about-block h2,.auth-switch-link,.inline-expand-button,.reading-expand-button,.reading-footer-link,.reading-inline-action{color:var(--blue)}.community-qr{border-color:var(--border);background:var(--paper)}.dice-star-vortex,.dice-starlight-convergence,.global-star-field{display:none}.dice-screen.is-invoking,.dice-screen.is-result{--dice-gold:var(--mustard);--dice-gold-soft:var(--ink);--dice-cream:var(--ink);min-height:100dvh;padding-bottom:0}.dice-screen.is-invoking .dice-entry-main,.dice-screen.is-result .dice-entry-main{width:100%;max-width:none;min-height:100dvh}.dice-screen.is-invoking .app-topbar,.dice-screen.is-result .app-topbar{width:100%;height:auto;min-height:48px;padding:var(--space-sm) var(--space-md)}.dice-screen.is-invoking .dice-stage-panel,.dice-screen.is-result .dice-stage-panel{min-height:calc(100dvh - 48px)}.dice-invocation-stage,.dice-invocation-stage.is-result{display:flex;flex-direction:column;justify-content:flex-start;width:100%;min-height:calc(100dvh - 48px);padding:30px 20px 24px}.dice-question-orbit{display:flex;flex-direction:column;width:min(100%,360px);min-height:0;padding:0;transform:none}.dice-question-kicker,.dice-result-kicker{margin:0;color:var(--ink);font-size:24px}.dice-question-subtitle{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.55;text-align:center}.dice-question-card{width:100%;margin-top:28px;padding:22px 20px;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.9);box-shadow:var(--shadow-card)}.dice-invocation-stage.is-idle .dice-question-card{margin-top:40px}.dice-question-divider{width:60px;height:1px;margin:0 auto 16px;background:var(--border)}.dice-question-divider.is-bottom{margin:16px auto 0}.dice-question-label{margin:0 0 10px;color:var(--muted);font-size:13px;letter-spacing:.06em;text-align:center}.dice-question-text{color:var(--ink);font-size:18px;font-weight:400;line-height:1.65;text-shadow:none}.reading-question-panel .dice-question-card{margin-top:0}.reading-responsive-layout{max-width:360px}.reading-question-supplement{width:100%}.reading-question-supplement .reading-divider{margin:16px 0 12px;background:var(--border)}.dice-bottom-trigger{display:flex;flex-direction:column-reverse;gap:12px;margin-top:26px;padding-bottom:0}.dice-bottom-trigger p{color:var(--ink);font-size:13px;font-weight:500;letter-spacing:.08em}.dice-spark-button{position:relative;isolation:isolate;display:grid;place-items:center;width:86px;height:86px;border:1px solid var(--ink);border-radius:50%!important;background:var(--ink);color:var(--mustard);box-shadow:var(--shadow-button);cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s cubic-bezier(.22,1,.36,1),background .18s cubic-bezier(.22,1,.36,1)}.dice-spark-button:before{content:"";position:absolute;inset:16px;border-radius:50%;background:radial-gradient(circle,rgba(217,177,125,.2) 0,rgba(217,177,125,0) 70%);opacity:.42;transform:scale(.9);animation:diceStarBreath 6.2s ease-in-out infinite;pointer-events:none}.dice-spark-glyph{position:relative;z-index:1;width:54px;height:54px;overflow:visible;filter:drop-shadow(0 1px 3px rgba(29,48,78,.2));animation:diceCompassSeeking 5.6s ease-in-out infinite}.dice-spark-core{fill:currentColor}.dice-spark-button:hover{background:var(--color-accent-deep)}.dice-spark-button:hover .dice-spark-glyph{animation-duration:7s}.dice-spark-button:active{transform:scale(.97)}.dice-spark-button:active .dice-spark-glyph{animation-play-state:paused}.dice-spark-button:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.dice-spark-button.is-active{opacity:0}@keyframes diceCompassSeeking{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@keyframes diceStarBreath{0%,to{opacity:.32;transform:scale(.88)}50%{opacity:.72;transform:scale(1.15)}}@media (prefers-reduced-motion:reduce){.dice-spark-button:before,.dice-spark-glyph{animation:none}}.dice-invocation-stage.is-result .dice-question-orbit,.dice-invocation-stage.is-spinning .dice-bottom-trigger,.dice-invocation-stage.is-spinning .dice-question-orbit,.dice-invocation-stage.is-stopping .dice-bottom-trigger,.dice-invocation-stage.is-stopping .dice-question-orbit{display:none}.dice-invocation-stage.is-result .dice-result-kicker,.dice-result-kicker{position:static;width:auto;margin:4px 0 24px;align-self:center;text-align:center;transform:none}.dice-result-kicker.is-receiving{animation:textPulse 1.5s ease-in-out infinite}.dice-cast-visual,.dice-invocation-stage.is-result .dice-cast-visual,.dice-invocation-stage.is-spinning .dice-cast-visual,.dice-invocation-stage.is-stopping .dice-cast-visual{position:relative;top:auto;left:auto;width:min(78vw,286px);min-height:0;margin:0 auto;transform:scale(.9)}.dice-invocation-stage.is-spinning .dice-cast-visual{animation:diceChartReveal .72s ease .36s both}.dice-invocation-stage.is-result .dice-cast-visual,.dice-invocation-stage.is-stopping .dice-cast-visual{transform:none}.dice-invocation-chart-shell{width:min(78vw,286px);opacity:.94;filter:drop-shadow(0 16px 28px rgba(38,59,91,.1))}@keyframes diceChartCenteredReveal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:none}}.dice-invocation-stage.is-spinning .dice-cast-visual{animation:diceChartCenteredReveal .72s ease .36s both}.dice-invocation-stage.is-result .dice-cast-visual,.dice-invocation-stage.is-stopping .dice-cast-visual{opacity:1;animation:none}.dice-result-text{margin-top:10px;color:var(--ink);font-size:17px;font-weight:500}.dice-invocation-stage.is-result .dice-result-actions,.dice-result-actions{position:static;display:flex;flex-direction:column;width:min(100%,320px);margin:25px auto 0;padding:0;gap:10px}.manual-dice-entry-link{order:4;align-self:center;width:auto;min-height:32px;margin:var(--space-sm) auto 0;padding:4px 8px;border:0;border-radius:0;background:transparent;color:var(--blue);font-family:var(--font-body);font-size:14px;font-weight:600;box-shadow:none}.manual-dice-entry-link:active,.manual-dice-entry-link:hover{background:transparent;color:var(--ink);text-decoration:underline;text-underline-offset:4px}.manual-dice-screen{min-height:100dvh}.manual-dice-screen .dice-light-main{padding-top:0}.manual-dice-entry-main{width:100%;max-width:none;min-height:100dvh}.manual-dice-layout{display:flex;flex-direction:column;align-items:center;width:min(calc(100vw - 32px),var(--flow-card-width,420px));margin:0 auto;padding:calc(clamp(46px, 9vh, 80px) - 12px) 0 24px}.manual-dice-copy{width:100%;margin-bottom:0}.manual-dice-screen .dice-question-card{margin-top:28px}.manual-dice-result-stage{display:grid;gap:10px;width:100%;margin-top:40px;text-align:center}.manual-dice-label,.manual-dice-picker-title{margin:0;color:var(--muted);font-size:13px;font-weight:700;line-height:1.5;letter-spacing:.08em;text-align:center}.manual-dice-orbs{position:relative;display:grid;grid-template-columns:repeat(3,72px);justify-content:center;gap:8px}.manual-dice-focus{display:none}.manual-dice-orb{position:relative;z-index:1;display:grid;justify-items:center;gap:6px;min-width:0;padding:0;border:0;background:transparent;color:var(--ink);font-family:var(--font-body)}.manual-dice-orb strong{display:grid;place-items:center;width:72px;height:72px;border:2px solid transparent;border-radius:50%;background:var(--surface2);font-family:var(--font-display);font-size:27px;font-weight:400;line-height:1;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.manual-dice-orb:nth-of-type(2) strong{background:rgba(129,164,181,.3)}.manual-dice-orb:nth-of-type(3) strong{background:rgba(217,177,125,.32);font-family:var(--font-body);font-weight:700;line-height:1}.manual-dice-orb span{color:var(--muted);font-size:13px;font-weight:700;line-height:1.3}.manual-dice-orb.is-empty strong{color:rgba(38,59,91,.32);font-family:var(--font-display);font-weight:400}.manual-dice-orb.is-active span{color:var(--ink)}.manual-dice-orb.is-active strong{border-color:var(--ink);box-shadow:0 0 0 3px rgba(38,59,91,.08);transform:translateY(-1px)}.manual-dice-picker{width:100%;margin-top:28px;padding-top:22px;border-top:1px solid var(--border)}.manual-dice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:13px}.manual-dice-pick{display:inline-flex;align-items:center;justify-content:center;gap:2px;min-width:0;min-height:32px;padding:0 7px;border:0;border-radius:999px!important;background:rgba(235,216,204,.68);color:var(--ink);font-family:var(--font-body);white-space:nowrap;box-shadow:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.manual-dice-pick strong{font-family:var(--font-display);font-size:13px;font-weight:400;line-height:1}.manual-dice-picker[data-step=house] .manual-dice-pick strong{font-family:var(--font-body);font-size:13px;font-weight:500}.manual-dice-pick span{flex:0 0 auto;min-width:-moz-max-content;min-width:max-content;margin-top:0;color:var(--muted);font-size:11px;font-weight:500;line-height:1;overflow:visible;text-overflow:clip}.manual-dice-pick:hover{background:rgba(219,196,183,.76)}.manual-dice-pick:active{transform:translateY(1px)}.manual-dice-pick.is-selected{background:var(--ink);color:var(--paper);box-shadow:0 0 0 3px rgba(38,59,91,.08),0 7px 16px rgba(38,59,91,.12);transform:translateY(-1px)}.manual-dice-pick.is-selected span,.manual-dice-pick.is-selected strong{color:var(--paper)}.manual-dice-actions{display:grid;gap:10px;width:min(320px,calc(100vw - 32px));margin-top:38px}.manual-dice-actions .dice-result-restart-button,.manual-dice-actions .secondary-button{justify-content:center;width:100%;min-height:48px;padding:14px 28px;border-radius:var(--radius-md);font-size:16px}.manual-dice-actions .dice-result-restart-button{margin:0;border:1px solid var(--web-line-strong);background:var(--web-paper);color:var(--web-ink)}.supplement-panel{padding:0;border:0;background:transparent;box-shadow:none}.supplement-textarea.supplement-textarea{width:100%;min-height:100px;padding:14px 16px;border:1.5px solid rgba(38,59,91,.26)!important;border-radius:0;background:rgba(255,250,247,.94)!important;color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.5;resize:vertical}.supplement-count{padding:4px 0}.app-shell{max-width:none;margin:0}.auth-screen,.community-screen,.dice-screen,.history-screen,.home-entry-screen,.home-screen,.landing-screen,.profile-screen,.purchase-screen,.reading-screen,.screen-card,.supplement-screen{width:100%;min-height:100dvh}.screen-card{overflow-x:hidden}.auth-main,.community-main,.home-entry-screen .home-main,.landing-main,.reading-main,.supplement-main{width:100%}.reading-main,.supplement-main{padding-top:0}.reading-screen,.supplement-screen{justify-content:flex-start}.app-topbar,.auth-topbar,.dice-topbar,.home-topbar,.landing-topbar,.pastro-product-topbar{display:grid;grid-template-columns:60px minmax(0,1fr) 60px;align-items:center;width:100vw;max-width:none;min-height:58px;height:58px;margin:0 0 0 calc(50% - 50vw);padding:12px clamp(20px,5vw,48px)}.app-topbar-title,.auth-topbar-mark,.dice-brand,.dice-brand-center,.dice-screen.is-invoking .app-topbar-title,.dice-screen.is-result .app-topbar-title,.home-mark,.topbar-center{margin:0;color:var(--ink);font-family:var(--font-display);font-size:15px;font-weight:700;line-height:24px;letter-spacing:.04em;text-align:center}.app-topbar-side,.topbar-left-slot,.topbar-right-slot{display:flex;align-items:center;min-width:0}.app-topbar-left,.topbar-left-slot{justify-content:flex-start}.app-topbar-right,.topbar-right-slot{justify-content:flex-end}.topbar-btn{padding:6px 10px;color:var(--muted);font-family:var(--font-body);font-size:13px;font-weight:400;line-height:18px}.auth-screen .app-topbar,.community-shell>.app-topbar,.dice-screen .app-topbar,.dice-screen.is-invoking .app-topbar,.dice-screen.is-result .app-topbar,.history-screen>.app-topbar,.home-entry-screen .app-topbar,.purchase-shell>.app-topbar,.reading-shell>.app-topbar,.supplement-shell>.app-topbar{display:grid;grid-template-columns:60px minmax(0,1fr) 60px;width:100vw;max-width:none;min-height:58px;height:58px;margin:0 0 0 calc(50% - 50vw);padding:12px clamp(20px,5vw,48px)}:root{--flow-card-width:420px;--reading-column-width:600px}.home-prompt-form,.supplement-shell{max-width:var(--flow-card-width)}.manual-dice-entry-link.manual-dice-entry-link{opacity:1;cursor:pointer}.manual-dice-entry-link.manual-dice-entry-link.is-disabled,.manual-dice-entry-link.manual-dice-entry-link:disabled,.manual-dice-entry-link.manual-dice-entry-link[aria-disabled=true]{color:rgba(38,59,91,.36);cursor:default;text-decoration:none}.dice-question-orbit{width:min(100%,var(--flow-card-width))}.reading-responsive-layout,.reading-shell{max-width:var(--reading-column-width)}.reading-responsive-layout{margin-top:30px;gap:24px}.reading-question-panel{width:min(100%,var(--flow-card-width));margin:0 auto}.reading-answer-card{width:100%;margin-top:0;padding:26px 28px 24px}.home-question-input-card.home-question-input-card textarea,.supplement-textarea.supplement-textarea{border-radius:var(--control-radius)}.supplement-copy{margin:30px 0 24px}.supplement-copy .supplement-title{margin:0;font-size:24px;font-weight:500;line-height:1.2}.supplement-copy .supplement-subtitle{max-width:400px;margin:12px auto 0;font-size:14px;line-height:1.7}.supplement-actions{max-width:var(--flow-card-width);margin-top:24px}.supplement-actions .secondary-button{width:100%}.community-main{padding-top:0}.community-screen,.history-screen,.profile-screen{max-width:none;justify-content:flex-start}.community-shell:not(.about-shell){max-width:var(--flow-card-width)}.community-content{padding-top:30px}.history-screen>.app-topbar,.profile-screen>.app-topbar{width:100%;max-width:none;margin:0}.dice-invocation-chart-shell .ring{box-shadow:none}.dice-invocation-stage.is-result .dice-invocation-chart-shell .ring-signs:before{display:block;border-color:rgba(38,59,91,.16)}.reading-result-opening{display:flex;flex-direction:column;align-items:center;gap:14px;margin:0 0 26px;padding-bottom:24px;border-bottom:1px solid var(--border)}.reading-result-opening-label{margin:0;color:var(--muted);font-size:13px;letter-spacing:.08em}.reading-result-orbs{display:flex;justify-content:center;gap:12px}.reading-result-orb{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:var(--surface2);color:var(--ink);font-size:18px;line-height:1}.reading-result-orb:nth-child(2){background:rgba(129,164,181,.3)}.reading-result-orb:nth-child(3){background:rgba(217,177,125,.32)}.flow-modal.flow-modal{width:min(calc(100% - 32px),390px);padding:0;border-radius:var(--control-radius);overflow:hidden;background:var(--paper);box-shadow:0 20px 52px rgba(38,59,91,.14)}.flow-modal h2{color:var(--ink)!important;font-family:var(--font-display);font-size:22px!important;font-weight:500!important}div[role=presentation]:has(>.flow-modal){background:rgba(38,59,91,.18);backdrop-filter:blur(6px)}.flow-modal>div:first-child{padding:22px 22px 0}.flow-modal>div:nth-child(2){padding:12px 22px 22px}.flow-modal>div:last-child{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 22px 22px}.flow-modal>div:last-child button{width:100%;min-width:0;min-height:46px;border-radius:var(--control-radius)!important}.flow-modal-primary{grid-column:1/-1;background:var(--ink)!important;color:var(--paper)!important}.flow-modal-secondary{border-color:var(--border)!important;background:rgba(255,250,247,.94)!important;color:var(--ink)!important}.flow-modal-cancel{border:1px solid transparent!important;background:transparent!important;color:var(--muted)!important}.home-entry-screen .home-entry-main .prompt-mode-intro{width:min(100%,var(--flow-card-width));max-width:var(--flow-card-width);justify-items:center;text-align:center}.home-entry-screen .prompt-description,.home-entry-screen .prompt-title{width:100%;text-align:center}.home-entry-screen .prompt-description{max-width:none;line-height:1.65}.home-prompt-suggestion.home-prompt-suggestion{display:flex;align-items:center;gap:12px;min-height:46px;padding:6px 12px;text-align:left}.home-suggestion-stage{gap:6px}.home-prompt-tag{flex:0 0 auto;min-width:46px;padding:5px 8px;border-radius:999px;background:var(--surface2);font-size:12px;font-weight:500;line-height:18px;text-align:center}.home-prompt-copy{line-height:1.55}.home-prompt-suggestion:active .home-prompt-tag,.home-prompt-suggestion:hover .home-prompt-tag{background:rgba(255,250,247,.18);color:inherit}.about-shell{max-width:460px}.about-content{gap:18px;padding:34px 0 42px}.about-hero{width:100%;margin-bottom:8px;text-align:center}.about-eyebrow{margin:0 0 10px;color:var(--blue);font-size:12px;letter-spacing:.14em}.about-title{margin:0;font-size:29px}.about-lead{max-width:340px;margin:14px auto 0;color:var(--muted);font-size:14px;line-height:1.8}.about-block{padding:22px 20px}.about-dice-grid{margin-top:16px}.about-dice-cell{padding:12px 4px}.about-flow{width:100%;margin:0;padding:4px 0;list-style:none}.about-flow li{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start;padding:13px 4px;border-bottom:1px solid var(--border)}.about-flow li:last-child{border-bottom:0}.about-flow span{padding-top:2px;color:var(--blue);font-size:12px;letter-spacing:.1em}.about-flow strong{color:var(--ink);font-size:15px;font-weight:500}.about-flow p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.about-content .landing-primary-button{width:min(100%,320px);margin-top:10px}.dice-invocation-stage.is-idle{padding-top:clamp(46px,9vh,80px)}.dice-invocation-stage,.dice-invocation-stage.is-result,.dice-screen.is-invoking .dice-stage-panel,.dice-screen.is-result .dice-stage-panel{min-height:calc(100dvh - 58px)}.dice-invocation-stage.is-idle .dice-question-orbit{margin:0 auto}.dice-invocation-stage.is-idle .dice-bottom-trigger{align-items:center;width:100%;margin-top:clamp(42px,8vh,72px);text-align:center}.dice-result-context{width:min(100%,var(--flow-card-width));margin:22px auto 0;padding:17px 18px 16px;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.78);text-align:left}.dice-result-context-label,.reading-supplement-label{margin:0 0 8px;color:var(--blue);font-size:12px;line-height:1.4;letter-spacing:.08em}.dice-result-context-question{margin:0;color:var(--ink);font-family:var(--font-display);font-size:17px;font-weight:500;line-height:1.55}.dice-result-context-divider{height:1px;margin:14px 0 12px;background:var(--border)}.dice-result-supplement-label{margin:0 0 7px;color:var(--muted);font-size:12px;letter-spacing:.08em}.dice-result-supplement-copy{margin:0;color:var(--muted);font-size:13px;line-height:1.65;text-align:left;white-space:pre-wrap}.dice-invocation-stage.is-result .dice-result-actions{margin-top:24px}.reading-question-panel .dice-question-card{position:relative;padding:19px 20px 18px;background:rgba(255,250,247,.76);box-shadow:none;text-align:left}.reading-question-panel .dice-question-divider{display:none}.reading-question-panel .dice-question-label{margin:0 0 9px;color:var(--blue);font-size:12px;letter-spacing:.08em;text-align:left}.reading-question-panel .dice-question-text{color:var(--ink);font-family:var(--font-display);font-size:19px;font-weight:500;line-height:1.55;text-align:left}.reading-question-panel .dice-question-expand-button{position:absolute;right:20px;bottom:18px;margin:0}.reading-question-panel .dice-question-card:has(>.dice-question-expand-button){padding-bottom:48px}.reading-question-supplement{margin-top:15px;padding-top:13px;border-top:1px solid var(--border)}.reading-question-supplement .reading-supplement{margin:0;color:var(--muted);font-size:14px;line-height:1.7}@media (max-width:520px){.about-content{padding-left:20px;padding-right:20px}}.auth-main{padding-top:30px}.auth-screen{justify-content:flex-start}.auth-screen .app-topbar{flex:0 0 58px}.auth-entry-main{width:min(100%,var(--flow-card-width));max-width:var(--flow-card-width);margin:0 auto;padding-top:0;align-items:stretch}.auth-copy,.history-copy{width:100%;margin:0 0 24px;text-align:left}.auth-copy .auth-title,.history-copy .record-title{width:100%;margin:0;color:var(--ink);font-family:var(--font-display);font-size:24px;font-weight:500;line-height:1.2;letter-spacing:0;text-align:left}.auth-copy .auth-subcopy,.history-copy .record-subtitle{max-width:none;margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.65;text-align:left}.auth-copy,.auth-copy .auth-subcopy,.auth-copy .auth-title{text-align:center}.auth-tab-row{margin-bottom:20px;padding:4px;gap:4px;background:rgba(255,250,247,.7)}.auth-tab{border-radius:7px!important}.auth-tab+.auth-tab{border-left:0}.auth-tab.is-active{background:var(--ink);color:var(--paper)}.auth-input.auth-input{border-radius:var(--control-radius)}.history-screen{align-items:center}.history-empty,.record-head.history-copy{width:min(calc(100% - 40px),var(--flow-card-width));max-width:var(--flow-card-width);margin-left:auto;margin-right:auto}.record-head.history-copy{margin-top:30px}.history-list{gap:10px;margin-top:0}.history-item{padding:16px;border-radius:var(--control-radius)}.history-mode-tag{color:var(--blue);font-weight:500}.history-mode-tag span{padding:2px 7px;border-radius:999px;background:var(--surface2);color:var(--muted);font-weight:500}.history-question{color:var(--ink);font-size:16px;font-weight:500;line-height:1.55}.history-result{margin-top:6px;color:var(--muted)}.history-time{margin-top:8px}.history-more-button{border-color:transparent;background:transparent;color:var(--muted)}.history-empty{margin-top:0;padding:34px 24px;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.74);box-shadow:var(--shadow-card)}.history-empty-title{color:var(--ink);font-family:var(--font-display);font-size:20px;font-weight:500}.history-empty-copy{max-width:300px;margin:10px auto 0;color:var(--muted);font-size:14px;line-height:1.65}.history-empty .secondary-button{width:min(100%,260px);min-height:48px;margin-top:22px}.home-suggestion-group,.home-suggestion-stage{width:100%;max-width:none}.home-prompt-suggestion.home-prompt-suggestion{position:relative;width:100%;border:0;border-radius:0;background:transparent;padding:8px 0}.home-prompt-suggestion.home-prompt-suggestion+.home-prompt-suggestion{border-top:1px solid rgba(38,59,91,.1)}.home-prompt-suggestion.home-prompt-suggestion:active,.home-prompt-suggestion.home-prompt-suggestion:hover{border-color:rgba(38,59,91,.1);background:transparent;color:var(--ink)}.home-prompt-tag{min-width:72px;padding:4px 7px;text-align:left}.home-prompt-suggestion:active .home-prompt-tag,.home-prompt-suggestion:hover .home-prompt-tag,.home-prompt-tag{background:transparent;color:var(--blue)}.record-head.history-copy,.record-head.history-copy .record-subtitle,.record-head.history-copy .record-title{text-align:center}.history-list,.record-head.history-copy .record-subtitle{margin-left:auto;margin-right:auto}.history-list{width:min(calc(100% - 40px),560px);max-width:560px;gap:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.76);box-shadow:var(--shadow-card)}.history-item{padding:14px 16px;border:0;border-radius:0;background:transparent;box-shadow:none}.history-item+.history-item{border-top:1px solid var(--border)}.history-item:hover{border-color:var(--border);background:rgba(245,233,226,.42)}.history-row{width:100%;gap:12px;align-items:center}.history-row-button{flex:1 1 auto}.history-more-button{width:36px;height:40px;color:rgba(58,50,47,.46);font-size:17px;transition:color .16s ease,background .16s ease}.history-more{display:flex;align-self:center;align-items:center;justify-content:center}.history-more-button:active,.history-more-button:hover{background:var(--surface2);color:var(--ink)}.history-summary{display:flex;flex-wrap:wrap;align-items:baseline;gap:7px;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.5}.history-result,.history-time{margin:0;color:var(--muted)}.history-summary-divider{color:rgba(58,50,47,.28)}.history-status{padding:1px 6px;border-radius:999px;font-size:12px;line-height:18px}.history-status.is-interpreted{background:rgba(129,164,181,.16);color:#557c8d}.history-status.is-uninterpreted{background:rgba(214,160,138,.18);color:#a66e62}.history-main{padding-right:4px}.supplement-credit-note{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.55;text-align:center}.credit-balance-card{display:flex;width:min(calc(100% - 40px),360px);max-width:360px;margin:12px auto 0;padding:18px 16px;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.88);box-shadow:var(--shadow-card)}.credit-balance-label{margin:0 0 6px;color:var(--muted);font-size:12px;line-height:1.4}.credit-balance-value{margin:0;color:var(--ink);font-family:var(--font-display);font-size:27px;font-weight:500;line-height:1.1}.credit-balance-actions{display:grid;gap:8px;justify-items:end}.credit-buy-link{min-height:40px;padding:0 14px;border:1px solid rgba(38,59,91,.2);border-radius:999px;background:transparent;color:var(--ink);font:inherit;font-size:13px;font-weight:500}.credit-buy-link:hover{background:rgba(38,59,91,.06)}.credit-ledger-list{width:min(calc(100% - 40px),560px);margin:0 auto;overflow:hidden;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.76);box-shadow:var(--shadow-card)}.credit-ledger-status{margin-top:0}.credit-ledger-row{display:flex;padding:12px 16px;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border)}.credit-ledger-row:first-child{border-top:0}.credit-ledger-time,.credit-ledger-title{margin:0}.credit-ledger-title{color:var(--ink);font-size:14px}.credit-ledger-time{margin-top:4px;color:var(--muted);font-size:12px}.credit-ledger-row strong{font-size:16px;font-weight:600}.credit-ledger-row strong.is-added{color:#557c8d}.credit-ledger-row strong.is-used{color:#a66e62}.reading-credit-actions{display:grid;justify-items:center;gap:10px}.reading-purchase-button{width:min(100%,240px);min-height:46px;margin-top:18px}.purchase-main{align-items:center;justify-content:flex-start;padding-top:0}.purchase-shell{width:min(calc(100% - 40px),440px);margin:0 auto;padding-bottom:42px}.purchase-header{margin:18px 0 16px;text-align:center}.purchase-kicker{margin:0 0 12px;color:var(--blue);font-size:12px;font-weight:600;letter-spacing:.1em}.purchase-title{font-size:29px;line-height:1.28}.purchase-header .record-title,.purchase-title{margin:0;color:var(--ink);font-family:var(--font-display);font-weight:500}.purchase-header .record-title{width:100%;font-size:24px;line-height:1.2;letter-spacing:0;text-align:center}.purchase-subtitle{margin:10px auto 0;color:var(--muted);font-size:14px;line-height:1.65}.purchase-account{display:inline-block;margin:16px 0 0;padding:6px 10px;border-radius:999px;background:rgba(129,164,181,.13);color:var(--blue);font-size:12px}.purchase-community-link{min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--blue);font:inherit;font-weight:650;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.purchase-community-link:hover,.redeem-toggle-button:hover{color:var(--ink)}.purchase-community-link:focus-visible,.redeem-toggle-button:focus-visible{outline:2px solid rgba(38,59,91,.3);outline-offset:3px}.purchase-redeem-link{width:100%;min-height:44px;margin:0 0 14px;border:1px solid rgba(38,59,91,.18);border-radius:var(--control-radius);background:rgba(129,164,181,.1);color:var(--blue);font:inherit;font-size:14px;font-weight:600}.purchase-packages{display:grid;overflow:hidden;border-top:0;border-bottom:0;background:transparent}.purchase-package{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr) auto;width:100%;min-height:54px;padding:11px 12px;align-items:center;gap:10px;border:0;border-top:1px solid rgba(38,59,91,.08);border-radius:0;background:transparent;box-shadow:none;color:inherit;font:inherit;text-align:left}.purchase-package:first-child{border-top:0}.purchase-package.is-featured{background:transparent}.purchase-package.is-selected{background:rgba(129,164,181,.13)}.purchase-package-select{width:13px;height:13px;border:1.5px solid rgba(38,59,91,.35);border-radius:50%;background:var(--paper)}.purchase-package.is-selected .purchase-package-select{border-color:var(--blue);box-shadow:inset 0 0 0 3px var(--paper);background:var(--blue)}.purchase-package-main{display:grid;gap:3px;min-width:0}.purchase-package-name{display:flex;min-width:0;align-items:center;gap:7px;color:var(--ink);font-size:14px;font-weight:650}.purchase-package-count{color:var(--muted);font-size:12px}.purchase-package-tag{flex:none;padding:1px 7px;border-radius:999px;background:var(--ink);color:var(--paper);font-size:10px;font-weight:600}.purchase-price{display:grid;justify-items:end;gap:4px}.purchase-price del{color:var(--muted);font-size:12px}.purchase-price strong{color:var(--ink);font-size:17px;font-weight:650}.purchase-methods{display:grid;gap:10px;margin-top:28px}.purchase-methods>h2{margin:0 0 2px;color:var(--ink);font-size:16px;font-weight:600}.purchase-service-note{margin:0 0 4px;padding:11px 12px;border-radius:10px;background:rgba(129,164,181,.12);color:var(--muted);font-size:13px;line-height:1.65}.purchase-method{padding:0;border:0;border-radius:0;background:transparent}.purchase-method strong{color:var(--ink);font-size:15px}.purchase-method p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.purchase-qr{height:154px;-o-object-fit:cover;object-fit:cover}.purchase-alipay-qr,.purchase-qr{display:block;width:154px;margin:16px auto 0;border-radius:10px}.purchase-alipay-qr{height:auto}.purchase-method .purchase-email-note{margin-top:10px;padding:10px 12px;border-radius:8px;background:rgba(129,164,181,.12);color:var(--muted);font-size:13px;line-height:1.65;word-break:break-all}.purchase-remark-row{display:flex;gap:10px;margin-top:4px;align-items:center;justify-content:space-between}.purchase-method .purchase-email-note strong{color:var(--ink);font-size:13px;font-weight:600}.purchase-remark-row button{flex:none;min-height:30px;padding:0 10px;border:1px solid rgba(38,59,91,.16);border-radius:999px;background:var(--paper);color:var(--blue);font:inherit;font-size:12px}.yishoumi-method{border-top:0;padding-top:6px;background:transparent}.yishoumi-method>strong{display:block;color:var(--muted);font-size:13px;font-weight:500;line-height:1.5;text-align:center}.yishoumi-payment-actions{display:grid;gap:10px;margin-top:9px}.yishoumi-pay-button{width:100%;min-height:44px}.payment-message{margin:10px 0 0;font-size:13px;line-height:1.6}.payment-message.is-error{color:#a66e62}.payment-message.is-info{color:#557c8d}.payment-qr-panel{display:grid;justify-items:center;gap:10px;margin-top:14px;padding:14px;border:1px solid rgba(38,59,91,.12);border-radius:10px;background:rgba(255,250,247,.86)}.payment-qr-image{width:180px;height:180px;border-radius:8px;background:#fff}.payment-qr-panel p{margin:0;color:var(--muted);font-size:12px;line-height:1.55;text-align:center}.payment-open-link{min-height:36px;padding:0 14px;border:1px solid rgba(38,59,91,.18);border-radius:999px;background:var(--paper);color:var(--blue);font:inherit;font-size:13px;font-weight:600}.payment-flow-modal>div:last-child{grid-template-columns:1fr}.payment-flow-modal .flow-modal-primary{grid-column:auto}.payment-qr-content,.payment-success-content{display:grid;justify-items:center;gap:12px;text-align:center}.payment-qr-content p,.payment-success-content p{margin:0}.payment-qr-content>p:first-child{color:var(--muted);font-size:13px;line-height:1.65}.payment-flow-modal .payment-qr-image{width:190px;height:190px;margin:2px 0;border:1px solid rgba(38,59,91,.08);border-radius:12px;background:var(--paper)}.payment-order-summary{color:var(--ink);font-size:13px;font-weight:650;line-height:1.5}.payment-success-content{justify-items:stretch;text-align:left}.payment-success-balance{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:12px;border-top:1px solid rgba(38,59,91,.12);color:var(--muted)!important;font-size:13px!important;line-height:1.5!important}.payment-success-balance strong{color:var(--blue);font-family:var(--font-ui);font-size:18px;font-weight:650;white-space:nowrap}.redeem-shell{display:grid;gap:14px}.redeem-balance-card{width:100%;margin:0;max-width:none}.redeem-screen .redeem-balance-card{margin:0;border-radius:0;justify-content:center;color:var(--muted)}.redeem-screen .redeem-balance-card>div{display:inline-flex;align-items:baseline;gap:8px}.redeem-screen .credit-balance-label{margin:0;font-size:13px;line-height:1.5}.redeem-screen .credit-balance-value{font-family:var(--font-ui);font-size:14px;font-weight:650;color:var(--blue)}.redeem-entry-card{display:grid;gap:14px;padding:18px 16px;border:1px solid var(--border);border-radius:var(--control-radius);background:rgba(255,250,247,.78)}.redeem-purchase-guide{padding:4px 0 0;border:0;border-radius:0;background:transparent}.redeem-form{display:grid;gap:10px}.redeem-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.redeem-control-row{display:flex;gap:10px;align-items:flex-start}.redeem-input{text-transform:uppercase}.redeem-input.auth-input.field-control{flex:1 1 auto;width:auto;height:44px;min-height:44px;padding:0 14px;border-radius:10px;font-size:14px;line-height:1.2}.redeem-message{margin:0;font-size:13px;line-height:1.55}.redeem-message.is-success{color:#557c8d}.redeem-message.is-error{color:#a66e62}.redeem-submit-button.secondary-button.is-interpret{display:inline-flex;flex:0 0 104px;align-items:center;justify-content:center;width:104px;min-width:0;height:44px;min-height:44px;margin-top:0;padding:0 14px;border-radius:10px;font-size:14px;line-height:1;white-space:nowrap;box-shadow:none}.redeem-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px}.redeem-section-heading h2{margin:0;color:var(--ink);font-size:16px;font-weight:650}.redeem-inline-panel{display:grid;gap:12px;padding:12px 0 14px;border:0;border-top:1px solid rgba(38,59,91,.12);border-bottom:1px solid rgba(38,59,91,.12);border-radius:0;background:transparent}.redeem-toggle-button{display:flex;align-items:center;flex:none;justify-content:center;min-height:28px;padding:0;border:0;border-radius:0;background:transparent;color:var(--blue);font:inherit;font-size:13px;font-weight:650;text-align:left;gap:4px}.redeem-toggle-button span:last-child{flex:none;color:var(--muted);font-size:12px;font-weight:500}.redeem-inline-copy{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.redeem-community-guide{display:grid;gap:10px;padding-top:2px}.redeem-community-guide p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.redeem-community-guide .purchase-redeem-link{margin:0}.redeem-purchase-guide{display:grid;gap:11px}.redeem-guide-header{display:grid;gap:6px}.redeem-guide-header h2,.redeem-guide-header p{margin:0}.redeem-guide-header h2{color:var(--ink);font-size:17px;font-weight:600}.redeem-guide-header p{color:var(--muted);font-size:13px;line-height:1.65}.community-shell,.purchase-shell,.reading-shell,.redeem-shell,.supplement-shell{padding-bottom:max(32px,env(safe-area-inset-bottom))}@media (max-width:520px){:root{--reading-column-width:100%}.app-topbar,.auth-screen .app-topbar,.auth-topbar,.community-shell>.app-topbar,.dice-screen .app-topbar,.dice-screen.is-invoking .app-topbar,.dice-screen.is-result .app-topbar,.dice-topbar,.history-screen>.app-topbar,.home-entry-screen .app-topbar,.home-topbar,.landing-topbar,.pastro-product-topbar,.purchase-shell>.app-topbar,.reading-shell>.app-topbar,.redeem-shell>.app-topbar,.supplement-shell>.app-topbar{grid-template-columns:52px minmax(0,1fr) 52px;min-height:52px;height:52px;padding:8px 16px}.app-topbar-title,.dice-screen.is-invoking .app-topbar-title,.dice-screen.is-result .app-topbar-title{font-size:14px}.topbar-btn{min-height:44px;padding:4px}.auth-main,.community-main,.home-entry-screen .home-main,.landing-main,.reading-main,.supplement-main{padding-left:16px;padding-right:16px}.home-entry-screen .home-main,.landing-main{min-height:calc(100dvh - 52px)}.auth-main{padding-top:22px}.community-content,.record-head.history-copy,.supplement-copy{margin-top:22px}.supplement-copy{margin-bottom:18px}.auth-copy .auth-title,.history-copy .record-title,.supplement-copy .supplement-title{font-size:22px}.auth-copy .auth-subcopy,.history-copy .record-subtitle,.supplement-copy .supplement-subtitle{margin-top:8px;line-height:1.55}.supplement-actions{margin-top:18px}.reading-responsive-layout{margin-top:20px;gap:16px}.reading-answer-card{padding:20px 18px}.credit-balance-card,.credit-ledger-list,.history-empty,.history-list,.record-head.history-copy{width:min(calc(100% - 32px),560px)}.history-item{padding:12px 14px}.purchase-shell{width:min(calc(100% - 32px),440px)}.credit-balance-actions{justify-items:stretch}.purchase-header{margin:14px 0 18px}.purchase-title{font-size:25px}.purchase-subtitle{margin-top:8px;line-height:1.55}.purchase-package{min-height:52px;padding:10px 12px}.purchase-methods{margin-top:22px}.purchase-method{padding:0}}@media (max-height:700px) and (max-width:520px){.landing-main{justify-content:center;padding-top:14px;padding-bottom:18px}.home-entry-screen .home-main{padding-top:16px;padding-bottom:20px}.home-entry-screen .home-entry-main .prompt-mode-intro{margin-bottom:12px}.home-question-input-card.home-question-input-card textarea{min-height:84px}.home-suggestion-group{margin-top:4px}.home-prompt-suggestion.home-prompt-suggestion{padding-top:6px;padding-bottom:6px}.home-submit-button.home-submit-button{margin-top:12px}.dice-invocation-stage.is-idle{padding-top:18px}.dice-invocation-stage.is-idle .dice-bottom-trigger{margin-top:18px}.community-content,.record-head.history-copy,.supplement-copy{margin-top:16px}.supplement-copy{margin-bottom:14px}.supplement-textarea.supplement-textarea{min-height:112px}.supplement-actions{margin-top:14px}.reading-responsive-layout{margin-top:14px;gap:12px}}.redeem-screen .redeem-balance-card{width:100%;max-width:none;margin-right:0;margin-left:0;padding:0;border:0;background:transparent;box-shadow:none}@media (max-width:460px){.purchase-shell{width:min(calc(100% - 32px),440px)}.redeem-control-row{flex-direction:column}.redeem-input.auth-input.field-control,.redeem-submit-button.secondary-button.is-interpret{width:100%;flex-basis:auto;min-width:0}}