:root{
  --paper:#f7f0e3;--paper-2:#fffaf0;--ink:#272725;--muted:#746f66;--line:#d9cfbd;
  --blue:#5f87d8;--blue-soft:#e5edfb;--orange:#ec8b4f;--orange-soft:#fcebdd;
  --teal:#56a99d;--teal-soft:#e2f2ee;--purple:#9671c8;--purple-soft:#eee8f7;
  --red:#b85f4d;--shadow:0 14px 38px rgba(83,65,42,.11);
  --sans:"Noto Sans SC","PingFang SC","Microsoft YaHei","DengXian",sans-serif;
}
*{box-sizing:border-box}
html{background:#e8dfd2;scroll-behavior:smooth}
body{min-width:320px;margin:0;color:var(--ink);font-family:var(--sans);background:var(--paper);-webkit-font-smoothing:antialiased}
button,a{font:inherit}button{touch-action:manipulation}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
[hidden]{display:none!important}.skip-link{position:fixed;left:12px;top:-80px;z-index:99;padding:10px 16px;background:var(--ink);color:#fff}.skip-link:focus{top:12px}
.app-shell{min-height:100dvh;background-color:var(--paper)}
.brand-bar{position:relative;z-index:10;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px clamp(18px,5vw,54px);border-bottom:1px solid var(--line);background:rgba(247,240,227,.94)}
.brand{color:var(--ink);text-decoration:none;font-size:15px;font-weight:950;letter-spacing:-.04em}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:6px;letter-spacing:.16em}.brand-time{font-size:10px;color:var(--muted)}
.intro-screen{width:min(1080px,100%);min-height:calc(100dvh - 64px);margin:auto;padding:56px clamp(20px,6vw,72px) 42px;display:grid;grid-template-columns:1fr .9fr;gap:34px 58px;align-items:center}
.intro-copy{align-self:end}.eyebrow,.act-label,.section-heading span,.reply-heading span,.inbox-heading span{color:var(--blue);font-size:8px;font-weight:950;letter-spacing:.18em}.intro-copy h1{margin:9px 0 20px;font-size:clamp(50px,7vw,82px);line-height:1.02;letter-spacing:-.08em}.intro-lead{max-width:610px;margin:0;color:#57534d;font-size:15px;line-height:1.9}.intro-meta{display:flex;flex-wrap:wrap;gap:7px;margin:23px 0}.intro-meta span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,250,240,.7);font-size:9px;font-weight:800}
.primary-button,.quiet-button,.end-button,.reply-option,.tool-button,.mark-button{border:0;cursor:pointer}.primary-button{min-width:210px;min-height:50px;padding:13px 22px;border-radius:999px;background:var(--ink);color:#fff;font-weight:900}.primary-button:hover{transform:translateY(-2px)}.text-button{border:0;padding:8px;background:transparent;color:var(--muted);font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.intro-copy>.text-button{display:block;margin-top:8px}.quiet-button{padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:var(--paper-2);color:var(--ink);font-size:9px;font-weight:850}.quiet-button:disabled,.mark-button:disabled,.text-button:disabled{opacity:.42;cursor:not-allowed}
.intro-art{align-self:end;margin:0;overflow:hidden;border:1.5px solid var(--ink);border-radius:38% 38% 28px 28px;background:var(--blue-soft);box-shadow:var(--shadow)}.intro-art img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.intro-art figcaption{padding:12px 16px;color:var(--muted);font-size:9px;text-align:center}.intro-rules{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.intro-rules p{margin:0;padding:18px 20px;border-right:1px solid var(--line)}.intro-rules p:last-child{border:0}.intro-rules b,.intro-rules span{display:block}.intro-rules b{font-size:12px}.intro-rules span{margin-top:5px;color:var(--muted);font-size:9px;line-height:1.6}
.game-screen{width:min(1180px,100%);margin:auto;padding:26px clamp(14px,3vw,34px) 60px}.game-topline{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.game-topline p{margin:6px 0 0;color:var(--muted);font-size:9px}.conversation-rail{display:flex;gap:8px;overflow-x:auto;padding:4px 1px 14px;scrollbar-width:none}.conversation-rail::-webkit-scrollbar{display:none}.contact-tab{position:relative;min-width:76px;padding:0 5px 8px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);cursor:pointer}.contact-tab.active{border-color:var(--blue);color:var(--ink)}.contact-tab img{display:block;width:56px;height:56px;margin:auto;object-fit:cover;border:4px solid var(--blue);border-radius:50%;background:var(--paper-2)}.contact-tab.category-family img{border-color:var(--orange)}.contact-tab.category-work img{border-color:var(--teal)}.contact-tab.category-weak img{border-color:var(--purple)}.contact-tab.category-self img{border-color:#b9a98d}.contact-tab span{display:block;max-width:72px;margin-top:6px;overflow:hidden;font-size:9px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.contact-tab i{position:absolute;right:12px;top:0;width:9px;height:9px;border:2px solid var(--paper);border-radius:50%;background:var(--orange)}
.game-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:16px;align-items:start}.conversation-stage,.inbox-panel{border:1px solid var(--line);background:rgba(255,250,240,.86)}.conversation-stage{overflow:hidden;border-radius:28px}.contact-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--line)}.relation-label{color:var(--blue);font-size:8px;font-weight:900;letter-spacing:.12em}.contact-head h1{margin:5px 0 0;font-size:25px;letter-spacing:-.05em}.mark-button{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--muted);font-size:8px;font-weight:900}.mark-button[aria-pressed="true"]{border-color:var(--purple);background:var(--purple-soft);color:#654595}
.message-thread{max-height:230px;overflow-y:auto;padding:20px 24px 10px;display:grid;gap:9px}.message-bubble{max-width:78%;padding:11px 14px;border:1px solid var(--line);border-radius:18px 18px 18px 5px;background:var(--blue-soft);font-size:12px;line-height:1.6}.message-bubble.me{justify-self:end;border-radius:18px 18px 5px 18px;background:var(--paper-2)}.message-bubble small{display:block;margin-top:5px;color:var(--muted);font-size:7px}.message-bubble.reaction{background:var(--teal-soft)}
.relationship-scene{position:relative;margin:0 24px 16px;overflow:hidden;border:1px solid rgba(93,79,59,.12);border-radius:20px;background:#fbf3e4}.relationship-scene img{display:block;width:100%;height:auto;aspect-ratio:12/5;object-fit:contain;object-position:center;background:#fbf3e4}.relationship-scene figcaption{position:absolute;left:12px;right:12px;bottom:10px;padding:7px 10px;border-radius:999px;background:rgba(255,250,240,.92);color:var(--muted);font-size:8px;text-align:center}
.resource-strip{margin:0 24px 18px;padding:13px 15px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;border:1px solid var(--line);border-radius:18px;background:var(--paper-2)}.resource-strip>div:not(.energy-meter){padding-right:9px;border-right:1px solid var(--line)}.resource-strip>div:nth-child(3){border:0}.resource-strip span,.resource-strip strong{display:block}.resource-strip span{color:var(--muted);font-size:7px}.resource-strip strong{margin-top:4px;font-size:11px}.resource-strip strong b{font-size:20px;color:var(--orange)}.energy-meter{grid-column:1/-1;display:grid;grid-template-columns:repeat(16,1fr);gap:3px}.energy-meter i{height:5px;border-radius:999px;background:#ddd2c1}.energy-meter i.on{background:var(--teal)}
.reply-panel{padding:20px 24px 24px;border-top:1px solid var(--line)}.reply-heading,.inbox-heading{display:flex;align-items:start;justify-content:space-between;gap:12px}.reply-heading h2,.inbox-heading h2{margin:4px 0 0;font-size:17px}.compact{padding:4px 0}.reply-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.reply-option{min-height:86px;padding:12px 13px;display:grid;grid-template-columns:1fr auto;gap:8px;border:1px solid var(--line);border-radius:16px;background:var(--paper-2);color:var(--ink);text-align:left}.reply-option:hover{border-color:var(--blue);transform:translateY(-2px)}.reply-option:disabled{opacity:.38;cursor:not-allowed;transform:none}.reply-option b{font-size:11px;line-height:1.5}.reply-option span{color:var(--muted);font-size:8px;line-height:1.5}.reply-option small{align-self:start;color:var(--blue);font-size:8px;font-weight:900;white-space:nowrap}.message-tools{margin-top:10px;border-top:1px solid var(--line)}.message-tools summary{padding:12px 1px 6px;color:var(--muted);font-size:9px;font-weight:850;cursor:pointer}.message-tools>div{display:flex;flex-wrap:wrap;gap:7px;padding-top:6px}.tool-button{padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);font-size:8px;font-weight:850}.tool-button:hover{border-color:var(--teal);background:var(--teal-soft)}.tool-button:disabled{opacity:.38;cursor:not-allowed}.action-feedback{min-height:17px;margin:10px 0 0;color:var(--red);font-size:8px;font-weight:800}
.inbox-panel{position:sticky;top:12px;padding:20px;border-radius:24px}.inbox-heading b{padding:5px 8px;border-radius:999px;background:var(--orange-soft);color:#8b4e2d;font-size:8px}.inbox-list{display:grid;margin-top:13px}.inbox-item{width:100%;padding:12px 2px;display:grid;grid-template-columns:1fr auto;gap:5px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.inbox-item b{font-size:10px}.inbox-item span{color:var(--muted);font-size:8px}.inbox-item small{grid-column:1/-1;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.inbox-item.active b{color:var(--blue)}.inbox-item.deferred span{color:var(--purple)}.end-button{width:100%;min-height:44px;margin-top:15px;border-radius:999px;background:var(--ink);color:#fff;font-size:10px;font-weight:900}.inbox-note{margin:14px 0 0;color:var(--muted);font-size:8px;line-height:1.6}.final-event{position:fixed;z-index:30;left:50%;bottom:18px;width:min(560px,calc(100% - 28px));padding:14px 18px;border:1px solid #d5b77b;border-radius:18px;background:#fff4d7;box-shadow:var(--shadow);transform:translateX(-50%)}.final-event span{color:#8b6828;font-size:8px;font-weight:950;letter-spacing:.13em}.final-event p{margin:5px 0 0;font-size:10px;line-height:1.55}
.report-screen{width:min(1040px,100%);margin:auto;padding:32px clamp(16px,5vw,56px) 70px}.report-cover{padding:clamp(34px,7vw,72px);border-radius:30px;background:var(--ink);color:#fff}.report-cover .eyebrow{color:#b9c8f2}.report-cover h1{max-width:760px;margin:14px 0;font-size:clamp(40px,7vw,70px);line-height:1.05;letter-spacing:-.07em;color:#f7d49c}.report-cover>p{max-width:700px;margin:0;color:#d9d4ca;font-size:13px;line-height:1.8}.report-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.report-stats span{padding:7px 10px;border:1px solid #5e5b57;border-radius:999px;color:#ece3d7;font-size:8px}.report-section{padding:54px 0;border-bottom:1px solid var(--line)}.section-heading h2{margin:7px 0 22px;font-size:clamp(27px,4vw,39px);letter-spacing:-.05em}.attention-chart{display:grid;gap:13px}.attention-row{display:grid;grid-template-columns:76px 1fr 38px;align-items:center;gap:10px;font-size:10px}.attention-track{height:11px;border-radius:99px;background:#e5dbca;overflow:hidden}.attention-track i{display:block;height:100%;border-radius:inherit;background:var(--bar-color)}.report-two-column{display:grid;grid-template-columns:1fr 1fr;gap:34px}.care-list,.paper-list{display:grid;gap:8px}.care-item,.paper-item,.evidence-box{padding:15px 17px;border:1px solid var(--line);background:var(--paper-2)}.care-item{display:flex;justify-content:space-between;gap:10px}.care-item b{font-size:11px}.care-item span{color:var(--muted);font-size:9px}.paper-item b,.paper-item span{display:block}.paper-item b{font-size:11px}.paper-item span{margin-top:5px;color:var(--muted);font-size:9px}.evidence-box{min-height:140px}.evidence-box p{margin:0 0 9px;color:#5e5952;font-size:10px;line-height:1.7}.evidence-box p:last-child{margin:0}.repair-section blockquote{margin:0;padding:30px;border-left:4px solid var(--orange);background:var(--orange-soft);font-size:16px;line-height:1.75}.gentle-note{margin:18px 0 0;color:var(--muted);font-size:9px}.ledger{margin:38px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ledger summary{padding:19px 4px;font-size:11px;font-weight:900;cursor:pointer}.ledger summary span{color:var(--muted);font-size:8px;font-weight:500}.ledger ol{max-height:380px;overflow:auto;margin:0;padding:0 0 22px 24px}.ledger li{padding:8px;color:var(--muted);font-size:9px;line-height:1.55}
.share-card{aspect-ratio:1/1.05;max-width:620px;margin:70px auto 28px;padding:9%;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #373532;background:var(--ink);color:#fff;box-shadow:var(--shadow)}.share-card span{color:#bdb8af;font-size:8px}.share-card h2{max-width:500px;margin:20px 0;font-size:clamp(38px,8vw,60px);line-height:1.08;letter-spacing:-.06em;color:#f7d49c}.share-card p{color:#d8d1c7;font-size:12px;line-height:1.8}.share-attention{display:grid;gap:8px}.share-attention i{display:block;height:6px;border-radius:99px}.share-card footer{display:flex;justify-content:space-between;gap:14px;padding-top:16px;border-top:1px solid #4a4742}.share-card footer b{color:#f7d49c;font-size:8px}.disclaimer{margin:0;padding:14px 16px;border-radius:14px;background:var(--purple-soft);color:#685d73;font-size:8px;line-height:1.6;text-align:center}.report-actions{display:flex;justify-content:center;gap:9px;margin-top:25px}.link-button{display:grid;place-items:center;text-decoration:none}.report-actions .quiet-button{padding-inline:18px}
@media(max-width:760px){
  .brand-bar{min-height:52px;padding-block:8px}.intro-screen{min-height:calc(100dvh - 52px);padding:35px 18px 28px;display:flex;flex-direction:column;align-items:stretch}.intro-copy{order:1}.intro-art{order:0}.intro-art img{aspect-ratio:16/10}.intro-copy h1{font-size:50px}.intro-lead{font-size:12px}.intro-rules{order:2;grid-template-columns:1fr}.intro-rules p{padding:13px 3px;border-right:0;border-bottom:1px solid var(--line)}
  .game-screen{padding:9px 10px 46px}.game-topline{min-height:37px;margin-bottom:7px;padding:0 4px}.game-topline p{display:none}.conversation-rail{margin-inline:-2px;padding-bottom:7px}.contact-tab{min-width:61px;padding-bottom:5px}.contact-tab img{width:44px;height:44px}.contact-tab span{margin-top:3px}.game-layout{display:block}.conversation-stage{border-radius:22px}.inbox-panel{position:static;margin-top:12px}.contact-head{padding:10px 16px}.contact-head h1{font-size:19px}.message-thread{max-height:100px;padding:9px 16px 6px}.message-bubble{padding:8px 11px;font-size:10px}.relationship-scene{margin:0 16px 8px}.relationship-scene img{height:auto;aspect-ratio:12/5}.relationship-scene figcaption{bottom:6px;padding-block:5px}.resource-strip{margin:0 16px 8px;padding:8px 10px;gap:7px}.resource-strip strong{font-size:10px}.resource-strip strong b{font-size:15px}.reply-panel{padding:11px 16px 15px}.reply-options{gap:6px;margin-top:9px}.reply-option{min-height:70px;padding:8px 9px}.reply-option b{font-size:9px}.reply-heading h2{font-size:15px}.inbox-panel{padding:16px}.final-event{bottom:10px}
  .report-screen{padding:18px 12px 50px}.report-cover{padding:34px 24px;border-radius:22px}.report-cover h1{font-size:41px}.report-section{padding:38px 4px}.report-two-column{grid-template-columns:1fr;gap:24px}.section-heading h2{font-size:27px}.share-card{margin-top:45px}.report-actions{flex-direction:column}.report-actions>*{width:100%}
}

/* Customer-facing cleanup and a quieter, handwritten result keepsake. */
.ai-meter,.ai-switch{display:none!important}
.contact-tab img{object-position:center 22%}.arrival-toast img{object-position:center 22%}
.share-card{min-height:830px;gap:18px;padding:26px 30px 22px}
.share-card .share-ending-art img{aspect-ratio:16/10}
.share-ending-copy{max-width:560px}.share-ending-copy>span{font-size:12px;font-weight:800;letter-spacing:.1em}
.share-card h2{margin:12px 0 10px;font-family:"STKaiti","KaiTi","FangSong",serif;font-size:clamp(39px,6.4vw,51px);font-weight:600;line-height:1.24;letter-spacing:.01em}
.share-card p{font-family:"STKaiti","KaiTi","FangSong",serif;font-size:17px;line-height:1.9;color:#665f55}
.share-attention{margin-top:auto;padding-top:8px;gap:12px}.share-attention-row{display:grid;gap:5px}.share-attention-row>span{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--ink);font-family:"STKaiti","KaiTi","FangSong",serif;font-size:14px}.share-attention-row b{font-weight:600}.share-attention-row em{color:var(--muted);font-size:12px;font-style:normal}.share-attention-row>i{display:block;height:7px;overflow:hidden;border-radius:99px;background:#e5dbca}.share-attention-row>i>u{display:block;height:100%;border-radius:inherit;text-decoration:none}
.share-card footer{padding-top:14px}.share-card footer b{font-size:10px}.share-card footer span{font-family:"STKaiti","KaiTi","FangSong",serif;font-size:12px}
@media(max-width:760px){.share-card{min-height:0;padding:18px 18px 20px;gap:17px}.share-card h2{font-size:38px}.share-card p{font-size:16px}.share-attention{gap:10px}.share-attention-row>span{font-size:13px}}

/* FINAL game layout override — keep this last so legacy readability passes cannot expand the phone UI. */
.contact-head{padding-block:13px}.contact-head h1{margin:0}
.resource-strip{margin:0;padding:10px 24px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-width:1px 0;border-radius:0;background:rgba(255,250,240,.94)}
.resource-item{min-width:0;display:flex;align-items:center;gap:10px}.resource-item+.resource-item{padding-left:20px;border-left:1px solid var(--line)}
.resource-item>svg{width:32px;height:32px;flex:0 0 auto;padding:7px;border-radius:11px}.time-resource>svg{fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;background:var(--orange-soft)}.energy-resource>svg{fill:var(--teal);background:var(--teal-soft)}
.resource-item>div{min-width:0;flex:1}.resource-item span,.resource-item strong{display:block}.resource-item span{color:var(--muted);font-size:10px;font-weight:800}.resource-item strong{margin-top:1px;color:var(--ink);font-size:17px;line-height:1.15;white-space:nowrap}.resource-item strong b{color:var(--orange);font-size:25px}.resource-item strong small{margin-left:3px;font-size:10px;font-weight:800}
.resource-item .energy-meter{width:100%;margin-top:5px;display:grid;grid-template-columns:repeat(16,1fr);gap:2px}.resource-item .energy-meter i{height:5px;border-radius:99px}

@media(max-width:760px){
  .brand-bar{min-height:56px;padding:8px 14px}.brand{font-size:17px}.brand small{font-size:8px}.brand-time{display:block;font-size:13px}
  .game-screen{padding:7px 8px 38px}.game-topline{min-height:30px;margin:0 2px 5px;align-items:center}.game-topline p{display:none}.act-label{font-size:12px;letter-spacing:.11em}.quiet-button{padding:7px 10px;font-size:11px}
  .conversation-rail{gap:3px;margin:0;padding:1px 0 6px}.contact-tab{min-width:58px;padding:0 2px 4px}.contact-tab img{width:42px;height:42px;border-width:3px}.contact-tab span{max-width:58px;margin-top:2px;font-size:12px}.contact-tab i{right:7px;width:10px;height:10px}
  .conversation-stage{position:relative;border-radius:20px}.contact-head{position:absolute;z-index:7;top:9px;right:9px;padding:0;border:0;background:transparent}.contact-head h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .mark-button{min-width:55px;padding:7px 9px;border-color:rgba(93,79,59,.2);background:rgba(255,250,240,.9);box-shadow:0 4px 14px rgba(83,65,42,.08);backdrop-filter:blur(6px);font-size:12px}.mark-button::before{content:"☆ ";color:var(--purple);font-size:14px}.mark-button[aria-pressed="true"]::before{content:"★ "}
  .conversation-canvas{height:340px}.conversation-canvas .message-thread{padding:16px 14px 46px}.conversation-canvas .message-bubble{max-width:86%;padding:9px 11px;font-size:16px;line-height:1.6}.conversation-canvas figcaption{left:12px;right:12px;bottom:7px;padding:5px 8px;font-size:10px}
  .resource-strip{margin:0;padding:7px 11px;grid-template-columns:1fr 1fr;gap:0}.resource-item{gap:7px}.resource-item+.resource-item{padding-left:9px}.resource-item>svg{width:29px;height:29px;padding:6px}.resource-item span{font-size:10px}.resource-item strong{font-size:17px}.resource-item strong b{font-size:23px}.resource-item strong small{font-size:10px}.resource-item .energy-meter{margin-top:4px;gap:1px}.resource-item .energy-meter i{height:4px}
  .reply-panel{padding:7px 9px 11px}.reply-heading{align-items:center}.reply-heading span{display:none}.reply-heading h2{margin:0;font-size:15px}.reply-heading .text-button{padding:4px;font-size:10px}
  .reply-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:6px}.reply-option{min-width:0;min-height:62px;padding:7px 3px;align-items:center;justify-content:center;gap:7px;text-align:center;border-radius:12px}.reply-option>b{font-size:14px;line-height:1.25;white-space:nowrap}.reply-option>small{align-self:center;gap:6px;font-size:11px;white-space:nowrap}.reply-option>small>span{gap:2px}.reply-option svg{width:12px;height:12px}.action-feedback{min-height:0;margin:6px 1px 0;font-size:11px}
}
@media(max-width:360px){.conversation-canvas{height:320px}.contact-tab{min-width:55px}.reply-option>b{font-size:13px}.reply-option>small{font-size:10px}.resource-item>svg{width:26px;height:26px}.resource-item{gap:5px}.resource-item+.resource-item{padding-left:6px}}

/* Final phone typography: intentionally after the cockpit compression rules. */
.conversation-canvas .message-bubble{font-size:17px}.inbox-item b{font-size:17px}.inbox-item span,.inbox-item small,.inbox-note{font-size:14px}
@media(max-width:760px){
  .act-label{font-size:12px}.contact-tab span{font-size:12px}.mark-button{font-size:12px}
  .conversation-canvas .message-bubble{font-size:16px;line-height:1.6}.conversation-canvas .message-bubble small{font-size:11px}.conversation-canvas figcaption{font-size:10px}
  .resource-item span{font-size:10px}.resource-item strong{font-size:17px}.resource-item strong b{font-size:23px}.resource-item strong small{font-size:10px}
  .reply-heading h2{font-size:15px}.reply-option>b{font-size:14px}.reply-option>small{font-size:11px}.action-feedback{font-size:11px}
  .inbox-item b{font-size:16px}.inbox-item span,.inbox-item small,.inbox-note{font-size:13px}
}
@media(max-width:360px){.reply-option>b{font-size:13px}.reply-option>small{font-size:10px}}

/* Important is a player promise: marked contacts move forward and the report compares intention with action. */
.contact-tab.marked::after{content:"★";position:absolute;left:5px;top:1px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--paper-2);color:var(--purple);font-size:11px;box-shadow:0 2px 8px rgba(83,65,42,.14)}
.priority-intro{margin:-10px 0 20px;color:var(--muted);font-size:14px;line-height:1.7}
.priority-evidence{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.priority-card,.priority-empty{padding:19px 20px;border:1px solid var(--line);border-radius:18px;background:var(--paper-2)}
.priority-card{position:relative;overflow:hidden}.priority-card::before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--blue)}.priority-card.priority-aligned::before{background:var(--teal)}.priority-card.priority-missed::before{background:var(--orange)}
.priority-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.priority-card header div{display:flex;align-items:center;gap:7px}.priority-card header div span{color:var(--purple);font-size:15px}.priority-card header b{font-size:17px}.priority-card header strong{color:var(--blue);font-size:13px}.priority-card.priority-aligned header strong{color:#3d847a}.priority-card.priority-missed header strong{color:#b86735}
.priority-card p,.priority-empty p{margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.priority-card footer{display:flex;gap:8px;margin-top:15px}.priority-card footer span{padding:6px 9px;border-radius:999px;background:#fff;color:#625b51;font-size:12px;font-weight:800}.priority-empty{grid-column:1/-1}.priority-empty b{font-size:17px}

/* A restrained type lift for the text players read repeatedly. */
.conversation-canvas .message-bubble{font-size:17px}.inbox-item b{font-size:17px}.inbox-item span,.inbox-item small,.inbox-note{font-size:14px}.end-prompt-copy p{font-size:14px}.end-shortcut{font-size:14px}
@media(max-width:760px){
  .act-label{font-size:12px}.contact-tab span{font-size:12px}.mark-button{font-size:12px}
  .conversation-canvas .message-bubble{font-size:16px;line-height:1.6}.conversation-canvas .message-bubble small{font-size:11px}.conversation-canvas figcaption{font-size:10px}
  .resource-item span{font-size:10px}.resource-item strong{font-size:17px}.resource-item strong b{font-size:23px}.resource-item strong small{font-size:10px}
  .reply-heading h2{font-size:15px}.reply-option>b{font-size:14px}.reply-option>small{font-size:11px}.action-feedback{font-size:11px}
  .inbox-item b{font-size:16px}.inbox-item span,.inbox-item small,.inbox-note{font-size:13px}
  .priority-intro{font-size:13px}.priority-evidence{grid-template-columns:1fr}.priority-card,.priority-empty{padding:16px}.priority-card header b,.priority-empty b{font-size:16px}.priority-card header strong{font-size:12px}.priority-card p,.priority-empty p{font-size:13px}
}
@media(max-width:360px){.reply-option>b{font-size:13px}.reply-option>small{font-size:10px}}

/* Resource-aware ending invitation. */
.end-prompt{position:fixed;z-index:80;left:50%;bottom:max(16px,env(safe-area-inset-bottom));width:min(560px,calc(100% - 28px));padding:16px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid rgba(95,135,216,.35);border-radius:24px;background:linear-gradient(135deg,rgba(255,250,240,.98),rgba(238,232,247,.98));box-shadow:0 22px 58px rgba(54,43,28,.27);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transform:translateX(-50%);animation:end-invite-up .42s cubic-bezier(.2,.8,.2,1) both}
.end-prompt-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:var(--ink);color:#f7d59c;font-family:Georgia,serif;font-size:34px;line-height:1}
.end-prompt-copy span{color:var(--purple);font-size:9px;font-weight:950;letter-spacing:.14em}.end-prompt-copy h2{margin:4px 0 2px;font-size:19px;line-height:1.25}.end-prompt-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}
.end-prompt-actions{display:grid;gap:7px}.end-prompt-actions .primary-button{min-width:132px;min-height:42px;padding:10px 15px;font-size:12px}.end-prompt-actions .quiet-button{min-height:36px;font-size:11px}
.end-shortcut{position:fixed;z-index:75;right:14px;bottom:max(14px,env(safe-area-inset-bottom));min-height:44px;padding:10px 15px;border:1px solid rgba(95,135,216,.38);border-radius:999px;background:rgba(39,39,37,.94);color:#fff;font-size:12px;font-weight:900;box-shadow:0 12px 28px rgba(39,39,37,.23);cursor:pointer}.end-shortcut span{margin-right:4px;color:#f7d59c;font-size:18px;vertical-align:-1px}
@keyframes end-invite-up{from{opacity:0;transform:translate(-50%,22px) scale(.96)}to{opacity:1;transform:translate(-50%,0) scale(1)}}
@media(max-width:760px){.end-prompt{bottom:max(10px,env(safe-area-inset-bottom));padding:13px;grid-template-columns:44px minmax(0,1fr);gap:10px;border-radius:21px}.end-prompt-icon{width:44px;height:44px;border-radius:15px;font-size:28px}.end-prompt-copy span{font-size:8px}.end-prompt-copy h2{font-size:17px}.end-prompt-copy p{font-size:11px}.end-prompt-actions{grid-column:1/-1;grid-template-columns:1.35fr .75fr;gap:7px}.end-prompt-actions .primary-button{min-width:0;min-height:44px}.end-prompt-actions .quiet-button{min-height:44px}.end-shortcut{right:10px;bottom:max(10px,env(safe-area-inset-bottom));font-size:12px}}
@media(prefers-reduced-motion:reduce){.end-prompt{animation:none}}

/* Compact game cockpit: keep the conversation and all four choices in one phone viewport. */
.contact-head{padding-block:13px}.contact-head h1{margin:0}
.resource-strip{margin:0;padding:10px 24px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-width:1px 0;border-radius:0;background:rgba(255,250,240,.94)}
.resource-item{min-width:0;display:flex;align-items:center;gap:10px}
.resource-item+ .resource-item{padding-left:20px;border-left:1px solid var(--line)}
.resource-item>svg{width:32px;height:32px;flex:0 0 auto;padding:7px;border-radius:11px}
.time-resource>svg{fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;background:var(--orange-soft)}
.energy-resource>svg{fill:var(--teal);background:var(--teal-soft)}
.resource-item>div{min-width:0;flex:1}.resource-item span,.resource-item strong{display:block}
.resource-item span{color:var(--muted);font-size:10px;font-weight:800}
.resource-item strong{margin-top:1px;color:var(--ink);font-size:17px;line-height:1.15;white-space:nowrap}
.resource-item strong b{color:var(--orange);font-size:25px}.resource-item strong small{margin-left:3px;font-size:10px;font-weight:800}
.resource-item .energy-meter{width:100%;margin-top:5px;display:grid;grid-template-columns:repeat(16,1fr);gap:2px}
.resource-item .energy-meter i{height:5px;border-radius:99px}

@media(max-width:760px){
  .brand-bar{min-height:56px;padding:8px 14px}.brand{font-size:17px}.brand small{font-size:8px}.brand-time{display:block;font-size:13px}
  .game-screen{padding:7px 8px 38px}.game-topline{min-height:30px;margin:0 2px 5px;align-items:center}.game-topline p{display:none}.act-label{font-size:11px;letter-spacing:.11em}.quiet-button{padding:7px 10px;font-size:11px}
  .conversation-rail{gap:3px;margin:0;padding:1px 0 6px}.contact-tab{min-width:58px;padding:0 2px 4px}.contact-tab img{width:42px;height:42px;border-width:3px}.contact-tab span{max-width:58px;margin-top:2px;font-size:11px}.contact-tab i{right:7px;width:10px;height:10px}
  .conversation-stage{position:relative;border-radius:20px}.contact-head{position:absolute;z-index:7;top:9px;right:9px;padding:0;border:0;background:transparent}.contact-head h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .mark-button{min-width:55px;padding:7px 9px;border-color:rgba(93,79,59,.2);background:rgba(255,250,240,.9);box-shadow:0 4px 14px rgba(83,65,42,.08);backdrop-filter:blur(6px);font-size:11px}.mark-button::before{content:"☆ ";color:var(--purple);font-size:14px}.mark-button[aria-pressed="true"]::before{content:"★ "}
  .conversation-canvas{height:340px}.conversation-canvas .message-thread{padding:16px 14px 46px}.conversation-canvas .message-bubble{max-width:86%;padding:9px 11px;font-size:14px;line-height:1.55}.conversation-canvas figcaption{left:12px;right:12px;bottom:7px;padding:5px 8px;font-size:9px}
  .resource-strip{margin:0;padding:7px 11px;grid-template-columns:1fr 1fr;gap:0}.resource-item{gap:7px}.resource-item+ .resource-item{padding-left:9px}.resource-item>svg{width:29px;height:29px;padding:6px}.resource-item span{font-size:9px}.resource-item strong{font-size:15px}.resource-item strong b{font-size:20px}.resource-item strong small{font-size:9px}.resource-item .energy-meter{margin-top:4px;gap:1px}.resource-item .energy-meter i{height:4px}
  .reply-panel{padding:7px 9px 11px}.reply-heading{align-items:center}.reply-heading span{display:none}.reply-heading h2{margin:0;font-size:14px}.reply-heading .text-button{padding:4px;font-size:10px}
  .reply-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:6px}.reply-option{min-width:0;min-height:62px;padding:7px 3px;align-items:center;justify-content:center;gap:7px;text-align:center;border-radius:12px}.reply-option>b{font-size:13px;line-height:1.25;white-space:nowrap}.reply-option>small{align-self:center;gap:6px;font-size:10px;white-space:nowrap}.reply-option>small>span{gap:2px}.reply-option svg{width:12px;height:12px}.action-feedback{min-height:0;margin:6px 1px 0;font-size:10px}
}

@media(max-width:360px){
  .conversation-canvas{height:320px}.contact-tab{min-width:55px}.reply-option>b{font-size:12px}.reply-option>small{font-size:9px}.resource-item>svg{width:26px;height:26px}.resource-item{gap:5px}.resource-item+ .resource-item{padding-left:6px}
}

/* Final strategy tiles and conversational reveal rhythm. */
.conversation-canvas{height:clamp(390px,42vw,470px)}
.reply-panel{padding:15px 24px 18px}.reply-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:11px}
.reply-option{min-height:76px;padding:12px 11px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:9px;border:1px solid transparent;box-shadow:inset 0 0 0 1px rgba(39,39,37,.04);transform:none}
.reply-option:hover{border-color:currentColor;box-shadow:0 7px 18px rgba(83,65,42,.1);transform:translateY(-2px)}
.reply-option>b{font-size:21px;line-height:1.15;letter-spacing:-.04em}
.reply-option>small{display:flex;align-items:center;gap:12px;color:currentColor;font-size:13px;font-weight:900;opacity:.78}
.reply-option>small>span{display:flex;align-items:center;gap:4px}.reply-option svg{width:15px;height:15px;flex:0 0 auto}
.reply-option small span:first-child svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.reply-option small span:last-child svg{fill:currentColor;stroke:none}
.reply-option:nth-child(1){background:#fff0df;color:#c66a2d}.reply-option:nth-child(2){background:#e3f3ee;color:#337f75}
.reply-option:nth-child(3){background:#e7eefc;color:#4b70b8}.reply-option:nth-child(4){background:#eee7f7;color:#7957a6}
.message-bubble.fresh-player{animation:player-send-in .36s cubic-bezier(.2,.8,.2,1) both}
.message-bubble.fresh-reaction{position:relative;opacity:0;animation:npc-shell-in .34s cubic-bezier(.2,.8,.2,1) .3s forwards}
.message-bubble.fresh-reaction .message-copy,.message-bubble.fresh-reaction small{opacity:0;animation:npc-copy-in .38s ease 1.6s forwards}
.message-bubble.fresh-reaction::before{content:"•••";position:absolute;left:15px;top:50%;color:var(--teal);font-size:17px;font-weight:900;letter-spacing:.14em;opacity:0;transform:translateY(-55%);animation:npc-thinking-dots 1.18s ease .42s both}
@keyframes player-send-in{0%{opacity:0;transform:translateY(12px) scale(.97)}60%{box-shadow:0 0 0 7px rgba(95,135,216,.13)}100%{opacity:1;transform:none;box-shadow:0 6px 18px rgba(83,65,42,.08)}}
@keyframes npc-shell-in{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}
@keyframes npc-thinking-dots{0%{opacity:0;letter-spacing:.02em}20%,72%{opacity:.66;letter-spacing:.14em}100%{opacity:0;letter-spacing:.24em}}
@keyframes npc-copy-in{from{opacity:0;filter:blur(3px);transform:translateY(3px)}to{opacity:1;filter:none;transform:none}}
@media(max-width:760px){.conversation-canvas{height:390px}.reply-panel{padding:12px 16px 16px}.reply-options{grid-template-columns:1fr 1fr;gap:7px}.reply-option{min-height:72px;padding:10px}.reply-option>b{font-size:19px}.reply-option>small{font-size:12px}}
@media(prefers-reduced-motion:reduce){.message-bubble.fresh-player,.message-bubble.fresh-reaction,.message-bubble.fresh-reaction .message-copy,.message-bubble.fresh-reaction small{opacity:1;animation:none;filter:none}.message-bubble.fresh-reaction::before{display:none}}

/* Result-page finale: colorful, editorial, and compact enough for phones. */
.report-screen{width:min(1100px,100%);padding-top:42px;background:radial-gradient(circle at 7% 4%,rgba(236,139,79,.12),transparent 22%),radial-gradient(circle at 94% 18%,rgba(95,135,216,.13),transparent 25%)}
.report-cover{position:relative;isolation:isolate;overflow:hidden;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:42px;padding:42px;border:0;border-radius:36px;background:linear-gradient(135deg,#fff4dc 0%,#fffaf0 48%,#e9f1ff 100%);box-shadow:0 24px 60px rgba(83,65,42,.15)}
.report-cover::before{content:"";position:absolute;z-index:-1;width:240px;height:240px;right:-72px;top:-92px;border:34px solid rgba(150,113,200,.12);border-radius:50%}
.report-cover::after{content:"";position:absolute;z-index:-1;width:150px;height:150px;left:37%;bottom:-110px;border-radius:50%;background:rgba(86,169,157,.13)}
.report-cover .eyebrow{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;letter-spacing:.16em}
.report-cover h1{max-width:620px;margin:18px 0 14px;color:var(--ink);font-size:clamp(44px,6vw,72px);line-height:1.04;letter-spacing:-.065em}
.report-cover-copy>p{max-width:650px;color:#5f5a52;font-size:17px;line-height:1.85}
.report-ending-art{position:relative;border:5px solid rgba(255,255,255,.88);border-radius:28px;box-shadow:0 16px 34px rgba(60,72,92,.18);transform:rotate(1.2deg)}
.report-ending-art img{aspect-ratio:4/3}
.report-cover .report-stats{gap:8px;margin-top:24px}.report-cover .report-stats span{padding:8px 11px;border:0;font-size:12px;font-weight:850;box-shadow:inset 0 0 0 1px rgba(39,39,37,.06)}
.report-cover .report-stats span:nth-child(1){background:#e5edfb;color:#4267aa}.report-cover .report-stats span:nth-child(2){background:#eee7f7;color:#73539d}.report-cover .report-stats span:nth-child(3){background:#fff0df;color:#a95e2d}.report-cover .report-stats span:nth-child(4){background:#e2f2ee;color:#367b72}
.report-section{margin-top:18px;padding:30px;border:1px solid rgba(217,207,189,.78);border-radius:28px;background:rgba(255,250,240,.82);box-shadow:0 10px 30px rgba(83,65,42,.07)}
.section-heading span{display:inline-block;padding:5px 8px;border-radius:999px;background:var(--blue-soft);color:#456bae;font-size:10px;letter-spacing:.13em}.section-heading h2{margin:9px 0 22px;font-size:clamp(28px,4vw,40px)}
.attention-chart{gap:9px}.attention-row{grid-template-columns:92px 1fr 58px;gap:13px;padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.7);font-size:13px}.attention-row b{font-size:14px}.attention-row span{text-align:right;color:var(--muted);font-weight:750}.attention-track{height:14px;background:#e9e0d2;box-shadow:inset 0 1px 2px rgba(83,65,42,.08)}
.report-two-column{gap:18px}.report-two-column>div{min-width:0}.care-list,.paper-list{gap:9px}.care-item,.paper-item,.evidence-box{border:0;border-radius:16px;box-shadow:inset 0 0 0 1px rgba(39,39,37,.06)}
.care-item{align-items:center;padding:16px 17px}.care-item b{font-size:15px}.care-item span{min-width:50px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.66);font-size:12px;font-weight:900;text-align:center}
.care-item:nth-child(1){background:#fff0df;color:#a75b2b}.care-item:nth-child(2){background:#e2f2ee;color:#34796f}.care-item:nth-child(3){background:#e5edfb;color:#4569ad}.care-item:nth-child(4){background:#eee7f7;color:#72529c}
.paper-item{padding:16px 17px;background:#fffdf7}.paper-item b{font-size:15px}.paper-item span{font-size:13px;line-height:1.6}
.evidence-box{min-height:155px;padding:20px;background:linear-gradient(145deg,#fffdf7,#f2ecdf)}.report-two-column>div:first-child .evidence-box{background:linear-gradient(145deg,#fff6e7,#fffdf7)}.report-two-column>div:last-child .evidence-box{background:linear-gradient(145deg,#eaf5f2,#fffdf7)}.evidence-box p{padding-left:14px;border-left:3px solid var(--orange);font-size:14px;line-height:1.75}.report-two-column>div:last-child .evidence-box p{border-color:var(--teal)}
.repair-section blockquote{padding:24px 26px;border:0;border-radius:18px;background:linear-gradient(135deg,#fff0df,#f6eafa);box-shadow:inset 5px 0 0 var(--orange);font-size:18px;line-height:1.8}
.left-behind-reveal{border:0;border-radius:18px;box-shadow:inset 0 0 0 1px var(--line),0 8px 20px rgba(83,65,42,.06)}
.ledger{margin:20px 0;border:1px solid var(--line);border-radius:18px;background:rgba(255,250,240,.72);overflow:hidden}.ledger summary{padding:18px 20px}.ledger ol{padding-inline:22px 14px}
.share-card{border:0;border-radius:32px;background:linear-gradient(155deg,#fffaf0 0%,#f4ecff 100%);box-shadow:0 20px 52px rgba(83,65,42,.15)}
.disclaimer{margin-top:16px}.report-actions{margin-top:18px}.report-actions .primary-button,.report-actions .quiet-button{min-height:48px}
@media(max-width:760px){
  .report-screen{padding:14px 10px 48px}.report-cover{padding:15px;display:flex;flex-direction:column-reverse;gap:18px;border-radius:24px}.report-cover::before{width:150px;height:150px;right:-70px;top:-65px}.report-ending-art{border-width:3px;border-radius:20px;transform:none}.report-cover h1{font-size:42px}.report-cover-copy>p{font-size:15px;line-height:1.75}.report-cover .report-stats{gap:6px;margin-top:18px}.report-cover .report-stats span{padding:7px 9px;font-size:11px}
  .report-section{margin-top:12px;padding:20px 14px;border-radius:21px}.report-two-column{display:grid;grid-template-columns:1fr;gap:26px}.section-heading h2{margin-bottom:16px;font-size:27px}.attention-row{grid-template-columns:76px 1fr 48px;gap:8px;padding:10px 9px}.attention-row b{font-size:12px}.attention-row span{font-size:11px}.attention-track{height:12px}
  .care-item,.paper-item{padding:14px}.care-item b,.paper-item b{font-size:14px}.evidence-box{min-height:0;padding:17px}.evidence-box p{font-size:13px}.repair-section blockquote{padding:20px 18px;font-size:16px}.share-card{margin-top:24px;border-radius:22px}.report-actions{gap:8px}
}

/* Keep the canvas image full-bleed after all legacy responsive overrides. */
.relationship-scene.conversation-canvas>img{height:100%;aspect-ratio:auto;object-fit:cover;object-position:center bottom}
@media(max-width:760px){.relationship-scene.conversation-canvas>img{height:100%;aspect-ratio:auto}}
.share-ending-art img{aspect-ratio:16/10}
.share-ending-art img{aspect-ratio:16/10}

/* Optional AI dialogue mode and transparent per-turn usage accounting. */
.game-controls{display:flex;align-items:center;gap:10px}.ai-switch{display:flex;align-items:center;gap:8px;cursor:pointer;user-select:none}.ai-switch input{position:absolute;opacity:0;pointer-events:none}.ai-switch b{font-size:13px}.ai-switch-track{width:42px;height:24px;padding:3px;display:block;border:1px solid var(--line);border-radius:99px;background:#d8cebd;transition:.2s}.ai-switch-track i{display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(39,39,37,.2);transition:.2s}.ai-switch input:checked+.ai-switch-track{border-color:var(--teal);background:var(--teal)}.ai-switch input:checked+.ai-switch-track i{transform:translateX(18px)}.ai-switch input:focus-visible+.ai-switch-track{outline:3px solid var(--blue);outline-offset:3px}.ai-switch input:disabled~*{opacity:.55;cursor:wait}
.ai-meter{margin:0 0 16px;padding:12px 14px;display:grid;grid-template-columns:minmax(180px,1.35fr) repeat(3,minmax(95px,.7fr)) auto;align-items:center;gap:10px;border:1px solid var(--line);border-radius:18px;background:rgba(255,250,240,.78)}.ai-meter.active{border-color:rgba(86,169,157,.6);background:var(--teal-soft)}.ai-meter>div:not(.ai-usage-detail){padding-right:10px;border-right:1px solid var(--line)}.ai-meter span,.ai-meter strong{display:block}.ai-meter span{color:var(--muted);font-size:11px}.ai-meter strong{margin-top:2px;font-size:15px}.ai-meter-status{display:flex!important;align-items:center;gap:9px}.ai-meter-status span{font-size:13px;font-weight:850;color:var(--ink)}.ai-meter-status i{width:10px;height:10px;flex:0 0 auto;border-radius:50%;background:#aaa}.ai-meter-status i[data-state="active"]{background:var(--teal);box-shadow:0 0 0 5px rgba(86,169,157,.16)}.ai-meter-status i[data-state="pending"]{background:var(--orange);animation:ai-pulse .8s ease-in-out infinite alternate}.ai-detail-button{border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:900;cursor:pointer}.ai-usage-detail{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--line)}.ai-usage-detail p{margin:0;padding:7px 0;display:grid;grid-template-columns:70px 1fr auto;gap:10px;border-bottom:1px solid rgba(217,207,189,.7);font-size:11px}.ai-usage-detail p:last-child{border:0}.ai-usage-detail span,.ai-usage-detail small{color:var(--muted)}
@keyframes ai-pulse{to{transform:scale(1.3);box-shadow:0 0 0 6px rgba(236,139,79,.15)}}
@media(max-width:760px){.game-topline{align-items:flex-start}.game-controls{flex-direction:column-reverse;align-items:flex-end;gap:7px}.ai-switch b{font-size:12px}.ai-meter{grid-template-columns:1fr 1fr;margin-bottom:10px;padding:10px}.ai-meter-status{grid-column:1/-1}.ai-meter>div:not(.ai-usage-detail){border-right:0}.ai-meter>div:nth-child(4){display:none}.ai-detail-button{justify-self:end}.ai-usage-detail p{grid-template-columns:58px 1fr}.ai-usage-detail small{grid-column:2}.ai-meter span{font-size:10px}.ai-meter strong{font-size:14px}}
@media(prefers-reduced-motion:reduce){.ai-switch-track,.ai-switch-track i{transition:none}.ai-meter-status i[data-state="pending"]{animation:none}}

/* Illustrated report cover + export action. */
.report-cover{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:34px;padding:38px;border:1.5px solid var(--ink);border-radius:30px;background:var(--paper-2);color:var(--ink)}.report-cover .eyebrow{color:var(--blue)}.report-cover h1{margin:13px 0;color:var(--ink);font-size:clamp(42px,6vw,68px)}.report-cover-copy>p{max-width:650px;margin:0;color:var(--muted);font-size:16px;line-height:1.8}.report-cover .report-stats span{border-color:var(--line);background:var(--paper);color:var(--ink);font-size:12px}.report-ending-art{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--paper)}.report-ending-art img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}.export-button{background:var(--blue)}.export-button:disabled{opacity:.55;cursor:wait}.export-feedback{min-height:22px;margin:12px 0 0;color:var(--blue);font-size:13px;font-weight:800;text-align:center}
@media(max-width:760px){.report-cover{padding:18px;display:flex;flex-direction:column-reverse;align-items:stretch;gap:18px;border-radius:22px}.report-ending-art{border-radius:18px}.report-cover h1{font-size:39px}.report-cover-copy>p{font-size:15px}.report-cover .report-stats span{font-size:11px}.export-feedback{font-size:12px}}

/* Illustrated ending card: reunite the report with the game's mascot world. */
.share-card{aspect-ratio:auto;min-height:720px;padding:28px;gap:24px;justify-content:flex-start;border:1.5px solid var(--ink);border-radius:28px;background:var(--paper-2);color:var(--ink);box-shadow:var(--shadow)}.share-ending-art{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--paper)}.share-ending-art img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}.share-ending-copy span{color:var(--blue);font-size:11px;font-weight:950;letter-spacing:.12em}.share-card h2{max-width:540px;margin:10px 0 12px;color:var(--ink);font-size:clamp(38px,7vw,56px);line-height:1.08}.share-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.75}.share-attention{margin-top:auto;padding-top:4px}.share-attention i{height:7px}.share-card footer{margin-top:3px;border-top:1px solid var(--line)}.share-card footer b{color:var(--orange);font-size:11px}.share-card footer span{color:var(--muted);font-size:11px}
@media(max-width:760px){.share-card{min-height:0;margin-top:45px;padding:18px;gap:18px;border-radius:22px}.share-ending-art{border-radius:17px}.share-card h2{font-size:38px}.share-card p{font-size:14px}.share-card footer{align-items:end}.share-card footer span{max-width:165px;font-size:10px;text-align:right}}

/* Left-behind reveal: turn untouched messages into a reflective, optional discovery. */
.left-behind-reveal{border:1px solid var(--line);border-radius:22px;background:var(--paper-2);overflow:hidden}.left-behind-reveal>summary{position:relative;padding:22px 58px 22px 22px;cursor:pointer;list-style:none}.left-behind-reveal>summary::-webkit-details-marker{display:none}.left-behind-reveal>summary::after{content:"＋";position:absolute;right:22px;top:50%;font-size:26px;font-weight:400;transform:translateY(-50%);transition:transform .22s ease}.left-behind-reveal[open]>summary::after{transform:translateY(-50%) rotate(45deg)}.left-behind-reveal>summary strong,.left-behind-reveal>summary span{display:block}.left-behind-reveal>summary strong{font-size:22px;line-height:1.45}.left-behind-reveal>summary span{margin-top:6px;color:var(--muted);font-size:14px;line-height:1.6}.left-behind-content{padding:0 22px 22px;border-top:1px solid var(--line);animation:left-behind-open .38s ease-out both}.left-behind-content .paper-list{padding-top:14px}.missed-message{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fffdf7}.missed-message header{display:flex;align-items:start;justify-content:space-between;gap:16px}.missed-message header b,.missed-message header span{display:block}.missed-message header b{font-size:17px}.missed-message header span{margin-top:4px;color:var(--muted);font-size:13px}.missed-message header small{color:var(--blue);font-size:12px;text-align:right}.missed-message blockquote{margin:16px 0;padding:15px 17px;border-left:4px solid var(--orange);background:var(--orange-soft);font-size:17px;line-height:1.7}.missed-feeling{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.missed-feeling>span{margin-right:2px;color:var(--muted);font-size:13px}.missed-feeling button{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ink);font-size:13px;font-weight:800;cursor:pointer}.missed-feeling button:hover{border-color:var(--blue);background:var(--blue-soft)}.missed-feeling button[aria-pressed="true"]{border-color:var(--blue);background:var(--blue);color:#fff}.left-behind-reflection{margin:16px 0 0;padding:15px 17px;border-radius:14px;background:var(--teal-soft);color:#426e68;font-size:14px;line-height:1.65}
@keyframes left-behind-open{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.left-behind-reveal>summary{padding:18px 50px 18px 16px}.left-behind-reveal>summary::after{right:16px}.left-behind-reveal>summary strong{font-size:20px}.left-behind-reveal>summary span{font-size:13px}.left-behind-content{padding:0 12px 14px}.missed-message{padding:15px 14px}.missed-message header{display:block}.missed-message header b{font-size:16px}.missed-message header span,.missed-message header small{font-size:12px;text-align:left}.missed-message header small{display:block;margin-top:7px}.missed-message blockquote{font-size:16px}.missed-feeling>span{width:100%;font-size:13px}.missed-feeling button{font-size:13px}}
@media(prefers-reduced-motion:reduce){.left-behind-content{animation:none}.left-behind-reveal>summary::after{transition:none}}

/* Readability + live-message feedback pass. */
.brand{font-size:19px}.brand small{font-size:10px}.brand-time{font-size:15px;font-weight:750}
.act-label{font-size:13px}.game-topline p{font-size:14px}.quiet-button{font-size:13px}
.contact-tab span{font-size:13px}.contact-tab i{width:12px;height:12px;box-shadow:0 0 0 3px rgba(236,139,79,.18)}
.relation-label{font-size:13px}.contact-head h1{font-size:30px}.mark-button{font-size:13px}
.message-bubble{font-size:16px}.message-bubble small{font-size:11px}.relationship-scene figcaption{font-size:12px}
.resource-strip{grid-template-columns:1fr 1.15fr .9fr;padding-block:16px}.resource-strip span{font-size:12px;font-weight:750}.resource-strip strong{font-size:20px;white-space:nowrap}.resource-strip strong b{font-size:32px}#timeNow{font-size:30px;letter-spacing:-.04em}#energyText{font-size:22px;letter-spacing:-.04em}.energy-meter i{height:7px}
.reply-heading h2,.inbox-heading h2{font-size:24px}.reply-option b{font-size:16px}.reply-option span,.reply-option small{font-size:13px}.message-tools summary,.tool-button,.action-feedback{font-size:13px}
.inbox-heading b{font-size:13px}.inbox-item b{font-size:16px}.inbox-item span,.inbox-item small,.inbox-note{font-size:13px}.end-button{font-size:15px}

.arrival-toast{position:fixed;z-index:60;left:50%;top:max(76px,calc(env(safe-area-inset-top) + 18px));width:min(420px,calc(100% - 28px));padding:14px 16px;display:grid;grid-template-columns:58px 1fr;align-items:center;gap:13px;border:2px solid var(--blue);border-radius:22px;background:rgba(255,250,240,.98);box-shadow:0 18px 46px rgba(54,43,28,.24);pointer-events:none;transform:translate(-50%,-22px) scale(.94);opacity:0}
.arrival-toast[data-category="family"]{border-color:var(--orange)}.arrival-toast[data-category="work"]{border-color:var(--teal)}.arrival-toast[data-category="weak"]{border-color:var(--purple)}.arrival-toast[data-category="self"]{border-color:#b9a98d}
.arrival-toast.show{animation:arrival-pop 2.2s cubic-bezier(.2,.8,.2,1) both}.arrival-toast img{width:58px;height:58px;border:4px solid var(--blue);border-radius:50%;background:var(--paper-2);object-fit:cover}.arrival-toast span,.arrival-toast strong,.arrival-toast small{display:block}.arrival-toast span{color:var(--blue);font-size:11px;font-weight:950;letter-spacing:.12em}.arrival-toast strong{margin-top:3px;font-size:20px}.arrival-toast small{margin-top:3px;color:var(--muted);font-size:13px}
.contact-tab.new-activity{animation:contact-nudge .52s ease-in-out 3}.contact-tab.new-activity i{animation:unread-shake .42s ease-in-out 3,unread-glow 1.25s ease-out 1}.contact-tab.new-activity img{animation:avatar-shake .52s ease-in-out 3}.inbox-item.new-activity{animation:inbox-flash 1.4s ease-out 1}
@keyframes arrival-pop{0%{opacity:0;transform:translate(-50%,-24px) scale(.92)}12%,78%{opacity:1;transform:translate(-50%,0) scale(1)}88%{opacity:1;transform:translate(-50%,0) scale(1)}100%{opacity:0;transform:translate(-50%,-10px) scale(.98)}}
@keyframes unread-shake{0%,100%{transform:translateX(0) scale(1)}25%{transform:translateX(-4px) scale(1.12)}50%{transform:translateX(4px) scale(1.2)}75%{transform:translateX(-2px) scale(1.12)}}
@keyframes unread-glow{0%{box-shadow:0 0 0 0 rgba(236,139,79,.7)}100%{box-shadow:0 0 0 12px rgba(236,139,79,0)}}
@keyframes avatar-ring{0%{transform:scale(.86)}45%{transform:scale(1.1)}100%{transform:scale(1)}}
@keyframes contact-nudge{0%,100%{transform:translateY(0)}35%{transform:translateY(-3px)}70%{transform:translateY(1px)}}
@keyframes avatar-shake{0%,100%{transform:translateX(0) rotate(0)}25%{transform:translateX(-3px) rotate(-4deg)}50%{transform:translateX(3px) rotate(4deg)}75%{transform:translateX(-2px) rotate(-2deg)}}
@keyframes inbox-flash{0%{background:rgba(236,139,79,.26);transform:translateX(-5px)}35%{background:rgba(236,139,79,.13);transform:translateX(2px)}100%{background:transparent;transform:translateX(0)}}

@media(max-width:760px){
  .brand{font-size:18px}.brand small{font-size:9px}.brand-time{font-size:14px}
  .act-label{font-size:12px}.quiet-button{font-size:12px}.contact-tab span{font-size:13px}
  .contact-head h1{font-size:27px}.relation-label{font-size:12px}.mark-button{font-size:12px}
  .message-bubble{font-size:16px}.message-bubble small{font-size:11px}.relationship-scene figcaption{font-size:12px}
  .resource-strip{padding:13px 11px;gap:8px}.resource-strip span{font-size:11px}.resource-strip strong{font-size:16px}.resource-strip strong b{font-size:28px}#timeNow{font-size:27px}#energyText{font-size:20px}.energy-meter i{height:7px}
  .reply-heading h2,.inbox-heading h2{font-size:23px}.reply-option b{font-size:16px}.reply-option span,.reply-option small{font-size:13px}.message-tools summary,.tool-button,.action-feedback{font-size:13px}
  .inbox-heading b{font-size:13px}.inbox-item b{font-size:16px}.inbox-item span,.inbox-item small,.inbox-note{font-size:13px}
  .arrival-toast{top:max(62px,calc(env(safe-area-inset-top) + 10px));grid-template-columns:52px 1fr;padding:12px 14px}.arrival-toast img{width:52px;height:52px}.arrival-toast strong{font-size:18px}.arrival-toast small{font-size:12px}
}

/* Conversation canvas: the relationship illustration now carries the chat instead of occupying a second block. */
.conversation-canvas{position:relative;height:clamp(330px,36vw,410px);margin:0;overflow:hidden;border:0;border-radius:0;background:#fbf3e4;isolation:isolate}
.conversation-canvas>img{position:absolute;z-index:0;inset:0;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center bottom;background:#fbf3e4}
.conversation-canvas .scene-wash{position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(255,250,240,.88) 0%,rgba(255,250,240,.54) 48%,rgba(255,250,240,.12) 75%,rgba(255,250,240,.58) 100%);pointer-events:none}
.conversation-canvas .message-thread{position:relative;z-index:2;height:100%;max-height:none;padding:22px 24px 54px;align-content:start;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(39,39,37,.24) transparent}
.conversation-canvas .message-bubble{border-color:rgba(93,79,59,.2);background:rgba(229,237,251,.9);box-shadow:0 6px 18px rgba(83,65,42,.08);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.conversation-canvas .message-bubble.me{background:rgba(255,250,240,.93)}
.conversation-canvas .message-bubble.reaction{background:rgba(226,242,238,.92)}
.conversation-canvas figcaption{z-index:3;left:24px;right:24px;bottom:12px;padding:8px 12px;border:1px solid rgba(93,79,59,.12);background:rgba(255,250,240,.88);box-shadow:0 4px 16px rgba(83,65,42,.06);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.conversation-canvas.waiting::after{content:"对方正在输入… 可先处理其他消息";position:absolute;z-index:4;right:24px;bottom:52px;padding:7px 11px;border-radius:99px;background:rgba(39,39,37,.82);color:#fff;font-size:12px;font-weight:750;animation:typing-breathe .85s ease-in-out infinite alternate}
@keyframes typing-breathe{to{opacity:.58;transform:translateY(-2px)}}

@media(max-width:760px){
  .conversation-canvas{height:360px;margin:0;border-radius:0}
  .conversation-canvas>img{object-fit:cover;object-position:center bottom}
  .conversation-canvas .message-thread{height:100%;max-height:none;padding:16px 16px 52px}
  .conversation-canvas .message-bubble{max-width:88%;font-size:15px}
  .conversation-canvas figcaption{left:14px;right:14px;bottom:9px;font-size:11px}
  .conversation-canvas.waiting::after{right:16px;bottom:48px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){.conversation-canvas.waiting::after{animation:none}}

/* Four stable strategies: the wording changes, the behavioral contract does not. */
.reply-option>span>b{display:block}.reply-option>span>span{display:block;margin-top:7px;font-weight:950;letter-spacing:.04em}
.reply-option:nth-child(1)>span>span{color:var(--orange)}
.reply-option:nth-child(2)>span>span{color:var(--teal)}
.reply-option:nth-child(3)>span>span{color:var(--blue)}
.reply-option:nth-child(4)>span>span{color:var(--purple)}

/* Strategy-first layout: one compact row leaves the conversation in command. */
.conversation-canvas{height:clamp(390px,42vw,470px)}
.reply-panel{padding:15px 24px 18px}.reply-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:11px}
.reply-option{min-height:78px;padding:10px 11px;display:flex;flex-direction:column;justify-content:space-between;gap:6px}
.reply-option>span>b{font-size:15px}.reply-option>span>span{margin-top:4px;font-size:11px;line-height:1.4;letter-spacing:0}
.reply-option>small{align-self:flex-start;font-size:11px;white-space:normal}
@media(max-width:760px){.conversation-canvas{height:390px}.reply-options{grid-template-columns:1fr 1fr}.reply-option{min-height:76px}.reply-panel{padding:12px 16px 16px}}

@media(prefers-reduced-motion:reduce){.arrival-toast.show{animation:none;opacity:1;transform:translate(-50%,0)}.contact-tab.new-activity,.contact-tab.new-activity i,.contact-tab.new-activity img,.inbox-item.new-activity{animation:none}}
@media(max-width:380px){.reply-options{grid-template-columns:1fr}.contact-tab{min-width:61px}.brand-time{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-button,.reply-option{transition:none}.primary-button:hover,.reply-option:hover{transform:none}}

/* Readability pass: keep all decision-making copy legible on a real phone. */
.brand{font-size:17px}.brand small{font-size:8px}.brand-time{font-size:12px}
.eyebrow,.act-label,.section-heading span,.reply-heading span,.inbox-heading span{font-size:11px;line-height:1.45}
.intro-lead{font-size:17px}.intro-meta span{font-size:12px}.intro-rules b{font-size:15px}.intro-rules span{font-size:12px}
.primary-button{font-size:15px}.text-button{font-size:12px}.quiet-button{font-size:12px}
.game-topline p{font-size:12px}.contact-tab span{font-size:12px}.relation-label{font-size:11px}.contact-head h1{font-size:28px}.mark-button{font-size:11px}
.message-bubble{font-size:15px;line-height:1.7}.message-bubble small{font-size:10px}.relationship-scene figcaption{font-size:11px;line-height:1.45}
.resource-strip span{font-size:10px}.resource-strip strong{font-size:14px}.resource-strip strong b{font-size:24px}
.reply-heading h2,.inbox-heading h2{font-size:21px}.reply-option b{font-size:14px;line-height:1.55}.reply-option span{font-size:11px}.reply-option small{font-size:11px;line-height:1.45}.message-tools summary{font-size:12px}.tool-button{font-size:11px}.action-feedback{font-size:11px;line-height:1.5}
.inbox-heading b{font-size:11px}.inbox-item b{font-size:14px}.inbox-item span,.inbox-item small{font-size:11px;line-height:1.45}.inbox-note{font-size:11px;line-height:1.65}.end-button{font-size:13px}.final-event span{font-size:10px}.final-event p{font-size:13px}
.report-cover>p{font-size:16px}.report-stats span{font-size:11px}.attention-row{grid-template-columns:84px 1fr 52px;font-size:13px}.care-item b,.paper-item b{font-size:14px}.care-item span,.paper-item span{font-size:12px;line-height:1.55}.evidence-box p{font-size:13px}.gentle-note{font-size:12px;line-height:1.6}.ledger summary{font-size:14px}.ledger summary span{font-size:11px}.ledger li{font-size:12px}.share-card span{font-size:10px}.share-card p{font-size:14px}.share-card footer b{font-size:10px}.disclaimer{font-size:11px}.link-button{font-size:13px}

@media(max-width:760px){
  .intro-lead{font-size:15px}.intro-meta span{font-size:11px}.intro-rules b{font-size:14px}.intro-rules span{font-size:12px}
  .game-topline{min-height:44px}.contact-tab{min-width:68px}.contact-tab img{width:50px;height:50px}.contact-tab span{font-size:12px}
  .contact-head{padding:14px 16px}.contact-head h1{font-size:24px}.mark-button{font-size:11px}
  .message-thread{max-height:180px;padding:13px 16px 8px}.message-bubble{padding:11px 13px;font-size:14px}.message-bubble small{font-size:10px}
  .relationship-scene img{height:auto;aspect-ratio:12/5}.relationship-scene figcaption{font-size:10px}
  .resource-strip{padding:10px 11px}.resource-strip span{font-size:10px}.resource-strip strong{font-size:13px}.resource-strip strong b{font-size:20px}
  .reply-panel{padding:16px}.reply-heading h2{font-size:20px}.reply-options{grid-template-columns:1fr;gap:9px;margin-top:13px}
  .reply-option{min-height:82px;padding:12px 13px}.reply-option b{font-size:14px}.reply-option span{font-size:11px}.reply-option small{font-size:11px}
  .message-tools summary{font-size:12px}.tool-button{font-size:11px}.action-feedback{font-size:11px}
  .inbox-heading h2{font-size:20px}.inbox-item{padding:15px 2px}.inbox-item b{font-size:14px}.inbox-item span,.inbox-item small{font-size:11px}.inbox-note{font-size:11px}
  .report-cover>p{font-size:15px}.report-stats span{font-size:11px}.attention-row{grid-template-columns:76px 1fr 50px;font-size:12px}.care-item b,.paper-item b{font-size:14px}.care-item span,.paper-item span{font-size:12px}.evidence-box p{font-size:13px}.ledger li{font-size:12px}.disclaimer{font-size:11px}
}

/* Final large-type override: these values intentionally win over the earlier compact mobile pass. */
.brand{font-size:19px}.brand small{font-size:10px}.brand-time{font-size:15px}
.act-label{font-size:13px}.game-topline p{font-size:14px}.quiet-button{font-size:13px}
.contact-tab span{font-size:13px}.relation-label{font-size:13px}.contact-head h1{font-size:30px}.mark-button{font-size:13px}
.message-bubble{font-size:16px}.message-bubble small{font-size:11px}.relationship-scene figcaption{font-size:12px}
.resource-strip span{font-size:12px}.resource-strip strong{font-size:20px}.resource-strip strong b{font-size:32px}#timeNow{font-size:30px}#energyText{font-size:22px}
.reply-heading h2,.inbox-heading h2{font-size:24px}.reply-option b{font-size:16px}.reply-option span,.reply-option small{font-size:13px}.message-tools summary,.tool-button,.action-feedback{font-size:13px}
.inbox-heading b{font-size:13px}.inbox-item b{font-size:16px}.inbox-item span,.inbox-item small,.inbox-note{font-size:13px}.end-button{font-size:15px}

@media(max-width:760px){
  .brand{font-size:18px}.brand small{font-size:9px}.brand-time{font-size:14px}
  .act-label{font-size:12px}.quiet-button{font-size:12px}.contact-tab span{font-size:13px}
  .contact-head h1{font-size:27px}.relation-label{font-size:12px}.mark-button{font-size:12px}
  .message-bubble{font-size:16px}.message-bubble small{font-size:11px}.relationship-scene figcaption{font-size:12px}
  .resource-strip{padding:13px 11px}.resource-strip span{font-size:11px}.resource-strip strong{font-size:16px}.resource-strip strong b{font-size:28px}#timeNow{font-size:27px}#energyText{font-size:20px}
  .reply-heading h2,.inbox-heading h2{font-size:23px}.reply-option b{font-size:16px}.reply-option span,.reply-option small{font-size:13px}.message-tools summary,.tool-button,.action-feedback{font-size:13px}
  .inbox-heading b{font-size:13px}.inbox-item b{font-size:16px}.inbox-item span,.inbox-item small,.inbox-note{font-size:13px}
}

/* Final keepsake-card typography and labeled attention legend. */
.share-card{min-height:860px;gap:20px;padding:28px 30px 26px}
.share-ending-copy{max-width:560px}
.share-ending-copy>span{font-size:12px;font-weight:800;letter-spacing:.1em}
.share-card h2{max-width:560px;margin:12px 0 10px;color:var(--ink);font-family:"STKaiti","KaiTi","FangSong",serif;font-size:clamp(39px,6.4vw,51px);font-weight:600;line-height:1.24;letter-spacing:.01em}
.share-card p{margin:0;color:#665f55;font-family:"STKaiti","KaiTi","FangSong",serif;font-size:17px;line-height:1.9}
.share-attention{margin-top:auto;padding-top:8px;gap:12px}
.share-attention-row{display:grid;gap:5px}
.share-attention-row>span{display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:var(--ink);font-family:"STKaiti","KaiTi","FangSong",serif;font-size:14px}
.share-attention-row b{font-weight:600}.share-attention-row em{color:var(--muted);font-size:12px;font-style:normal}
.share-attention-row>i{display:block;height:7px;overflow:hidden;border-radius:99px;background:#e5dbca}
.share-attention-row>i>u{display:block;height:100%;border-radius:inherit;text-decoration:none}
.share-card footer{padding-top:14px}.share-card footer b{font-size:10px}.share-card footer span{font-family:"STKaiti","KaiTi","FangSong",serif;font-size:12px}
@media(max-width:760px){.share-card{min-height:0;padding:18px 18px 20px;gap:17px}.share-card h2{font-size:38px}.share-card p{font-size:16px}.share-attention{gap:10px}.share-attention-row>span{font-size:13px}}

/* Report v2: fewer claims, more visible evidence. */
.report-data-section{background:linear-gradient(145deg,rgba(255,250,240,.92),rgba(234,241,255,.78))}
.report-chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chart-card{min-width:0;padding:22px;border:1px solid rgba(217,207,189,.9);border-radius:22px;background:rgba(255,253,247,.9)}.chart-card header h3{margin:0;font-size:20px}.chart-card header p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.donut-layout{min-height:250px;margin-top:18px;display:grid;grid-template-columns:190px 1fr;align-items:center;gap:20px}.attention-donut{position:relative;width:184px;height:184px;display:grid;place-content:center;border-radius:50%;box-shadow:0 10px 24px rgba(83,65,42,.11)}.attention-donut::after{content:"";position:absolute;inset:33px;border-radius:50%;background:#fffaf0;box-shadow:inset 0 0 0 1px rgba(217,207,189,.75)}.attention-donut span,.attention-donut small{position:relative;z-index:1;text-align:center}.attention-donut span{font-size:39px;font-weight:950;line-height:1}.attention-donut small{margin-top:4px;color:var(--muted);font-size:12px;font-weight:800}.attention-legend{display:grid;gap:9px}.attention-legend>div{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:8px;font-size:13px}.attention-legend i{width:10px;height:10px;border-radius:50%;background:var(--legend-color)}.attention-legend b{font-size:12px}
.strategy-chart{margin-top:25px}.strategy-stack{height:30px;display:flex;overflow:hidden;border-radius:999px;background:#e7ddcd;box-shadow:inset 0 1px 3px rgba(83,65,42,.13)}.strategy-stack>i{min-width:0;background:var(--strategy-color);transition:width .35s ease}.strategy-legend{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.strategy-legend>div{padding:13px 14px;display:grid;grid-template-columns:12px 1fr auto;align-items:center;gap:8px;border-radius:14px;background:#fff}.strategy-legend i{width:12px;height:12px;border-radius:4px;background:var(--strategy-color)}.strategy-legend span{font-size:14px;font-weight:800}.strategy-legend b{font-size:13px}
.report-insights{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.report-insights article{padding:16px 17px;border:1px solid rgba(95,135,216,.18);border-radius:17px;background:var(--blue-soft);color:var(--ink)}.report-insights article:nth-child(2){border-color:rgba(86,169,157,.2);background:var(--teal-soft)}.report-insights article:nth-child(3){border-color:rgba(236,139,79,.2);background:var(--orange-soft)}.report-insights span,.report-insights b{display:block}.report-insights span{color:#65738c;font-size:11px;font-weight:800;letter-spacing:.05em}.report-insights article:nth-child(2) span{color:#4d7771}.report-insights article:nth-child(3) span{color:#95603d}.report-insights b{margin-top:7px;color:var(--ink);font-size:15px;line-height:1.55}
.aftermath-loading{opacity:.58}.aftermath-loading::before{content:"正在补完这些消息真正的来意…";display:block;margin:14px 0 0;padding:12px 14px;border-radius:14px;background:var(--blue-soft);color:#4569ad;font-size:13px;font-weight:850}.missed-message header small{max-width:210px}.share-ending-copy{width:100%;margin-inline:auto;text-align:center}.share-ending-copy>span{display:block;max-width:100%;overflow:visible}.share-card h2,.share-card p{margin-inline:auto}.share-card h2{max-width:520px}.share-card p{max-width:540px}
@media(max-width:760px){.report-chart-grid{grid-template-columns:1fr}.chart-card{padding:17px}.donut-layout{min-height:0;display:block}.attention-donut{width:150px;height:150px;margin:18px auto 0}.attention-donut::after{inset:28px}.attention-donut span{font-size:31px}.attention-legend{grid-template-columns:1fr 1fr;gap:8px 12px;margin-top:18px}.attention-legend>div{grid-template-columns:9px 1fr auto;gap:6px;font-size:12px}.attention-legend b{font-size:11px}.strategy-legend{gap:7px}.strategy-legend>div{padding:11px 10px;grid-template-columns:10px 1fr auto;gap:6px}.strategy-legend span{font-size:13px}.strategy-legend b{font-size:12px}.report-insights{grid-template-columns:1fr}.report-insights article{padding:14px 15px}.missed-message header small{max-width:none}.share-ending-copy{text-align:center}}
@media(prefers-reduced-motion:reduce){.strategy-stack>i{transition:none}}

/* Phone game cockpit: intentionally last, after every legacy responsive pass. */
.contact-head{padding-block:13px}.contact-head h1{margin:0}
.resource-strip{margin:0;padding:10px 24px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-width:1px 0;border-radius:0;background:rgba(255,250,240,.94)}
.resource-item{min-width:0;display:flex;align-items:center;gap:10px}.resource-item+.resource-item{padding-left:20px;border-left:1px solid var(--line)}
.resource-item>svg{width:32px;height:32px;flex:0 0 auto;padding:7px;border-radius:11px}.time-resource>svg{fill:none;stroke:var(--orange);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;background:var(--orange-soft)}.energy-resource>svg{fill:var(--teal);background:var(--teal-soft)}
.resource-item>div{min-width:0;flex:1}.resource-item span,.resource-item strong{display:block}.resource-item span{color:var(--muted);font-size:10px;font-weight:800}.resource-item strong{margin-top:1px;color:var(--ink);font-size:17px;line-height:1.15;white-space:nowrap}.resource-item strong b{color:var(--orange);font-size:25px}.resource-item strong small{margin-left:3px;font-size:10px;font-weight:800}
.resource-item .energy-meter{width:100%;margin-top:5px;display:grid;grid-template-columns:repeat(16,1fr);gap:2px}.resource-item .energy-meter i{height:5px;border-radius:99px}
@media(max-width:760px){
  .brand-bar{min-height:56px;padding:8px 14px}.brand{font-size:17px}.brand small{font-size:8px}.brand-time{display:block;font-size:13px}
  .game-screen{padding:7px 8px 38px}.game-topline{min-height:30px;margin:0 2px 5px;align-items:center}.game-topline p{display:none}.act-label{font-size:12px;letter-spacing:.11em}.quiet-button{padding:7px 10px;font-size:11px}
  .conversation-rail{gap:3px;margin:0;padding:1px 0 6px}.contact-tab{min-width:58px;padding:0 2px 4px}.contact-tab img{width:42px;height:42px;border-width:3px}.contact-tab span{max-width:58px;margin-top:2px;font-size:12px}.contact-tab i{right:7px;width:10px;height:10px}
  .conversation-stage{position:relative;border-radius:20px}.contact-head{position:absolute;z-index:7;top:9px;right:9px;padding:0;border:0;background:transparent}.contact-head h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .mark-button{min-width:55px;padding:7px 9px;border-color:rgba(93,79,59,.2);background:rgba(255,250,240,.9);box-shadow:0 4px 14px rgba(83,65,42,.08);backdrop-filter:blur(6px);font-size:12px}.mark-button::before{content:"☆ ";color:var(--purple);font-size:14px}.mark-button[aria-pressed="true"]::before{content:"★ "}
  .conversation-canvas{height:340px}.conversation-canvas .message-thread{padding:16px 14px 46px}.conversation-canvas .message-bubble{max-width:86%;padding:9px 11px;font-size:16px;line-height:1.6}.conversation-canvas figcaption{left:12px;right:12px;bottom:7px;padding:5px 8px;font-size:10px}
  .resource-strip{margin:0;padding:7px 11px;grid-template-columns:1fr 1fr;gap:0}.resource-item{gap:7px}.resource-item+.resource-item{padding-left:9px}.resource-item>svg{width:29px;height:29px;padding:6px}.resource-item span{font-size:10px}.resource-item strong{font-size:17px}.resource-item strong b{font-size:23px}.resource-item strong small{font-size:10px}.resource-item .energy-meter{margin-top:4px;gap:1px}.resource-item .energy-meter i{height:4px}
  .reply-panel{padding:7px 9px 11px}.reply-heading{align-items:center}.reply-heading span{display:none}.reply-heading h2{margin:0;font-size:15px}.reply-heading .text-button{padding:4px;font-size:10px}
  .reply-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin-top:6px}.reply-option{min-width:0;min-height:62px;padding:7px 3px;align-items:center;justify-content:center;gap:7px;text-align:center;border-radius:12px}.reply-option>b{font-size:14px;line-height:1.25;white-space:nowrap}.reply-option>small{align-self:center;gap:6px;font-size:11px;white-space:nowrap}.reply-option>small>span{gap:2px}.reply-option svg{width:12px;height:12px}.action-feedback{min-height:0;margin:6px 1px 0;font-size:11px}
}
@media(max-width:360px){.conversation-canvas{height:320px}.contact-tab{min-width:55px}.reply-option>b{font-size:13px}.reply-option>small{font-size:10px}.resource-item>svg{width:26px;height:26px}.resource-item{gap:5px}.resource-item+.resource-item{padding-left:6px}}
