@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap";:root{color-scheme:dark;--bg:#111917;--side:#111b18;--panel:#19241f;--line:#2a3730;--text:#e5e9df;--muted:#8b9b90;--sage:#a9c69c;--gold:#d5bd85;--green:#91b989;--font:"Noto Sans TC",sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body#thebody{margin:0;background:var(--bg);color:var(--text);font:14px/1.6 var(--font);letter-spacing:.025em;min-width:320px}button,a,input{font:inherit}button{color:inherit;cursor:pointer}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--gold);outline-offset:4px}a{color:inherit;text-decoration:none}button:hover{color:#f8f4e3}p,h1,h2,h3{margin:0}svg.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.world-shell{display:flex;min-height:100vh}.sidebar{width:202px;flex:0 0 202px;background:var(--side);border-right:1px solid var(--line);display:flex;flex-direction:column;padding:31px 19px 0;position:fixed;inset:0 auto 0 0;z-index:20}.brand{display:flex;align-items:center;gap:11px;white-space:nowrap;font-size:20px;line-height:1.35;letter-spacing:.03em}.brand b{font-weight:700}.brand small{display:block;color:#8c9e89;font-size:8px;letter-spacing:.23em;margin-top:6px}.brand-mark{display:grid;place-items:center;width:37px;height:44px;color:#bfd3a8;border:1px solid #647f59;border-radius:12px 12px 16px 16px;background:#253524}.brand-mark .icon{width:25px;height:25px}.sidebar-rule{height:1px;background:var(--line);margin:31px 4px 25px}.nav-caption{font-size:10px;letter-spacing:.16em;color:#687e6d;padding-left:15px;margin-bottom:16px}.world-nav{display:grid;gap:9px}.nav-item{display:flex;gap:13px;align-items:center;background:transparent;text-align:left;width:100%;height:46px;padding:0 14px;color:#97a79b;border-radius:7px;font-size:13px;transition:background .15s,color .15s}.nav-item.active{background:#2a3a2e;color:#d7e5c9;box-shadow:inset 2px 0 #b7cb9d}.nav-item:hover{background:#253329}.nav-item.active .icon{color:#b8d299}.nav-item small{margin-left:auto;font-size:10px;color:#79907b}.nav-item i{height:5px;width:5px;border-radius:50%;background:#bdd2a4;margin-left:auto}.nav-dot{width:4px;height:4px;border-radius:50%;background:#bdad7d;margin-left:auto}.sidebar-note{margin:63px 13px 30px;color:#7b8f7d;line-height:2.15;font-size:12px}.tiny-star{color:#95ad88;font-size:25px;display:block;margin-bottom:13px}.little-landscape{display:flex;gap:7px;align-items:flex-end;margin-top:22px;padding-left:5px;color:#435c45;height:53px;font-family:serif}.little-landscape span:nth-child(1){font-size:30px}.little-landscape span:nth-child(2){font-size:49px}.little-landscape span:nth-child(3){font-size:34px;color:#7d7951}.little-landscape span:nth-child(4){font-size:39px}.sidebar-bottom{margin-top:auto}.sidebar-bottom>.nav-item{font-size:12px;margin-bottom:18px}.world-connection{padding:19px 10px;border-top:1px solid var(--line);font-size:11px;color:#b7cbb0}.status-dot{width:6px;height:6px;display:inline-block;border-radius:50%;background:#97c890;box-shadow:0 0 7px #90b58930;margin-right:7px}.world-connection small{display:block;font-size:9px;color:#6f8476;margin:7px 0 0 15px}.world-connection.offline .status-dot{background:#d5ad70}.site-credit{font-size:8px;letter-spacing:.19em;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:19px 10px;color:#697e6b}.main-content{margin-left:202px;width:calc(100% - 202px);padding:0 30px}.topbar{height:66px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:11px;color:var(--muted)}.breadcrumb{gap:14px;display:flex;align-items:center}.breadcrumb b{font-weight:400;color:#c2cdbf}.breadcrumb>span{color:#506153}.topbar-right{display:flex;gap:24px;align-items:center}.live-tag{letter-spacing:.15em;font-size:9px;color:#b3c9a8}.live-tag i{display:inline-block;width:5px;height:5px;background:#a8c895;border-radius:50%;margin-right:7px}.world-id{font-size:10px;color:#85917d;border-left:1px solid #344238;padding-left:22px}.greeting{display:flex;align-items:center;justify-content:space-between;padding:29px 0 25px}.eyebrow{font-size:9px;letter-spacing:.2em;color:#a2b293}.greeting h1{font-weight:600;font-size:27px;letter-spacing:.065em;margin:7px 0 9px;color:#e5e9dd}.greeting h1>span{color:#c1cb94}.greeting>div>p:last-child{font-size:11px;color:#8c9c8f;letter-spacing:.055em}.world-time{display:flex;gap:12px;align-items:center;color:#a5b59c;padding-right:3px}.world-time>.icon{width:22px;height:22px;margin-right:2px}.world-time>div{display:flex;flex-direction:column}.world-time #world-day{font-size:10px;color:#8d9f8c;letter-spacing:.12em}.world-time strong{font:500 23px/1.25 var(--font);font-variant-numeric:tabular-nums;letter-spacing:.02em;color:#e2e7d7}.world-time>span{font-size:10px;padding:4px 9px;border:1px solid #384638;border-radius:4px;margin-left:6px;color:#c1c9a6}.dashboard{display:grid;grid-template-columns:minmax(0,1fr) 282px;gap:19px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:10px;overflow:hidden}.panel-header{display:flex;align-items:center;justify-content:space-between;height:55px;padding:0 19px;border-bottom:1px solid #2b372f;gap:8px}.panel-header h2{font-size:12px;letter-spacing:.075em;font-weight:500;display:flex;align-items:center;gap:9px;color:#d9e2d1}.panel-header h2 .icon{width:16px;height:16px;color:#a6b699}.soft-label{font-size:9px;color:#8e9d85;letter-spacing:.06em}.map-panel{min-width:0;display:flex;flex-direction:column}.map-viewport{height:470px;position:relative;background:#132c2b;isolation:isolate;overflow:hidden;flex:1}#game{position:absolute;top:0;right:0;bottom:0;left:0;touch-action:none}#game canvas{display:block!important;image-rendering:pixelated;image-rendering:crisp-edges}.map-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;background:#172b25;color:#aabf9f;z-index:8;font-size:11px}.map-loading[hidden]{display:none}.map-loading strong{font-size:14px;font-weight:500}.loading-leaf .icon{width:36px;height:36px;margin-bottom:4px}.weather-chip{position:absolute;top:19px;left:20px;display:flex;gap:12px;align-items:center;padding:12px 14px;background:#13211de8;border:1px solid #3b4b3880;box-shadow:0 4px 16px #0a161626;border-radius:7px;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#weather-icon{color:#e3ca88}#weather-icon .icon{width:28px;height:28px}.weather-chip>div{display:grid;gap:1px}.weather-chip strong{font-size:11px;font-weight:500}.weather-chip>div span{font-size:9px;color:#99a68d}#temperature{font:400 20px var(--font);color:#d2d6b4;border-left:1px solid #42503b;margin-left:6px;padding-left:13px}.map-coordinate{position:absolute;top:21px;right:19px;color:#d9e0cd;background:#1c2e22b8;border-radius:4px;font-size:9px;padding:6px 9px;pointer-events:none}.map-coordinate .status-dot{width:4px;height:4px}.map-controls{position:absolute;bottom:21px;right:18px;display:flex;align-items:center;gap:1px;border:1px solid #4c5a4370;background:#13211edb;border-radius:6px;padding:4px}.map-controls button{height:29px;width:31px;background:transparent;display:grid;place-items:center;color:#c5d0b7;border-radius:3px}.map-controls button:hover{background:#40513b}.map-controls button .icon{width:16px;height:16px}.map-controls>span{height:17px;width:1px;background:#48583f;margin:0 3px}.map-hint{position:absolute;bottom:22px;left:19px;font-size:9px;color:#c2ceb1;text-shadow:0 1px 5px #000;pointer-events:none;background:#10211ab0;padding:5px 8px;border-radius:4px}.map-hint span{padding:0 7px;color:#8c9f7c}.map-footer{padding:13px 17px;display:flex;justify-content:space-between;gap:8px;font-size:9px;color:#94a98e;min-height:43px}.map-footer>span{display:flex;gap:4px;align-items:center}.map-footer>span:first-child{color:#b6cba6}.map-footer .icon{width:13px;height:13px;margin-right:3px}.map-footer .status-dot{width:4px;height:4px}.village-panels{display:flex;flex-direction:column;gap:19px;min-width:0}.resident-panel .panel-header,.resource-panel .panel-header{padding:0 16px}.count-tag{color:#98ab8f;font-size:9px;white-space:nowrap}.resident-list{padding:5px 12px 0}.resident-card{display:flex;align-items:center;gap:12px;background:transparent;width:100%;padding:13px 3px;text-align:left;border-bottom:1px solid #2c382f;position:relative}.resident-card:last-child{border-bottom:0}.resident-card:hover .resident-name{color:#ddcd93}.resident-card:hover .resident-avatar{background:#364635}.resident-avatar{width:47px;height:52px;border-radius:7px;border:1px solid #354437;background:#26352b;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.resident-avatar svg{height:44px;width:35px;image-rendering:pixelated}.resident-info{min-width:0;flex:1}.resident-name{font-weight:500;font-size:12px;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between}.resident-trait{font-size:8px;color:#7f9a80;border:1px solid #3c5039;border-radius:3px;padding:1px 4px;font-weight:400}.resident-action{display:flex;align-items:center;gap:4px;color:#9dac98;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:7px}.action-dot{height:4px;width:4px;background:#b7c89a;border-radius:50%;margin-right:2px;flex-shrink:0}.meter{height:3px;background:#344238;flex:1;border-radius:3px;overflow:hidden}.meter>i{height:100%;background:#a7c08b;display:block;border-radius:3px;transition:width .7s}.panel-footnote{text-align:center;font-size:9px;color:#6f886f;padding:10px 5px 15px}.resource-panel{flex:1}.resource-list{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px;padding:18px 17px}.resource-item{display:flex;gap:10px;align-items:center}.resource-art{font-size:21px;filter:saturate(.6);line-height:1}.resource-item>div{display:flex;flex-direction:column;line-height:1.3;gap:4px}.resource-name{color:#91a18b;font-size:9px}.resource-number{font-size:18px;font-weight:500;color:#dce3ce;font-variant-numeric:tabular-nums;letter-spacing:.035em}.resource-number small{font-size:8px;color:#738671;font-weight:400;margin-left:5px}.stock-footer{border-top:1px solid #2c392e;margin:0 16px;padding:13px 0;display:flex;align-items:center;gap:10px;font-size:9px;color:#8fa286}.stock-footer>span:last-child{font-size:8px;color:#b1c497}.events-panel{min-height:240px}.text-button{display:flex;align-items:center;gap:6px;font-size:9px;color:#a2b298;background:none;padding:4px 0;white-space:nowrap}.text-button .icon{width:14px;height:14px}.text-button:hover{color:#d6dbab}.event-list{padding:9px 19px 12px}.event-row{display:flex;align-items:flex-start;gap:14px;min-height:35px;padding:8px 0;border-bottom:1px solid #2a362c;font-size:11px;line-height:1.7}.event-row:last-child{border:0}.event-time{width:36px;flex-shrink:0;font-size:10px;color:#7e927a;font-variant-numeric:tabular-nums;padding-top:1px}.event-type{margin-top:3px;color:#acbd8e;display:grid;place-items:center;width:17px;height:17px;font-size:11px;flex-shrink:0}.event-type.weather{color:#a0bfca}.event-type.social{color:#d0b483}.event-row p{color:#b5c2ab}.event-row .event-name{color:#d4c38f}.diary-panel{position:relative;background:linear-gradient(145deg,#253326,#1c2921);border-color:#394533;display:flex;flex-direction:column}.diary-panel .panel-header{border-color:#394533;padding:0 17px}.diary-panel h2{color:#cbd3b7}.diary-source{font-size:8px;color:#a6b494;border:1px solid #526043;border-radius:4px;padding:1px 5px;white-space:nowrap}.diary-content{padding:14px 19px 11px;position:relative;flex:1}.quote-mark{font-family:Georgia,serif;position:absolute;top:0;left:14px;color:#64734b;font-size:51px;line-height:1;opacity:.5}.diary-content p{font-size:11px;line-height:2;color:#c2cbb3;position:relative;margin-top:10px;white-space:pre-line;overflow-wrap:anywhere}.diary-signature{display:block;text-align:right;font-size:9px;color:#8d9d7e;margin-top:9px}.diary-button{margin:0 16px 15px;border-top:1px solid #425139;background:transparent;padding:11px 0 0;display:flex;align-items:center;gap:7px;font-size:9px;color:#bdcda8}.diary-button .icon{width:14px;height:14px}.diary-button>.icon:last-child{margin-left:auto}.diary-button:disabled{opacity:.5;cursor:wait}.page-footer{display:flex;justify-content:space-between;padding:19px 0 22px;color:#6d846c;font-size:9px;letter-spacing:.05em}.page-footer b{padding:0 6px;color:#708365}.world-notice{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:18px;border:1px solid #4b5c3e;border-radius:7px;background:#293b28;color:#d0dfbc;font-size:11px;gap:15px}.world-notice[hidden]{display:none}.world-notice button{background:none;color:#a9b79e;padding:0;display:flex}.world-notice button .icon{width:15px;height:15px}.loading-copy{font-size:11px;color:#849b83;padding:24px 5px}.world-dialog{width:min(580px,calc(100% - 32px));max-height:85vh;background:#1b2821;border:1px solid #4b5a43;border-radius:13px;color:var(--text);padding:25px;box-shadow:0 30px 100px #0008}.world-dialog::backdrop{background:#07130dba;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #394735;padding-bottom:17px;margin-bottom:20px}.dialog-header h2{font-size:22px;font-weight:500;margin-top:6px;color:#e0e6d4}.icon-button{display:grid;place-items:center;padding:7px;background:#2b3b2b;border-radius:6px;color:#b5c3a7}.dialog-intro{color:#a4b59b;font-size:12px;line-height:1.9;margin-bottom:17px}.resident-detail-head{display:flex;align-items:center;gap:18px;padding:0 0 20px}.resident-detail-head .resident-avatar{width:76px;height:84px}.resident-detail-head .resident-avatar svg{width:55px;height:66px}.resident-detail-head h3{font-size:18px;margin-bottom:5px}.resident-detail-head p{font-size:12px;color:#afbea2}.detail-stats{display:grid;gap:14px;padding:18px 0;border-top:1px solid #354630}.detail-stat{display:grid;grid-template-columns:65px 1fr 34px;align-items:center;gap:15px;font-size:11px;color:#a7b59d}.detail-stat .meter{height:5px}.detail-stat>span:last-child{text-align:right;font-variant-numeric:tabular-nums}.dialog-section-title{font-size:12px;color:#c6d3b6;margin:19px 0 8px;font-weight:500}.dialog-action{background:#a9bf8b;color:#17251a;padding:10px 16px;border-radius:6px;font-size:12px;margin-top:15px;display:inline-flex;align-items:center;gap:8px;font-weight:500}.dialog-action:hover{background:#c4d4a8;color:#18271a}.dialog-action.secondary{background:#2e422f;color:#c8d6b7;margin-left:7px}.dialog-action:disabled{opacity:.5;cursor:default}.dialog-action .icon{width:15px;height:15px}.journal-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.filter-button{padding:6px 12px;border-radius:20px;background:transparent;border:1px solid #48563d;color:#9fb294;font-size:11px}.filter-button.selected{background:#3b5134;color:#e0eccf;border-color:#82946b}.full-journal{max-height:50vh;overflow-y:auto}.full-journal .event-time{width:63px;line-height:1.8}.full-journal .event-row{padding:11px 0}.empty-note{padding:24px;text-align:center;color:#8d9f80;font-size:12px}.inventory-table{width:100%;border-collapse:collapse;font-size:12px}.inventory-table th{text-align:left;color:#8ba17e;font-size:10px;font-weight:400;padding:9px 0;border-bottom:1px solid #425038}.inventory-table td{padding:13px 0;border-bottom:1px solid #30402e;color:#c3d0b3}.inventory-table td:last-child{font-size:10px;color:#8fa47f}.inventory-table .resource-art{margin-right:10px;font-size:17px}.inventory-table td:nth-child(2){font-size:17px;color:#dfdfc6;font-variant-numeric:tabular-nums}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #354630;gap:20px;font-size:12px}.setting-row small{display:block;color:#829878;font-size:10px;margin-top:3px}.setting-row input{accent-color:#a4bd86;width:18px;height:18px;flex-shrink:0}.settings-note{font-size:11px;color:#8ea17d;line-height:2;margin-top:20px}.roof-info{padding:15px;background:#273a28;border-radius:7px;color:#bfcfaf;font-size:12px;margin-top:18px}.build-required{position:fixed;bottom:20px;left:25%;background:#713e2c;color:#fff;padding:20px;z-index:100}.error-copy{color:#d9ad8a!important}.is-syncing{opacity:.7}@media(min-width:1550px){.main-content{padding:0 42px}.dashboard{grid-template-columns:minmax(0,1fr) 310px;gap:22px}.map-viewport{min-height:520px}.resident-card{padding:17px 3px}.resource-list{padding:24px 21px;gap:21px}.greeting{padding:34px 0}.diary-content p{font-size:12px}.panel-header h2{font-size:13px}}@media(max-width:1200px){.sidebar{width:174px;flex-basis:174px;padding:26px 13px 0}.main-content{margin-left:174px;width:calc(100% - 174px);padding:0 22px}.brand{font-size:17px;gap:8px}.brand-mark{width:32px;height:39px}.dashboard{grid-template-columns:minmax(0,1fr) 250px;gap:15px}.map-viewport{min-height:430px}.greeting h1{font-size:24px}.map-coordinate{display:none}.map-footer>span:last-child{font-size:8px}.panel-header{padding:0 14px}.soft-label{font-size:8px}.resource-list{gap:14px 10px}.resident-card{gap:8px}.resident-trait{font-size:7px}.panel-header h2{font-size:11px}.map-hint{font-size:8px;left:10px;bottom:16px}.map-controls{right:12px;bottom:15px}.weather-chip{left:14px;top:14px}.diary-panel .panel-header{padding:0 13px}.diary-source{font-size:7px}}@media(max-width:1000px){.sidebar{width:76px;flex-basis:76px;padding:26px 12px 0;align-items:center}.brand>span:last-child,.nav-caption,.sidebar-rule,.nav-item>span,.nav-item small,.nav-item i,.sidebar-note,.world-connection,.site-credit,.nav-dot{display:none}.brand-mark{width:38px;height:44px}.world-nav{margin-top:40px;gap:15px;width:100%}.nav-item{width:48px;height:46px;padding:0;justify-content:center}.sidebar-bottom{margin-top:auto}.sidebar-bottom>.nav-item{margin-bottom:22px}.main-content{margin-left:76px;width:calc(100% - 76px);padding:0 20px}.greeting h1{font-size:22px}.greeting>div>p:last-child{font-size:10px}.dashboard{grid-template-columns:minmax(0,1fr) 242px}.map-viewport{min-height:435px}.map-footer>span:last-child{display:none}.soft-label{display:none}.weather-chip{padding:9px 10px;gap:8px}.weather-chip>div span{display:none}#weather-icon .icon{width:22px;height:22px}#temperature{font-size:17px}.map-hint{font-size:0;background:transparent}.map-hint span{display:none}.world-time{gap:8px}.world-time>#world-phase{display:none}.event-row{gap:9px;font-size:10px}.event-list{padding:7px 13px}.page-footer{font-size:8px}}@media(max-width:760px){.sidebar{width:100%;height:62px;inset:auto 0 0 0;border-right:0;border-top:1px solid #3a4935;flex-direction:row;padding:0 10px;background:#152119f5;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.brand,.sidebar-bottom{display:none}.world-nav{display:flex;justify-content:space-around;margin:0;width:100%;gap:0}.nav-item{width:24%;height:55px;flex-direction:column;gap:2px;border-radius:6px;font-size:9px}.nav-item>span{display:block}.nav-item .nav-dot{display:none}.nav-item .icon{width:18px;height:18px}.nav-item.active{background:transparent;color:#c4d7a8;box-shadow:inset 0 2px #b7cb9d}.main-content{margin:0;padding:0 17px 62px;width:100%}.topbar{height:49px;font-size:10px}.world-id{display:none}.topbar-right{gap:0}.live-tag{font-size:8px}.greeting{padding:22px 0;align-items:center;gap:10px}.eyebrow{font-size:8px;letter-spacing:.16em}.greeting h1{font-size:22px;letter-spacing:.01em;margin:7px 0}.greeting>div>p:last-child{font-size:10px;max-width:255px;line-height:1.9}.world-time>.icon{display:none}.world-time strong{font-size:21px}.world-time #world-day{font-size:9px}.dashboard{grid-template-columns:1fr;gap:14px}.map-panel{grid-column:1}.map-viewport{height:430px;min-height:0;flex:auto}.map-panel .panel-header{height:46px}.soft-label{display:block}.map-coordinate{display:none}.weather-chip{top:13px;left:12px}.map-footer{padding:11px 12px;font-size:8px}.map-footer>span:last-child{display:flex;font-size:7px}.map-controls{bottom:15px}.map-hint{font-size:8px;background:#10211ab0}.map-hint span{display:inline;padding:0 3px}.map-hint{max-width:185px}.village-panels{display:grid;grid-template-columns:1fr 1fr;gap:12px}.panel-header{height:48px}.resident-panel .panel-header,.resource-panel .panel-header{padding:0 12px}.panel-header h2{font-size:11px;gap:7px}.count-tag{display:none}.resident-list{padding:4px 8px 0}.resident-card{padding:9px 1px;gap:8px}.resident-avatar{width:35px;height:43px;border-radius:5px}.resident-avatar svg{width:29px;height:36px}.resident-name{font-size:11px;margin-bottom:3px}.resident-trait{display:none}.resident-action{font-size:9px;letter-spacing:0;margin-bottom:6px}.resident-action .action-dot{display:none}.panel-footnote{font-size:8px;padding:8px 3px}.resource-list{grid-template-columns:1fr;padding:10px 13px;gap:9px}.resource-item{gap:8px}.resource-item>div{flex-direction:row;align-items:center;justify-content:space-between;flex:1}.resource-art{font-size:19px}.resource-name{font-size:10px}.resource-number{font-size:15px}.resource-number small{display:none}.stock-footer{margin:0 12px;font-size:8px;gap:5px;padding:12px 0}.stock-footer .meter{max-width:50px}.stock-footer>span:last-child{display:none}.events-panel{min-height:0}.event-list{padding:5px 13px 9px}.event-row{font-size:11px;min-height:39px;gap:10px;padding:9px 0}.event-time{font-size:9px}.diary-panel .panel-header{padding:0 15px}.diary-content{padding:13px 20px 16px}.diary-content p{font-size:12px}.diary-button{padding-top:13px;font-size:10px}.diary-source{font-size:8px}.page-footer{flex-direction:column;align-items:center;gap:5px;padding:19px 0}.world-dialog{padding:20px}.dialog-header h2{font-size:20px}.full-journal .event-time{width:49px}.inventory-table td:last-child{font-size:9px}.world-notice{font-size:10px}}@media(max-width:380px){.main-content{padding-left:12px;padding-right:12px}.greeting h1{font-size:20px}.greeting>div>p:last-child{max-width:220px}.world-time strong{font-size:19px}.map-viewport{height:365px}.map-hint{display:none}.village-panels{gap:9px}.panel-header h2{font-size:10px;gap:5px}.resident-avatar{width:30px}.resident-action{font-size:8px}.resident-card{gap:6px}}.world-shell a,.world-shell a:hover{text-decoration:none!important}.world-shell .brand{color:var(--text)}#upupdown{display:none!important}.mobile-settings{display:none}body#thebody{font-size:16px;letter-spacing:.015em}.nav-item{font-size:15px}.nav-caption{font-size:12px}.sidebar-note{font-size:14px}.sidebar-bottom>.nav-item{font-size:14px}.world-connection{font-size:12px;padding-left:4px;padding-right:4px}.world-connection small{font-size:11px;margin-left:0}.site-credit{font-size:10px}.brand{font-size:21px}.brand small{font-size:9px}.topbar{font-size:13px}.live-tag{font-size:11px}.world-id{font-size:12px}.greeting h1{font-size:30px}.greeting>div>p:last-child{font-size:14px}.eyebrow{font-size:11px}.world-time #world-day{font-size:13px}.world-time strong{font-size:27px}.world-time>span{font-size:12px}.panel-header h2{font-size:15px}.soft-label,.count-tag{font-size:11px}.resident-name{font-size:15px}.resident-action{font-size:12px;white-space:normal;line-height:1.65}.resident-trait{font-size:10px}.resident-card{padding-top:15px;padding-bottom:15px}.panel-footnote{font-size:11px}.resource-name{font-size:13px}.resource-number{font-size:21px}.resource-number small{font-size:10px}.stock-footer{font-size:11px}.stock-footer>span:last-child{font-size:10px}.text-button{font-size:12px}.event-row{font-size:14px;padding:10px 0;line-height:1.9}.event-time{font-size:12px;width:42px}.diary-content p{font-size:14px;line-height:1.95}.diary-source{font-size:10px}.diary-signature{font-size:12px}.diary-button{font-size:12px;padding-top:14px}.map-footer{font-size:11px}.map-footer>span:last-child{font-size:10px}.map-hint{font-size:11px}.weather-chip strong{font-size:14px}.weather-chip>div span{font-size:11px}#temperature{font-size:24px}.map-coordinate,.page-footer{font-size:11px}.world-notice{font-size:14px}.world-dialog{width:min(650px,calc(100% - 32px))}.dialog-header h2{font-size:25px}.dialog-intro{font-size:15px;line-height:1.9}.resident-detail-head h3{font-size:20px}.resident-detail-head p{font-size:15px}.detail-stat{font-size:14px}.dialog-section-title{font-size:15px}.dialog-action{font-size:14px}.filter-button{font-size:13px}.full-journal .event-time{width:70px}.inventory-table{font-size:14px}.inventory-table th{font-size:12px}.inventory-table td:last-child{font-size:12px}.roof-info{font-size:14px}.setting-row{font-size:15px}.setting-row small{font-size:13px}.settings-note,.empty-note,.loading-copy{font-size:14px}@media(min-width:1001px)and (max-width:1200px){.brand{font-size:18px}.nav-item{font-size:14px;padding-left:10px}.map-footer>span:last-child{display:none}.panel-header h2,.resident-name{font-size:14px}.resident-trait{font-size:9px}.resident-action{font-size:12px}.soft-label{display:none}.greeting h1{font-size:27px}}@media(max-width:1000px){.greeting h1{font-size:27px}.greeting>div>p:last-child{font-size:13px}.resident-trait{display:none}.panel-header h2{font-size:14px}.count-tag,.map-hint{font-size:10px}.resource-number{font-size:20px}.stock-footer{font-size:10px}}@media(max-width:760px){.nav-item,.topbar{font-size:12px}.live-tag,.eyebrow{font-size:9px}.greeting h1{font-size:25px}.greeting>div>p:last-child{font-size:13px;max-width:245px}.greeting{align-items:flex-start}.world-time{padding-top:26px;flex-shrink:0}.world-time #world-day{font-size:12px}.world-time strong{font-size:25px}.soft-label{font-size:10px}.panel-header h2{font-size:14px}.map-viewport{height:360px}.map-hint,.map-footer{font-size:10px}.map-footer>span:last-child{display:none}.weather-chip strong{font-size:13px}#temperature{font-size:21px}.resident-name{font-size:14px}.resident-action{font-size:12px;line-height:1.7}.resident-card{align-items:flex-start;padding-top:12px;padding-bottom:12px}.resident-avatar{width:36px}.panel-footnote{font-size:10px}.resource-name{font-size:12px}.resource-number{font-size:19px}.resource-list{gap:16px;padding-top:17px;padding-bottom:17px}.stock-footer{font-size:10px}.event-row{font-size:14px}.event-time,.text-button{font-size:11px}.diary-content p{font-size:15px}.diary-source{font-size:10px}.diary-button{font-size:13px}.page-footer{font-size:10px}.world-notice{font-size:13px}.dialog-header h2{font-size:23px}.dialog-intro{font-size:14px}.dialog-section-title{font-size:15px}.inventory-table{font-size:13px}.inventory-table td:last-child{font-size:11px}.setting-row{font-size:15px}.setting-row small{font-size:12px}.settings-note{font-size:13px}.mobile-settings{display:grid;place-items:center;background:transparent;color:#9eb08c;margin-left:10px;padding:5px}.mobile-settings .icon{width:18px;height:18px}.full-journal .event-time{width:56px}}@media(max-width:380px){.greeting h1{font-size:23px}.greeting>div>p:last-child{max-width:218px}.world-time strong{font-size:22px}.panel-header h2{font-size:13px}.resident-avatar{width:30px}.resident-action{font-size:11px}.map-hint{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}.defense-panel{grid-column:1/-1;border-color:#40503b}.defense-panel>.panel-header{background:#263124}.defense-content{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;gap:24px;align-items:center;padding:21px}.raid-phase{display:inline-block;color:#c1d2a8;font-size:14px;font-weight:500;margin-bottom:6px}.raid-phase.warning{color:#dfc18b}.raid-phase.active{color:#dfac98}.defense-watch p{font-size:14px;color:#c3cdb8;line-height:1.8}.defense-watch small{display:block;color:#8fa184;font-size:12px;line-height:1.8;margin-top:4px}.tower-info{display:flex;gap:13px;align-items:center}.tower-mark{width:49px;height:58px;flex-shrink:0;display:grid;place-items:center;background:#35412d;border:1px solid #65724c;border-radius:10px 10px 18px 18px;color:#d1cd96}.tower-mark .icon{width:27px;height:27px}.tower-info strong{font-size:15px;font-weight:500;color:#d9dabd}.tower-info p{font-size:12px;color:#9bac8c;line-height:1.8;margin-top:4px}.tower-actions{max-width:240px;text-align:center}.tower-actions .dialog-action{margin:0;width:100%;justify-content:center}.tower-actions small{display:block;font-size:12px;color:#a5b492;margin-top:7px}.tower-actions>p{font-size:12px;color:#dbca9e;margin-top:8px}.tower-actions>p:empty{display:none}.event-type.raid{color:#d7aa81}.raid-banner{position:absolute;left:20px;top:96px;display:flex;align-items:center;gap:8px;max-width:calc(100% - 40px);border:1px solid #a1905d88;border-radius:6px;padding:9px 12px;background:#333320eb;color:#e1d3a9;font-size:13px;pointer-events:none}.raid-banner.active{background:#392b24ec;border-color:#ad796777;color:#e7bdaa}.raid-banner[hidden]{display:none}.raid-banner .icon{width:18px;height:18px}@media(max-width:1000px){.defense-content{grid-template-columns:1fr 1fr;gap:17px}.defense-watch{grid-column:1/-1}.tower-actions{justify-self:end}}@media(max-width:760px){.defense-content{padding:16px;grid-template-columns:1fr}.defense-watch{grid-column:auto}.tower-info{border-top:1px solid #3c4b33;padding-top:17px}.tower-actions{justify-self:stretch;max-width:none}.raid-banner{left:12px;top:70px;font-size:12px;padding:8px 10px;max-width:calc(100% - 24px)}.raid-banner .icon{width:16px;height:16px}.tower-actions .dialog-action{padding:11px 16px}}
