@charset "UTF-8";
:root{--bg:#f7f8f5;--surface:#fff;--soft:#f0f3ee;--text:#253d36;--muted:#728078;--border:#e1e7e0;--green:#176454;--green-hover:#105343;--green-soft:#e9f2ec;--gold:#9f814b;--shadow:0 12px 32px #203a3010;--radius:12px;color-scheme:light;font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:14px;line-height:1.55;color:var(--text);background:var(--bg)}
html[data-theme=dark]{--bg:#121b19;--surface:#1b2723;--soft:#23322c;--text:#e4eee7;--muted:#a4b4aa;--border:#32453c;--green:#9fd9bb;--green-hover:#c1ead3;--green-soft:#253d31;--gold:#d2b881;--shadow:0 12px 32px #0002;color-scheme:dark}
@media(prefers-color-scheme:dark){html[data-theme=system]{--bg:#121b19;--surface:#1b2723;--soft:#23322c;--text:#e4eee7;--muted:#a4b4aa;--border:#32453c;--green:#9fd9bb;--green-hover:#c1ead3;--green-soft:#253d31;--gold:#d2b881;--shadow:0 12px 32px #0002;color-scheme:dark}}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{color:var(--green)}button{color:inherit}button:disabled{cursor:wait;opacity:.6}img{max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.2}h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:40px;letter-spacing:-1.2px}h2{font-size:21px;font-weight:650;letter-spacing:-.4px}h3{font-size:16px}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:3px}.icon{display:inline-block;flex:none;vertical-align:middle;fill:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;left:20px;top:-100px;background:var(--green);color:var(--surface);z-index:99;padding:12px 24px}.skip-link:focus{top:12px}.muted{color:var(--muted)}.emphasis{color:var(--green);font-weight:650}.numeric{font-variant-numeric:tabular-nums;white-space:nowrap}.dot{padding:0 4px;color:var(--muted)}.status-dot{width:6px;height:6px;border-radius:50%;background:#499875;display:inline-block;flex:none}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;color:var(--green);display:block}.short-line{width:22px;height:1px;background:var(--green);display:inline-block;margin:0 8px 3px 0}.button{border:1px solid transparent;border-radius:7px;padding:10px 17px;min-height:42px;font-size:12px;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.button .icon{width:16px;height:16px}.primary{background:var(--green);color:var(--surface)}.primary:hover{background:var(--green-hover);color:var(--surface)}.secondary{background:var(--surface);border-color:var(--border);color:var(--text)}.secondary:hover{border-color:var(--green);color:var(--green)}.icon-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border);border-radius:7px;width:38px;height:38px;padding:0}.icon-button:hover{background:var(--soft)}.icon-button.mini{width:27px;height:27px;border:0}.icon-button.mini .icon{width:14px;height:14px}.text-link{font-size:12px;font-weight:600;color:var(--green);display:inline-flex;align-items:center;gap:8px}.text-link .icon{width:16px}.inline-button{border:0;background:none;color:var(--green);text-decoration:underline;font-size:12px;padding:0 5px}
.site-header{background:var(--surface);border-bottom:1px solid var(--border)}.header-inner{max-width:1440px;padding:23px 40px;margin:auto;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap;font-size:21px;font-weight:750;letter-spacing:-.7px}.brand-mark{width:40px;height:40px;background:var(--green);color:var(--surface);border-radius:9px;display:grid;place-items:center}.brand-mark .icon{width:29px;height:29px}.brand-light{font-weight:400}.brand small{display:block;font-size:7px;letter-spacing:2px;font-weight:550;color:var(--muted);margin-top:1px}.header-search{margin-left:auto;width:385px}.header-actions{display:flex;gap:10px}.mobile-menu{display:none}.night-icon{display:none}html[data-theme=dark] .night-icon{display:block}html[data-theme=dark] .day-icon{display:none}@media(prefers-color-scheme:dark){html[data-theme=system] .night-icon{display:block}html[data-theme=system] .day-icon{display:none}}
.mode-bar{background:var(--surface);border-bottom:1px solid var(--border)}.mode-bar-inner{max-width:1440px;padding:11px 40px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:15px}.mode-group{display:flex;align-items:center;gap:22px}.mode-label{font-size:11px;color:var(--muted)}.segmented{display:inline-flex;gap:3px;padding:3px;background:var(--soft);border:1px solid var(--border);border-radius:7px}.segmented a{font-size:11px;padding:5px 13px;border-radius:4px;color:var(--muted);display:flex;align-items:center;gap:6px;white-space:nowrap}.segmented a.active{background:var(--surface);color:var(--green);font-weight:650;box-shadow:0 1px 4px #00000008}.rates-button{display:flex;align-items:center;gap:10px;padding:4px 0;background:none;border:0;font-size:11px}.rates-button>.icon{width:16px;height:16px;color:var(--muted)}.rates-button strong{font-size:11px;color:var(--green);font-weight:650}
.site-layout{max-width:1440px;margin:auto;padding:34px 40px 60px;display:grid;grid-template-columns:194px minmax(0,1fr);gap:42px}.sidebar{padding-top:7px}.nav-label{font-size:9px;letter-spacing:1.65px;color:var(--muted);font-weight:650;padding:0 13px 15px}.nav-link{display:flex;align-items:center;gap:11px;width:100%;padding:10px 12px;border:0;border-radius:6px;margin-bottom:5px;background:none;text-align:left;font-size:12px;color:var(--muted)}.nav-link .icon{width:17px;height:17px}.nav-link small{margin-left:auto;font-size:9px;color:var(--muted)}.nav-link:hover{background:var(--soft)}.nav-link.selected{background:var(--green-soft);color:var(--green);font-weight:650}.nav-link.selected small{color:var(--green)}.sidebar-divider{height:1px;background:var(--border);margin:23px 12px}.sidebar-note{margin:36px 12px 0;padding:18px 0;border-top:1px solid var(--border);font-size:10px;color:var(--text)}.sidebar-note .status-dot{margin-right:5px}.sidebar-note p{margin:8px 0 12px;color:var(--muted);font-size:10px;line-height:1.85}.sidebar-note a{display:flex;gap:6px;align-items:center;color:var(--green);font-size:10px}.sidebar-note .icon{width:13px;height:13px}main{min-width:0}.breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:10px;margin:0 0 27px}.breadcrumbs [aria-current]{color:var(--text)}
.hero{display:flex;min-height:257px;align-items:center;position:relative;overflow:hidden;padding:9px 0 22px}.hero-copy{position:relative;z-index:1;flex:1}.hero h1{font-size:46px;line-height:1.16;letter-spacing:-1.5px;margin:17px 0 18px}.hero h1 em{font-style:normal;color:var(--green)}.hero p{font-size:12px;line-height:1.9;color:var(--muted)}.hero-art{width:300px;height:245px;position:relative;flex:none;margin-right:10px}.map-disc{width:230px;height:230px;position:absolute;right:8px;top:0;border-radius:50%;overflow:hidden;border:1px solid var(--border);opacity:.7;box-shadow:0 0 0 10px var(--bg),0 0 0 11px var(--border)}.map-disc:after{content:"";position:absolute;inset:0;background:#76978135}.map-disc img{width:100%;height:100%;object-fit:cover;object-position:50% 40%;filter:sepia(.55) saturate(.6)}.map-coordinate{position:absolute;right:7px;top:15px;background:var(--bg);padding:7px 9px;font-size:8px;font-weight:650;letter-spacing:2px;line-height:2;color:var(--green)}.map-coordinate small{font-size:5px;letter-spacing:1.1px}.hero-poring{position:absolute;left:24px;bottom:13px;display:flex;align-items:end}.hero-poring .entity-picture{width:85px;height:90px;background:none;overflow:visible}.hero-poring img{width:75px;height:75px;max-width:75px;max-height:75px;image-rendering:pixelated;filter:drop-shadow(0 8px 2px #34553316)}.hero-poring>span:last-child{font-size:9px;background:var(--surface);padding:6px 10px;border:1px solid var(--border);border-radius:6px;margin-bottom:16px;box-shadow:var(--shadow)}.map-star{position:absolute;color:var(--gold);font-size:33px;line-height:1}.star-one{left:26px;top:43px}.star-two{right:-4px;bottom:13px;font-size:23px}
.search-form{display:flex;align-items:center;position:relative;gap:10px;border:1px solid var(--border);border-radius:7px;background:var(--bg);padding:9px 12px}.search-form>.icon{width:16px;height:16px;color:var(--muted)}.search-form input{background:transparent;color:var(--text);border:0;outline:none;min-width:0;width:100%;font-size:11px;padding:0;line-height:20px}.search-form:focus-within{border-color:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.search-form input:focus-visible{outline:none}.search-form input::placeholder{color:var(--muted)}kbd{color:var(--muted);border:1px solid var(--border);border-radius:3px;font:10px inherit;padding:0 5px;line-height:18px}.home-search{position:relative;z-index:5;margin-bottom:26px}.search-form.large{background:var(--surface);padding:7px 8px 7px 19px;border-radius:9px;box-shadow:0 3px 6px #1e392205;gap:13px}.search-form.large>.icon{width:20px;height:20px}.search-form.large input{font-size:13px;line-height:36px}.search-form.large .button{padding:11px 22px}.search-examples{display:flex;align-items:center;gap:11px;font-size:10px;color:var(--muted);margin-top:11px}.search-examples>a{border-bottom:1px solid var(--border)}.search-version{margin-left:auto}.search-version strong{font-weight:550;color:var(--green)}.suggestions{position:absolute;left:0;right:0;top:calc(100% + 5px);background:var(--surface);box-shadow:var(--shadow);border:1px solid var(--border);border-radius:8px;z-index:30;overflow:hidden;text-align:left}.suggestions a{display:flex;gap:12px;align-items:center;padding:9px 13px;border-bottom:1px solid var(--border);font-size:12px}.suggestions a:last-child{border:0}.suggestions a[aria-selected=true],.suggestions a:hover{background:var(--green-soft)}.suggestions img{width:32px;height:32px;object-fit:contain;image-rendering:pixelated}.suggestions strong{font-weight:600}.suggestions small{display:block;font-size:10px;color:var(--muted)}.suggestions .suggestion-empty{padding:17px;color:var(--muted);font-size:12px}
.welcome-choice{border:1px dashed var(--border);padding:12px 15px;border-radius:7px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:10px;color:var(--muted)}.welcome-choice>div{display:flex;align-items:center;gap:10px}.welcome-choice strong{font-weight:600;color:var(--text)}.welcome-choice .icon{width:17px}.welcome-choice .badge{white-space:nowrap}.overview-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:19px 0 25px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:32px}.overview-stats>a{padding:0 24px;border-right:1px solid var(--border)}.overview-stats>a:first-child{padding-left:0}.overview-stats>a:last-child{border:0;padding-right:0}.overview-stats strong{font-size:27px;letter-spacing:-.8px;font-weight:650;display:block;line-height:1.4}.overview-stats span{color:var(--muted);font-size:10px;display:flex;align-items:center;gap:6px}.overview-stats .icon{width:12px;height:12px;margin-left:auto;color:var(--green)}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.section-heading .eyebrow{margin-bottom:7px}.subtle-label{font-size:10px;color:var(--muted);display:inline-flex;gap:6px;align-items:center}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.category-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);padding:20px 17px 16px;display:flex;flex-direction:column;transition:border-color .15s,transform .15s}.category-card:hover{transform:translateY(-3px);border-color:var(--green)}.category-icon{background:var(--green-soft);color:var(--green);width:37px;height:37px;display:grid;place-items:center;border-radius:9px;margin-bottom:18px}.category-card.monsters .category-icon{background:#f8eee6;color:#a9764c}.category-card.maps .category-icon{background:#eaf1f4;color:#5c8191}.category-card.quests .category-icon{background:#f0edf7;color:#8c79a9}.category-card h3{font-size:13px;margin-bottom:9px;color:var(--text)}.category-card p{font-size:10px;color:var(--muted);line-height:1.85;margin-bottom:20px}.card-action{margin-top:auto;display:flex;align-items:center;justify-content:space-between;color:var(--green);font-size:10px;font-weight:600}.card-action .icon{width:15px}.explore-section{margin-bottom:30px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.home-lower{display:grid;grid-template-columns:minmax(0,1fr) 248px;gap:20px;margin-bottom:30px}.featured-panel .section-heading{padding:21px 22px 0;margin-bottom:12px}.featured-panel h2{font-size:19px}.home-aside{min-width:0}.rates-promo{background:var(--green-soft);border:1px solid var(--border);padding:24px 23px;border-radius:var(--radius)}.promo-icon{color:var(--green);display:block;margin-bottom:18px}.rates-promo .eyebrow{font-size:8px;letter-spacing:1px;margin-bottom:10px}.rates-promo h2{font-family:Georgia,serif;font-size:25px;font-weight:400;line-height:1.2;color:var(--green);margin-bottom:12px}.rates-promo p{font-size:10px;line-height:1.8;color:var(--muted);margin-bottom:20px}.rates-promo .button{font-size:10px;padding:9px 13px;min-height:36px}.source-note{display:flex;gap:12px;align-items:center;padding:18px 10px 0;color:var(--muted);font-size:10px;line-height:1.8}.source-note .icon{color:var(--gold);width:20px}.source-note a{color:var(--green);text-decoration:underline}.quick-items h2{font-size:18px}.essentials-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:10px;background:var(--surface)}.essentials-grid>div{padding:13px 14px;border-right:1px solid var(--border)}.essentials-grid>div:last-child{border:0}.essentials-grid .entity-picture{width:34px;height:34px}.essentials-grid .entity-link{gap:10px}.essentials-grid .entity-link strong{font-size:11px}.essentials-grid .entity-link small{font-size:9px}.endnote{text-align:center;font-size:10px;color:var(--muted);margin-top:37px}.endnote>span{color:var(--gold);padding-right:7px;font-size:17px}
table{width:100%;border-collapse:collapse;text-align:left}th{font-size:9px;font-weight:550;letter-spacing:.5px;text-transform:uppercase;color:var(--muted);background:var(--soft);white-space:nowrap;padding:11px 17px}td{border-bottom:1px solid var(--border);padding:14px 17px;font-size:11px;vertical-align:middle}tr:last-child td{border-bottom:0}tbody tr:hover{background:var(--bg)}.table-scroll{overflow-x:auto;max-width:100%;overscroll-behavior-inline:contain}.featured-panel td{padding:12px 16px}.entity-link{display:inline-flex;align-items:center;gap:12px;min-width:130px}.entity-link strong{display:block;font-size:12px;line-height:1.45;font-weight:600}.entity-link small{color:var(--muted);font-size:9px;display:block;margin-top:2px}.entity-picture{display:inline-flex;width:44px;height:44px;flex:none;justify-content:center;align-items:center;border-radius:7px;background:var(--soft);overflow:hidden}.entity-picture img{object-fit:contain;max-width:38px;max-height:38px;width:auto;height:auto;image-rendering:pixelated}.entity-picture.monsters{background:none;width:47px}.entity-picture.monsters img{max-width:47px;max-height:47px}.entity-picture.maps img{image-rendering:auto;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.entity-picture .icon{color:var(--muted);width:23px;height:23px}.badge{font-size:9px;font-weight:500;padding:3px 7px;border:1px solid var(--border);border-radius:4px;display:inline-block;background:var(--soft);color:var(--muted);white-space:nowrap;line-height:1.4}.badge.element.water{background:#eaf1f7;border-color:#dce7ef;color:#527695}.badge.element.fire{background:#faf0e9;border-color:#f0ddd3;color:#a77350}.badge.element.earth{background:#edf2e8;border-color:#dfe8d4;color:#708b4e}.badge.element.wind{background:#eaf3f0;border-color:#dae9e1;color:#5a8c7c}.badge.mvp{background:#f7efd9;border-color:#eadab6;color:#936e28}.cell-sub{font-size:9px;display:block;color:var(--muted);margin-top:3px}.arrow-cell{width:35px;padding-left:0}.arrow-cell .icon{width:16px;color:var(--muted)}.count-badge{font-size:10px;color:var(--muted);background:var(--soft);border:1px solid var(--border);border-radius:20px;padding:3px 10px}
.page-heading{padding:10px 0 28px}.page-heading h1{margin:10px 0 12px}.page-heading>p{color:var(--muted);font-size:12px}.filter-panel{border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:18px;margin-bottom:25px}.filter-search{display:flex;align-items:center;gap:13px}.filter-search>.icon{color:var(--muted)}input,select{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:9px 10px;min-height:39px;font-size:12px;min-width:0}input::placeholder{color:var(--muted)}.filter-search>input{flex:1}.filters{display:flex;flex-wrap:wrap;gap:12px;align-items:end;padding-top:17px;margin-top:17px;border-top:1px solid var(--border)}.filters label{font-size:10px;color:var(--muted);display:flex;flex-direction:column;gap:5px;flex:1 1 125px;max-width:190px}.filters input,.filters select{width:100%;font-size:11px}.filters .button{min-height:39px}.reset-link{color:var(--muted);font-size:10px;text-decoration:underline;align-self:center;padding:14px 0 0 5px}.results-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:13px}.results-heading p{font-size:12px}.results-heading strong{font-weight:650}.results-table td{padding-top:11px;padding-bottom:11px}.results-table .entity-link{min-width:200px}.results-table .entity-link strong{max-width:310px}.pagination{margin-top:24px;display:flex;justify-content:space-between;gap:15px;align-items:center}.pagination>div{display:flex;gap:4px}.pagination>div a{font-size:11px;display:grid;place-items:center;width:32px;height:32px;border-radius:6px}.pagination .current{background:var(--green);color:var(--surface)}.empty-state{text-align:center;padding:75px 25px;background:var(--surface);border:1px dashed var(--border);border-radius:12px}.empty-state>.icon{display:block;margin:0 auto 20px;width:40px;height:40px;color:var(--green)}.empty-state p{color:var(--muted);font-size:12px;max-width:460px;margin:15px auto 23px}.notice{padding:16px 20px;border:1px solid var(--border);background:var(--green-soft);border-radius:9px;font-size:12px;color:var(--text);margin-bottom:20px}.error-code{font-size:12px;letter-spacing:4px;color:var(--muted);display:block;margin-bottom:20px}
.entity-heading{display:flex;align-items:center;gap:26px;margin-bottom:25px}.portrait-stage{width:135px;height:135px;flex:none;border:1px solid var(--border);border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--surface);padding:15px}.portrait-stage img{width:auto;height:auto;max-width:100%;max-height:110px;object-fit:contain;image-rendering:pixelated}.portrait-stage .icon{width:40px;height:40px;color:var(--muted)}.portrait-stage small{font-size:9px;color:var(--muted);margin-top:12px;text-align:center}.entity-intro{flex:1;min-width:0}.entity-intro h1{font-size:36px;margin:9px 0 12px;overflow-wrap:anywhere}.entity-badges{display:flex;flex-wrap:wrap;gap:6px}.aegis{font-size:10px;color:var(--muted);margin-top:7px;overflow-wrap:anywhere}.share-button{align-self:flex-start;font-size:10px;min-height:34px;padding:7px 11px;margin-top:8px}.version-context{display:flex;align-items:center;justify-content:space-between;gap:15px;background:var(--green-soft);border:1px solid var(--border);border-radius:8px;padding:12px 16px;font-size:11px;margin-bottom:22px}.version-context>div{display:flex;align-items:center;gap:6px}.version-context>a{display:flex;gap:6px;align-items:center;color:var(--green);font-size:10px;font-weight:600}.version-context .icon{width:15px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow:hidden;margin-bottom:25px}.stat-grid>div{padding:17px 19px;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-grid>div:nth-child(4n){border-right:0}.stat-grid span{display:block;color:var(--muted);font-size:10px;margin-bottom:5px}.stat-grid strong{font-size:21px;font-weight:600;overflow-wrap:anywhere;line-height:1.3}.section-nav{display:flex;gap:24px;overflow:auto;border-bottom:1px solid var(--border);margin-bottom:24px;font-size:11px;white-space:nowrap}.section-nav a{padding:11px 0;border-bottom:2px solid transparent}.section-nav a:hover{border-bottom-color:var(--green)}.detail-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr));gap:20px}.detail-panel{padding:24px;margin-bottom:22px;scroll-margin-top:20px}.detail-panel>h2{margin-bottom:18px;font-size:19px}.detail-panel>h3{margin:20px 0 12px;font-size:13px}.detail-panel .section-heading h2{font-size:19px}.detail-panel>.table-scroll{margin:0 -24px}.detail-panel>.table-scroll td,.detail-panel>.table-scroll th{padding-left:24px;padding-right:20px}.table-note{font-size:10px;color:var(--muted);line-height:1.85;margin-top:16px}.game-description{font-size:12px;white-space:pre-line;line-height:1.9;color:var(--text);overflow-wrap:anywhere}.description-panel{align-self:start}.attribute-grid{display:grid;grid-template-columns:repeat(6,1fr);margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:18px;gap:8px}.attribute-grid span{font-size:9px;color:var(--muted);display:block}.attribute-grid strong{font-size:18px;font-weight:550}.key-values{margin:0;font-size:11px}.key-values>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;border-bottom:1px solid var(--border)}.key-values>div:last-child{border:0}.key-values dt{color:var(--muted);flex:none}.key-values dd{margin:0;text-align:right}.key-values .nested-data>div{border:0;padding:0;display:flex;font-size:10px;gap:6px}.key-values .nested-data{margin:0}.tag-list{display:flex;flex-wrap:wrap;gap:5px;margin-top:14px}.comparison-panel p{font-size:11px;margin-bottom:18px}.element-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:7px}.element-grid>div{border:1px solid var(--border);border-radius:6px;padding:11px 4px;text-align:center;background:var(--soft)}.element-grid span{display:block;font-size:9px;color:var(--muted);margin-bottom:4px}.element-grid strong{font-size:15px;font-weight:600}.element-grid .weak{background:#f9ede6;color:#a26a42;border-color:#edd9cc}.element-grid .resistant{background:var(--green-soft);color:var(--green)}.source-inline{display:block;font-size:9px;color:var(--green);margin-top:4px}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:12px}.related-entry{display:flex;align-items:center;flex-wrap:wrap;gap:10px;border:1px solid var(--border);border-radius:8px;padding:12px}.related-entry .entity-link{flex:1}.related-entry>small{font-size:10px;color:var(--muted);width:100%}.code-block{font-size:11px;line-height:1.85;overflow-x:auto;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--border);border-radius:7px;background:var(--soft);padding:15px}code{font-family:Consolas,"Courier New",monospace;font-size:10px;overflow-wrap:anywhere}.source-list{padding-left:17px;font-size:11px;line-height:2.3;overflow-wrap:anywhere}.source-list a{color:var(--green)}.all-properties{border-top:1px solid var(--border);margin-top:18px;padding-top:17px}summary{font-size:12px;font-weight:600;cursor:pointer;color:var(--green)}.nested-data{margin:10px 0;font-size:11px;overflow-wrap:anywhere}.nested-data>div{display:grid;grid-template-columns:minmax(100px,1fr) minmax(0,3fr);gap:17px;padding:9px 0;border-bottom:1px solid var(--border)}.nested-data dt{font-weight:550;color:var(--muted)}.nested-data dd{margin:0;white-space:pre-wrap;min-width:0}.nested-data .nested-data{margin:0;padding-left:12px;border-left:1px solid var(--border)}.nested-data .nested-data>div{padding:4px 0;font-size:10px;grid-template-columns:minmax(65px,1fr) minmax(0,2fr)}.data-list>div+div{margin-top:12px}.map-view{max-width:520px;position:relative;margin:0 auto;line-height:0}.map-view>img{width:100%;height:auto;border-radius:7px;image-rendering:pixelated}.map-view svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.map-marker{fill:#d35645;stroke:#fff;stroke-width:1.2;cursor:pointer}.map-marker:hover{fill:var(--green);r:6}.dialogue-text{font-size:12px;padding-top:15px;line-height:1.8}.dialogue-text>p{margin:8px 0}.prose{max-width:950px}.prose>h2{margin:30px 0 14px}.prose>h2:first-child{margin-top:0}.prose>p{font-size:13px;color:var(--muted);line-height:1.9;margin-bottom:16px}.prose a{color:var(--green);text-decoration:underline}.prose>.table-scroll{margin:20px -24px}.prose .button{text-decoration:none}
.site-footer{max-width:1360px;margin:0 auto;border-top:1px solid var(--border);padding:27px 0 32px;display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-brand{font-size:13px;font-weight:650}.footer-brand>span{font-size:10px;font-weight:400;color:var(--muted);margin-left:15px}.site-footer p{font-size:9px;color:var(--muted);margin-top:8px}.site-footer p a{text-decoration:underline}.footer-links{display:flex;gap:19px;align-items:center;flex-wrap:wrap;font-size:10px;color:var(--muted)}.footer-links button{font-size:10px;border:0;padding:0;background:none}.cookie-banner{position:fixed;bottom:19px;left:50%;transform:translateX(-50%);width:calc(100% - 40px);max-width:850px;display:flex;align-items:center;gap:18px;padding:17px 20px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 4px 35px #142f3024;z-index:40}.cookie-symbol{color:var(--gold);width:34px;flex:none}.cookie-symbol .icon{width:30px;height:30px}.cookie-banner strong{font-size:12px;font-weight:600}.cookie-banner p{font-size:10px;color:var(--muted);line-height:1.75;margin-top:3px}.cookie-banner a{text-decoration:underline;color:var(--green)}.cookie-banner>.button{margin-left:auto;min-width:72px}.settings-dialog{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px;width:490px;max-width:calc(100% - 30px);max-height:calc(100dvh - 40px);box-shadow:var(--shadow)}.settings-dialog::backdrop{background:#12291fab;backdrop-filter:blur(3px)}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dialog-heading .icon-button{width:30px;height:30px;border:0}.settings-dialog h2{font-family:Georgia,serif;font-size:30px;font-weight:400;margin-bottom:10px}.settings-dialog p{color:var(--muted);font-size:12px;line-height:1.8;margin-bottom:19px}.rate-presets{display:flex;gap:7px;margin:22px 0}.rate-presets button{flex:1;padding:7px 4px;border:1px solid var(--border);border-radius:6px;font-size:10px;background:var(--soft)}.rate-presets button:hover{border-color:var(--green)}.rate-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}.rate-fields label{font-size:11px;display:flex;flex-direction:column;gap:5px}.rate-fields label>span{display:flex;align-items:center;gap:8px}.rate-fields input{width:100%;font-size:14px}.rate-fields b{font-weight:400;color:var(--muted)}.settings-dialog .form-note{font-size:10px}.dialog-actions{display:flex;justify-content:end;gap:10px;padding-top:15px;border-top:1px solid var(--border)}.settings-dialog .form-error{color:#bb4f3f;font-size:11px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--text);color:var(--surface);padding:12px 22px;font-size:12px;border-radius:7px;box-shadow:var(--shadow);z-index:100}.toast[hidden],.suggestions[hidden]{display:none}
@media(min-width:1500px){.site-layout{padding-top:42px}.hero{min-height:280px}.hero h1{font-size:51px}.hero-art{margin-right:30px}}
@media(max-width:1200px){.header-inner{padding:20px 28px}.mode-bar-inner{padding-left:28px;padding-right:28px}.site-layout{padding:28px;grid-template-columns:176px minmax(0,1fr);gap:28px}.hero h1{font-size:39px}.hero-art{width:235px;transform:scale(.92);transform-origin:right center;margin-right:0}.hero-poring{left:-6px}.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{position:relative;padding:19px 19px 17px 72px}.category-icon{position:absolute;left:18px;top:21px}.category-card p{margin-bottom:12px}.home-lower{grid-template-columns:1fr}.home-aside{display:grid;grid-template-columns:1fr 1fr;gap:15px}.rates-promo{padding:20px}.rates-promo h2 br{display:none}.rates-promo .promo-icon{float:right}.rates-promo p{max-width:350px}.source-note{align-self:center;justify-content:center}.essentials-grid{grid-template-columns:1fr 1fr}.essentials-grid>div:nth-child(2){border-right:0}.essentials-grid>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.site-footer{margin:0 28px;align-items:start}.footer-links{gap:12px}.footer-brand>span{display:block;margin-left:0;margin-top:5px}.entity-heading{gap:18px}.entity-intro h1{font-size:31px}.share-button{display:none}.element-grid{grid-template-columns:repeat(5,1fr)}}
@media(max-width:900px){.site-layout{grid-template-columns:145px minmax(0,1fr);gap:23px;padding-left:20px;padding-right:20px}.nav-link{font-size:11px;padding:10px 8px;gap:8px}.nav-link small{font-size:8px}.nav-label{font-size:8px;letter-spacing:1px;padding-left:8px}.hero-art{width:190px;transform:scale(.78);margin-left:-10px}.hero h1{font-size:34px}.hero .eyebrow{font-size:8px;letter-spacing:1.1px}.hero p{font-size:11px}.hero{min-height:240px}.overview-stats strong{font-size:23px}.overview-stats>a{padding:0 14px}.overview-stats span{font-size:9px}.welcome-choice .badge{display:none}.header-search{width:300px}.header-inner{gap:20px}.brand{font-size:19px}.brand small{font-size:6px}.mode-label{display:none}.category-card{padding-left:18px}.category-icon{position:static}.home-aside{grid-template-columns:1fr}.source-note{display:none}.source-note p{max-width:200px}.stat-grid>div{padding:14px 12px}.stat-grid strong{font-size:18px}.detail-panel{padding:20px}.detail-panel>.table-scroll{margin-left:-20px;margin-right:-20px}.detail-panel>.table-scroll td,.detail-panel>.table-scroll th{padding-left:20px}.version-context{align-items:start}.version-context>div{flex-wrap:wrap}.site-footer{flex-direction:column}.detail-panel .section-heading{align-items:start}.detail-panel .subtle-label{max-width:170px}}
@media(max-width:700px){:root{font-size:14px}.header-inner{padding:17px 18px 12px;flex-wrap:wrap;gap:13px}.brand{font-size:20px}.brand-mark{width:36px;height:36px}.brand small{font-size:6px;letter-spacing:1.8px}.header-search{order:3;width:100%;margin:0}.header-actions{margin-left:auto}.mobile-menu{display:inline-flex}.header-search .search-form{padding:7px 10px}.header-search input{font-size:12px;min-height:25px}.mode-bar-inner{padding:10px 18px;flex-wrap:wrap;gap:10px}.mode-group{gap:8px;flex:1}.segmented a{padding:6px 12px;font-size:11px}.rates-button{font-size:10px;gap:5px}.rates-button>span{display:none}.rates-button strong{font-size:10px}.rates-button>.icon:last-child{display:none}.site-layout{display:block;padding:23px 18px 40px}.sidebar{display:none}.sidebar.open{display:block;position:fixed;left:10px;right:10px;top:190px;bottom:15px;z-index:35;padding:20px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 15px 50px #0005;overflow:auto}.sidebar.open .nav-link{font-size:14px;padding:12px;gap:12px}.sidebar.open .nav-link small{font-size:11px}.sidebar.open .nav-label{font-size:10px}.sidebar.open .sidebar-note{display:none}.hero{min-height:240px;padding:10px 0 22px}.hero-copy{max-width:75%}.hero h1{font-size:36px;margin-top:13px}.hero-art{position:absolute;right:-23px;bottom:0;width:170px;transform:scale(.64);transform-origin:right bottom;opacity:.85}.hero-art .map-coordinate{display:none}.hero-art .star-one{display:none}.hero-art .map-disc{opacity:.45}.hero-poring{left:-35px;bottom:4px}.hero-poring>span:last-child{display:none}.hero p{font-size:11px}.hero .eyebrow{font-size:7px;letter-spacing:1.2px}.short-line{width:13px;margin-right:5px}.home-search{margin-bottom:22px}.search-form.large{padding:6px 6px 6px 13px;gap:8px}.search-form.large input{font-size:12px}.search-form.large .button{padding:10px 13px}.search-form.large .button .icon{display:none}.search-examples{font-size:9px;gap:9px;flex-wrap:wrap}.search-version{display:none}.welcome-choice{font-size:10px;padding:12px;margin-bottom:22px}.overview-stats{grid-template-columns:1fr 1fr;margin-bottom:27px;padding:0}.overview-stats>a{padding:17px 20px;border-bottom:1px solid var(--border)}.overview-stats>a:first-child{padding-left:0}.overview-stats>a:nth-child(2){border-right:0}.overview-stats>a:nth-child(3){border-bottom:0;padding-left:0}.overview-stats>a:last-child{border-bottom:0}.overview-stats strong{font-size:26px}.overview-stats span{font-size:10px}.overview-stats .icon{margin-left:6px}.section-heading h2{font-size:19px}.section-heading .eyebrow{font-size:8px}.category-grid{gap:10px}.category-card{padding:16px 14px}.category-icon{margin-bottom:14px;width:32px;height:32px}.category-card h3{font-size:12px}.category-card p{font-size:10px;line-height:1.7}.card-action{font-size:10px}.home-lower{gap:14px}.featured-panel .section-heading{padding:18px 15px 0}.featured-panel h2{font-size:17px}.featured-panel .text-link{font-size:10px}.featured-panel td{padding:12px 11px;font-size:10px}.featured-panel th{padding:10px 11px;font-size:8px}.featured-panel .entity-link{gap:7px;min-width:118px}.featured-panel .entity-link strong{font-size:11px}.featured-panel .entity-picture{width:36px;height:36px}.featured-panel .entity-picture img{max-width:36px;max-height:36px}.featured-panel .badge{font-size:8px}.rates-promo{padding:22px}.rates-promo .eyebrow{font-size:8px}.rates-promo h2{font-size:26px}.rates-promo p{font-size:11px;max-width:none}.rates-promo .button{font-size:11px}.essentials-grid>div{padding:11px 8px}.essentials-grid .entity-link{gap:6px;min-width:0}.essentials-grid .entity-link strong{font-size:10px}.essentials-grid .entity-link small{font-size:8px}.essentials-grid .entity-picture{width:30px;height:30px}.essentials-grid .entity-picture img{max-width:28px;max-height:28px}.endnote{font-size:9px;margin-top:27px}.site-footer{margin:0 18px;padding:25px 0 130px;gap:15px}.site-footer p{line-height:1.8}.footer-links{font-size:10px}.cookie-banner{bottom:10px;gap:11px;padding:13px 14px;width:calc(100% - 20px);border-radius:10px}.cookie-symbol{display:none}.cookie-banner strong{font-size:11px}.cookie-banner p{font-size:9px}.cookie-banner .button{min-width:57px;font-size:10px;padding:8px 10px}.breadcrumbs{font-size:9px;gap:7px;margin-bottom:22px}.page-heading{padding-top:2px}.page-heading h1{font-size:33px}.filter-panel{padding:12px}.filter-search{gap:8px}.filter-search>.icon{display:none}.filter-search .button{padding:9px 12px;font-size:11px}.filter-search input{font-size:12px;width:100%;min-width:0}.filters{gap:10px}.filters label{flex:1 1 42%;max-width:none}.filters .button{font-size:11px}.results-heading{font-size:10px;align-items:start}.results-heading p{font-size:11px}.results-heading .muted{display:block}.results-table td{padding:10px 13px}.results-table .entity-link{min-width:180px}.pagination{gap:10px}.pagination .button{font-size:10px;padding:9px 10px;gap:4px}.pagination .button .icon{width:13px}.pagination>div{gap:1px}.pagination>div a{width:26px;height:28px;font-size:10px}.entity-heading{gap:15px;align-items:center}.portrait-stage{width:90px;height:90px;padding:9px;border-radius:10px}.portrait-stage img{max-height:72px}.portrait-stage small{font-size:7px}.entity-intro .eyebrow{font-size:8px;letter-spacing:1px}.entity-intro h1{font-size:27px;letter-spacing:-.6px;margin:7px 0 9px}.entity-badges{gap:4px}.entity-badges .badge{font-size:8px}.version-context{display:block;padding:11px 13px}.version-context>a{margin-top:8px}.version-context>span{font-size:9px;display:block;margin-top:7px}.stat-grid{grid-template-columns:repeat(2,1fr)}.stat-grid>div{padding:13px 15px}.stat-grid>div:nth-child(2n){border-right:0}.stat-grid strong{font-size:20px}.section-nav{gap:21px;font-size:10px}.detail-overview{display:block}.detail-panel{padding:18px;margin-bottom:17px}.detail-panel>h2,.detail-panel .section-heading h2{font-size:17px}.detail-panel>.table-scroll{margin-left:-18px;margin-right:-18px}.detail-panel>.table-scroll td,.detail-panel>.table-scroll th{padding-left:15px;padding-right:15px}.detail-panel .section-heading{flex-wrap:wrap;gap:8px}.detail-panel .subtle-label{max-width:none;font-size:9px}.game-description{font-size:12px}.element-grid{gap:5px}.element-grid>div{padding:8px 2px}.element-grid span{font-size:8px}.element-grid strong{font-size:13px}.nested-data>div{grid-template-columns:100px minmax(0,1fr);gap:8px}.nested-data .nested-data{padding-left:5px}.nested-data .nested-data>div{display:block}.related-grid{grid-template-columns:1fr}.related-entry{padding:10px}.table-note{font-size:9px}.prose>p{font-size:12px}.settings-dialog{padding:22px;max-height:calc(100dvh - 25px)}.settings-dialog h2{font-size:27px}.rate-fields{gap:12px}.dialog-actions .button{font-size:11px;padding:10px 12px}.empty-state{padding:55px 18px}.empty-state h1{font-size:31px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Keep the information itself comfortably readable, including on narrow screens. */
.scripted-spawns{margin-top:20px;border-top:1px solid var(--border);padding-top:18px}.scripted-spawns summary{display:flex;align-items:center;gap:12px;list-style:disclosure-closed}.scripted-spawns summary:before{content:'+';font-size:18px}.scripted-spawns[open] summary:before{content:'−'}.scripted-spawns .table-scroll{margin:17px -24px 0}.map-toolbar{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:20px}.map-toolbar button{font-size:11px;border:1px solid var(--border);border-radius:5px;padding:7px 11px;background:var(--surface)}.map-toolbar button[aria-pressed=true]{background:var(--green);color:var(--surface)}.map-toolbar span{font-size:10px;color:var(--muted);margin-left:auto}.hero-poring .entity-picture.monsters img{width:75px;height:75px;max-width:75px;max-height:75px}
.nav-link{font-size:13px}.nav-link small{font-size:10px}.nav-label{font-size:10px}.sidebar-note,.sidebar-note p,.sidebar-note a{font-size:11px}.hero p{font-size:14px}.category-card p{font-size:12px}.category-card h3{font-size:15px}.card-action{font-size:11px}.entity-link strong{font-size:14px}.entity-link small{font-size:11px}td{font-size:13px}th{font-size:10px}.cell-sub{font-size:11px}.badge{font-size:10px}.table-note{font-size:11px}.game-description{font-size:14px}.key-values{font-size:13px}.rates-promo p{font-size:12px}.source-note{font-size:11px}.overview-stats span{font-size:11px}.page-heading>p{font-size:14px}.filter-search input{font-size:14px}.results-heading p{font-size:13px}.entity-intro .aegis{font-size:11px}.section-nav{font-size:12px}.version-context{font-size:12px}.stat-grid span{font-size:11px}.search-form input{font-size:12px}.search-form.large input{font-size:14px}.welcome-choice{font-size:11px}.cookie-banner p{font-size:11px}.footer-links,.footer-links button{font-size:11px}.search-examples{font-size:11px}.nested-data{font-size:12px}.prose>p{font-size:14px}.filters label,.filters input,.filters select{font-size:12px}
@media(max-width:700px){.hero p{font-size:12px}.category-card h3{font-size:13px}.category-card p{font-size:11px}.entity-link strong{font-size:13px}.entity-link small{font-size:10px}td{font-size:12px}th{font-size:10px}.featured-panel td{font-size:11px}.featured-panel .entity-link strong{font-size:12px}.featured-panel .entity-link small{font-size:9px}.featured-panel .badge{font-size:9px}.welcome-choice{font-size:10px}.search-examples{font-size:10px}.cookie-banner p{font-size:10px}.game-description{font-size:13px}.prose>p{font-size:13px}.table-note{font-size:10px}.search-form.large input{font-size:12px}.results-table .entity-link{min-width:195px}.overview-stats span{font-size:11px}.filters label,.filters input,.filters select{font-size:12px}}
@media(max-width:700px){.hero-copy{max-width:100%}.hero h1{max-width:75%}.hero-art{right:-10px;top:35px;bottom:auto;transform:scale(.52);transform-origin:right top}.scripted-spawns .table-scroll{margin-left:-18px;margin-right:-18px}.map-toolbar span{width:100%;margin:5px 0 0}.hero p{position:relative;z-index:2}}
.behavior-tags{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 20px}
.tools-label{display:block;color:var(--green)}.skill-tool-invitation{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:15px 18px;border:1px solid var(--border);border-radius:9px;background:var(--green-soft);margin-bottom:24px;font-size:12px}.skill-tool-invitation>span{display:flex;align-items:center;gap:10px}.skill-tool-invitation .button{font-size:11px}@media(max-width:700px){.skill-tool-invitation{align-items:start;flex-direction:column;font-size:11px;padding:14px}.skill-tool-invitation .button{width:100%}}
.skip-link:not(:focus){clip-path:inset(50%);width:1px;height:1px;padding:0;overflow:hidden}

.card-illustration-panel figure{margin:22px 0 0;text-align:center}.card-illustration-panel img{display:block;width:300px;height:auto;max-width:100%;margin:auto;border-radius:7px;box-shadow:var(--shadow)}.card-illustration-panel figcaption{font-size:11px;color:var(--muted);line-height:1.7;margin-top:15px}.card-illustration-open{display:inline-block;padding:0;border:0;background:none;border-radius:7px;cursor:zoom-in}

.mvp-detail-link{margin:0 0 23px}

/* Inventory pixels are always shown 1:1; component thumbnail rules must not scale them. */
img.item-icon,img[src^="/static/assets/items/"]{width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;flex:none;image-rendering:pixelated}

.suggestion-picture{width:32px;height:32px;flex:none;display:grid;place-items:center}
.craft-nav{margin-top:2px}.craft-nav summary{list-style:none;cursor:pointer}.craft-nav summary::-webkit-details-marker{display:none}.craft-nav summary>.icon:last-child{margin-left:auto;width:14px;height:14px}.craft-nav[open] summary>.icon:last-child{transform:rotate(180deg)}.craft-nav nav{margin:6px 0 12px 23px;padding-left:16px;border-left:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.craft-nav nav a{padding:9px 7px;font-size:12px;color:var(--muted);border-radius:5px}.craft-nav nav a:hover,.craft-nav nav a.active{color:var(--green);background:var(--green-soft)}.crafting-item-links{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.crafting-item-links .button{font-size:12px}@media(max-width:700px){.craft-nav nav a{font-size:14px;min-height:43px}}

.card-viewer{position:fixed;inset:0;width:100vw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:#0b1513f5;color:#fff;overflow:hidden}.card-viewer[open]{display:flex;flex-direction:column}.card-viewer::backdrop{background:#0b1513e8}.card-viewer-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 24px;flex:none}.card-viewer-bar h2{font-size:18px;line-height:1.5;font-weight:550}.card-viewer-close{display:flex;align-items:center;gap:8px;border:1px solid #ffffff66;background:transparent;color:#fff;border-radius:7px;min-height:42px;padding:8px 13px;font-size:12px}.card-viewer-close:focus-visible{outline:3px solid #fff;outline-offset:3px}.card-viewer-stage{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;padding:8px 24px 24px}.card-viewer-stage img{display:block;height:calc(100vh - 112px);height:calc(100dvh - 112px);width:auto;max-width:100%;object-fit:contain;image-rendering:auto;box-shadow:none}.card-viewer-open{overflow:hidden}@media(max-width:700px){.card-viewer-bar{padding:12px 16px}.card-viewer-bar h2{font-size:15px}.card-viewer-stage{padding:8px 16px 16px}.card-viewer-close{min-width:44px;justify-content:center}.card-viewer-close span{display:none}}

.monster-picture{display:contents}

.page-version{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 16px;margin:0 0 23px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.page-version>span{font-size:12px;color:var(--muted)}.page-version .segmented a{min-height:35px;display:inline-flex;align-items:center;padding:8px 14px;font-size:12px}@media(max-width:550px){.page-version{padding:11px 12px;gap:9px}.page-version>span{font-size:11px}.page-version .segmented a{font-size:11px;padding:8px 11px}}

.page-version.sticky-version{position:sticky;top:10px;z-index:12;box-shadow:0 3px 12px #0001}
.home-calculator{display:flex;align-items:center;gap:18px;padding:22px 24px;margin:26px 0;background:var(--green-soft)}.home-calculator>.category-icon{flex:none;margin:0}.home-calculator>div{flex:1;min-width:0}.home-calculator h2{font-size:18px;line-height:1.4;margin:5px 0 7px}.home-calculator p{color:var(--muted);font-size:12px;line-height:1.8;margin:0}.home-calculator>.button{flex:none;font-size:12px;white-space:nowrap}@media(max-width:750px){.home-calculator{flex-wrap:wrap;padding:18px;gap:13px}.home-calculator>.category-icon{display:none}.home-calculator>div{flex-basis:100%}.home-calculator h2{font-size:17px}.home-calculator>.button{min-height:44px}}
