@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&family=Dela+Gothic+One&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap";
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.block{display:block}.flex{display:flex}.hidden{display:none}}:root{--ink:#171512;--ink-soft:#34302a;--muted:#5b5448;--bg:#f5f1e7;--surface:#fffdf7;--surface-2:#ebe7dc;--line:#d8d1c3;--line-strong:#a99f8f;--fire:#e84b2e;--electric:#c78a00;--grass:#2f8a51;--water:#2777d8;--steel:#5d6872;--warning:#a86400;--danger:#d83a2f;--page-width:min(1200px, calc(100% - 24px));--shadow-soft:0 10px 30px #1715120d;--shadow-panel:0 18px 44px #17151214;--font-heading:"Dela Gothic One";--font-body:"Zen Kaku Gothic New";--font-number:"Chakra Petch"}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);font-family:var(--font-body), "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;background:radial-gradient(circle at 0 0,#e84b2e14,#0000 28rem),radial-gradient(circle at 100% 0,#2777d814,#0000 26rem),linear-gradient(#f8f4ea 0%,#f5f1e7 56%,#efe8da 100%);margin:0}button,input,select{font:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.page-shell,.content-page{width:var(--page-width);margin:0 auto;padding:14px 0 104px}.content-page{max-width:860px}.breadcrumb-nav{margin-bottom:14px}.breadcrumb-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.breadcrumb-item{color:var(--muted);align-items:center;font-size:.82rem;display:inline-flex}.breadcrumb-item+.breadcrumb-item:before{content:"/";color:var(--line-strong);margin-right:8px}.breadcrumb-link,.breadcrumb-current{font-weight:700}.breadcrumb-link{color:var(--water)}.site-header,.hero-copy,.hero-aside-panel,.hero-legend,.panel,.result-card,.feature-strip article,.calc-intro,.summary-bar,.content-list article{border:1px solid var(--line);background:var(--surface);border-radius:8px}@supports (color:color-mix(in lab, red, red)){.site-header,.hero-copy,.hero-aside-panel,.hero-legend,.panel,.result-card,.feature-strip article,.calc-intro,.summary-bar,.content-list article{background:color-mix(in srgb, var(--surface) 94%, transparent)}}.site-header,.hero-copy,.hero-aside-panel,.hero-legend,.panel,.result-card,.feature-strip article,.calc-intro,.summary-bar,.content-list article{box-shadow:var(--shadow-soft)}.site-header{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);gap:12px;margin-bottom:16px;padding:10px 12px;display:grid;position:relative;top:0}.brand{font-family:var(--font-heading), sans-serif;font-size:1.2rem;line-height:1}.site-header nav{flex-wrap:wrap;gap:6px;display:flex}.site-header nav::-webkit-scrollbar{display:none}.site-header nav a,.primary-action,.nav-cta,.secondary-action,.ghost-button{border:1px solid var(--line);min-height:40px;color:var(--ink-soft);background:#fffdf7cc;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:.92rem;font-weight:700;display:inline-flex}.nav-cta,.primary-action{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.nav-cta,.primary-action{border-color:color-mix(in srgb, var(--fire) 54%, var(--line))}}.nav-cta,.primary-action{background:var(--fire);color:var(--surface)}.primary-action,.secondary-action,.ghost-button{cursor:pointer}.ghost-button{background:var(--surface)}.header-chip,.summary-status,.result-pill,.type-pill,.panel-id,.result-empty-badge{border-radius:999px;justify-content:center;align-items:center;padding:4px 10px;font-size:.74rem;font-weight:700;line-height:1.2;display:inline-flex}.header-chip,.summary-status-ok,.type-pill{color:var(--grass);background:#edf8f0}.summary-status-partial{color:var(--warning);background:#fff7df}.summary-status-blocked,.result-empty-badge,.type-pill.muted{color:var(--muted);background:#f4f1ea}.summary-status-unsupported{color:var(--danger);background:#fff0ea}.eyebrow{color:var(--warning);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.hero-console{gap:12px;margin-bottom:14px;display:grid}.hero-copy,.hero-aside-panel,.hero-legend,.panel,.result-card,.summary-bar,.calc-intro{padding:16px}.hero-copy{gap:12px;display:grid}.hero-copy h1,.section-marker h2,.calc-intro h1,.content-page h1{font-family:var(--font-heading), sans-serif;font-size:2.1rem;font-weight:400;line-height:1.08}.hero-copy>p,.hero-support,.hero-aside-panel span,.hero-legend p,.panel-summary,.panel-note,.warning,.premise-box span,.site-footer p,.content-page>p,.content-list p,.calc-intro p,.summary-warning{color:var(--muted);line-height:1.7}.badge-row,.hero-actions,.panel-actions,.type-pill-row{flex-wrap:wrap;gap:8px;display:flex}.badge-row span{border:1px solid var(--fire);align-items:center;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.badge-row span{border:1px solid color-mix(in srgb, var(--fire) 36%, var(--line))}}.badge-row span{color:var(--ink-soft);background:#fff8ef;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:700}.hero-aside{gap:12px;display:grid}.hero-aside-panel{border-color:var(--electric);gap:8px;display:grid}@supports (color:color-mix(in lab, red, red)){.hero-aside-panel{border-color:color-mix(in srgb, var(--electric) 28%, var(--line))}}.hero-aside-panel strong{font-family:var(--font-number), monospace;color:var(--ink);font-size:2rem}.hero-legend{gap:12px;display:grid}.hero-legend>div{gap:6px;display:grid}.section-marker{gap:6px;margin:10px 0 14px;display:grid}.quick-start-strip{flex-wrap:wrap;align-items:center;gap:8px;margin:-2px 0 12px;display:flex}.quick-start-chip{min-height:28px;color:var(--warning);background:#fff4d7;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.72rem;font-weight:700;display:inline-flex}.quick-start-strip p{color:var(--grass);font-size:.82rem;font-weight:700}.section-marker h2{font-size:1.5rem}.calc-intro{gap:12px;margin-bottom:12px;display:grid}.calc-intro-note{border-top:1px solid var(--line);padding-top:12px}.calc-header-leading{align-items:center;gap:10px;display:flex}.calc-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.restore-notice{border:1px solid var(--line);color:var(--muted);background:#fffdf7b8;border-radius:8px;align-items:center;padding:10px 12px;font-size:.92rem;display:inline-flex}.restore-notice.with-action{flex-wrap:wrap;justify-content:space-between;gap:10px;width:100%;display:flex}.restore-notice.with-action .ghost-button{min-height:34px}.restore-notice.is-active{border-color:var(--grass)}@supports (color:color-mix(in lab, red, red)){.restore-notice.is-active{border-color:color-mix(in srgb, var(--grass) 32%, var(--line))}}.restore-notice.is-active{color:var(--grass);background:#edf8f0}.restore-notice.is-partial{border-color:var(--warning)}@supports (color:color-mix(in lab, red, red)){.restore-notice.is-partial{border-color:color-mix(in srgb, var(--warning) 32%, var(--line))}}.restore-notice.is-partial{color:var(--warning);background:#fff7df}.home-restore-notice{margin-bottom:12px}.summary-bar{gap:12px;margin-bottom:14px;display:grid}.summary-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.summary-heading-actions{align-items:center;gap:8px;display:flex}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.summary-grid div,.metric-grid div{border:1px solid var(--line);background:#fcf9f1;border-radius:8px;padding:12px}.summary-grid span,.metric-grid span,.panel-heading p,.field-row span,.field-caption span,.mini-field span,.result-hero-label{color:var(--muted);letter-spacing:.03em;margin-bottom:6px;font-size:.76rem;font-weight:700;display:block}.summary-grid strong,.metric-grid strong,.result-card-top h2,.premise-box h3,.feature-strip h3,.content-list h2{color:var(--ink);font-size:1rem;font-weight:700}.summary-source{color:var(--muted);line-height:1.6}.tool-shell{align-items:start;gap:14px;display:grid}.home-panel-grid,.calc-column,.home-compact-stack{gap:12px;display:grid}.panel-wide{width:100%}.panel-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.panel-heading h2{font-size:1.16rem;line-height:1.2}.panel-heading-meta{justify-items:end;gap:8px;display:grid}.panel-attack{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.panel-attack{border-color:color-mix(in srgb, var(--fire) 28%, var(--line))}}.panel-defense{border-color:var(--water)}@supports (color:color-mix(in lab, red, red)){.panel-defense{border-color:color-mix(in srgb, var(--water) 24%, var(--line))}}.move-stat-row{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.move-stat-row span{border:1px solid var(--line);color:var(--ink-soft);background:#fcf9f1;border-radius:999px;align-items:center;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.field-row,.control-group,.advanced-stack,.custom-stat-panel{gap:8px;display:grid}.field-helper,.field-caption small{color:var(--muted);line-height:1.5}.source-helper{gap:6px;display:grid}.source-helper small{color:var(--muted);line-height:1.55}.search-combobox,.search-combobox-control{position:relative}.search-combobox-input{padding-right:42px}.search-combobox-clear{background:var(--surface-2);border:0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}@supports (color:color-mix(in lab, red, red)){.search-combobox-clear{background:color-mix(in srgb, var(--surface-2) 88%, transparent)}}.search-combobox-clear{color:var(--muted);cursor:pointer}.search-combobox-list{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;max-height:284px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}@supports (color:color-mix(in lab, red, red)){.search-combobox-list{background:color-mix(in srgb, var(--surface) 98%, transparent)}}.search-combobox-list{box-shadow:var(--shadow-panel)}.search-combobox-option{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:10px;display:grid}.search-combobox-option.is-active,.search-combobox-option.is-selected{border-color:var(--electric)}@supports (color:color-mix(in lab, red, red)){.search-combobox-option.is-active,.search-combobox-option.is-selected{border-color:color-mix(in srgb, var(--electric) 34%, var(--line))}}.search-combobox-option.is-active,.search-combobox-option.is-selected{background:#fff4d7}.search-combobox-copy{gap:4px;min-width:0;display:grid}.search-combobox-copy strong{color:var(--ink)}.search-combobox-copy span,.search-combobox-empty{color:var(--muted);line-height:1.5}.search-combobox-meta{border:1px solid var(--line);color:var(--ink-soft);white-space:nowrap;background:#fcf9f1;border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.search-combobox-empty{padding:10px}select,input{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:44px;color:var(--ink);border-radius:8px;outline:none;padding:10px 12px}select:focus,input:focus{border-color:var(--ink-soft);box-shadow:0 0 0 4px #a8640029}.chip-grid,.segmented,.toggle-grid{flex-wrap:wrap;gap:8px;display:flex}.chip,.segmented button{cursor:pointer;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);border-radius:999px;padding:10px 12px;font-weight:700}.chip.active,.segmented button.active{border-color:var(--electric)}@supports (color:color-mix(in lab, red, red)){.chip.active,.segmented button.active{border-color:color-mix(in srgb, var(--electric) 34%, var(--line))}}.chip.active,.segmented button.active{color:var(--ink);background:#fff4d7}.dual-grid,.mini-grid{gap:10px;display:grid}.mini-grid--boosts,.mini-grid--stats{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-field{gap:6px;display:grid}.toggle-grid label{border:1px solid var(--line);min-height:42px;color:var(--ink-soft);background:#fcf9f1;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.9rem;font-weight:700;display:inline-flex}.toggle-grid input{width:auto;min-height:auto;margin:0}.panel-note{border-top:1px solid var(--line);padding-top:10px}.panel-note-info{border:1px solid var(--water);padding:10px 12px}@supports (color:color-mix(in lab, red, red)){.panel-note-info{border:1px solid color-mix(in srgb, var(--water) 24%, var(--line))}}.panel-note-info{color:var(--water);background:#edf5ff;border-radius:8px}.panel-note-info strong,.panel-note-info b{color:var(--ink)}.result-card{box-shadow:var(--shadow-panel);gap:14px;display:grid}.result-card.mode-home{gap:12px}.result-card-top,.premise-head,.mobile-result-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.result-card-top p{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.76rem;font-weight:700}.result-card-top h2{font-size:1.12rem}.perspective-tabs{width:100%}.result-card.mode-home .perspective-tabs{gap:6px}.perspective-tabs button{flex:1 1 0;justify-content:center;min-width:0}.result-card.mode-home .perspective-tabs button{padding:8px 12px;font-size:.82rem}.result-live-region{gap:14px;display:grid}.result-card.mode-home .result-live-region{gap:12px}.result-hero{border:1px solid var(--line);background:var(--surface-2);border-radius:8px;gap:12px;padding:14px;display:grid}.result-card.mode-home .result-hero{gap:10px;padding:12px}.result-kicker{width:100%;min-height:108px;font-family:var(--font-heading), sans-serif;text-align:center;border-radius:8px;justify-content:center;align-items:center;padding:0 18px;font-size:2.2rem;line-height:1;display:flex}.result-card.mode-home .result-kicker{min-height:84px;font-size:1.86rem}.result-hero-copy{gap:8px;display:grid}.result-card.mode-home .result-hero-copy{gap:6px}.result-hero-copy strong{font-size:1rem;line-height:1.5}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.result-card.mode-home .metric-grid{gap:8px}.numeric{font-family:var(--font-number), monospace;font-size:1.06rem}.warning{border:1px solid var(--warning);padding:12px}@supports (color:color-mix(in lab, red, red)){.warning{border:1px solid color-mix(in srgb, var(--warning) 30%, var(--line))}}.warning{background:#fff7df;border-radius:8px}.roll-table{border:1px solid var(--line);background:#fcf9f1;border-radius:8px}.roll-table summary{cursor:pointer;padding:12px 14px;font-weight:700;list-style:none}.roll-grid{gap:6px;padding:0 14px 14px;display:grid}.roll-row{border-top:1px solid var(--line);grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:8px 0;display:grid}.premise-box{border-top:1px solid var(--line);gap:10px;padding-top:10px;display:grid}.premise-box ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.premise-box li{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.premise-copy{gap:4px;display:grid}.premise-value{color:var(--ink);font-weight:700}.premise-badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.home-result-footnote{border:1px solid var(--line);background:#fffdf7e0;border-radius:8px;gap:6px;padding:12px;display:grid}.home-result-footnote span{color:var(--muted);letter-spacing:.03em;font-size:.74rem;font-weight:700;display:block}.home-result-footnote strong{color:var(--ink-soft);font-size:.92rem;line-height:1.55}.empty-result{border:1px solid var(--line);background:#fcf9f1;border-radius:8px;gap:10px;padding:14px;display:grid}.empty-result h3{font-size:1.2rem}.empty-result p{color:var(--muted);line-height:1.6}.empty-result-note{padding-top:10px}.empty-result-initial{background:#fffdf7}.empty-result-guide{flex-wrap:wrap;gap:8px;display:flex}.empty-result-guide span{border:1px solid var(--line);min-height:34px;color:var(--ink-soft);background:#f4f1ea;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.82rem;font-weight:700;display:inline-flex}.metric-grid-blocked div{background:#f4f1ea;border-style:dashed}.metric-grid-blocked strong{color:var(--muted)}.result-card-actions{padding-top:2px}.calc-section-shell,.calc-section-body{display:contents}.calc-section-summary{display:none}.result-pill,.tone-fire,.tone-warning,.tone-water,.tone-grass,.tone-danger,.tone-steel,.tone-muted{width:fit-content}.tone-fire{color:var(--fire);background:#fff0ea}.tone-warning{color:var(--warning);background:#fff7df}.tone-water{color:var(--water);background:#edf5ff}.tone-grass{color:var(--grass);background:#edf8f0}.tone-danger{color:var(--danger);background:#fff0ea}.tone-steel{color:var(--steel);background:#eef1f3}.tone-muted{color:var(--muted);background:#f4f1ea}.feature-strip{gap:12px;margin-top:22px;display:grid}.stack-section{gap:14px;margin-top:22px;display:grid}.recent-history{gap:12px;margin-top:16px;display:grid}.recent-history-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:10px;display:flex}.recent-history-copy{gap:6px;display:grid}.recent-history-copy h2{font-family:var(--font-heading), sans-serif;font-size:1.34rem;font-weight:400;line-height:1.12}.recent-history-copy p:last-child,.recent-history-item p{color:var(--muted);line-height:1.6}.recent-history-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.recent-history-item{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:10px;padding:14px;display:grid}@supports (color:color-mix(in lab, red, red)){.recent-history-item{background:color-mix(in srgb, var(--surface) 94%, transparent)}}.recent-history-item{box-shadow:var(--shadow-soft)}.recent-history-item-top{justify-content:space-between;align-items:start;gap:10px;display:flex}.recent-history-item-top h3{color:var(--ink);font-size:1rem;font-weight:700}.recent-history-meta{flex-wrap:wrap;gap:6px;display:flex}.recent-history-meta span:not(.result-pill){border:1px solid var(--line);min-height:28px;color:var(--ink-soft);background:#fcf9f1;border-radius:999px;align-items:center;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.recent-history-time{font-size:.78rem}.recent-history-actions{flex-wrap:wrap;gap:8px;display:flex}.recent-history-open{width:fit-content}.section-head{gap:8px;display:grid}.section-head h2{font-family:var(--font-heading), sans-serif;font-size:1.5rem;font-weight:400;line-height:1.12}.section-head>p:last-child{color:var(--muted);line-height:1.7}.card-grid{gap:12px;display:grid}.info-card,.feature-strip article,.content-list article{gap:8px;padding:18px;display:grid}.info-card{border:1px solid var(--line);background:var(--surface);border-radius:8px}@supports (color:color-mix(in lab, red, red)){.info-card{background:color-mix(in srgb, var(--surface) 94%, transparent)}}.info-card{box-shadow:var(--shadow-soft)}button.info-card{width:100%;color:inherit;text-align:left;cursor:pointer}.info-card h3{color:var(--ink);font-size:1rem;font-weight:700}.info-card p:last-child{color:var(--muted);line-height:1.6}.support-card{align-content:start}.support-card-link{margin-bottom:0}.tone-surface-water{background:#f6fbff}.tone-surface-grass{background:#f4fbf6}.tone-surface-warning{background:#fffaf0}.matchup-card{align-content:start}.matchup-card-meta{flex-wrap:wrap;gap:8px;display:flex}.matchup-state-chip,.matchup-action-chip{border-radius:8px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.matchup-state-chip{border:1px solid var(--fire)}@supports (color:color-mix(in lab, red, red)){.matchup-state-chip{border:1px solid color-mix(in srgb, var(--fire) 32%, var(--line))}}.matchup-state-chip{color:var(--fire);background:#fff0e8}.matchup-source-chip{border-radius:8px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.matchup-preset-line{color:var(--muted);line-height:1.6}.matchup-action-chip{border:1px solid var(--grass)}@supports (color:color-mix(in lab, red, red)){.matchup-action-chip{border:1px solid color-mix(in srgb, var(--grass) 28%, var(--line))}}.matchup-action-chip{color:var(--grass);background:#edf8f0}.matchup-card[aria-pressed=true]{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.matchup-card[aria-pressed=true]{border-color:color-mix(in srgb, var(--fire) 56%, var(--line))}}.matchup-card[aria-pressed=true]{box-shadow:0 14px 30px #e84b2e24}.matchup-card:focus-visible{outline:3px solid var(--fire)}@supports (color:color-mix(in lab, red, red)){.matchup-card:focus-visible{outline:3px solid color-mix(in srgb, var(--fire) 36%, white)}}.matchup-card:focus-visible{outline-offset:2px}.section-link-row{flex-wrap:wrap;gap:10px;display:flex}.section-link{margin-bottom:0}.site-footer{border-top:1px solid var(--line);gap:12px;margin-top:22px;padding-top:18px;display:grid}.site-footer strong{margin-bottom:6px;display:block}.footer-links{flex-wrap:wrap;gap:12px;display:flex}.footer-link-pills a{border:1px solid var(--line);min-height:34px;color:var(--ink-soft);background:#f4f1ea;border-radius:999px;align-items:center;padding:0 12px;font-size:.82rem;font-weight:700;display:inline-flex}.text-link{color:var(--water);margin-bottom:20px;font-weight:700;display:inline-flex}.content-list{gap:12px;margin-top:18px;display:grid}.source-section{gap:12px;margin-top:24px;display:grid}.source-tier-grid,.source-matrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.source-tier-card,.source-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:10px;padding:16px;display:grid}@supports (color:color-mix(in lab, red, red)){.source-tier-card,.source-row{background:color-mix(in srgb, var(--surface) 94%, transparent)}}.source-tier-card,.source-row{box-shadow:var(--shadow-soft)}.source-tier-card.tone-official,.source-row.tone-official{border-color:var(--water)}@supports (color:color-mix(in lab, red, red)){.source-tier-card.tone-official,.source-row.tone-official{border-color:color-mix(in srgb, var(--water) 26%, var(--line))}}.source-tier-card.tone-official,.source-row.tone-official{background:#edf5ff9e}.source-tier-card.tone-reference,.source-row.tone-reference{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.source-tier-card.tone-reference,.source-row.tone-reference{border-color:color-mix(in srgb, var(--fire) 22%, var(--line))}}.source-tier-card.tone-reference,.source-row.tone-reference{background:#fff8efb8}.source-tier-card.tone-pending,.source-row.tone-pending{border-color:var(--electric)}@supports (color:color-mix(in lab, red, red)){.source-tier-card.tone-pending,.source-row.tone-pending{border-color:color-mix(in srgb, var(--electric) 28%, var(--line))}}.source-tier-card.tone-pending,.source-row.tone-pending{background:#fff7ddc2}.source-tier-card.tone-manual,.source-row.tone-manual{border-color:var(--grass)}@supports (color:color-mix(in lab, red, red)){.source-tier-card.tone-manual,.source-row.tone-manual{border-color:color-mix(in srgb, var(--grass) 24%, var(--line))}}.source-tier-card.tone-manual,.source-row.tone-manual{background:#eff9f2c2}.source-tier-head,.source-row-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.source-tier-card h3,.source-row h3{font-family:var(--font-heading), sans-serif;font-size:1rem;font-weight:400;line-height:1.2}.source-tier-card p,.source-row p{color:var(--muted);line-height:1.7}.source-tier-items{color:var(--muted);gap:6px;margin:0;padding-left:18px;line-height:1.7;display:grid}.source-tier-badge{border:1px solid var(--line);white-space:nowrap;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.source-tier-badge.tone-official{border-color:var(--water)}@supports (color:color-mix(in lab, red, red)){.source-tier-badge.tone-official{border-color:color-mix(in srgb, var(--water) 32%, var(--line))}}.source-tier-badge.tone-official{color:var(--water);background:#edf5ffeb}.source-tier-badge.tone-reference{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.source-tier-badge.tone-reference{border-color:color-mix(in srgb, var(--fire) 28%, var(--line))}}.source-tier-badge.tone-reference{color:var(--fire);background:#fff3e8eb}.source-tier-badge.tone-pending{border-color:var(--electric)}@supports (color:color-mix(in lab, red, red)){.source-tier-badge.tone-pending{border-color:color-mix(in srgb, var(--electric) 36%, var(--line))}}.source-tier-badge.tone-pending{color:var(--warning);background:#fff6d6f5}.source-tier-badge.tone-manual{border-color:var(--grass)}@supports (color:color-mix(in lab, red, red)){.source-tier-badge.tone-manual{border-color:color-mix(in srgb, var(--grass) 28%, var(--line))}}.source-tier-badge.tone-manual{color:var(--grass);background:#ebf7eff5}.mobile-result-bar{z-index:30;border:1px solid var(--line);background:#fffdf7f5;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;transition:transform .16s,opacity .16s;display:grid;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 16px 36px #17151224}.mobile-result-bar.view-incoming{border-color:var(--water)}@supports (color:color-mix(in lab, red, red)){.mobile-result-bar.view-incoming{border-color:color-mix(in srgb, var(--water) 22%, var(--line))}}.mobile-result-bar.view-incoming{background:#edf5fff5}.mobile-result-bar.view-outgoing{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.mobile-result-bar.view-outgoing{border-color:color-mix(in srgb, var(--fire) 20%, var(--line))}}.mobile-result-bar.view-outgoing{background:#fff8eff5}.mobile-result-copy{gap:8px;min-width:0;display:grid}.mobile-result-bar strong,.mobile-result-bar button,.mobile-result-meta span{font-size:.95rem}.mobile-result-meta .summary-status{font-size:.82rem}.mobile-result-bar strong{line-height:1.4}.mobile-result-meta{flex-direction:column;align-items:flex-end;gap:8px}.mobile-result-bar button{cursor:pointer;border:1px solid var(--line);min-height:38px;color:var(--ink);background:var(--surface);border-radius:999px;padding:0 14px;font-weight:700}.mobile-result-bar.is-hidden{opacity:0;pointer-events:none;transform:translateY(120%)}.feedback-template{border:1px solid var(--line);color:var(--ink-soft);font-family:var(--font-number), monospace;white-space:pre-wrap;background:#fcf9f1;border-radius:8px;margin:0;padding:12px;font-size:.84rem;line-height:1.6;overflow-x:auto}.feedback-cta{border-color:var(--water)}@supports (color:color-mix(in lab, red, red)){.feedback-cta{border-color:color-mix(in srgb, var(--water) 24%, var(--line))}}.feedback-cta{background:#edf5ffb8}.feedback-cta-actions{gap:10px;display:grid}.feedback-primary-action{width:100%}.primary-action.is-disabled{border-color:var(--line);background:var(--surface)}@supports (color:color-mix(in lab, red, red)){.primary-action.is-disabled{background:color-mix(in srgb, var(--surface) 92%, var(--line))}}.primary-action.is-disabled{color:var(--muted);cursor:default;pointer-events:none}.feedback-cta-note{color:var(--muted);font-size:.84rem;line-height:1.6}.feedback-field-list{gap:10px;margin:0;padding-left:18px;display:grid}.feedback-field-list li{color:var(--muted);line-height:1.6}.feedback-field-list strong{color:var(--ink)}.feedback-field-list span{display:block}.feedback-links{flex-wrap:wrap;gap:12px;display:flex}@media (min-width:720px){.site-header{grid-template-columns:auto 1fr auto;align-items:center}.site-header nav{justify-content:center}.hero-console{grid-template-columns:minmax(0,1.3fr) minmax(280px,.75fr)}.card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-strip,.dual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feedback-primary-action{width:fit-content}.mobile-result-bar{width:min(460px,100% - 24px);left:auto}}@media (min-width:980px){.page-shell,.content-page{padding-top:22px}.hero-copy h1,.content-page h1,.calc-intro h1{font-size:2.86rem}.section-marker h2{font-size:1.74rem}.page-shell--home .section-marker,.page-shell--home .section-head,.page-shell--home .recent-history-copy{gap:6px}.page-shell--home .section-marker h2,.page-shell--home .section-head h2,.page-shell--home .recent-history-copy h2{font-family:var(--font-body), "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;letter-spacing:0;font-size:1.3rem;font-weight:700;line-height:1.24}.page-shell--home .section-marker h2{font-size:1.42rem}.page-shell--home .section-marker p,.page-shell--home .section-head>p:last-child,.page-shell--home .recent-history-copy p:last-child{max-width:72ch;font-size:.95rem;line-height:1.65}.page-shell--home .stack-section{gap:16px;margin-top:30px}.page-shell--home .stack-section .card-grid{gap:16px}.page-shell--home .stack-section .info-card{gap:10px;padding:20px}.page-shell--home .section-link-row{margin-top:2px}.page-shell--home .recent-history{margin-top:26px}.page-shell--home .card-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shell--home .matchup-card{min-height:100%}.page-shell--home .matchup-card:first-child{grid-column:1/-1}.page-shell--home .stack-section+.stack-section{margin-top:36px}.hero-copy,.hero-aside-panel,.hero-legend{padding:14px}.hero-console{gap:10px;margin-bottom:10px}.hero-copy{gap:10px}.quick-start-strip{display:none}.tool-shell.home-layout{grid-template-columns:minmax(0,1.52fr) 332px;gap:12px}.home-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.panel-wide{grid-column:1/-1}.tool-shell.calc-layout{grid-template-columns:300px minmax(0,1fr) 360px}.result-card{position:sticky;top:96px}.tool-shell.home-layout .panel{padding:14px}.tool-shell.home-layout .result-card.mode-home{gap:10px;padding:14px}.tool-shell.home-layout .panel-heading{margin-bottom:8px}.tool-shell.home-layout .panel-heading h2{font-size:1.06rem}.panel-summary-home{display:none}.tool-shell.home-layout .field-row,.tool-shell.home-layout .control-group{gap:6px}.tool-shell.home-layout .field-row span,.tool-shell.home-layout .panel-heading p{margin-bottom:4px;font-size:.72rem}.tool-shell.home-layout select,.tool-shell.home-layout .search-combobox-input,.tool-shell.home-layout input{min-height:40px;padding:9px 12px}.tool-shell.home-layout .search-combobox-input{padding-right:40px}.tool-shell.home-layout .segmented button,.tool-shell.home-layout .chip{padding:8px 11px;font-size:.9rem}.tool-shell.home-layout .toggle-grid label{min-height:38px;padding:0 11px;font-size:.84rem}.tool-shell.home-layout .move-stat-row span{padding:3px 7px;font-size:.68rem}.tool-shell.home-layout .result-card.mode-home .perspective-tabs button{padding:7px 10px;font-size:.78rem}.tool-shell.home-layout .empty-result-initial{gap:8px;padding:12px}.tool-shell.home-layout .empty-result-initial h3{font-size:.98rem}.tool-shell.home-layout .empty-result-initial p{line-height:1.5}.tool-shell.home-layout .empty-result-guide span{min-height:30px;padding:0 10px;font-size:.78rem}.calc-column-center{grid-template-columns:1fr}.mini-grid--boosts{grid-template-columns:repeat(5,minmax(0,1fr))}.mini-grid--stats{grid-template-columns:repeat(3,minmax(0,1fr))}.summary-grid,.card-grid-four,.feature-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-result-bar{display:none}}@media (max-width:979px){.calc-section-shell{gap:10px;display:grid}.calc-section-summary{border:1px solid var(--line);text-align:left;width:100%;box-shadow:var(--shadow-soft);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:12px;padding:14px 16px;display:grid}.calc-section-shell.section-attack .calc-section-summary,.calc-section-shell.section-defense .calc-section-summary,.calc-section-shell.section-field .calc-section-summary{background:var(--surface-2)}@supports (color:color-mix(in lab, red, red)){.calc-section-shell.section-attack .calc-section-summary,.calc-section-shell.section-defense .calc-section-summary,.calc-section-shell.section-field .calc-section-summary{background:color-mix(in srgb, var(--surface-2) 90%, var(--surface))}}.calc-section-shell.section-attack .calc-section-summary{border-color:var(--fire)}@supports (color:color-mix(in lab, red, red)){.calc-section-shell.section-attack .calc-section-summary{border-color:color-mix(in srgb, var(--fire) 20%, var(--line))}}.calc-section-shell.section-defense .calc-section-summary{border-color:var(--water)}@supports (color:color-mix(in lab, red, red)){.calc-section-shell.section-defense .calc-section-summary{border-color:color-mix(in srgb, var(--water) 20%, var(--line))}}.calc-section-shell.section-move .calc-section-summary{border-color:var(--electric)}@supports (color:color-mix(in lab, red, red)){.calc-section-shell.section-move .calc-section-summary{border-color:color-mix(in srgb, var(--electric) 30%, var(--line))}}.calc-section-shell.section-move .calc-section-summary{background:#fff7df}.calc-section-shell.section-field .calc-section-summary{border-color:var(--line-strong)}@supports (color:color-mix(in lab, red, red)){.calc-section-shell.section-field .calc-section-summary{border-color:color-mix(in srgb, var(--line-strong) 30%, var(--line))}}.calc-section-summary-main{gap:6px;min-width:0;display:grid}.calc-section-title-row,.calc-section-value-row{align-items:center;gap:8px;min-width:0;display:flex}.calc-section-value-row{justify-content:space-between}.calc-section-title{color:var(--ink);font-size:.92rem;font-weight:700}.calc-section-status,.calc-section-toggle{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.82rem;font-weight:700;display:inline-flex}.calc-section-status{color:var(--muted);background:#f4f1ea}.calc-section-toggle{border:1px solid var(--line);color:var(--ink-soft);background:#fffdf7e6}.calc-section-value-row strong{min-width:0;color:var(--ink);font-size:1.06rem;font-weight:700}.calc-section-value-row span,.calc-section-summary p{color:var(--muted);font-size:.86rem;font-weight:700;line-height:1.5}.calc-section-body[hidden]{display:none}.calc-section-shell.is-open .calc-section-body{display:grid}}@media (max-width:719px){.page-shell,.content-page{padding-top:6px}.site-header{gap:6px;margin-bottom:6px;padding:7px 10px}.site-header nav{scrollbar-width:none;flex-wrap:nowrap;gap:6px;padding-bottom:2px;overflow-x:auto}.site-header nav a{white-space:nowrap;flex:none;min-height:34px;padding:0 10px;font-size:.82rem}.nav-cta{display:none}.brand{font-size:1.08rem}.hero-console{margin-bottom:4px}.hero-copy h1,.calc-intro h1,.content-page h1{font-size:1.48rem;line-height:1.04}.hero-copy{gap:6px;padding:8px}.hero-copy .eyebrow{letter-spacing:.06em;font-size:.68rem}.hero-copy>p:not(.eyebrow){font-size:.91rem;line-height:1.5}.hero-support,.hero-aside{display:none}.badge-row{gap:4px}.badge-row span{padding:4px 7px;font-size:.68rem}.hero-copy .badge-row span:last-child{display:none}.stack-section{gap:12px;margin-top:16px}.section-head h2{font-size:1.28rem}.card-grid{gap:10px}.info-card,.feature-strip article,.content-list article,.source-tier-card,.source-row{gap:6px;padding:14px}.source-tier-grid,.source-matrix{grid-template-columns:1fr}.feedback-links{gap:10px}.recent-history-list{grid-template-columns:1fr;gap:10px}.recent-history-copy h2{font-size:1.2rem}.recent-history-item{gap:8px;padding:12px}.recent-history-actions{display:grid}.recent-history-open{width:100%}.page-shell--home .hero-actions{gap:6px;display:grid;grid-template-columns:minmax(0,1fr) auto!important}.page-shell--home .primary-action,.page-shell--home .secondary-action{white-space:nowrap;min-height:34px;font-size:.84rem}.page-shell--home .hero-actions .secondary-action{min-width:96px;display:inline-flex!important}.quick-start-strip,.section-marker{display:none}.calc-intro{padding:14px}.home-restore-notice{margin-bottom:6px;padding:7px 10px;font-size:.8rem;line-height:1.4}.home-restore-notice.with-action{align-items:center;gap:6px}.home-restore-notice .ghost-button{width:auto;min-height:30px;padding:0 10px;font-size:.76rem}.home-compact-stack{gap:10px}.home-compact-stack .calc-section-shell{gap:8px}.home-compact-stack .calc-section-summary{gap:10px;padding:12px}.home-compact-stack .calc-section-summary-main{gap:4px}.home-compact-stack .calc-section-title-row,.home-compact-stack .calc-section-value-row{gap:6px}.home-compact-stack .calc-section-title{font-size:.86rem}.home-compact-stack .calc-section-status,.home-compact-stack .calc-section-toggle{min-height:30px;padding:0 10px;font-size:.76rem}.home-compact-stack .calc-section-value-row strong{font-size:.98rem}.home-compact-stack .calc-section-value-row span,.home-compact-stack .calc-section-summary p{font-size:.8rem;line-height:1.4}.result-kicker{min-height:88px;font-size:1.9rem}.result-card.mode-home .result-kicker{min-height:72px;font-size:1.56rem}.premise-box li{grid-template-columns:1fr auto}.premise-badges{justify-content:flex-start}}
