.temple-status{display:flex;flex-direction:column;gap:8px;padding:14px 16px;margin-bottom:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.temple-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--text-secondary)}.temple-status-row strong{color:var(--text-primary);font-weight:600}.temple-status-badge{font-size:11px;font-weight:600;padding:3px 10px;border-radius:var(--radius-pill);background:rgb(var(--tarot-accent-rgb)/.12);color:var(--gold);white-space:nowrap}.temple-status-badge--done{background:var(--success-bg);color:var(--success)}.temple-worship{position:relative;min-height:calc(100dvh - var(--nav-h) - 48px);display:flex;flex-direction:column;align-items:center;padding:24px 20px 96px;touch-action:manipulation;-moz-user-select:none;user-select:none;-webkit-user-select:none}.temple-worship-vignette{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:0;transition:opacity .6s ease;background:radial-gradient(ellipse 80% 70% at 50% 42%,transparent 0,rgb(var(--os-rgb-mono-bg,250 250 248)/.55) 55%,rgb(var(--tarot-accent-rgb)/.12) 100%)}.temple-worship-vignette.is-active{opacity:1}.temple-worship-vignette.is-peak{background:radial-gradient(ellipse 75% 65% at 50% 40%,transparent 0,rgb(var(--tarot-ivory-warm)/.7) 50%,rgb(var(--tarot-accent-alt-rgb)/.22) 100%)}.temple-worship-inner{position:relative;z-index:1;max-width:360px;flex-direction:column;flex:1 1}.temple-facing,.temple-worship-inner{width:100%;display:flex;align-items:center}.temple-facing{margin-bottom:20px;padding:12px 16px;background:var(--tarot-surface-glass);border:1px solid var(--border-focus);border-radius:var(--radius-md);gap:14px;box-shadow:var(--shadow-sm)}.temple-facing-compass{width:52px;height:52px;flex-shrink:0;border-radius:50%;background:linear-gradient(160deg,var(--tarot-ivory-warm),var(--os-color-ivory-100,#efe8db));border:1px solid var(--border);position:relative}.temple-facing-compass-arrow{position:absolute;inset:14px;display:flex;align-items:center;justify-content:center;transition:transform .4s var(--ease-out)}.temple-facing-compass-arrow svg{width:20px;height:20px;color:var(--gold)}.temple-facing-text{flex:1 1;min-width:0}.temple-facing-label{font-size:14px;font-weight:600;color:var(--text-primary);font-family:var(--font-serif)}.temple-facing-hint{font-size:11px;color:var(--text-muted);margin-top:2px;line-height:1.4}.temple-worship-stage{position:relative;width:100%;flex:1 1;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius-lg);border:1px dashed var(--border-focus);background:linear-gradient(180deg,rgb(var(--os-rgb-mono-white,255 255 255)/.6) 0,rgb(var(--os-rgb-mono-bg,250 250 248)/.9) 100%);cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.temple-worship-stage.is-pressed{border-color:var(--gold-light);border-style:solid;box-shadow:var(--shadow-gold);background:linear-gradient(180deg,var(--tarot-surface-glass) 0,rgb(var(--tarot-ivory-warm)/.95) 100%)}.temple-worship-stage.is-stage-2,.temple-worship-stage.is-stage-3{border-style:solid}.temple-deity-wrap{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.temple-halo-ring{position:absolute;top:50%;left:50%;border-radius:50%;border:1px solid var(--gold-light);transform:translate(-50%,-50%);transition:all .8s var(--ease-out);pointer-events:none}.temple-deity-portrait{width:148px;height:148px;border-radius:50%;overflow:hidden;position:relative;z-index:2;border:2px solid var(--tarot-surface-glass-strong);box-shadow:var(--shadow-md);transition:all .5s var(--ease-out)}.temple-deity-portrait img{width:100%;height:100%;object-fit:cover;display:block}.temple-worship-stage.is-stage-2 .temple-deity-portrait{box-shadow:0 0 36px rgb(var(--tarot-accent-rgb)/.35)}.temple-worship-stage.is-stage-3 .temple-deity-portrait{transform:scale(1.05);box-shadow:0 0 48px rgb(var(--tarot-accent-rgb)/.45)}.temple-particle{position:absolute;top:50%;left:50%;border-radius:50%;background:var(--gold-light);pointer-events:none;animation:temple-particle-rise 2s ease-out infinite}@keyframes temple-particle-rise{0%{opacity:.6;transform:translate(-50%,-50%) translateY(0)}to{opacity:0;transform:translate(-50%,-50%) translateY(-80px)}}.temple-worship-name{font-size:20px;font-weight:600;color:var(--text-primary);font-family:var(--font-display);letter-spacing:.04em;margin-bottom:4px}.temple-worship-name-en{font-size:12px;color:var(--text-muted);font-family:var(--font-sans);margin-bottom:16px}.temple-worship-hint{text-align:center;font-size:15px;color:var(--text-secondary);font-family:var(--font-serif);line-height:1.6;padding:0 16px}.temple-worship-progress{margin-top:20px;width:140px}.temple-worship-progress-bar{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.temple-worship-progress-fill{height:100%;background:var(--gold-light);border-radius:2px;transition:width .1s linear}.temple-worship-progress-label{margin-top:6px;font-size:11px;color:var(--text-muted);font-family:var(--font-mono);text-align:center}.temple-worship-toast{margin-top:12px;font-size:13px;color:var(--text-secondary);font-family:var(--font-serif);text-align:center}.temple-blessing{display:flex;flex-direction:column;align-items:center;padding:48px 20px 96px;text-align:center;animation:temple-fade-in-up .5s var(--ease-out)}@keyframes temple-fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.temple-blessing-portrait{width:64px;height:64px;border-radius:50%;overflow:hidden;margin-bottom:24px;box-shadow:var(--shadow-gold)}.temple-blessing-portrait img{width:100%;height:100%;object-fit:cover}.temple-blessing-peak{font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--gold-light);margin-bottom:16px;letter-spacing:.06em}.temple-blessing-lead{font-size:14px;color:var(--text-secondary);margin-bottom:24px;max-width:300px;line-height:1.7;font-family:var(--font-serif)}.temple-blessing-card{padding:20px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:24px;max-width:340px;width:100%}.temple-blessing-card-label{font-size:11px;color:var(--gold);margin-bottom:10px;letter-spacing:.1em;font-family:var(--font-display)}.temple-blessing-card-text{font-size:14px;color:var(--text-primary);line-height:1.8;font-family:var(--font-serif)}.temple-blessing-merit{font-size:12px;color:var(--gold-light);margin-bottom:24px;font-family:var(--font-mono);letter-spacing:.06em;background:rgb(var(--tarot-accent-alt-rgb)/.1);padding:6px 16px;border-radius:var(--radius-pill)}.temple-blessing-actions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:300px}.temple-blessing-back{background:none;border:none;color:var(--text-secondary);font-size:13px;cursor:pointer;padding:10px 0;font-family:var(--font-sans)}.temple-donation{width:100%;max-width:320px;margin:0 auto 20px;padding:16px;background:var(--tarot-surface-glass-strong);border:1px solid var(--border-focus);border-radius:var(--radius-md)}.temple-donation-label{text-align:center;font-size:12px;color:var(--text-muted);margin-bottom:10px;letter-spacing:.08em}.temple-donation-note{font-size:11px;color:var(--text-secondary);line-height:1.5;margin:0 0 8px;text-align:center}.temple-donation-formula{font-size:11px;color:var(--text-muted);text-align:center;margin:0 0 12px}.temple-donation-merit{color:var(--gold-light);font-family:var(--font-mono)}.temple-donation-presets{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px;margin-bottom:12px}.temple-donation-preset{padding:8px 4px;font-size:11px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer}.temple-donation-preset.is-active{border-color:var(--border-focus);color:var(--gold-light);background:rgb(var(--tarot-accent-rgb)/.08)}.temple-donation-slider-label{display:block;font-size:11px;color:var(--text-muted);margin-bottom:12px;text-align:center}.temple-donation-slider{width:100%;margin-top:8px;accent-color:var(--gold)}.temple-donation-submit{width:100%;font-size:13px}.temple-donation-error{margin-top:8px;font-size:11px;color:var(--error);text-align:center}.temple-donation-toast{margin:0 0 16px;padding:10px 14px;font-size:12px;color:var(--success);background:var(--success-bg);border-radius:var(--radius-md);text-align:center}.temple-home{max-width:var(--content-max);margin:0 auto;padding:0 20px 96px}.temple-home-shrine{position:relative;min-height:40dvh;margin:0 -20px 20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.temple-home-shrine-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 30%,rgb(var(--os-rgb-mono-bg,250 250 248)/.9),transparent 70%),radial-gradient(ellipse 90% 80% at 50% 100%,rgb(var(--tarot-accent-alt-rgb)/.15),transparent 60%),linear-gradient(180deg,rgb(var(--os-rgb-mono-bg,250 250 248)/.5),var(--tarot-surface-glass-strong))}.temple-home-shrine-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:24px 20px;text-align:center}.temple-home-deity-portrait{width:min(168px,42vw);height:min(168px,42vw);border-radius:50%;overflow:hidden;border:3px solid rgb(var(--os-rgb-mono-white,255 255 255)/.95);box-shadow:0 12px 40px rgb(var(--tarot-accent-rgb)/.28);margin-bottom:16px}.temple-home-deity-portrait img{width:100%;height:100%;object-fit:cover;display:block}.temple-home-deity-portrait--placeholder{display:flex;align-items:center;justify-content:center;background:rgb(var(--tarot-accent-rgb)/.1);color:var(--gold-light);border:1px solid rgb(var(--tarot-accent-rgb)/.22)}.temple-home-skipped-lead{margin:0 0 16px;max-width:280px;font-size:13px;line-height:1.65;color:var(--text-secondary);font-family:var(--font-sans)}.temple-home-deity-name{margin:0;font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--text-primary);letter-spacing:.04em}.temple-home-deity-en{margin:4px 0 16px;font-size:12px;color:var(--text-muted)}.temple-home-worship-btn{min-width:160px}.temple-home-verse{margin-bottom:16px;padding:16px 18px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.temple-home-verse-label{font-size:11px;color:var(--gold);letter-spacing:.1em;margin-bottom:10px;font-family:var(--font-display)}.temple-home-verse-text{margin:0;font-size:15px;line-height:1.85;color:var(--text-primary);font-family:var(--font-serif);white-space:pre-line}.temple-home-verse-meta{margin:10px 0 0;font-size:11px;color:var(--text-muted)}.temple-home-merit{margin-bottom:16px;padding:16px 18px}.temple-home-merit-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.temple-home-merit-label{font-size:12px;color:var(--text-secondary)}.temple-home-merit-level{font-size:18px;font-weight:600;font-family:var(--font-serif);color:var(--text-primary)}.temple-home-merit-total{font-size:28px;font-weight:600;color:var(--gold-light);font-family:var(--font-mono)}.temple-home-merit-track{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.temple-home-merit-fill{height:100%;background:var(--gold-light);border-radius:2px}.temple-home-merit-meta{margin-top:8px;font-size:11px;color:var(--text-muted)}.temple-home-merit-link{display:inline-block;margin-top:10px;font-size:12px;color:var(--text-secondary);text-decoration:none}.temple-home-leaderboard{margin-bottom:16px;padding:16px 18px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md)}.temple-home-section-title{font-size:15px;font-weight:600;font-family:var(--font-serif);color:var(--text-primary)}.temple-home-section-sub{margin:4px 0 12px;font-size:11px;color:var(--text-muted)}.temple-home-leaderboard-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.temple-home-leaderboard-item{display:grid;grid-template-columns:28px 1fr auto auto;grid-gap:8px;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid var(--border);font-size:12px}.temple-home-leaderboard-item:last-child{border-bottom:none}.temple-home-rank{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-page);color:var(--text-muted);font-family:var(--font-mono);font-size:11px}.temple-home-rank.is-top{background:rgb(var(--tarot-accent-alt-rgb)/.15);color:var(--gold-light);font-weight:600}.temple-home-board-name{color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.temple-home-board-level{color:var(--text-muted);font-size:10px;white-space:nowrap}.temple-home-board-merit{color:var(--gold-light);font-family:var(--font-mono);font-weight:600;min-width:36px;text-align:right}.temple-home-donation .temple-donation{margin-bottom:0;max-width:none}.temple-home-settings-hint{margin:16px 0 0;text-align:center;font-size:11px;color:var(--text-muted);line-height:1.6}.temple-home-settings-hint a{color:var(--text-secondary);text-decoration:underline;text-underline-offset:2px}.temple-home-settings-hint a:hover{color:var(--gold-light)}.temple-home-loading{font-size:12px;color:var(--text-muted);text-align:center;padding:8px 0}