:root{--jigoku-black: #0b0605;--jigoku-black-2: #160b09;--jigoku-vermillion: #c0392b;--jigoku-vermillion-bright: #e84a34;--jigoku-gold: #d4af37;--jigoku-gold-dim: #8a712a;--jigoku-text: #f2e6d8;--jigoku-text-dim: #b9a998;--jigoku-page-bg-1: #d8442b;--jigoku-page-bg-2: #a31f12}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(ellipse at 30% -10%,var(--jigoku-page-bg-1),var(--jigoku-page-bg-2) 72%);color:var(--jigoku-text);font-family:Shippori Mincho,Hiragino Mincho ProN,Yu Mincho,serif;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.08;background:repeating-linear-gradient(45deg,rgba(255,214,130,.9) 0,rgba(255,214,130,.9) 1px,transparent 1px,transparent 26px),repeating-linear-gradient(-45deg,rgba(255,214,130,.9) 0,rgba(255,214,130,.9) 1px,transparent 1px,transparent 26px)}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.12;background:radial-gradient(circle at 15% 20%,rgba(255,170,90,.7),transparent 22%),radial-gradient(circle at 85% 65%,rgba(255,170,90,.6),transparent 24%),radial-gradient(circle at 50% 90%,rgba(255,200,120,.5),transparent 26%);filter:blur(2px)}#app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:32px 16px 96px}.jigoku{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center}.card{width:100%;background:linear-gradient(180deg,#180c0ae6,#0b0605f2);border:1px solid var(--jigoku-gold-dim);border-radius:4px;box-shadow:0 0 40px #c0392b26,inset 0 0 60px #0006;padding:32px 24px}.catchphrase{text-align:center;font-size:1.6rem;font-weight:800;color:var(--jigoku-vermillion-bright);margin:0 0 16px;text-shadow:0 0 18px rgba(232,74,52,.5)}.lead{text-align:center;color:var(--jigoku-text-dim);line-height:1.8;margin:0 0 28px}.top-page{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}@keyframes title-bounce-in{0%{opacity:0;transform:translateY(-16px) rotate(-3deg) scale(.7)}60%{opacity:1;transform:translateY(2px) rotate(-3deg) scale(1.08)}to{opacity:1;transform:translateY(0) rotate(-3deg) scale(1)}}.title-logo{position:relative;z-index:6;align-self:flex-start;width:min(272px,55%);height:auto;margin:0 0 -44px -10px;transform:rotate(-3deg);filter:drop-shadow(0 10px 18px rgba(0,0,0,.55));animation:title-bounce-in .6s cubic-bezier(.34,1.56,.64,1) both;pointer-events:none}.hero-stage{position:relative;z-index:3;height:330px;width:100%;max-width:270px;margin:-56px -18px 8px auto;animation:hero-stage-breathe 4s ease-in-out infinite}@media (min-width: 480px){.hero-stage{height:450px;max-width:360px;margin:-150px -48px 8px auto}}@keyframes hero-stage-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes hero-bounce{0%{transform:scale(1)}35%{transform:scale(1.08) translateY(-6px)}65%{transform:scale(.98)}to{transform:scale(1)}}.hero-stage.hero-bounce{animation:hero-stage-breathe 4s ease-in-out infinite,hero-bounce .4s ease-out}.hero-cycle-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:bottom center;opacity:0;transition:opacity .3s ease;filter:drop-shadow(0 16px 20px rgba(0,0,0,.5))}.hero-cycle-img.is-active{opacity:1;z-index:1}@keyframes portrait-enter{0%{opacity:0;transform:translateY(14px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.madam-portrait{animation:portrait-enter .5s ease-out both}.portrait-slot{position:relative;flex-shrink:0;display:inline-block}@keyframes bubble-pop-in{0%{opacity:0;transform:scale(.9) translateY(6px)}60%{opacity:1;transform:scale(1.03) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.hero-bubble{animation:bubble-pop-in .55s cubic-bezier(.34,1.56,.64,1) both}.hero-bubble:before{display:none}.hero-bubble .catchphrase{margin-bottom:10px}.hero-bubble .lead{margin-bottom:0}.dialogue{display:flex;align-items:flex-start;gap:14px;width:100%;margin-bottom:20px}.dialogue:last-child{margin-bottom:0}.madam-portrait{flex-shrink:0;object-fit:cover;border-radius:4px;border:1px solid var(--jigoku-gold-dim);background:var(--jigoku-black)}.portrait-md{width:64px;height:128px}.portrait-sm{width:40px;height:40px;border-radius:50%}.portrait-avatar{width:76px;height:76px;border-radius:0;border:none;background:transparent;object-fit:contain}@keyframes bubble-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.speech-bubble{position:relative;flex:1;min-width:0;background:#00000059;border:1px solid var(--jigoku-gold-dim);border-radius:4px;padding:14px 16px;animation:bubble-fade-in .4s ease-out both}.speech-bubble:before{content:"";position:absolute;left:-8px;top:18px;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:8px solid var(--jigoku-gold-dim)}.dialogue-sm .speech-bubble,.dialogue-avatar .speech-bubble{padding:10px 12px;font-size:.9rem}.locked-section .dialogue,.full-section .dialogue,.kaiun-actions .dialogue{margin-bottom:0}.camera-button{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:0;margin-bottom:20px}.mode-select{display:flex;gap:12px;margin-bottom:20px}.mode-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border:1px solid var(--jigoku-gold-dim);border-radius:8px;cursor:pointer;opacity:.6;filter:grayscale(.3);transform:scale(1);transition:opacity .2s ease,filter .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.mode-card:hover{transform:translateY(-3px);opacity:.85}.mode-card.active{opacity:1;filter:none;border-color:var(--jigoku-gold);box-shadow:0 0 0 1px var(--jigoku-gold),0 0 18px #d4af3773;transform:scale(1.03)}.mode-card-icon{width:56px;height:56px;object-fit:contain}.mode-card-label{font-size:.85rem;color:var(--jigoku-text);text-align:center}.input-icon{width:30px;height:30px;object-fit:contain;flex-shrink:0}.upload-box{display:flex;align-items:center;justify-content:center;gap:12px;min-height:88px;border:1px dashed var(--jigoku-gold-dim);border-radius:4px;padding:16px;margin-bottom:20px;text-align:center;color:var(--jigoku-text-dim);cursor:pointer;transition:border-color .2s}.upload-box:hover{border-color:var(--jigoku-gold)}#upload-label{display:flex;flex-direction:column;gap:2px}.upload-label-main{color:var(--jigoku-text)}.upload-label-note{font-size:.72rem;color:var(--jigoku-text-dim)}.photo-preview{display:flex;align-items:center;gap:14px;padding:12px;margin-bottom:20px;border:1px solid var(--jigoku-gold-dim);border-radius:8px;background:#00000040;animation:bubble-fade-in .35s ease-out both}.photo-preview-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--jigoku-gold-dim);flex-shrink:0}.photo-preview-info{display:flex;flex-direction:column;gap:6px;min-width:0}.photo-preview-name{font-size:.85rem;color:var(--jigoku-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-preview-clear{align-self:flex-start;font-family:inherit;font-size:.78rem;color:var(--jigoku-gold);background:transparent;border:1px solid var(--jigoku-gold-dim);border-radius:999px;padding:3px 12px;cursor:pointer;transition:border-color .2s}.photo-preview-clear:hover{border-color:var(--jigoku-gold)}.consent{display:flex;align-items:flex-start;gap:10px;font-size:.85rem;color:var(--jigoku-text-dim);line-height:1.6;margin-bottom:24px;cursor:pointer}.consent input{margin-top:4px}.cta-button{width:100%;padding:16px;font-family:inherit;font-size:1.05rem;font-weight:700;color:var(--jigoku-black);background:linear-gradient(180deg,var(--jigoku-gold),var(--jigoku-gold-dim));border:none;border-radius:4px;cursor:pointer;letter-spacing:.05em;transition:filter .2s,opacity .2s}.cta-button:hover:not(:disabled){filter:brightness(1.1)}.cta-button:disabled{opacity:.4;cursor:not-allowed}.cta-button-hero{background:linear-gradient(135deg,var(--jigoku-vermillion-bright),var(--jigoku-gold));border:2px solid var(--jigoku-gold);box-shadow:0 0 #e84a3400;transition:box-shadow .25s ease,transform .1s ease,filter .2s ease}.cta-button-hero:hover:not(:disabled){box-shadow:0 0 26px #e84a3499,0 0 14px #d4af3780;filter:brightness(1.08)}.cta-button-hero:active:not(:disabled){transform:translateY(2px);box-shadow:0 0 10px #e84a3466}@keyframes cta-flame-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes cta-pulse-glow{0%,to{box-shadow:0 0 12px #e84a348c,0 0 6px #d4af3773}50%{box-shadow:0 0 34px #e84a34e6,0 0 18px #d4af37bf}}@keyframes cta-scale-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}@keyframes cta-shimmer{0%{background-position:220% 0%}to{background-position:-40% 0%}}.cta-armed{position:relative;overflow:hidden;background:linear-gradient(120deg,var(--jigoku-vermillion-bright),var(--jigoku-gold),var(--jigoku-vermillion-bright));background-size:220% 220%;animation:cta-flame-shift 3s ease-in-out infinite,cta-pulse-glow 1.8s ease-in-out infinite,cta-scale-pulse 2.2s ease-in-out infinite}.cta-armed:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.55) 48%,transparent 66%);background-size:250% 250%;animation:cta-shimmer 2.6s linear infinite;pointer-events:none}@media (prefers-reduced-motion: reduce){.cta-armed{animation:none;background:linear-gradient(135deg,var(--jigoku-vermillion-bright),var(--jigoku-gold));box-shadow:0 0 22px #e84a34bf,0 0 12px #d4af37a6}.cta-armed:after{display:none}}.secondary-button{width:100%;margin-top:16px;padding:14px;font-family:inherit;font-size:.95rem;color:var(--jigoku-text);background:transparent;border:1px solid var(--jigoku-gold-dim);border-radius:4px;cursor:pointer}.secondary-button:hover{border-color:var(--jigoku-gold)}.error-banner{color:var(--jigoku-vermillion-bright);background:#c0392b1f;border:1px solid var(--jigoku-vermillion);border-radius:4px;padding:10px 12px;font-size:.85rem;margin-bottom:16px}.loading-card{display:flex;flex-direction:column;align-items:center;gap:24px;min-height:220px;justify-content:center}.progress-ring{--progress-percent: 0;position:relative;width:64px;height:64px;border-radius:50%;background:conic-gradient(var(--jigoku-vermillion-bright) calc(var(--progress-percent) * 1%),rgba(255,255,255,.08) 0);box-shadow:0 0 14px #e84a3459;transition:background .15s linear}.progress-ring:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-radius:50%;background:var(--jigoku-black)}.progress-ring-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;color:var(--jigoku-gold)}.madam-line{font-size:1.05rem;color:var(--jigoku-gold);margin:0;min-height:1.4em}@keyframes madam-line-swap{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.madam-line-swap{animation:madam-line-swap .35s ease-out}@keyframes madam-glow-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.9;transform:scale(1.12)}}.loading-card .portrait-slot:before{content:"";position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;background:radial-gradient(circle,rgba(232,74,52,.6),rgba(192,57,43,.2) 55%,transparent 75%);filter:blur(10px);z-index:-1;animation:madam-glow-pulse 1.6s ease-in-out infinite}@keyframes madam-fan-bounce{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(3deg)}}.loading-card .madam-portrait{animation:portrait-enter .5s ease-out both,madam-fan-bounce 1.7s ease-in-out infinite .5s}.kantei-waiting-card{gap:20px}.kantei-stage{position:relative;width:100%;max-width:300px;height:300px;display:flex;align-items:flex-end;justify-content:center;animation:portrait-enter .5s ease-out both,hero-stage-breathe 4.5s ease-in-out infinite}@media (min-width: 480px){.kantei-stage{max-width:380px;height:380px}}.kantei-stage.kantei-stage-bounce{animation:hero-stage-breathe 4.5s ease-in-out infinite,hero-bounce .4s ease-out}.kantei-stage:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;z-index:-1;background:radial-gradient(circle,rgba(232,74,52,.55),rgba(192,57,43,.18) 55%,transparent 75%);filter:blur(16px);animation:madam-glow-pulse 1.8s ease-in-out infinite}.kantei-magic-circle{position:absolute;top:2%;right:2%;bottom:2%;left:2%;z-index:0;pointer-events:none}.magic-ring{position:absolute;border-radius:50%}.magic-ring-outer{top:0;right:0;bottom:0;left:0;border:1px dashed rgba(212,175,55,.4);background:repeating-conic-gradient(rgba(212,175,55,.16) 0deg 4deg,transparent 4deg 14deg);animation:magic-rotate-cw 28s linear infinite}.magic-ring-inner{top:15%;right:15%;bottom:15%;left:15%;border:1px dotted rgba(212,175,55,.5);background:repeating-conic-gradient(transparent 0deg 10deg,#e84a3424 10deg,#e84a3424 14deg);animation:magic-rotate-ccw 20s linear infinite}@keyframes magic-rotate-cw{to{transform:rotate(360deg)}}@keyframes magic-rotate-ccw{to{transform:rotate(-360deg)}}.kantei-glyphs{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.kantei-glyph{position:absolute;bottom:8%;font-size:1.5rem;font-weight:700;color:#d4af37a6;text-shadow:0 0 12px rgba(212,175,55,.55);opacity:0;animation:kantei-glyph-float 7s ease-in-out infinite}@keyframes kantei-glyph-float{0%{opacity:0;transform:translateY(0) scale(.8)}12%{opacity:.85}75%{opacity:.25}to{opacity:0;transform:translateY(-130px) scale(1.05)}}.kantei-glyph-0{left:6%;animation-delay:0s}.kantei-glyph-1{left:80%;animation-delay:.9s}.kantei-glyph-2{left:20%;animation-delay:1.8s}.kantei-glyph-3{left:64%;animation-delay:2.6s}.kantei-glyph-4{left:38%;animation-delay:3.4s}.kantei-glyph-5{left:88%;animation-delay:4.2s}.kantei-glyph-6{left:10%;animation-delay:5s}.kantei-glyph-7{left:70%;animation-delay:5.8s}.waiting-pose-img{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:bottom center;opacity:0;transition:opacity .35s ease;filter:drop-shadow(0 16px 20px rgba(0,0,0,.5))}.waiting-pose-img.is-active{opacity:1}.kantei-waiting-bubble{width:100%;text-align:center}.kantei-waiting-bubble:before{display:none}@media (prefers-reduced-motion: reduce){.kantei-stage,.kantei-stage.kantei-stage-bounce,.magic-ring-outer,.magic-ring-inner,.kantei-stage:before{animation:none}.kantei-glyph{animation:none;opacity:.3}.waiting-pose-img{transition:none}}.refusal-card{display:flex;flex-direction:column;align-items:center;gap:20px}.refusal-stage{position:relative;z-index:3;height:280px;width:100%;max-width:240px;margin:-20px -14px 8px auto}@media (min-width: 480px){.refusal-stage{height:340px;max-width:300px;margin:-40px -28px 8px auto}}.refusal-stage-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 20px rgba(0,0,0,.5));animation:portrait-enter .5s ease-out both}.refusal-bubble:before{display:none}.kanteisho-card{overflow:visible}.kanteisho-header{position:relative;width:100%;display:flex;justify-content:center;margin:-24px 0 22px}.kanteisho-title{position:relative;margin:0;padding:0;transform:rotate(-1.5deg);animation:title-bounce-in .6s cubic-bezier(.34,1.56,.64,1) both}.kanteisho-title-img{display:block;width:min(330px,68vw);height:auto;filter:drop-shadow(0 10px 22px rgba(0,0,0,.6))}.kanteisho-seal{position:absolute;top:-21px;right:-21px;width:69px;height:69px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:3px solid var(--jigoku-vermillion-bright);background:#0b0605b3;color:var(--jigoku-vermillion-bright);font-size:.82rem;font-weight:700;line-height:1.15;text-align:center;letter-spacing:0;transform:rotate(9deg);box-shadow:0 0 14px #e84a348c}.kanteisho-hero-wrap{position:relative;width:100%}.kanteisho-hero-stage{position:relative;z-index:3;height:250px;width:100%;max-width:210px;margin:-54px -14px 8px auto}@media (min-width: 480px){.kanteisho-hero-stage{height:320px;max-width:270px;margin:-108px -28px 8px auto}}.kanteisho-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 20px rgba(0,0,0,.5));animation:portrait-enter .5s ease-out both}.kanteisho-hero-bubble:before{display:none}.dokuzetsu-summary{line-height:1.9;color:var(--jigoku-text);margin:0}.kantei-date-block{font-size:.78rem;line-height:1.6;color:var(--jigoku-text-dim);text-align:right;margin:10px 0 20px;padding-right:92px}.washi-panel{--ink-heavy: #2a1c12;--ink-soft: #55402b;position:relative;margin:0 0 24px;padding:24px 18px 18px;border-radius:4px;background:linear-gradient(#ffffff0a,#00000014),url(/art/washi-paper.webp);background-size:cover;background-position:center;border:1px solid rgba(120,90,50,.55);box-shadow:0 14px 30px #00000080,inset 0 0 50px #5a3c1e4d;color:var(--ink-heavy)}.jigoku-meter{position:relative;margin-bottom:34px}@media (min-width: 480px){.jigoku-meter{margin-bottom:60px}.jigoku-meter-bar{margin-right:156px}}.jigoku-meter-label{display:flex;justify-content:flex-start;align-items:baseline;gap:12px;color:var(--jigoku-text-dim);margin-bottom:8px}.washi-panel .jigoku-meter-label{color:var(--ink-soft)}.jigoku-meter-value{color:var(--jigoku-vermillion-bright);font-weight:700;font-size:1.2rem}.washi-panel .jigoku-meter-value{color:var(--jigoku-vermillion)}.jigoku-meter-bar{position:relative;margin-right:116px;height:14px;background:#ffffff0f;border-radius:7px}.washi-panel .jigoku-meter-bar{background:#3c28142e}.jigoku-meter-fill{position:relative;height:100%;border-radius:7px;background:linear-gradient(90deg,var(--jigoku-gold),var(--jigoku-vermillion-bright));transition:width 1.2s cubic-bezier(.22,1,.36,1)}.hell-stamp-wrap{position:absolute;top:-46px;right:-38px;z-index:6;pointer-events:none}@media (min-width: 480px){.hell-stamp-wrap{top:-60px;right:-86px}}.hell-stamp-img{display:block;width:120px;height:auto;opacity:0;transform:rotate(-8deg);filter:drop-shadow(0 10px 16px rgba(0,0,0,.55))}@media (min-width: 480px){.hell-stamp-img{width:160px}}.hell-stamp-wrap:after{content:"";position:absolute;top:6%;right:6%;bottom:6%;left:6%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.6),transparent 70%);opacity:0;pointer-events:none}.hell-stamp-wrap.hell-stamp-slam .hell-stamp-img{animation:hell-stamp-slam .38s cubic-bezier(.22,1,.36,1) forwards}.hell-stamp-wrap.hell-stamp-slam:after{animation:hell-stamp-flash .5s ease-out;animation-delay:.26s}@keyframes hell-stamp-slam{0%{opacity:0;transform:scale(2.4) rotate(-8deg)}55%{opacity:1;transform:scale(.88) rotate(-8deg)}78%{transform:scale(1.06) rotate(-8deg)}to{opacity:1;transform:scale(1) rotate(-8deg)}}@keyframes hell-stamp-flash{0%{opacity:0;transform:scale(.6)}30%{opacity:.85;transform:scale(1.1)}to{opacity:0;transform:scale(1.4)}}@media (prefers-reduced-motion: reduce){.hell-stamp-img{opacity:1;animation:none;transform:rotate(-8deg)}.hell-stamp-wrap:after{animation:none;display:none}}.scores{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.score-row{display:grid;grid-template-columns:5.8em 1fr 2.5em;align-items:center;gap:10px;font-size:.85rem}.score-label{display:flex;align-items:center;gap:5px;color:var(--jigoku-text-dim)}.score-label-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.washi-panel .score-label,.washi-panel .score-value{color:var(--ink-heavy)}.score-bar{position:relative;height:8px;background:#ffffff0f;border-radius:4px}.washi-panel .score-bar{background:#3c28142e}.score-fill{position:relative;height:100%;border-radius:4px;background:var(--jigoku-vermillion);transition:width 1.2s cubic-bezier(.22,1,.36,1)}.score-value{text-align:right;color:var(--jigoku-text)}.avg-marker{position:absolute;top:-3px;bottom:-3px;width:0;border-left:2px dashed rgba(255,255,255,.55);z-index:2;pointer-events:none}.avg-marker-label{position:absolute;top:-15px;left:3px;font-size:.58rem;white-space:nowrap;color:var(--jigoku-text-dim)}.washi-panel .avg-marker{border-left-color:#462d1499}.washi-panel .avg-marker-label{color:var(--ink-soft)}.score-fill:after,.jigoku-meter-fill:after{content:"";position:absolute;right:-2px;top:50%;width:10px;height:10px;transform:translate(50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,235,180,.95),rgba(255,150,60,.5) 60%,transparent 75%);filter:blur(1px);opacity:0}.score-fill.bar-fill-animating:after,.jigoku-meter-fill.bar-fill-animating:after{animation:bar-tip-glow 1.2s ease-out}@keyframes bar-tip-glow{0%{opacity:0}20%{opacity:1}to{opacity:0}}.score-fill:before,.jigoku-meter-fill:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#fff9;opacity:0}.score-fill.bar-fill-animating:before,.jigoku-meter-fill.bar-fill-animating:before{animation:bar-reveal-flash 1.2s ease-out}@keyframes bar-reveal-flash{0%,70%{opacity:0}78%{opacity:.85}to{opacity:0}}.locked-sections{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.locked-section{position:relative;border:1px solid var(--jigoku-gold-dim);border-radius:4px;padding:14px 16px;background:#00000059}.locked-section-title{display:flex;align-items:center;gap:6px;color:var(--jigoku-gold);font-weight:700;margin-bottom:4px}.section-title-icon{width:26px;height:26px;object-fit:contain;flex-shrink:0}.section-title-featured{font-size:1.08em}.section-title-featured .section-title-icon{width:34px;height:34px}.section-featured-label{font-size:.62rem;font-weight:700;letter-spacing:.05em;color:var(--jigoku-gold);background:#d4af3726;border:1px solid var(--jigoku-gold-dim);border-radius:999px;padding:1px 8px}.locked-section.section-featured{border:2px solid var(--jigoku-gold);background:radial-gradient(ellipse at 30% -20%,rgba(212,175,55,.22),transparent 70%),#00000059;box-shadow:0 0 22px #d4af3740}.locked-section-teaser{color:var(--jigoku-text-dim);filter:blur(.15px)}.ofuda-seal{position:absolute;top:-14px;right:10px;width:46px;height:auto;transform:rotate(18deg);filter:drop-shadow(0 8px 10px rgba(0,0,0,.55));pointer-events:none}.locked-section-sealed-filler{margin-top:6px;filter:blur(2.5px);-webkit-user-select:none;user-select:none;pointer-events:none;color:var(--jigoku-text-dim)}.locked-section-sealed-filler p{margin:2px 0;font-size:.8rem;line-height:1.5}.unlock-button{margin-top:8px}.pay-cta-wrap{position:relative;width:100%;margin-top:24px;display:flex;flex-direction:row-reverse;align-items:center;gap:4px}.pay-cta-stage{position:relative;z-index:3;height:260px;width:100%;max-width:230px;margin:0 -14px 0 0;flex-shrink:0}@media (min-width: 480px){.pay-cta-stage{height:320px;max-width:280px;margin:-20px -28px 0 0}}.pay-cta-bubble{flex:1;min-width:0}.pay-cta-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 16px 20px rgba(0,0,0,.5));animation:portrait-enter .5s ease-out both}.pay-cta-bubble:before{left:auto;right:-8px;top:50%;margin-top:-7px;border-right:none;border-left:8px solid var(--jigoku-gold-dim)}.unlock-cta-line{font-size:1.05rem;font-weight:800;text-align:center;animation:unlock-cta-pulse 1.7s ease-in-out infinite}@keyframes unlock-cta-pulse{0%,to{text-shadow:0 0 6px rgba(212,175,55,.4)}50%{text-shadow:0 0 20px rgba(232,74,52,.9),0 0 12px rgba(212,175,55,.8)}}.full-sections{display:flex;flex-direction:column;gap:18px;margin-bottom:24px}.full-section h3{display:flex;align-items:center;gap:6px;color:var(--jigoku-gold);margin:0 0 6px}.full-section p{line-height:1.9;margin:0;color:var(--jigoku-text)}.full-section.section-featured .speech-bubble{border:2px solid var(--jigoku-gold);background:radial-gradient(ellipse at 30% -20%,rgba(212,175,55,.22),transparent 70%),#00000059;box-shadow:0 0 22px #d4af3740}.kaiun-actions{border-top:1px solid var(--jigoku-gold-dim);padding-top:20px}.kaiun-actions h3{display:flex;align-items:center;gap:6px;color:var(--jigoku-vermillion-bright);margin:0 0 12px}.kaiun-actions ul{margin:0;padding-left:1.2em;line-height:1.9}.kanteisho-share-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--jigoku-gold-dim)}.kanteisho-share-lead{text-align:center;margin-bottom:18px}.kanteisho-share-title{display:block;height:72px;width:auto;margin:0 auto 12px}@media (min-width: 480px){.kanteisho-share-title{height:96px}}.kanteisho-save-block{margin-bottom:20px}.kanteisho-save-buttons{display:flex;flex-wrap:nowrap;gap:8px}.save-action-button{flex:1 1 0;min-width:0;margin-top:0;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 4px}.save-action-icon{width:32px;height:32px;object-fit:contain;flex-shrink:0}.save-action-button span{font-size:.78rem;line-height:1.3;text-align:center;white-space:nowrap}.kanteisho-sns-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.sns-button{flex:1 1 auto;min-width:90px;padding:12px 10px;font-family:inherit;font-size:.85rem;font-weight:700;color:#fff;border:none;border-radius:999px;cursor:pointer;text-align:center;letter-spacing:.02em;transition:filter .2s ease,transform .1s ease}.sns-button:hover{filter:brightness(1.1)}.sns-button:active{transform:translateY(1px)}.sns-button-line{background:#06c755}.sns-button-x{background:#111}.sns-button-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.sns-button-tiktok{background:linear-gradient(135deg,#010101,#25f4ee,#fe2c55)}.sns-button-facebook{background:#1877f2}#kanteisho-share-status{margin-top:14px;margin-bottom:0}.kanteisho-a4-root{position:fixed;top:0;left:-99999px;z-index:-1;pointer-events:none}.kanteisho-a4-page{position:relative;overflow:hidden;background:#fff;color:#2a1c12;font-family:Shippori Mincho,Hiragino Mincho ProN,Yu Mincho,serif}.kanteisho-a4-scale{width:100%;transform-origin:top center}.kanteisho-a4-content{box-sizing:border-box;width:100%;padding:26px}.kanteisho-a4-panel{box-sizing:border-box;width:100%;padding:32px 36px;background:url(/art/paper-sheet.webp) no-repeat;background-size:100% 100%}.a4-header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px;min-height:130px}.a4-header-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.a4-header-banner{position:relative;flex-shrink:0;align-self:flex-start;width:fit-content}.a4-title-img{display:block;height:110px;width:auto}.a4-header-hero{flex-shrink:0}.a4-hero-img{display:block;height:210px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(0,0,0,.3))}.a4-seal{position:absolute;top:-16px;right:-46px;width:78px;height:auto;z-index:2;transform:rotate(-6deg)}.a4-summary{font-size:.95rem;line-height:1.8;margin:0}.a4-jigoku-row{position:relative;display:flex;align-items:center;gap:16px;margin-bottom:20px}.a4-jigoku-meter{flex:1;min-width:0}.a4-jigoku-label{font-size:.85rem;margin-bottom:6px}.a4-jigoku-value{font-weight:700;color:#a31f12;font-size:1.05rem}.a4-jigoku-bar{position:relative;height:12px;background:#3c281426;border-radius:6px}.a4-jigoku-fill{position:relative;height:100%;border-radius:6px;background:linear-gradient(90deg,#d4af37,#c0392b)}.a4-avg-marker{position:absolute;top:-2px;bottom:-2px;width:0;border-left:1.5px dashed rgba(60,40,20,.55);z-index:2;pointer-events:none}.a4-avg-marker-label{position:absolute;top:-13px;left:3px;font-size:.55rem;white-space:nowrap;color:#6b5940}.a4-hell-stamp{width:90px;height:auto;flex-shrink:0;transform:rotate(-8deg)}.a4-scores{display:flex;flex-direction:column;gap:8px;margin-bottom:22px}.a4-score-row{display:grid;grid-template-columns:6.5em 1fr 2.5em;align-items:center;gap:10px;font-size:.82rem}.a4-score-label{display:flex;align-items:center;gap:5px}.a4-score-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.a4-score-bar{position:relative;height:7px;background:#3c281426;border-radius:4px}.a4-score-fill{position:relative;height:100%;border-radius:4px;background:#c0392b}.a4-score-value{text-align:right}.a4-sections{display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin-bottom:20px}.a4-section-title{display:flex;align-items:center;gap:5px;margin:0 0 4px;font-size:.88rem;font-weight:700;color:#7a5a1e}.a4-section-icon{width:15px;height:15px;object-fit:contain;flex-shrink:0}.a4-section-body{margin:0;font-size:.75rem;line-height:1.6}.a4-kaiun{border-top:1px solid #b89a6a;padding-top:14px;margin-bottom:20px}.a4-kaiun h3{margin:0 0 8px;font-size:.9rem;color:#a31f12}.a4-kaiun ul{margin:0;padding-left:1.2em;font-size:.78rem;line-height:1.7}.a4-footer{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:.7rem;color:#6b5940;border-top:1px dashed #b89a6a;padding-top:10px}.a4-date{white-space:nowrap;flex-shrink:0}.a4-copyright{white-space:nowrap;min-width:0}@media print{#app,.site-footer,.modal-backdrop{display:none!important}html,body{margin:0;padding:0;background:#fff;print-color-adjust:exact;-webkit-print-color-adjust:exact}body:before,body:after{display:none!important}.kanteisho-a4-root{display:block;position:static;left:0;z-index:auto;pointer-events:auto}.kanteisho-a4-page{width:210mm!important;height:297mm!important;background:#fff;print-color-adjust:exact;-webkit-print-color-adjust:exact}.kanteisho-a4-panel{print-color-adjust:exact;-webkit-print-color-adjust:exact}@page{size:A4;margin:0}}.jigoku-toast{position:fixed;left:50%;bottom:32px;transform:translate(-50%);max-width:90vw;background:#0b0605f2;color:var(--jigoku-gold);border:1px solid var(--jigoku-gold-dim);border-radius:999px;padding:10px 20px;font-size:.85rem;box-shadow:0 8px 24px #00000080;z-index:100;animation:jigoku-toast-in .3s ease-out}.jigoku-toast.jigoku-toast-hide{animation:jigoku-toast-out .35s ease-in forwards}@keyframes jigoku-toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes jigoku-toast-out{0%{opacity:1}to{opacity:0}}.site-footer{width:100%;max-width:560px;text-align:center;color:var(--jigoku-text-dim);font-size:.7rem;letter-spacing:.05em;margin-top:24px;opacity:.6}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.modal-card{width:100%;max-width:420px;background:linear-gradient(180deg,#180c0afa,#0b0605fa);border:1px solid var(--jigoku-gold);border-radius:4px;padding:20px;box-shadow:0 0 60px #c0392b59}.camera-video{width:100%;max-height:320px;display:block;border-radius:4px;border:1px solid var(--jigoku-gold-dim);background:#000;object-fit:cover;margin:14px 0;transform:scaleX(-1)}.modal-actions{display:flex;gap:12px}.modal-actions .cta-button,.modal-actions .secondary-button{margin-top:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media (min-width: 480px){.kantei-date-block{padding-right:128px}}.date-seg{display:inline-block;white-space:nowrap}.text-link{display:block;margin:14px auto 0;background:none;border:none;padding:4px 8px;color:var(--jigoku-text-dim);font-family:inherit;font-size:.85rem;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.text-link:hover{color:var(--jigoku-gold)}.kanteisho-header-reveal{justify-content:flex-start}.kanteisho-header-reveal .kanteisho-title{margin-left:-6px}.kanteisho-hero-stage-reveal{margin-top:-40px;margin-right:-30px;height:280px;max-width:250px}@media (min-width: 480px){.kanteisho-hero-stage-reveal{margin-top:-128px;margin-right:-84px;height:390px;max-width:330px}}
