:root{--ink:#092117;--ink-2:#123c29;--green:#86e641;--green-dark:#2d8a39;--blue:#77bdf4;--amber:#f2ac3d;--red:#e85d5d;--paper:#f5f7ef;--muted:#617269;--line:rgba(9,33,23,.14);--shadow:0 24px 70px rgba(2,30,18,.12)}
*{box-sizing:border-box}html{min-height:100%;background:var(--paper)}body{margin:0;min-height:100vh;color:var(--ink);background:linear-gradient(135deg,#f7f8f2 0%,#eef5ed 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(45,138,57,.35);outline-offset:3px}.ambient{position:fixed;width:30rem;height:30rem;border-radius:999px;filter:blur(80px);opacity:.18;pointer-events:none}.ambient-one{background:var(--green);right:-12rem;top:-12rem}.ambient-two{background:var(--blue);left:-14rem;bottom:-15rem}
.topbar{position:sticky;z-index:20;top:0;min-height:72px;padding:14px clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;gap:28px;background:rgba(247,248,242,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-decoration:none}.brand-mark{display:grid;place-items:center;width:36px;height:36px;color:var(--ink);background:var(--green);border-radius:12px;letter-spacing:-.08em}.status-wrap{width:min(56vw,520px);display:grid;grid-template-columns:auto 1fr 42px;align-items:center;gap:12px;color:var(--muted);font-size:.76rem;font-weight:750}.progress{height:8px;overflow:hidden;border-radius:999px;background:#dce5db}.progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--green-dark),var(--green));transition:width .45s ease}
#app{width:min(1120px,calc(100% - 32px));min-height:calc(100vh - 130px);margin:0 auto;display:grid;place-items:center;padding:clamp(28px,5vw,72px) 0}.screen{width:100%;animation:enter .48s cubic-bezier(.2,.8,.2,1) both}@keyframes enter{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.eyebrow{margin:0 0 14px;color:var(--green-dark);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:830px;margin-bottom:18px;font-size:clamp(3rem,8vw,7.2rem);line-height:.91;letter-spacing:-.065em}h2{max-width:820px;margin-bottom:16px;font-size:clamp(2.1rem,5vw,4.8rem);line-height:.98;letter-spacing:-.05em}h3{font-size:1.08rem}.lede{max-width:720px;color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.65}.dark{padding:clamp(28px,5vw,68px);color:white;background:var(--ink);border-radius:34px;box-shadow:var(--shadow)}.dark .lede,.dark .muted{color:#bed0c5}.dark .eyebrow{color:var(--green)}.accent{color:var(--green)}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(28px,5vw,70px);align-items:center}.hero-signal{position:relative;display:grid;place-items:center;min-height:330px}.pulse{position:absolute;width:min(24vw,260px);aspect-ratio:1;border:1px solid rgba(134,230,65,.35);border-radius:50%;animation:pulse 2.2s ease-out infinite}.pulse:nth-child(2){animation-delay:.7s}@keyframes pulse{from{opacity:.8;transform:scale(.55)}to{opacity:0;transform:scale(1.35)}}.signal-core{position:relative;z-index:2;display:grid;place-items:center;width:154px;aspect-ratio:1;color:var(--ink);background:var(--green);border-radius:50%;font-size:5rem;font-weight:950;box-shadow:0 0 0 16px rgba(134,230,65,.1)}
.panel{padding:clamp(24px,4vw,46px);background:rgba(255,255,255,.8);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);backdrop-filter:blur(12px)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}.field{display:grid;gap:8px}.field-full{grid-column:1/-1}label{font-size:.84rem;font-weight:850}input,select,textarea{width:100%;min-height:50px;padding:13px 15px;color:var(--ink);background:white;border:1px solid #cbd8cc;border-radius:13px}textarea{min-height:112px;resize:vertical}.privacy{margin:14px 0 0;color:var(--muted);font-size:.78rem;line-height:1.5}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:28px}.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:14px;color:white;background:var(--ink);font-weight:850;box-shadow:0 10px 25px rgba(9,33,23,.16);transition:transform .15s ease,box-shadow .15s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(9,33,23,.2)}.button-primary{color:var(--ink);background:var(--green)}.button-ghost{color:var(--ink);background:transparent;border:1px solid var(--line);box-shadow:none}.button[disabled]{cursor:not-allowed;opacity:.45;transform:none}.text-button{padding:6px;color:var(--ink-2);background:none;border:0;font-size:.8rem;font-weight:800}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}.card{min-height:190px;padding:24px;background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:22px}.card-icon{width:46px;height:46px;margin-bottom:40px;display:grid;place-items:center;color:white;background:var(--ink);border-radius:14px;font-size:1.25rem}.card p{margin:0;color:var(--muted);line-height:1.55}.memory-line{margin:34px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.memory-step{padding:28px 22px;border-left:5px solid;background:white;border-radius:0 18px 18px 0;color:var(--ink)}.memory-step:nth-child(1){border-color:var(--green)}.memory-step:nth-child(2){border-color:var(--amber)}.memory-step:nth-child(3){border-color:var(--blue)}.step-number{display:block;margin-bottom:24px;color:var(--muted);font-size:.75rem;font-weight:900}.memory-step strong{display:block;margin-bottom:7px;font-size:1.3rem}.memory-step p{margin:0;color:var(--muted);line-height:1.5}
.choice-list{display:grid;gap:13px;margin-top:28px}.choice{width:100%;min-height:66px;padding:14px 18px;display:grid;grid-template-columns:38px 1fr;align-items:center;gap:14px;text-align:left;color:var(--ink);background:white;border:2px solid transparent;border-radius:16px;box-shadow:0 7px 20px rgba(9,33,23,.07);transition:border .15s ease,transform .15s ease}.choice:hover{transform:translateX(4px);border-color:#acc8b1}.choice .letter{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:white;background:var(--ink);font-weight:900}.choice.correct{border-color:var(--green-dark);background:#effae7}.choice.incorrect{border-color:var(--red);background:#fff0f0}.choice[disabled]{cursor:default;transform:none}.feedback{margin-top:18px;padding:18px 20px;border-radius:16px;background:#e9f7df;border-left:5px solid var(--green-dark);animation:enter .3s ease both}.feedback.bad{background:#fff0ea;border-color:var(--red)}.feedback strong{display:block;margin-bottom:5px}.feedback p{margin:0;line-height:1.55}
.report-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.report-slot{padding:20px;background:white;border:1px solid var(--line);border-radius:16px}.report-slot span{display:block;margin-bottom:8px;color:var(--green-dark);font-size:.72rem;font-weight:950;letter-spacing:.12em}.report-preview{margin-top:20px;padding:22px;color:white;background:var(--ink);border-radius:17px;line-height:1.7}.report-preview:empty::before{content:"Your simple report will appear here.";color:#9db1a6}.quiz-list{display:grid;gap:18px;margin-top:28px}.quiz-item{padding:22px;background:white;border:1px solid var(--line);border-radius:18px}.quiz-item fieldset{padding:0;border:0}.quiz-item legend{margin-bottom:15px;font-weight:850;line-height:1.45}.radio-row{display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:start;margin:11px 0;color:#3f5047;cursor:pointer}.radio-row input{width:18px;min-height:18px;margin:2px 0 0}.score-orb{display:grid;place-items:center;width:170px;aspect-ratio:1;color:var(--ink);background:var(--green);border-radius:50%}.score-orb strong{font-size:3.2rem;letter-spacing:-.06em}.result-grid{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:42px}.lesson-lock{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--muted);font-size:.82rem;font-weight:780}.completion-id{padding:15px;background:rgba(255,255,255,.09);border-radius:12px;font-family:ui-monospace,monospace;font-size:.78rem;word-break:break-all}.error-note{color:#a52f2f;font-size:.84rem}.footer{min-height:58px;padding:12px clamp(18px,4vw,56px);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.72rem}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:760px){.topbar{align-items:flex-start}.status-wrap{width:60%;grid-template-columns:1fr 38px}#stepLabel{grid-column:1/-1}#app{width:min(100% - 22px,680px);padding:22px 0 44px}.dark,.panel{border-radius:24px}.split,.cards,.memory-line,.report-slots,.result-grid,.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.hero-signal{min-height:230px}.signal-core{width:120px;font-size:4rem}.card{min-height:auto}.card-icon{margin-bottom:22px}.score-orb{width:135px}}#app:focus{outline:none}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

.mission-stats{display:flex;flex-wrap:wrap;gap:9px;margin:24px 0}.mission-stats span,.round-chip{padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#d9eadf;background:rgba(255,255,255,.06);font-size:.75rem;font-weight:850}.knowledge-grid,.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}.knowledge-grid article,.why-grid article{padding:22px;background:#fff;border:1px solid var(--line);border-radius:18px}.knowledge-grid b,.why-grid strong{display:block;margin-bottom:8px;font-size:1rem}.knowledge-grid p,.why-grid p{margin:0;color:var(--muted);line-height:1.55}.callout{margin-top:22px;padding:20px 22px;background:#eaf8df;border-left:5px solid var(--green-dark);border-radius:0 16px 16px 0;line-height:1.55}.cards.six{grid-template-columns:repeat(3,1fr)}.cards.six .card{min-height:210px}.game-header{display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.game-header .round-chip{flex:none;color:var(--ink);border-color:var(--line);background:#fff}.game-card{min-height:220px;margin:30px 0;padding:34px;display:flex;align-items:center;gap:26px;color:#fff;background:linear-gradient(145deg,var(--ink),#174932);border-radius:24px;box-shadow:var(--shadow)}.game-card strong{max-width:760px;font-size:clamp(1.5rem,3vw,2.7rem);line-height:1.15}.game-card .radar,.game-card.shield span{display:grid;place-items:center;flex:0 0 88px;width:88px;height:88px;color:var(--ink);background:var(--green);border-radius:50%;font-size:3rem;font-weight:900;box-shadow:0 0 0 12px rgba(134,230,65,.13)}.duel{display:grid;grid-template-columns:1fr 1fr;gap:14px}.decision{min-height:64px;padding:14px 20px;border:2px solid transparent;border-radius:16px;color:var(--ink);background:#fff;font-weight:900;box-shadow:0 8px 24px rgba(9,33,23,.07)}.decision:hover{transform:translateY(-2px)}.decision.danger{border-color:#f1b3ac}.decision.calm{border-color:#afd39d}.decision.correct{border-color:var(--green-dark);background:#ecf9e3}.decision.incorrect{border-color:var(--red);background:#fff0ee}.decision[disabled]{cursor:default;transform:none}.report-formula{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:26px 0}.report-formula span{padding:18px;background:var(--ink);border-radius:15px;color:#d7e8dd}.report-formula b{display:block;margin-bottom:6px;color:var(--green);font-size:.76rem;letter-spacing:.11em}.compare{display:grid;grid-template-columns:1fr 1fr;gap:16px}.compare article{padding:24px;border-radius:20px}.compare span{font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.compare p{margin:14px 0;font-size:1.05rem;line-height:1.55}.compare small{color:var(--muted);line-height:1.4}.compare .weak{background:#fff0ee;border:1px solid #efbbb4}.compare .strong{background:#eef9e7;border:1px solid #b8dba6}.report-slots.four{grid-template-columns:repeat(2,1fr)}.sequence-display{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.sequence-slot{min-height:84px;display:grid;place-items:center;border:2px dashed #aabdac;border-radius:18px;color:var(--green-dark);background:#fff;font-size:1.05rem;font-weight:950}.sequence-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sequence-button{min-height:64px;padding:14px;border:0;border-radius:15px;color:white;background:var(--ink);font-weight:900}.sequence-button:hover{background:var(--ink-2);transform:translateY(-2px)}.score-banner{width:max-content;margin:24px 0;padding:16px 22px;display:flex;align-items:center;gap:18px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.06)}.score-banner span{color:#bbcec2;font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.score-banner strong{color:var(--green);font-size:2rem}.memory-stack{display:grid;gap:12px}.memory-stack article{padding:22px;display:grid;gap:6px;background:#fff;border-left:5px solid var(--green);border-radius:0 16px 16px 0;color:var(--ink)}.memory-stack article:nth-child(2){border-color:var(--amber)}.memory-stack article:nth-child(3){border-color:var(--blue)}.memory-stack span{color:var(--muted)}.badge-earned{margin:20px 0;padding:18px;display:grid;gap:5px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.07)}.badge-earned span,.badge-earned small{color:#bed0c5}.badge-earned strong{color:var(--green);font-size:1.35rem}

@media(max-width:760px){.knowledge-grid,.why-grid,.cards.six,.report-formula,.compare,.report-slots.four,.duel,.sequence-display,.sequence-buttons{grid-template-columns:1fr}.game-card{min-height:190px;padding:25px;align-items:flex-start;flex-direction:column}.game-card .radar,.game-card.shield span{flex-basis:70px;width:70px;height:70px;font-size:2.2rem}.game-header{align-items:flex-start}.round-chip{white-space:nowrap}.sequence-slot{min-height:58px}}
.feedback{color:var(--ink)}
.inbox-card{margin:28px 0;padding:28px;background:#fff;border:1px solid var(--line);border-top:7px solid var(--ink);border-radius:20px;box-shadow:var(--shadow)}.inbox-line{display:grid;grid-template-columns:90px 1fr;gap:14px;padding:10px 0;border-bottom:1px solid var(--line)}.inbox-line span{color:var(--muted);font-size:.7rem;font-weight:950;letter-spacing:.12em}.inbox-card>p{margin:22px 0 0;font-size:1.12rem;line-height:1.65}.lifecycle-track{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0}.lifecycle-track article{position:relative;padding:22px;background:#fff;border:1px solid var(--line);border-top:6px solid var(--green-dark);border-radius:16px}.lifecycle-track article:nth-child(2){border-color:var(--amber)}.lifecycle-track article:nth-child(3){border-color:var(--blue)}.lifecycle-track article:nth-child(4){border-color:#8f75dc}.lifecycle-track span{display:block;margin-bottom:22px;color:var(--muted);font-size:.68rem;font-weight:950;letter-spacing:.12em}.lifecycle-track b{display:block;margin-bottom:8px}.lifecycle-track p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.four-sequence{grid-template-columns:repeat(4,1fr)}
@media(max-width:760px){.lifecycle-track,.four-sequence{grid-template-columns:1fr}.inbox-line{grid-template-columns:1fr;gap:4px}}

/* V3.1 action illustrations */
.action-visual{margin:28px 0;min-height:250px;display:grid;grid-template-columns:1.25fr .75fr;overflow:hidden;color:#fff;background:linear-gradient(135deg,#092117,#174932);border:1px solid rgba(134,230,65,.25);border-radius:24px;box-shadow:var(--shadow)}
.action-visual figcaption{padding:28px;display:flex;flex-direction:column;justify-content:center;background:rgba(255,255,255,.055);border-left:1px solid rgba(255,255,255,.1)}
.action-visual figcaption strong{margin-bottom:10px;color:var(--green);font-size:1.2rem}
.action-visual figcaption span{color:#c4d6cb;line-height:1.6}
.visual-scene{position:relative;min-height:250px;overflow:hidden;background:radial-gradient(circle at 50% 35%,rgba(119,189,244,.16),transparent 55%)}
.scene-person{position:absolute;left:9%;bottom:28px;width:92px;height:142px}
.scene-person i{position:absolute;left:27px;top:0;width:42px;height:42px;border-radius:50%;background:#f4c8a8;box-shadow:0 0 0 7px #123c29}
.scene-person b{position:absolute;left:11px;bottom:0;width:72px;height:94px;border-radius:38px 38px 12px 12px;background:var(--blue)}
.scene-desk{position:absolute;left:5%;right:5%;bottom:20px;height:10px;background:#8f694f;border-radius:10px}
.scene-monitor{position:absolute;left:42%;top:42px;width:42%;height:135px;display:grid;place-items:center;color:#fff;background:#10291f;border:8px solid #dfe9e1;border-radius:13px;box-shadow:0 16px 0 -9px #dfe9e1}
.scene-monitor span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;color:#fff;background:var(--red);font-size:2.3rem;font-weight:950;animation:alert-pop 1.3s ease-in-out infinite}
.scene-monitor em{position:absolute;bottom:12px;color:#ffb7b0;font-size:.58rem;font-style:normal;font-weight:950;letter-spacing:.13em}
.scene-wave{position:absolute;left:calc(63% - 78px);top:31px;width:156px;height:156px;border:2px solid rgba(232,93,93,.5);border-radius:50%;animation:scene-wave 1.8s ease-out infinite}
@keyframes alert-pop{50%{transform:scale(1.13);box-shadow:0 0 0 13px rgba(232,93,93,.12)}}
@keyframes scene-wave{from{opacity:.8;transform:scale(.45)}to{opacity:0;transform:scale(1.35)}}

.response-scene .scene-monitor{left:7%;top:56px;width:30%;height:128px}
.response-scene .scene-cursor{position:absolute;left:30%;top:150px;font-size:2.2rem;color:#fff;animation:cursor-freeze 2.8s ease-in-out infinite}
.stop-badge{position:absolute;left:40%;top:76px;width:88px;height:88px;display:grid;place-items:center;color:#fff;background:var(--red);border:7px solid #fff;border-radius:50%;font-size:.83rem;font-weight:950;transform:rotate(-7deg);box-shadow:0 10px 30px rgba(0,0,0,.22);animation:stop-hit 2.8s ease-in-out infinite}
.report-beam{position:absolute;left:59%;right:20%;top:119px;display:flex;justify-content:space-around}
.report-beam i{width:10px;height:10px;border-radius:50%;background:var(--green);animation:data-dot 1.4s linear infinite}
.report-beam i:nth-child(2){animation-delay:.25s}.report-beam i:nth-child(3){animation-delay:.5s}
.sirt-badge{position:absolute;right:5%;top:77px;width:96px;height:86px;display:grid;place-items:center;color:var(--ink);background:var(--green);border-radius:18px;font-weight:950;box-shadow:0 0 0 10px rgba(134,230,65,.1)}
@keyframes cursor-freeze{0%,28%{transform:translate(-45px,-30px)}45%,100%{transform:translate(0,0)}}
@keyframes stop-hit{0%,32%{opacity:0;transform:scale(.65) rotate(-7deg)}45%,100%{opacity:1;transform:scale(1) rotate(-7deg)}}
@keyframes data-dot{0%{opacity:0;transform:translateX(-15px)}45%{opacity:1}100%{opacity:0;transform:translateX(28px)}}

.lifecycle-scene{padding:58px 5%;display:flex;align-items:center;justify-content:center;gap:10px}
.lifecycle-scene .flow-node{position:relative;z-index:2;width:96px;height:105px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--ink);background:#fff;border-radius:18px;box-shadow:0 15px 30px rgba(0,0,0,.2)}
.lifecycle-scene .flow-node b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--green);font-size:.9rem}
.lifecycle-scene .flow-node span{font-size:.59rem;font-weight:950;letter-spacing:.06em}
.lifecycle-scene>i{width:28px;height:4px;background:linear-gradient(90deg,var(--green),var(--blue));animation:flow-pulse 1.5s ease-in-out infinite}
.lifecycle-scene>i:nth-of-type(2){animation-delay:.3s}.lifecycle-scene>i:nth-of-type(3){animation-delay:.6s}
@keyframes flow-pulse{50%{transform:scaleX(1.35);filter:brightness(1.6)}}

.evidence-scene{display:grid;place-items:center}
.evidence-file{position:absolute;left:18%;top:55px;width:118px;height:142px;padding:24px 14px;display:grid;align-content:center;gap:18px;color:var(--ink);background:#fff;border-radius:12px;box-shadow:0 18px 30px rgba(0,0,0,.22)}
.evidence-file i{display:block;width:75%;height:8px;background:#b9c9bf;box-shadow:0 17px 0 #b9c9bf,0 34px 0 #b9c9bf}
.evidence-file span{margin-top:36px;color:var(--green-dark);font-size:.62rem;font-weight:950;letter-spacing:.12em}
.shield-mark{position:absolute;left:36%;top:38px;width:150px;height:174px;display:grid;place-items:center;color:var(--green);border:7px solid var(--green);border-radius:75px 75px 90px 90px;font-size:5rem;font-weight:900;filter:drop-shadow(0 0 18px rgba(134,230,65,.22));animation:shield-guard 2s ease-in-out infinite}
.no-touch{position:absolute;right:5%;top:83px;padding:15px;color:#ffd0ca;background:rgba(232,93,93,.15);border:1px solid rgba(232,93,93,.45);border-radius:12px;font-size:.67rem;font-weight:950;line-height:1.65;letter-spacing:.08em}
@keyframes shield-guard{50%{transform:translateY(-5px);filter:drop-shadow(0 0 26px rgba(134,230,65,.38))}}

.report-scene .report-card{position:absolute;left:8%;top:48px;width:42%;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fff;border-radius:16px;box-shadow:0 15px 30px rgba(0,0,0,.2)}
.report-card span{padding:11px 7px;color:var(--green-dark);background:#edf5ee;border-radius:9px;font-size:.66rem;font-weight:950;text-align:center;animation:fact-fill 2.4s ease-in-out infinite}
.report-card span:nth-child(2){animation-delay:.2s}.report-card span:nth-child(3){animation-delay:.4s}.report-card span:nth-child(4){animation-delay:.6s}
.report-scene .report-beam{left:53%;right:23%}.report-scene .sirt-badge{right:5%}
@keyframes fact-fill{0%,20%{background:#edf5ee}45%,100%{background:#c9f2ad}}

.scenario-art{margin:24px 0;min-height:205px;display:grid;grid-template-columns:minmax(210px,38%) 1fr;align-items:center;overflow:hidden;background:linear-gradient(135deg,#102e20,#1c5539);border-radius:22px;color:#fff;box-shadow:var(--shadow)}
.scenario-art figcaption{padding:28px;color:#d7e6dc;font-size:1.08rem;line-height:1.55}
.scenario-object{position:relative;height:205px;display:grid;place-items:center;background:radial-gradient(circle,rgba(134,230,65,.18),transparent 63%)}
.scenario-object span{position:relative;z-index:2;width:106px;height:125px;display:grid;place-items:center;color:var(--ink);background:#f7fbf8;border:7px solid #bfd0c4;border-radius:20px;font-size:2.1rem;font-weight:950;box-shadow:0 17px 28px rgba(0,0,0,.25);animation:object-float 2.1s ease-in-out infinite}
.scenario-object b{position:absolute;z-index:3;right:12%;top:36px;padding:10px 13px;color:#fff;background:var(--red);border-radius:999px;font-size:.66rem;letter-spacing:.1em;animation:label-pop 2.1s ease-in-out infinite}
.scenario-object i{position:absolute;width:150px;height:150px;border:2px solid rgba(134,230,65,.4);border-radius:50%;animation:scene-wave 2s ease-out infinite}
.scene-mail .scenario-object span{height:84px;border-radius:10px}.scene-mail .scenario-object span::after{content:"";position:absolute;width:58px;height:58px;border-left:3px solid #809588;border-bottom:3px solid #809588;transform:rotate(-45deg)}
.scene-device .scenario-object span{width:145px;height:93px;border-radius:10px}.scene-device .scenario-object span::after{content:"";position:absolute;left:-18px;right:-18px;bottom:-22px;height:12px;background:#bfd0c4;border-radius:0 0 12px 12px}
.scene-send .scenario-object span{border-radius:8px}.scene-door .scenario-object span{width:92px;height:148px;border-radius:7px}
@keyframes object-float{50%{transform:translateY(-6px)}}
@keyframes label-pop{50%{transform:scale(1.08)}}

@media(max-width:760px){.action-visual,.scenario-art{grid-template-columns:1fr}.action-visual figcaption{border-left:0;border-top:1px solid rgba(255,255,255,.1)}.visual-scene{min-height:230px}.scenario-art figcaption{padding:20px 24px}.scenario-object{height:180px}.lifecycle-scene{padding:48px 15px;gap:5px}.lifecycle-scene .flow-node{width:70px;height:92px}.lifecycle-scene>i{width:10px}.lifecycle-scene .flow-node span{font-size:.48rem}.response-scene .scene-monitor{left:4%;width:29%}.stop-badge{left:36%;width:72px;height:72px}.sirt-badge{right:3%;width:70px}.evidence-file{left:8%}.shield-mark{left:27%}.no-touch{right:3%;font-size:.56rem}}
@media(prefers-reduced-motion:reduce){.action-visual *,.scenario-art *{animation:none!important}}
