*{box-sizing:border-box}body{margin:0;color-scheme:light;background:#f4f4f4;color:#1d1d1d;font-family:Arial,sans-serif}main{width:min(520px,calc(100% - 32px));margin:64px auto}.card{grid-gap:16px;gap:16px;padding:24px;background:white;border:1px solid #ddd;border-radius:8px}.card,label{display:grid}label{grid-gap:7px;gap:7px;font-weight:700}input{width:100%;padding:11px;border:1px solid #aaa;border-radius:5px;font:inherit}button{padding:12px;border:0;border-radius:5px;background:#222;color:white;font:inherit;cursor:pointer}button:disabled{opacity:.55;cursor:wait}.success{color:#176b2c}.error{color:#a31717}a{color:inherit}h1,h2{margin-top:0}.card.compact{margin-top:12px}.actions{display:flex;gap:10px;flex-wrap:wrap}.button-link{display:inline-block;padding:12px 16px;border-radius:5px;background:#222;color:#fff;text-decoration:none;text-align:center}.button-link.secondary{background:#666}.center{text-align:center}label span{color:#666;font-size:.84rem;font-weight:400;line-height:1.45}.text-link{text-align:center}.character-create-page{width:min(700px,calc(100% - 32px))}.character-create-card{grid-template-columns:220px minmax(0,1fr);align-items:stretch}.character-preview{display:flex;min-height:290px;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:1px solid #ddd;background:#f7f7f7;text-align:center}.character-preview p{margin:6px 0 0;color:#666;font-size:.85rem}.character-silhouette{display:grid;width:120px;height:170px;place-items:center;margin-bottom:16px;border:1px solid #bbb;background:#e7e7e7;color:#777;font-size:3rem}.character-fields{display:grid;align-content:center;grid-gap:18px;gap:18px}.sex-fieldset{display:flex;gap:24px;margin:0;padding:12px 14px;border:1px solid #ccc;border-radius:5px}.sex-fieldset legend{padding:0 6px;font-weight:700}.radio-label{display:flex;grid-template-columns:none;flex-direction:row;align-items:center;gap:7px;font-weight:400}.radio-label input{width:auto}.character-count{color:#666;font-size:.9rem}.character-list{display:grid;grid-gap:10px;gap:10px}.character-list-item{display:flex;justify-content:space-between;gap:16px;padding:14px;border:1px solid #ddd;border-radius:5px}.character-list-item span{color:#666}.actions form{margin:0}@media (max-width:620px){.character-create-card{grid-template-columns:1fr}.character-preview{min-height:220px}.character-silhouette{width:95px;height:125px}.character-list-item{flex-direction:column;gap:5px}}.character-select-page{width:min(900px,calc(100% - 32px))}.character-select-card{gap:22px}.character-select-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.character-select-header h1{margin-bottom:6px}.character-select-header p{margin:0;color:#666}.character-slot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.character-slot{position:relative;min-height:230px;padding:18px;border:1px solid #d4d4d4;border-radius:7px;background:#fafafa}.character-slot-number{position:absolute;top:12px;left:14px;color:#888;font-size:.78rem}.character-slot-filled{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center}.character-slot-filled>span:not(.character-slot-number){color:#666;font-size:.88rem}.character-slot-avatar{display:grid;width:74px;height:94px;place-items:center;margin-bottom:4px;border:1px solid #c8c8c8;background:#ececec;color:#777;font-size:2rem}.character-slot-name{font-size:1.08rem}.character-slot-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#777;text-decoration:none;border-style:dashed}.character-slot-empty:hover{border-color:#888;background:#f3f3f3;color:#333}.character-slot-plus{display:grid;width:52px;height:52px;place-items:center;border:1px solid #bbb;border-radius:50%;font-size:2rem;font-weight:300;line-height:1}.character-select-actions{justify-content:flex-end}@media (max-width:760px){.character-slot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.character-slot-grid{grid-template-columns:1fr}.character-slot{min-height:190px}}.character-slot-buttons{display:flex;gap:8px;margin-top:8px}.character-slot-buttons button{padding:9px 13px}.danger-button{background:#8f1d1d}.secondary-button{background:#666}.character-select-error{margin:0;text-align:center}.modal-backdrop{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.48)}.delete-dialog{width:min(440px,100%);padding:24px;border-radius:8px;background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.25)}.delete-dialog h2{margin-bottom:12px}.delete-dialog p{margin:0 0 16px;color:#555;line-height:1.55}.delete-dialog input{margin-bottom:16px}.delete-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.game-main-page{width:min(820px,calc(100% - 32px))}.game-main-card{gap:20px}.game-main-family{margin:0 0 6px;color:#666}.game-main-card h1{margin-bottom:8px}.game-main-card p{margin:5px 0}.game-main-status{display:flex;gap:16px;flex-wrap:wrap;padding:14px;border:1px solid #ddd;border-radius:6px;background:#fafafa}.game-shell{min-height:100vh;background:#f2f1ed;color:#252525}.game-shell *{box-sizing:border-box}.game-shell a{text-decoration:none}.game-topbar{border-bottom:1px solid #ddd8cf;background:#fff}.game-topbar-inner{display:flex;width:min(1180px,calc(100% - 32px));min-height:76px;margin:0 auto;align-items:center;justify-content:space-between;gap:24px}.game-logo-link{display:inline-flex;align-items:center}.game-logo{display:block;width:auto;max-width:150px;max-height:48px;object-fit:contain}.game-account-actions{display:flex;align-items:center;gap:10px;color:#6b675f;font-size:.88rem}.game-family-badge{display:block;min-width:0;max-width:220px;padding:7px 11px;border:1px solid #d7cbb8;border-radius:5px;background:#f7f2e9;line-height:1.15}.game-family-badge span{display:block;overflow:hidden;color:#3c3227;font-size:.9rem;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}.game-account-actions form{margin:0}.game-header-button{display:inline-flex;min-height:38px;padding:0 13px;align-items:center;justify-content:center;border:1px solid #d9d4cb;border-radius:4px;background:#fff;color:#34312d;font:inherit;cursor:pointer}.game-header-button:hover{background:#f7f5f1}.game-header-logout{color:#8a332b}.game-primary-nav{background:#171512;color:#fffdf7}.game-primary-nav-inner{display:flex;width:min(1180px,calc(100% - 32px));margin:0 auto}.game-primary-nav a{flex:0 0 auto;padding:14px 26px;border-right:1px solid rgba(255,255,255,.08);color:#eee9df;font-size:.92rem}.game-primary-nav a:first-child{border-left:1px solid rgba(255,255,255,.08)}.game-primary-nav a:hover{background:#4a3f32}.game-main-page{width:min(1180px,calc(100% - 32px));margin:32px auto 56px}.game-war-alerts{display:grid;grid-gap:8px;gap:8px;margin-bottom:18px}.game-war-alert{padding:12px 15px;border:1px solid;border-radius:5px;font-size:.86rem;font-weight:800}.game-war-alert-attack{border-color:#d9a067;background:#fff4e8;color:#8c4e16}.game-war-alert-defend{border-color:#cc6d67;background:#fff0ef;color:#8d2f2a}.game-main-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.game-character-panel,.game-dashboard-section,.game-log-card,.game-town-card{border:1px solid #d9d5ce;border-radius:5px;background:#fff;box-shadow:0 3px 14px rgba(40,36,30,.035)}.game-character-panel{position:-webkit-sticky;position:sticky;top:18px;padding:24px}.game-character-heading{padding-bottom:18px;border-bottom:1px solid #ece8e2;text-align:right}.game-character-heading p{margin:0 0 4px;color:#8c7961;font-size:.83rem;font-weight:700}.game-character-heading h1{margin:0 0 6px;color:#24221f;font-size:1.75rem;line-height:1.15}.game-character-heading span{color:#77716a;font-size:.9rem}.game-character-family{margin:-1px 0 7px;color:#9a7751;font-size:.78rem;font-weight:800}.game-status-stack{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.game-status-label{display:flex;margin-bottom:6px;align-items:center;justify-content:space-between;gap:12px;font-size:.74rem}.game-status-label span{font-weight:800}.game-status-label strong{color:#77716a;font-size:.72rem;font-weight:600}.game-status-track{height:9px;overflow:hidden;border-radius:999px;background:#eceae6}.game-status-fill{height:100%;border-radius:inherit}.game-status-fill-hp{background:#a5473e}.game-status-fill-mp{background:#456f9a}.game-status-fill-exp{background:#b89545}.game-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:22px;border-top:1px solid #ece8e2;border-left:1px solid #ece8e2}.game-stat-grid div{display:flex;min-height:56px;padding:10px 12px;align-items:center;justify-content:space-between;border-right:1px solid #ece8e2;border-bottom:1px solid #ece8e2}.game-stat-grid span{color:#827d75;font-size:.75rem}.game-stat-grid strong{font-size:.95rem}.game-character-meta{display:grid;grid-gap:10px;gap:10px;margin-top:20px}.game-character-meta div{display:flex;align-items:center;justify-content:space-between;gap:12px}.game-character-meta span{color:#827d75;font-size:.78rem}.game-character-meta strong{max-width:150px;overflow:hidden;color:#393631;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.game-content-column{display:grid;grid-gap:24px;gap:24px}.game-town-card{overflow:hidden}.game-town-copy{padding:30px 32px}.game-section-heading p,.game-town-eyebrow{margin:0 0 8px;color:#9b7b4e;font-size:.7rem;font-weight:800;letter-spacing:.16em}.game-town-copy h2{margin:0 0 12px;color:#292622;font-size:1.65rem}.game-town-copy>p:not(.game-town-eyebrow){margin:0;color:#736e67;line-height:1.65}.game-town-info{display:grid;grid-template-columns:1fr;grid-gap:0;gap:0;margin:28px 0 0;border-top:1px solid #e7e2da;border-bottom:1px solid #e7e2da}.game-town-info div{padding:15px 14px;border-right:1px solid #e7e2da}.game-town-info div:first-child{padding-left:0}.game-town-info div:last-child{border-right:0}.game-town-info dt{margin-bottom:6px;color:#989188;font-size:.7rem}.game-town-info dd{margin:0;color:#35322e;font-size:.85rem;font-weight:700}.game-dashboard-section,.game-log-card{padding:26px}.game-section-heading{display:flex;margin-bottom:20px;align-items:flex-end;justify-content:space-between;gap:20px}.game-section-heading h2{margin:0;font-size:1.25rem}.game-section-heading>span{color:#aaa39a;font-size:.73rem}.game-menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.game-menu-grid>div{min-width:0}.game-menu-group{height:100%;overflow:hidden;border:1px solid #e3ded6;border-radius:4px;background:#fbfaf8}.game-menu-title{display:flex;min-height:50px;padding:0 15px;align-items:center;gap:9px;border-bottom:1px solid #e3ded6;background:#f6f3ee}.game-menu-title img{object-fit:contain;opacity:.8}.game-menu-title h2{margin:0;font-size:.94rem}.game-menu-list{display:grid}.game-menu-item{display:flex;min-height:43px;padding:0 14px;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eeeae4;color:#45413c;font-size:.8rem}.game-menu-item:last-child{border-bottom:0}a.game-menu-item:hover{background:#f0ece5}.game-menu-item-disabled{color:#99938b;cursor:default}.game-menu-item small{padding:3px 6px;border-radius:999px;background:#ece8e1;color:#aaa39a;font-size:.62rem}.game-log-heading{margin-bottom:16px}.game-log-empty{padding:24px;border:1px dashed #d8d2ca;background:#faf9f7;text-align:center}.game-log-empty strong{color:#5b5650;font-size:.88rem}.game-log-empty p{margin:7px 0 0;color:#989188;font-size:.76rem;line-height:1.55}.game-footer{padding:24px 16px 30px;border-top:1px solid #d9d5ce;color:#9e978e;font-size:.72rem;letter-spacing:.18em;text-align:center}@media (max-width:1260px){.game-main-layout{grid-template-columns:1fr}.game-character-panel{position:static}.game-character-heading{text-align:left}.game-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.game-topbar-inner{min-height:68px}.game-logo{max-width:115px;max-height:40px}.game-family-badge{min-width:0;padding:6px 8px}.game-family-badge span{display:none}.game-header-button{min-height:34px;padding:0 9px;font-size:.76rem}.game-primary-nav{overflow-x:auto}.game-primary-nav-inner{width:max-content;min-width:100%}.game-primary-nav a{padding:13px 18px;font-size:.82rem}.game-main-page{margin-top:20px}.game-town-copy{padding:24px 20px}.game-town-info{grid-template-columns:1fr}.game-town-info div,.game-town-info div:first-child{padding:12px 0;border-right:0;border-bottom:1px solid #e7e2da}.game-town-info div:last-child{border-bottom:0}.game-dashboard-section,.game-log-card{padding:20px}.game-section-heading>span{display:none}.game-menu-grid{grid-template-columns:1fr}}.game-nav-dropdown{position:relative;flex:0 0 auto}.game-nav-dropdown:first-child{border-left:1px solid rgba(255,255,255,.08)}.game-nav-trigger{display:flex;min-height:46px;padding:0 24px;align-items:center;gap:8px;border:0;border-right:1px solid rgba(255,255,255,.08);background:#171512;color:#fffdf7;font:inherit;font-size:.92rem;cursor:pointer}.game-nav-dropdown.is-open .game-nav-trigger,.game-nav-trigger:hover{background:#4a3f32}.game-nav-arrow{font-size:.7rem;opacity:.7;transition:transform .15s ease}.game-nav-dropdown.is-open .game-nav-arrow{transform:rotate(180deg)}.game-nav-dropdown-menu{position:absolute;z-index:50;top:100%;left:0;display:none;min-width:190px;padding:6px 0;border:1px solid #8c7a61;border-top:0;background:#fffdf8;box-shadow:0 10px 24px rgba(31,28,24,.22)}.game-nav-dropdown.is-open .game-nav-dropdown-menu{display:block}.game-nav-dropdown-item{display:flex;min-height:40px;padding:0 14px;align-items:center;justify-content:space-between;gap:14px;color:#17130f;font-size:.82rem;white-space:nowrap}.game-nav-dropdown-menu a,.game-nav-dropdown-menu a:link,.game-nav-dropdown-menu a:visited{color:#17130f}a.game-nav-dropdown-item:focus,a.game-nav-dropdown-item:hover{color:#17130f;background:#e4d8c7}a.game-nav-dropdown-item:hover{background:#e4d8c7}.game-nav-dropdown-item-disabled{color:#746e66;cursor:default}.game-nav-dropdown-item small{padding:2px 5px;border-radius:999px;background:#d9cbb8;color:#4a4034;font-size:.58rem}@media (max-width:720px){.game-primary-nav{overflow:visible}.game-primary-nav-inner{width:100%;min-width:0;overflow-x:auto;overflow-y:visible}.game-nav-trigger{min-height:44px;padding:0 17px;font-size:.82rem}.game-nav-dropdown-menu{position:fixed;top:auto;left:16px;right:16px;min-width:0}}.game-management-page{max-width:1180px;margin:0 auto;padding:34px 22px 60px}.game-management-heading{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:18px}.game-management-heading p{margin:0 0 5px;font-size:.72rem;letter-spacing:.18em;color:#725f49}.game-management-heading h1{margin:0;font-family:Georgia,serif;font-size:2rem;color:#2f2a24}.game-management-heading>span{color:#6e675f}.management-card,.skill-manager{border:1px solid #d9d5ce;background:#ffffff;box-shadow:0 18px 50px rgba(40,36,30,.08);padding:22px}.management-summary{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:18px}.management-summary>div,.skill-point-box{border:1px solid #e2ddd5;background:#f7f5f1;padding:14px}.management-summary span,.skill-point-box span{display:block;color:#716a62;font-size:.78rem}.management-summary strong,.skill-point-box strong{display:block;margin-top:5px;color:#2f2a24;font-size:1.35rem}.management-message{padding:10px 12px;border-left:3px solid #8b7555;background:#f4eee5;color:#4d463e}.stat-invest-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.stat-invest-list{display:flex;flex-direction:column;gap:10px}.stat-invest-row{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:15px 16px;border:1px solid #e2ddd5;background:#faf9f7;min-width:0;overflow:hidden}.stat-invest-row .stat-invest-copy{min-width:0;text-align:center}.stat-invest-row .stat-invest-copy strong{font-size:1.2rem;margin:0 0 4px}.stat-invest-row .stat-invest-copy small{display:block}.stat-step-actions{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:6px;gap:6px;min-width:0;width:100%}.stat-step-actions button{border:1px solid #b8aa97;background:#fff;color:#3e352b;padding:9px 7px;cursor:pointer;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-step-actions button:hover:not(:disabled){border-color:#766246;background:#eee8df}.stat-step-actions button:disabled{opacity:.32;cursor:not-allowed}.stat-apply-row{display:flex;justify-content:flex-end;gap:9px;margin-top:18px;padding-top:16px;border-top:1px solid #e2ddd5}.stat-apply-button,.stat-reset-button{padding:10px 18px;cursor:pointer}.stat-apply-button{border:1px solid #766246;background:#2a241c;color:#f0e7d8}.stat-reset-button{border:1px solid #aaa099;background:#fff;color:#524a43}.stat-apply-button:disabled,.stat-reset-button:disabled{opacity:.35;cursor:not-allowed}.stat-invest-card{display:flex;justify-content:space-between;gap:18px;padding:16px;border:1px solid #e2ddd5;background:#faf9f7}.active-slot-card>span,.stat-invest-copy span{display:block;color:#765f42;font-size:.75rem}.stat-invest-copy strong{display:block;font-size:1.5rem;color:#2f2a24;margin:4px 0}.stat-invest-copy small{color:#6d665e}.stat-invest-actions{display:flex;align-items:center;gap:7px}.active-slot-card input,.active-slot-card select,.stat-invest-actions input{border:1px solid #d4cec5;background:#ffffff;color:#292621;padding:8px 9px}.active-slot-card select option{background:#ffffff;color:#292621}.stat-invest-actions input{width:70px}.skill-card button,.skill-reset-row button,.slot-save-row button,.stat-invest-actions button{border:1px solid #766246;background:#2a241c;color:#f0e7d8;padding:9px 13px;cursor:pointer}.skill-card button:disabled,.stat-invest-actions button:disabled{opacity:.35;cursor:not-allowed}.management-footnote,.skill-rule-note{color:#6e675f;font-size:.82rem}.skill-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:stretch}.skill-tabs{display:flex;gap:7px}.skill-tabs button{min-width:120px;border:1px solid #dcd6ce;background:#f5f2ed;color:#655f58;padding:10px 15px;cursor:pointer}.skill-tabs button.is-active{border-color:#7e6a4d;background:#2a241d;color:#fffaf0}.skill-point-box{min-width:180px}.skill-point-box small{color:#6d665e}.skill-rule-note{margin:14px 0 22px}.skill-tier{margin-top:20px}.skill-tier.is-locked{opacity:.55}.skill-tier-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2ddd5;padding-bottom:8px;margin-bottom:10px}.skill-tier-heading h2{margin:0;color:#39342e;font-size:1.05rem}.skill-tier-heading p,.skill-tier-heading span{color:#6d665e;font-size:.78rem;margin:0}.skill-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.skill-card{padding:15px;border:1px solid #e2ddd5;background:#faf9f7}.skill-card-top{display:flex;justify-content:space-between;gap:10px}.skill-card-top span{font-size:.67rem;letter-spacing:.15em;color:#725f49}.skill-card h3{margin:3px 0 0;color:#2f2a24}.skill-card-top strong{white-space:nowrap;color:#67533c}.skill-card p{min-height:38px;color:#625c55;font-size:.82rem;line-height:1.5}.skill-card small{display:block;color:#6d665e;margin-bottom:8px}.skill-card button{width:100%}.skill-reset-row,.slot-save-row{display:flex;justify-content:flex-end;margin-top:16px}.active-slot-panel{margin-top:32px;padding-top:20px;border-top:1px solid #d9d5ce}.active-slot-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.active-slot-card{padding:14px;border:1px solid #e2ddd5;background:#faf9f7}.active-slot-card select{width:100%;margin:7px 0}.active-slot-card label{display:flex;justify-content:space-between;align-items:center;color:#69625a;font-size:.78rem}.active-slot-card input{width:74px}@media(max-width:820px){.active-slot-grid,.management-summary,.skill-card-grid,.stat-invest-grid{grid-template-columns:1fr}.game-management-heading,.skill-toolbar{align-items:stretch;flex-direction:column}.skill-point-box{min-width:0}.stat-invest-card{flex-direction:column}.stat-invest-actions input{flex:1 1}}.character-info-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:14px}.management-link-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #766246;background:#2a241c;color:#f0e7d8;padding:9px 14px;text-decoration:none}.management-link-button:hover{background:#342b20}.character-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.character-info-section{margin:0}.character-info-wide{grid-column:1/-1}.character-info-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #e2ddd5}.character-info-section-heading span{display:block;color:#725f49;font-size:.68rem;letter-spacing:.16em}.character-info-section-heading h2{margin:3px 0 0;color:#2f2a24;font-size:1.05rem}.character-info-section-heading>a,.management-back-row>a{color:#6f5639;font-size:.8rem;text-decoration:none}.character-info-section-heading>a:hover,.management-back-row>a:hover{color:#4f3b25}.character-info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0;gap:0;margin:0;border-top:1px solid #e4dfd8;border-left:1px solid #e4dfd8}.character-info-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-right:1px solid #e4dfd8;border-bottom:1px solid #e4dfd8}.character-info-list dt{color:#6e675f;font-size:.78rem}.character-info-list dd{margin:0;color:#2f2a24;font-weight:700;font-size:.86rem}.character-vitals-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:16px}.character-vitals-grid>.game-status-row{min-width:0}.character-skill-slot-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.character-skill-slot-summary article{min-height:88px;padding:12px;border:1px solid #e2ddd5;background:#faf9f7}.character-skill-slot-summary span{display:block;color:#725f49;font-size:.7rem}.character-skill-slot-summary strong{display:block;margin-top:7px;color:#2f2a24;font-size:.9rem}.character-skill-slot-summary small{display:block;margin-top:4px;color:#6d665e}.character-equipment-placeholder{padding:18px;border:1px dashed #d4cec5;background:#faf9f7}.character-equipment-placeholder strong{color:#51483e}.character-equipment-placeholder p{margin:7px 0 0;color:#6d665e;font-size:.82rem;line-height:1.6}.management-back-row{margin:-5px 0 12px}.management-back-row>a{display:inline-flex;padding:5px 0}@media(max-width:820px){.character-info-grid{grid-template-columns:1fr}.character-info-wide{grid-column:auto}.character-info-actions{justify-content:stretch}.management-link-button{flex:1 1}.character-skill-slot-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.character-info-list,.character-skill-slot-summary,.character-vitals-grid{grid-template-columns:1fr}}.management-navigation-row{align-items:center;justify-content:space-between;gap:12px}.management-navigation-row>div{display:flex;gap:12px}.management-navigation-row>div>a{color:#6f5639;font-size:.8rem;text-decoration:none}.management-navigation-row>div>a:hover{color:#4f3b25}.equipment-total-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;margin-bottom:14px}.equipment-total-summary>div{padding:11px 12px;border:1px solid #e2ddd5;background:#faf9f7}.equipment-total-summary span{display:block;color:#6e675f;font-size:.72rem}.equipment-total-summary strong{display:block;margin-top:4px;color:#2f2a24;font-size:.95rem}.equipment-manager{display:grid;grid-gap:14px;gap:14px}.equipment-section{margin:0}.equipment-message{padding:10px 12px;border:1px solid #d8c7ae;background:#f6efe5;color:#59462f;font-size:.82rem}.equipment-slot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.equipment-slot-card{min-height:106px;padding:12px;border:1px solid #e2ddd5;background:#faf9f7}.equipment-slot-card>span{display:block;color:#725f49;font-size:.7rem}.equipment-slot-card>strong{display:block;margin-top:7px;color:#2f2a24;font-size:.92rem}.equipment-stat-line{display:flex;flex-wrap:wrap;gap:4px 9px;margin-top:8px}.equipment-stat-line small{color:#6d665e;font-size:.7rem}.equipment-inventory-table-wrap{overflow-x:auto}.equipment-inventory-table{width:100%;border-collapse:collapse;min-width:760px}.equipment-inventory-table td,.equipment-inventory-table th{padding:10px 9px;border-bottom:1px solid #e4dfd8;text-align:left;vertical-align:middle}.equipment-inventory-table th{color:#725f49;font-size:.72rem;font-weight:600}.equipment-inventory-table td{color:#514b44;font-size:.78rem}.equipment-inventory-table td strong{display:block;color:#2f2a24}.equipment-inventory-table td small{display:block;margin-top:2px;color:#6d665e}.equipment-equip-button{min-width:72px;border:1px solid #766246;background:#2a241c;color:#f0e7d8;padding:7px 10px;cursor:pointer}.equipment-equip-button:hover:not(:disabled){background:#342b20}.equipment-equip-button:disabled{opacity:.45;cursor:not-allowed}.character-equipment-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.character-equipment-summary article{min-height:86px;padding:11px 12px;border:1px solid #e2ddd5;background:#faf9f7}.character-equipment-summary span{display:block;color:#725f49;font-size:.7rem}.character-equipment-summary strong{display:block;margin-top:6px;color:#2f2a24;font-size:.88rem}.character-equipment-summary small{display:block;margin-top:5px;color:#6d665e;font-size:.68rem;line-height:1.5}.character-equipment-totals{display:flex;justify-content:space-between;gap:12px;margin-top:8px;padding:10px 12px;border:1px solid #e2ddd5;background:#f5f2ed}.character-equipment-totals span{color:#6e675f;font-size:.75rem}.character-equipment-totals strong{color:#4d4439;font-size:.78rem;text-align:right}@media(max-width:820px){.character-equipment-summary,.equipment-slot-grid,.equipment-total-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.management-navigation-row{align-items:flex-start;flex-direction:column}.character-equipment-totals{flex-direction:column}}@media(max-width:520px){.character-equipment-summary,.equipment-slot-grid,.equipment-total-summary{grid-template-columns:1fr}}.management-back-row{display:flex;justify-content:flex-start;margin:-5px 0 14px}.management-back-row>a.management-back-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 13px;border:1px solid #766246;background:#2a241c;color:#f0e7d8;font-size:.8rem;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.management-back-row>a.management-back-button:hover{background:#342b20;color:#fff3df;border-color:#947b57}.battle-page-links{display:flex;justify-content:space-between;gap:12px;margin-bottom:16px}.battle-page-links a,.management-primary-button{border:1px solid #39342e;border-radius:4px;background:#292622;color:#fffdf7}.battle-page-links a,.management-primary-button,.management-secondary-button{display:inline-flex;min-height:40px;padding:0 15px;align-items:center;justify-content:center;font:inherit;cursor:pointer}.management-secondary-button{border:1px solid #746b60;border-radius:4px;background:#f5f0e8;color:#292622}.management-secondary-button:disabled{opacity:.55;cursor:not-allowed}.battle-page-links a{background:#fff;color:#39342e;border-color:#d9d4cb}.management-primary-button:disabled{opacity:.55;cursor:not-allowed}.battle-control-card,.battle-result-card,.town-destination-card,.town-map-card{border:1px solid #d9d5ce;border-radius:5px;background:#fff;box-shadow:0 3px 14px rgba(40,36,30,.035)}.battle-control-card,.battle-result-card{padding:26px;margin-bottom:24px}.battle-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:22px}.battle-field-grid button{min-height:82px;padding:14px 16px;text-align:left;border:1px solid #ddd7ce;border-radius:4px;background:#faf9f7;color:#3d3934;cursor:pointer}.battle-field-grid button.is-selected{border-color:#594a39;box-shadow:inset 0 0 0 1px #594a39;background:#f3efe8}.battle-field-grid small,.battle-field-grid strong{display:block}.battle-field-grid small{margin-top:7px;color:#8c857c;line-height:1.45}.battle-action-row{display:flex;align-items:center;gap:16px;margin-top:18px}.game-form-error{margin:10px 0 0;color:#9b2f29;font-size:.82rem}.battle-reward-line{margin:0 0 16px;padding:13px 16px;border:1px solid #d9d0bb;border-radius:4px;background:#faf6ea;color:#65512e;font-size:.85rem;font-weight:700}.battle-result-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid #ece8e2}.battle-result-heading p{margin:0 0 5px;color:#9b7b4e;font-size:.7rem;font-weight:800;letter-spacing:.16em}.battle-result-heading h2{margin:0}.battle-duel-status{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin:20px 0}.battle-actor-status{padding:16px;border:1px solid #e5e0d8;background:#fbfaf8}.battle-actor-status h3{margin:0 0 10px}.battle-mini-track{height:8px;overflow:hidden;border-radius:999px;background:#eceae6}.battle-mini-track span{display:block;height:100%;background:#a5473e}.battle-mini-track.battle-mini-mp{margin-top:8px}.battle-mini-track.battle-mini-mp span{background:#456f9a}.battle-actor-status small{display:block;margin-top:4px;color:#817a72}.battle-log-list{max-height:650px;overflow:auto;border-top:1px solid #ece8e2}.battle-log-entry{padding:13px 4px;border-bottom:1px solid #eeeae4}.battle-log-entry strong{font-size:.78rem;color:#746d65}.battle-log-entry p{margin:4px 0 0;white-space:pre-line;line-height:1.5;font-size:.84rem}.battle-turn-label{display:inline-block;margin:0 8px 6px 0;padding:3px 7px;border-radius:999px;background:#eee9e1;color:#665f56;font-size:.68rem;font-weight:800}.pvp-form{display:flex;align-items:flex-end;gap:12px;margin-top:22px}.pvp-form label{display:grid;flex:1 1;grid-gap:7px;gap:7px;color:#706960;font-size:.78rem}.pvp-form input{min-height:40px;padding:0 11px;border:1px solid #d5d0c8;border-radius:4px;font:inherit}.town-move-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-gap:24px;gap:24px;align-items:start}.town-map-card{padding:24px}.town-map-heading{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:18px}.town-map-heading p{margin:0 0 5px;color:#9b7b4e;font-size:.7rem;font-weight:800;letter-spacing:.16em}.town-map-heading h1{margin:0}.town-map-heading strong{color:#6f685f;font-size:.82rem}.town-map-wrap{position:relative;width:100%;overflow:hidden;border:1px solid #cfc8bd;background:#ddd6c9}.town-map-image{display:block;width:100%;height:auto}.town-map-overlay{inset:0;z-index:2}.town-map-overlay,.town-map-point{position:absolute;pointer-events:none}.town-map-point{transform:translate(-50%,-50%)}.town-map-point-capitalwide{width:11.9677%;aspect-ratio:163/109}.town-map-point-large{width:7.7093%;aspect-ratio:1/1}.town-map-point-medium{width:5.6535%;aspect-ratio:77/70}.town-map-point-small{width:5.1395%;aspect-ratio:70/59}.town-map-hotspot{position:absolute;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer;pointer-events:auto}.town-map-hotspot:disabled{cursor:wait}.town-map-hover-icon{display:block;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .08s linear;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.town-map-hotspot.is-highlighted .town-map-hover-icon,.town-map-hotspot:focus-visible .town-map-hover-icon,.town-map-hotspot:hover .town-map-hover-icon{opacity:1}.town-map-hotspot:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:50%}.town-current-marker{position:absolute;z-index:4;left:50%;top:50%;width:24%;min-width:16px;max-width:34px;height:auto;transform:translate(-50%,-92%);filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));pointer-events:none}.town-destination-card{padding:20px}.town-destination-card h2{margin:0 0 14px;font-size:1rem}.town-destination-list{display:grid;grid-gap:8px;gap:8px}.town-destination-list button{display:flex;width:100%;min-height:48px;padding:8px 11px;align-items:center;justify-content:space-between;border:1px solid #ddd7ce;border-radius:4px;background:#faf9f7;color:#39352f;cursor:pointer}.town-destination-list button:focus-visible,.town-destination-list button:hover{border-color:#ff4a45;background:#f7e9e7;box-shadow:0 0 0 1px rgba(112,0,0,.35)}.town-destination-list small{color:#999188}@media (max-width:820px){.battle-duel-status,.battle-field-grid,.town-move-layout{grid-template-columns:1fr}.pvp-form{align-items:stretch;flex-direction:column}}@container (max-width: 700px){.town-move-layout{grid-template-columns:1fr}}.town-map-toolbar{display:flex;gap:8px;margin:0 0 12px}.town-map-toolbar button{min-width:92px;min-height:36px;padding:0 14px;border:1px solid #d2ccc3;border-radius:4px;background:#faf9f7;color:#5f5951;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.town-map-toolbar button:hover{background:#f1ede6}.town-map-toolbar button.is-active{border-color:#4c443b;background:#39342e;color:#fffdf7}.town-map-toolbar button:focus-visible{outline:2px solid #806a4e;outline-offset:2px}.town-map-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(9,1fr);grid-template-rows:repeat(9,1fr)}.town-map-cell{position:relative;min-width:0;min-height:0}.town-simple-hotspot{position:absolute;z-index:3;inset:13%;padding:0;border:3px solid rgba(255,255,255,.92);border-radius:3px;background:rgba(255,255,255,.06);box-shadow:0 0 0 1px rgba(0,0,0,.6);cursor:pointer}.town-simple-hotspot.is-highlighted,.town-simple-hotspot:focus-visible,.town-simple-hotspot:hover{border-color:#ff4a45;background:rgba(255,74,69,.16);box-shadow:0 0 0 1px rgba(112,0,0,.9),0 0 10px rgba(255,74,69,.42)}.town-simple-hotspot:focus-visible{outline:2px solid #fff;outline-offset:2px}.town-simple-hotspot:disabled{cursor:wait;opacity:.7}.town-simple-hotspot span{position:absolute;left:50%;bottom:calc(100% + 4px);transform:translateX(-50%);padding:2px 5px;border-radius:3px;background:rgba(22,20,18,.9);color:#fff;font-size:.58rem;font-weight:800;white-space:nowrap}.town-simple-current-marker{position:absolute;z-index:4;left:50%;top:50%;width:22%;min-width:16px;max-width:30px;height:auto;transform:translate(-50%,-90%);filter:drop-shadow(0 1px 2px rgba(0,0,0,.7));pointer-events:none}.town-service-page{display:grid;grid-gap:20px;gap:20px}.town-service-heading{padding:26px 28px;border:1px solid #d9d5ce;border-radius:5px;background:#fff}.town-service-heading p{margin:0 0 7px;color:#9b7b4e;font-size:.7rem;font-weight:800;letter-spacing:.16em}.town-service-heading h1{margin:0 0 8px;font-size:1.65rem}.town-service-heading span{color:#77716a;font-size:.88rem}.town-service-panel{display:grid;grid-gap:20px;gap:20px;padding:28px;border:1px solid #d9d5ce;border-radius:5px;background:#fff}.bank-balance-grid,.town-service-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.bank-balance-grid>div,.town-service-status-grid>div{padding:18px;border:1px solid #e3ded6;background:#fbfaf8}.bank-balance-grid span,.town-service-status-grid span{display:block;margin-bottom:7px;color:#8b847b;font-size:.76rem}.bank-balance-grid strong,.town-service-status-grid strong{display:block;font-size:1.08rem}.town-service-meter{height:9px;margin-top:12px;overflow:hidden;border-radius:999px;background:#eceae6}.town-service-meter i{display:block;height:100%;background:#a5473e}.town-service-meter.is-mp i{background:#456f9a}.inn-rest-panel{gap:22px}.inn-status-section{display:grid;grid-gap:14px;gap:14px;padding:18px;border:1px solid #e3ded6;background:#fff}.inn-status-section.is-war{border-color:#cfc5b6;background:#f7f3ed}.inn-status-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:12px;border-bottom:1px solid #e8e3dc}.inn-status-section.is-war .inn-status-section-heading{border-bottom-color:#ddd3c6}.inn-status-section-heading h2{margin:2px 0 0;font-size:1.02rem}.inn-status-section-heading p{margin:0;color:#77716a;font-size:.78rem;text-align:right}.inn-status-kicker{display:block;color:#9b7b4e;font-size:.64rem;font-weight:800;letter-spacing:.14em}.inn-status-section.is-war .inn-status-kicker{color:#8a5a48}.inn-status-section .town-service-status-grid>div{background:#fbfaf8}.inn-status-section.is-war .town-service-status-grid>div{border-color:#ddd3c6;background:#fffdf9}.inn-war-note{margin:0;padding:11px 13px;border-left:3px solid #9b7b4e;background:#eee8df}.town-service-primary-button,.town-service-secondary-button{min-height:44px;padding:0 18px;border-radius:4px}.town-service-primary-button{background:#5c4936}.town-service-primary-button:hover:not(:disabled){background:#493a2b}.town-service-secondary-button{background:#6e6a64}.town-service-message{margin:0;padding:12px 14px;border:1px solid #ddd5c8;background:#faf7f1;color:#5f564c;font-size:.82rem}.bank-transfer-row{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px}.bank-action-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.bank-action-row-four{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-layout{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.shop-category-card,.shop-main-card{border:1px solid #d9d5ce;border-radius:5px;background:#fff}.shop-category-card{display:grid;overflow:hidden}.shop-category-card>strong{padding:16px;border-bottom:1px solid #e3ded6;background:#f6f3ee;font-size:.84rem}.shop-category-card button{min-height:42px;padding:0 16px;border-radius:0;border-bottom:1px solid #eeeae4;background:#fff;color:#4b4742;text-align:left}.shop-category-card button.is-active,.shop-category-card button:hover{background:#e9e0d4;color:#201c18}.shop-main-card{overflow:hidden}.shop-toolbar{min-height:64px;padding:10px 18px;justify-content:space-between;gap:16px;border-bottom:1px solid #e3ded6;background:#faf8f4}.shop-job-filter,.shop-toolbar{display:flex;align-items:center}.shop-job-filter{gap:9px}.shop-job-filter span{color:#817a72;font-size:.76rem}.shop-job-filter select{min-width:130px;height:38px;padding:0 34px 0 10px;border:1px solid #d5cec5;border-radius:4px;background:#fff;color:#45413c}.shop-wallet{display:flex;align-items:center;justify-content:flex-end;gap:12px}.shop-wallet span{color:#817a72;font-size:.76rem}.shop-wallet strong{font-size:1rem}.shop-table-wrap{overflow-x:auto}.shop-table{width:max-content;min-width:100%;border-collapse:collapse;table-layout:auto;font-size:.76rem}.shop-table th{padding:8px 3px;border-bottom:1px solid #dcd6ce;background:#f5f2ed;color:#706960;text-align:center;white-space:nowrap}.shop-table th:first-child,.shop-table th:nth-child(2){text-align:left}.shop-table td{padding:8px 3px;border-bottom:1px solid #eeeae4;color:#45413c;vertical-align:middle;text-align:center;white-space:nowrap}.shop-table td:first-child,.shop-table td:nth-child(2){text-align:left}.shop-table td:first-child,.shop-table th:first-child{width:1%;min-width:0;padding-left:6px;padding-right:3px}.shop-table td:nth-child(2),.shop-table th:nth-child(2){width:1%;min-width:0;padding-left:2px;padding-right:2px}.shop-table td:nth-child(n+3):nth-child(-n+7),.shop-table th:nth-child(n+3):nth-child(-n+7){width:1%;min-width:26px;padding-left:1px;padding-right:1px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.shop-table td:nth-child(8),.shop-table th:nth-child(8){width:1%;min-width:62px;padding-left:3px;padding-right:6px}.shop-table tbody tr{cursor:pointer}.shop-table tbody tr:hover{background:#f8f5f0}.shop-table tbody tr.is-selected{background:#eee7dd}.shop-table tbody tr:focus-visible{outline:2px solid #8a7358;outline-offset:-2px}.shop-table td strong{display:block;margin-bottom:1px}.shop-table td small{color:#918a82}.shop-level-job small,.shop-level-job span{display:block}.shop-level-job small{margin-top:1px}.shop-price{white-space:nowrap;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.shop-buy-button{min-height:32px;padding:0 13px;font-size:.74rem;white-space:nowrap}.shop-empty{padding:28px 12px!important;color:#817a72!important;text-align:center!important}.shop-purchase-panel{position:fixed;right:360px;bottom:20px;z-index:40;width:min(420px,calc(100vw - 380px));display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px 16px;gap:12px 16px;align-items:center;padding:14px 44px 14px 16px;border:1px solid #cfc7bc;border-radius:7px;background:#fffdf9;box-shadow:0 10px 28px rgba(41,34,27,.18)}.shop-purchase-info{min-width:0}.shop-purchase-info>small,.shop-purchase-info>span,.shop-purchase-info>strong{display:block}.shop-purchase-info>strong{margin-bottom:2px;color:#28231e}.shop-purchase-info>span{margin-bottom:4px;color:#756d64;font-size:.74rem}.shop-purchase-info>small{overflow:hidden;color:#8b837a;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.shop-purchase-action{display:flex;align-items:center;gap:10px}.shop-purchase-action>strong{font-size:.82rem;white-space:nowrap}.shop-purchase-close{position:absolute;top:7px;right:9px;width:26px;height:26px;border:0;background:transparent;color:#837a70;font-size:1.25rem;line-height:1;cursor:pointer}.shop-message{border-width:1px 0 0}@media (max-width:760px){.bank-balance-grid,.town-service-status-grid{grid-template-columns:1fr}.inn-status-section-heading{align-items:flex-start;flex-direction:column;gap:7px}.inn-status-section-heading p{text-align:left}.bank-action-row-four{grid-template-columns:1fr 1fr}.shop-layout{grid-template-columns:1fr}.shop-category-card{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-category-card>strong{grid-column:1/-1}.shop-toolbar{align-items:stretch;flex-direction:column}.shop-job-filter,.shop-wallet{justify-content:space-between}.shop-table{font-size:.71rem}.shop-table td,.shop-table th{padding-top:7px;padding-bottom:7px}.shop-table td:first-child,.shop-table td:nth-child(2),.shop-table th:first-child,.shop-table th:nth-child(2){min-width:0}.shop-table td:nth-child(n+3):nth-child(-n+7),.shop-table th:nth-child(n+3):nth-child(-n+7){min-width:26px;padding-left:1px;padding-right:1px}.shop-table td:nth-child(8),.shop-table th:nth-child(8){min-width:62px}.shop-purchase-panel{left:10px;right:10px;bottom:10px;width:auto;grid-template-columns:minmax(0,1fr) auto;padding:12px 38px 12px 12px;gap:8px 10px}.shop-purchase-info>small{max-width:52vw}.shop-purchase-action{gap:7px}.shop-purchase-action>strong{font-size:.76rem}.shop-buy-button{min-height:30px;padding:0 10px;font-size:.7rem}}@container (max-width: 760px){.shop-layout{grid-template-columns:1fr}.shop-category-card{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-category-card>strong{grid-column:1/-1}.shop-toolbar{align-items:stretch;flex-direction:column}.shop-job-filter,.shop-wallet{justify-content:space-between}.shop-table-wrap{overflow-x:hidden}.shop-table{width:100%;min-width:0;table-layout:fixed;font-size:.71rem}.shop-table td,.shop-table th{overflow:hidden;padding:7px 4px;text-overflow:ellipsis}.shop-table:not(.shop-sell-table) td:nth-child(n+3):nth-child(-n+7),.shop-table:not(.shop-sell-table) th:nth-child(n+3):nth-child(-n+7){display:none}.shop-table:not(.shop-sell-table) td:first-child,.shop-table:not(.shop-sell-table) th:first-child{width:46%;padding-left:8px}.shop-table:not(.shop-sell-table) td:nth-child(2),.shop-table:not(.shop-sell-table) th:nth-child(2){width:22%}.shop-table:not(.shop-sell-table) td:nth-child(8),.shop-table:not(.shop-sell-table) th:nth-child(8){width:32%;min-width:0;padding-right:8px}.shop-sell-table td,.shop-sell-table th{white-space:normal}.shop-purchase-panel{left:10px;right:10px;bottom:10px;width:auto;grid-template-columns:minmax(0,1fr) auto;padding:12px 38px 12px 12px;gap:8px 10px}.shop-purchase-info>small{max-width:52vw}.shop-purchase-action{gap:7px}.shop-purchase-action>strong{font-size:.76rem}.shop-buy-button{min-height:30px;padding:0 10px;font-size:.7rem}.guild-overview{grid-template-columns:1fr}.guild-emblem-placeholder{min-height:110px}.guild-info-grid{grid-template-columns:1fr}.guild-empty,.guild-section-heading,.guild-setting-row,.guild-title-row{align-items:flex-start;flex-direction:column}.guild-card,.guild-empty,.guild-loading{padding:18px}.guild-table-wrap{width:100%;overflow-x:hidden}.guild-table{width:100%;min-width:0;table-layout:fixed;font-size:.72rem}.guild-table td,.guild-table th{padding:9px 5px;white-space:normal;overflow-wrap:anywhere}.guild-action-cell{gap:4px}.guild-action-cell button{padding:5px 6px;font-size:.72rem}.guild-inline-form input{min-width:0;width:100%}}.job-change-layout{display:grid;grid-gap:16px;gap:16px}.job-change-status{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.job-change-status>div{padding:16px;border:1px solid #e3ded6;background:#fbfaf8}.job-change-status span,.job-change-status strong{display:block}.job-change-status span{margin-bottom:6px;color:#817a72;font-size:.76rem}.job-change-status strong{color:#2f2a25;font-size:1rem}.job-change-card{padding:18px;border:1px solid #d8d1c8;background:#fffdf9}.job-change-card-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.job-change-card-heading strong{font-size:1rem}.job-change-card-heading span{color:#817a72;font-size:.78rem}.job-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.job-choice-grid button{min-height:74px;padding:12px;border:1px solid #d8d1c8;background:#fbfaf8;color:#3c3731;cursor:pointer}.job-choice-grid button.is-selected,.job-choice-grid button:hover:not(:disabled){border-color:#8a7358;background:#eee7dd}.job-choice-grid button:disabled{cursor:not-allowed;opacity:.55}.job-choice-grid small,.job-choice-grid strong{display:block}.job-choice-grid strong{margin-bottom:4px}.job-choice-grid small{color:#817a72}.job-change-next{display:flex;min-height:90px;align-items:center;justify-content:center;gap:24px;font-size:1.05rem}.job-change-next span{color:#817a72}.job-change-next b{color:#a0978e}.job-change-submit{width:100%}.town-service-message.is-success{border-color:#8eaa8e;background:#f1f7f0}.battle-level-lock-warning{display:flex;align-items:center;gap:12px;margin:12px 0;padding:13px 15px;border:1px solid #b88a55;background:#fff8ec;color:#5b4022}.battle-level-lock-warning strong{flex:0 0 auto}.battle-level-lock-warning span{font-size:.82rem}@media (max-width:760px){.job-change-status,.job-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.job-change-card-heading{align-items:flex-start;flex-direction:column}}.guild-stack{display:grid;grid-gap:20px;gap:20px}.guild-card,.guild-empty,.guild-loading{background:var(--game-panel-bg,#fff);border:1px solid rgba(60,42,24,.16);border-radius:12px;padding:24px}.guild-empty{display:flex;align-items:center;justify-content:space-between;gap:16px}.guild-card button,.guild-empty button{border:1px solid #5f4b32;background:#5f4b32;color:#fff;border-radius:7px;padding:9px 14px;cursor:pointer}.guild-card button:disabled{opacity:.45;cursor:not-allowed}.guild-card button.is-selected{outline:3px solid rgba(95,75,50,.18);background:#33281c}.guild-danger-button{background:#8a3333!important;border-color:#8a3333!important}.guild-feedback{padding:12px 14px;border-radius:8px;margin-bottom:16px}.guild-feedback-ok{background:rgba(37,113,71,.1);border:1px solid rgba(37,113,71,.25)}.guild-feedback-error{background:rgba(152,47,47,.1);border:1px solid rgba(152,47,47,.25)}.guild-inline-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.guild-inline-form input{min-width:220px;flex:1 1;border:1px solid rgba(60,42,24,.25);border-radius:7px;padding:10px 12px;background:transparent;color:inherit}.guild-create-card{max-width:700px;margin:0 auto}.guild-card small,.guild-create-card p,.guild-muted{opacity:.72}.guild-table-wrap{overflow-x:auto}.guild-table{width:100%;border-collapse:collapse;min-width:700px}.guild-table td,.guild-table th{border-bottom:1px solid rgba(60,42,24,.14);padding:12px 10px;text-align:center;vertical-align:middle}.guild-table th{font-size:.86rem;opacity:.72}.guild-intro-cell{text-align:left!important;min-width:240px}.guild-action-cell{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.guild-action-cell button{padding:6px 9px;font-size:.84rem}.guild-overview{display:grid;grid-template-columns:160px 1fr;grid-gap:24px;gap:24px}.guild-emblem-placeholder{display:grid;place-items:center;border:1px solid rgba(60,42,24,.14);border-radius:10px;min-height:160px}.guild-emblem-placeholder img{width:88px;height:88px;object-fit:contain}.guild-section-heading,.guild-setting-row,.guild-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.guild-section-heading h2,.guild-title-row h2{margin:2px 0 0}.guild-section-heading span,.guild-title-row span{font-size:.78rem;letter-spacing:.12em;opacity:.65}.guild-rank-badge{letter-spacing:0!important;border:1px solid rgba(60,42,24,.2);border-radius:99px;padding:7px 11px}.guild-intro{white-space:pre-wrap}.guild-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:18px 0 0}.guild-info-grid div{border:1px solid rgba(60,42,24,.12);border-radius:8px;padding:12px}.guild-info-grid dt{font-size:.8rem;opacity:.65}.guild-info-grid dd{margin:5px 0 0;font-weight:700}.guild-section-heading{margin-bottom:18px}.guild-field{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.guild-field textarea{width:100%;resize:vertical;border:1px solid rgba(60,42,24,.25);border-radius:7px;padding:12px;background:transparent;color:inherit}.guild-setting-row{margin:15px 0}.guild-setting-row>div{display:flex;gap:8px}.guild-danger-zone{border-color:rgba(138,51,51,.35)}@media(max-width:760px){.guild-overview{grid-template-columns:1fr}.guild-emblem-placeholder{min-height:110px}.guild-info-grid{grid-template-columns:1fr}.guild-empty,.guild-section-heading,.guild-setting-row,.guild-title-row{align-items:flex-start;flex-direction:column}}.inventory-category-tabs{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 14px}.inventory-category-tabs button{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border:1px solid #d7d0c6;background:#faf9f7;color:#5e564d;font:inherit;font-size:.76rem;font-weight:800;cursor:pointer}.inventory-category-tabs button:hover{border-color:#9b8870;background:#f2eee8}.inventory-category-tabs button.is-active{border-color:#4e4438;background:#312b24;color:#fff8ec}.inventory-category-tabs button small{display:inline-flex;min-width:19px;height:19px;padding:0 5px;align-items:center;justify-content:center;border-radius:999px;background:rgba(128,112,92,.14);font-size:.65rem}.inventory-category-tabs button.is-active small{background:rgba(255,255,255,.15);color:#fff}.inventory-empty-state{padding:28px 18px;border:1px solid #e4dfd8;background:#faf9f7;color:#8b837a;text-align:center;font-size:.8rem}.material-inventory-table{min-width:520px}.territory-map{width:100%}.territory-map-hotspot.is-selected .town-map-hover-icon{opacity:1;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 7px #ff4a45)}.territory-map-hotspot.is-selected{outline:2px solid #ff4a45;outline-offset:2px;border-radius:50%}.territory-owner-dot{position:absolute;z-index:9;left:50%;top:50%;width:18px;height:18px;transform:translate(-50%,-50%);border:2px solid #8c8c8c;border-radius:50%;opacity:.9;pointer-events:none}.territory-declared-marker{position:absolute;z-index:7;inset:0;pointer-events:none}.territory-declared-marker img{display:block;width:100%;height:100%;object-fit:contain;opacity:1;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px #ff4a45)}.territory-declared-marker span{position:absolute;left:50%;top:-8px;transform:translate(-50%,-100%);padding:2px 6px;border:2px solid #ff4a45;border-radius:999px;background:#2e1715;color:#fff;font-size:.55rem;font-weight:900;white-space:nowrap;box-shadow:0 1px 5px rgba(0,0,0,.45)}.territory-simple-hotspot.is-selected{border-color:#ff4a45;background:rgba(255,74,69,.26);box-shadow:0 0 0 2px rgba(112,0,0,.95),0 0 14px rgba(255,74,69,.68)}.territory-simple-declared-marker{position:absolute;z-index:7;inset:10%;display:flex;align-items:flex-start;justify-content:center;border:3px solid #ff4a45;border-radius:4px;background:rgba(255,74,69,.12);box-shadow:0 0 12px rgba(255,74,69,.7);pointer-events:none}.territory-simple-declared-marker span{transform:translateY(-65%);padding:2px 6px;border:2px solid #ff4a45;border-radius:999px;background:#2e1715;color:#fff;font-size:.55rem;font-weight:900;white-space:nowrap}.territory-defended-marker{position:absolute;z-index:7;inset:0;pointer-events:none}.territory-defended-marker img{display:block;width:100%;height:100%;object-fit:contain;opacity:1;filter:drop-shadow(0 0 3px #fff) drop-shadow(0 0 8px #3f8cff) hue-rotate(185deg) saturate(1.35)}.territory-defended-marker span{position:absolute;left:50%;bottom:-8px;transform:translate(-50%,100%);padding:2px 6px;border:2px solid #3f8cff;border-radius:999px;background:#13233f;color:#fff;font-size:.55rem;font-weight:900;white-space:nowrap;box-shadow:0 1px 5px rgba(0,0,0,.45)}.territory-simple-defended-marker{position:absolute;z-index:7;inset:10%;display:flex;align-items:flex-end;justify-content:center;border:3px solid #3f8cff;border-radius:4px;background:rgba(63,140,255,.12);box-shadow:0 0 12px rgba(63,140,255,.7);pointer-events:none}.territory-simple-defended-marker span{transform:translateY(65%);padding:2px 6px;border:2px solid #3f8cff;border-radius:999px;background:#13233f;color:#fff;font-size:.55rem;font-weight:900;white-space:nowrap}.territory-simple-owner-border{position:absolute;z-index:9;inset:4px;border:3px solid #8c8c8c;border-radius:5px;pointer-events:none;box-sizing:border-box}.territory-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px 18px;margin-top:16px;padding:13px 16px;border:1px solid #d9d5ce;border-radius:6px;background:#faf9f7}.territory-legend-item{display:flex;align-items:center;gap:8px;color:#342f2a;font-size:.86rem;white-space:nowrap}.territory-legend-dot{width:16px;height:16px;flex:0 0 16px;border:2px solid rgba(255,255,255,.95);border-radius:50%;box-shadow:0 0 0 1px rgba(0,0,0,.42)}.war-map-selection{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding:12px 14px;border:1px solid rgba(255,255,255,.16);border-radius:8px}.war-map-selection>div{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.war-map-selection span{opacity:.82}.war-declared-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;opacity:.82}.conquest-map-card{margin-top:18px;padding:18px;border:1px solid #d9d5ce;border-radius:5px;background:#fff;box-shadow:0 3px 14px rgba(40,36,30,.035)}@media (max-width:700px){.territory-owner-dot{width:15px;height:15px}.territory-simple-owner-border{inset:3px;border-width:2px}.territory-legend{gap:8px 12px;padding:11px 12px}.territory-legend-item{font-size:.78rem}.territory-legend-dot{width:14px;height:14px;flex-basis:14px}.war-map-selection{align-items:stretch;flex-direction:column}}.active-skill-detail,.active-skill-next{margin-top:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(0,0,0,.14)}.active-skill-next{opacity:.78}.active-skill-detail>strong,.active-skill-next>strong{display:block;margin-bottom:5px}.active-skill-detail p,.active-skill-next p{margin:3px 0;line-height:1.45}.battle-combatant-info-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin:20px 0}.battle-combatant-card{padding:18px;border:1px solid #ddd7ce;background:#faf9f7}.battle-combatant-title{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #e9e4dc}.battle-combatant-title strong{display:block;font-size:1rem}.battle-combatant-title span{display:block;margin-top:4px;color:#817a72;font-size:.76rem}.battle-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:12px}.battle-stat-grid>div{min-width:0;padding:9px 10px;border:1px solid #ebe6de;background:#fff}.battle-stat-grid span,.battle-stat-grid strong{display:block}.battle-stat-grid span{color:#8a8279;font-size:.68rem}.battle-stat-grid strong{margin-top:3px;font-size:.82rem}.battle-equipment-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 12px;gap:6px 12px;margin-top:14px;padding-top:12px;border-top:1px solid #e9e4dc;font-size:.75rem}.battle-equipment-list>span{min-width:0;color:#615b54}.battle-equipment-list b{margin-right:5px;color:#8a8279;font-size:.68rem}.battle-equipment-list .battle-equipment-heading{grid-column:1/-1;color:#4a4540;font-weight:800}.battle-equipment-list .is-empty{grid-column:1/-1;color:#999188}.battle-turn-list{max-height:750px;border-top:0}.battle-turn-group{padding:14px 0 16px}.battle-turn-group,.battle-turn-group:first-child{border-top:1px solid #e8e3dc}.battle-turn-actions{border:1px solid #e7e2da;background:#fcfbf9}.battle-action-group{display:grid;grid-template-columns:120px 1fr;grid-gap:12px;gap:12px;padding:11px 13px;border-top:1px dashed #e7e2da}.battle-action-group:first-child{border-top:0}.battle-action-group>strong{color:#655f58;font-size:.78rem}.battle-action-group p{margin:0 0 5px;font-size:.82rem}.battle-action-group p:last-child{margin-bottom:0}.battle-turn-resources{grid-gap:8px;gap:8px;margin-top:8px}.battle-turn-resource{display:flex;flex-wrap:wrap;gap:5px 10px;padding:8px 10px;border:1px solid #e8e3dc;background:#f7f5f1;font-size:.7rem}.battle-turn-resource strong{margin-right:auto;color:#554f48}.battle-turn-resource span{color:#777067}@media (max-width:820px){.battle-combatant-info-grid{grid-template-columns:1fr}.battle-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.battle-action-group{gap:5px}.battle-action-group,.battle-turn-resources{grid-template-columns:1fr}}.battle-turn-resources{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:12px;padding-top:12px;border-top:1px dashed #e5e0d8}.battle-turn-resource{display:grid;grid-gap:6px;gap:6px;min-width:0}.battle-turn-resource>strong{color:#615b53;font-size:.74rem}.battle-turn-meter-row{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px}.battle-turn-meter-row>span{color:#817a72;font-size:.66rem;font-weight:800}.battle-turn-meter-row .battle-mini-track{margin:0}.battle-turn-meter-row .battle-mini-track i{display:block;height:100%;background:#a5473e}.battle-turn-meter-row .battle-mini-track.battle-mini-mp i{background:#456f9a}.battle-action-group p{margin:3px 0 0;white-space:pre-line;line-height:1.5;font-size:.84rem}.battle-action-group .battle-log-effect{margin-left:18px;color:#71675c;font-size:.8rem}.battle-action-group .battle-log-recovery{color:#2e7a50;font-weight:700}@media (max-width:640px){.battle-turn-resources{grid-template-columns:1fr}}.battle-equipment-item{position:relative;cursor:help}.battle-equipment-tooltip{position:absolute;z-index:30;left:0;bottom:calc(100% + 8px);display:none;min-width:190px;padding:10px 12px;border:1px solid #cfc7bc;background:#2e2924;color:#f3ede5;box-shadow:0 6px 18px rgba(0,0,0,.2);font-size:.72rem;line-height:1.5}.battle-equipment-item:hover .battle-equipment-tooltip{display:grid;grid-gap:2px;gap:2px}.battle-equipment-tooltip strong{color:#fff;font-size:.78rem}.battle-equipment-tooltip em{margin-bottom:4px;color:#cfc4b7;font-style:normal;font-size:.68rem}.battle-equipment-tooltip span{color:#eee5db}.battle-turn-resources{padding-top:0;border-top:0}.battle-mini-track.battle-meter-with-value{position:relative;height:18px;overflow:hidden}.battle-meter-with-value>i{position:absolute;inset:0 auto 0 0;display:block;height:100%;background:#a5473e}.battle-meter-with-value.battle-mini-mp>i{background:#456f9a}.battle-meter-with-value>b{position:absolute;z-index:2;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:800;line-height:18px;text-shadow:0 1px 2px rgba(0,0,0,.7)}.battle-status-meter-row{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;margin-top:7px}.battle-combatant-resources{display:grid;grid-gap:7px;gap:7px;margin:12px 0;padding-bottom:12px;border-bottom:1px solid #e9e4dc}.game-log-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.game-log-columns h3{margin:0 0 10px}.game-log-list{display:grid;grid-gap:8px;gap:8px}.game-log-row{display:grid;grid-gap:3px;gap:3px;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.08)}.game-log-row small{opacity:.62}.game-log-row a{text-decoration:underline;text-underline-offset:3px}@media(max-width:760px){.game-log-columns{grid-template-columns:1fr}}.life-page{max-width:1180px}.life-rule-panel{margin:18px 0 22px;padding:18px 20px;border:1px solid rgba(92,69,45,.22);border-radius:8px;background:rgba(255,250,241,.72)}.life-rule-panel>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;flex-wrap:wrap}.life-rule-panel span{font-size:14px;color:#6c5b49}.life-rule-panel strong{font-size:18px;color:#32261c}.life-rule-panel p{margin:8px 0 0;color:#776b60;font-size:13px;line-height:1.6}.life-gathering-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.life-activity-card,.life-crafting-card{border:1px solid rgba(92,69,45,.22);border-radius:8px;background:rgba(255,255,255,.74);box-shadow:0 8px 24px rgba(68,47,29,.07)}.life-activity-card{padding:22px}.life-activity-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(92,69,45,.14);padding-bottom:14px;margin-bottom:14px}.life-activity-head p,.life-crafting-card>p{margin:0 0 3px;font-size:11px;letter-spacing:.15em;color:#8c735b;font-weight:700}.life-activity-head h2,.life-crafting-card h2{margin:0;color:#33271d}.life-activity-head>span{padding:6px 9px;border-radius:999px;background:#eee4d7;color:#604d3b;font-size:12px;font-weight:700}.life-activity-card>p{min-height:52px;color:#66594e;line-height:1.65}.life-future-box{margin:18px 0;padding:13px 14px;border-left:3px solid #9a7653;background:rgba(238,228,215,.56)}.life-future-box span,.life-future-box strong{display:block}.life-future-box strong{margin-bottom:4px;color:#4c3929;font-size:13px}.life-future-box span{color:#756657;font-size:13px;line-height:1.5}.life-disabled-action{width:100%;min-height:42px;border:1px solid #b5a18c;border-radius:5px;background:#e8dfd5;color:#807265;font-weight:700;cursor:not-allowed}.life-crafting-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.life-crafting-card{padding:20px}.life-crafting-card h2{margin-bottom:10px}.life-crafting-card>span{color:#6d6055;font-size:14px;line-height:1.6}@media (max-width:780px){.life-crafting-grid,.life-gathering-grid{grid-template-columns:1fr}}.life-exp-box{display:grid;grid-gap:7px;gap:7px;margin:0 0 14px;padding:12px 13px;border:1px solid rgba(92,69,45,.14);background:rgba(249,245,238,.82)}.life-exp-box>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.life-exp-box strong{color:#3f3023;font-size:14px}.life-exp-box span{color:#756657;font-size:12px}.life-exp-track{height:7px;overflow:hidden;border-radius:999px;background:#ddd1c3}.life-exp-track i{display:block;height:100%;background:#8c6948}.life-stage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:7px;gap:7px;margin:16px 0}.life-stage-button{min-height:54px;padding:8px 10px;border:1px solid #c9b8a5;border-radius:5px;background:#f8f3ec;color:#574636;text-align:left;cursor:pointer}.life-stage-button span,.life-stage-button strong{display:block}.life-stage-button strong{margin-bottom:3px;font-size:12px}.life-stage-button span{color:#796a5c;font-size:10px;line-height:1.35}.life-stage-button.is-selected{border-color:#765536;background:#e9dccb;box-shadow:inset 0 0 0 1px rgba(118,85,54,.22)}.life-stage-button:disabled{opacity:.42;cursor:not-allowed}.life-gather-action{width:100%;min-height:43px;border:1px solid #705238;border-radius:5px;background:#795b3f;color:#fff;font-weight:800;cursor:pointer}.life-gather-action:disabled{opacity:.48;cursor:not-allowed}.life-gather-message,.life-last-item{margin:0 0 14px;padding:11px 13px;border:1px solid rgba(92,69,45,.18);background:rgba(255,255,255,.72);color:#594b3f;font-size:13px}.life-last-item{margin-top:-6px}@media (max-width:520px){.life-stage-list{grid-template-columns:1fr}}.life-gather-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 12px;border:1px solid rgba(92,69,45,.22);border-radius:8px;overflow:hidden;background:rgba(255,255,255,.6)}.life-gather-tabs button{min-height:52px;border:0;border-right:1px solid rgba(92,69,45,.18);background:transparent;color:#6a5a4b;font-weight:800;cursor:pointer}.life-gather-tabs button:last-child{border-right:0}.life-gather-tabs button span{display:block;margin-top:2px;font-size:11px;font-weight:600;opacity:.72}.life-gather-tabs button.is-active{background:#795b3f;color:#fff}.life-gathering-single{max-width:760px;margin:0 auto}@media (max-width:520px){.life-rule-panel{padding:14px;margin:14px 0 16px}.life-gather-tabs{position:-webkit-sticky;position:sticky;top:0;z-index:2}.life-gather-tabs button{min-height:48px}.life-activity-card{padding:16px}.life-activity-head{align-items:center}.life-activity-card>p{min-height:0;font-size:13px}}.inventory-tooltip-anchor{position:relative;display:inline-block;max-width:100%;outline:none;cursor:help}.inventory-tooltip-anchor>strong{display:block}.inventory-tooltip{position:absolute;z-index:80;left:0;bottom:calc(100% + 8px);display:none;width:max-content;min-width:220px;max-width:min(320px,calc(100vw - 32px));padding:11px 12px;border:1px solid #5c4c3b;background:#2d261f;color:#f5eee5;box-shadow:0 8px 24px rgba(39,29,20,.24);font-size:.72rem;line-height:1.45;text-align:left;white-space:normal;pointer-events:none}.inventory-tooltip-anchor:focus .inventory-tooltip,.inventory-tooltip-anchor:focus-within .inventory-tooltip,.inventory-tooltip-anchor:hover .inventory-tooltip{display:block}.inventory-tooltip-title{display:block;margin-bottom:8px;padding-bottom:7px;border-bottom:1px solid rgba(255,255,255,.15);color:#fff8ef;font-size:.82rem}.inventory-tooltip-row{display:flex;justify-content:space-between;gap:18px;padding:2px 0}.inventory-tooltip-row>span{color:#cdbda9;white-space:nowrap}.inventory-tooltip-row>b{color:#fff4e5;font-weight:700;text-align:right}.inventory-table-stats{margin-top:0}@media(max-width:640px){.inventory-tooltip{position:fixed;left:16px;right:16px;bottom:18px;width:auto;max-width:none}.inventory-tooltip-row{gap:12px}}.inventory-tooltip-portal{position:fixed!important;display:block!important;z-index:1000;bottom:auto!important;margin:0;pointer-events:none}@media(max-width:640px){.inventory-tooltip-portal{right:auto!important;bottom:auto!important;width:min(320px,calc(100vw - 32px));max-width:calc(100vw - 32px)}}.crafting-manager{display:grid;grid-gap:18px;gap:18px}.crafting-progress-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.crafting-progress-panel>div{display:flex;flex-direction:column;gap:5px}.crafting-progress-panel strong{color:#33271d;font-size:18px}.crafting-ability-card,.crafting-workbench{padding:20px}.crafting-ability-grid{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.crafting-ability-row{display:grid;grid-template-columns:70px 190px 1fr;grid-gap:12px;gap:12px;align-items:center;padding:10px 12px;border:1px solid #d9d0c4;border-radius:8px;opacity:.5;background:#f8f4ef}.crafting-ability-row.is-learned{opacity:1;background:#fffdf9;border-color:#bda98f}.crafting-ability-row b{color:#876b4d}.crafting-ability-row span{color:#6d6055;font-size:13px}.craft-primary-button{margin-top:18px;border:1px solid #775a3a;border-radius:7px;background:#5d452f;color:#fff;padding:10px 14px;font-weight:700;cursor:pointer}.craft-primary-button:disabled{opacity:.45;cursor:not-allowed}.crafting-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:16px 0}.crafting-aid-row label,.crafting-controls label{display:grid;grid-gap:6px;gap:6px;color:#5e4d3d;font-weight:700;font-size:13px}.crafting-aid-row select,.crafting-controls select{width:100%;border:1px solid #cfc1b0;border-radius:7px;background:#fff;padding:9px 10px;color:#33271d}.crafting-material-groups{display:grid;grid-gap:12px;gap:12px}.crafting-material-group{border:1px solid #ded4c8;border-radius:9px;background:#fcfaf6;padding:14px}.crafting-material-heading{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.crafting-material-heading>div{display:flex;gap:10px;align-items:baseline}.crafting-material-heading span{color:#866b50;font-size:13px;font-weight:700}.crafting-material-heading button{border:1px solid #b9aa98;border-radius:6px;background:#fff;padding:6px 9px;color:#5b4938;cursor:pointer;font-size:12px}.crafting-material-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.crafting-material-list label{display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid #e6ddd3;border-radius:7px;background:#fff;padding:8px 10px}.crafting-material-list label>span{display:grid;grid-gap:2px;gap:2px}.crafting-material-list small{color:#877766}.crafting-material-list input{width:72px;border:1px solid #cfc1b0;border-radius:6px;padding:7px;text-align:right}.crafting-no-material,.crafting-note{color:#876f58;font-size:13px}.crafting-aid-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.craft-submit-button{min-width:180px}@media (max-width:820px){.crafting-aid-row,.crafting-controls,.crafting-material-list,.crafting-progress-panel{grid-template-columns:1fr}.crafting-ability-row{grid-template-columns:64px 1fr}.crafting-ability-row span{grid-column:1/-1}}.crafting-name-row{margin:14px 0 4px}.crafting-name-row label{display:grid;grid-gap:6px;gap:6px;max-width:360px;font-weight:700}.crafting-name-row input{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(0,0,0,.2);color:inherit}.crafting-name-row small{font-weight:400;opacity:.72}.game-log-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.game-log-more-link{font-size:.82rem;font-weight:700;color:#5f5951;text-decoration:none;border-bottom:1px solid #aaa197;padding-bottom:2px}.game-log-more-link:hover{color:#2f2b27;border-color:#2f2b27}.game-log-browser{max-width:980px;margin:0 auto;padding:28px;border:1px solid #d9d5ce;border-radius:5px;background:#fff;box-shadow:0 3px 14px rgba(40,36,30,.035)}.game-log-browser-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:22px}.game-log-browser-heading p{margin:0 0 4px;color:#9a9187;font-size:.72rem;letter-spacing:.13em;font-weight:800}.game-log-browser-heading h1{margin:0;font-size:1.55rem;color:#302c28}.game-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid #cbc4bb;border-radius:4px;color:#514b45;background:#faf9f7;text-decoration:none;font-size:.8rem;font-weight:700}.game-secondary-button:hover{background:#f2efeb}.game-log-tabs{display:flex;gap:6px;border-bottom:1px solid #ddd7cf;margin-bottom:18px}.game-log-tabs a{padding:10px 16px;color:#777068;text-decoration:none;font-weight:700;font-size:.9rem;border-bottom:2px solid transparent;margin-bottom:-1px}.game-log-tabs a:hover{color:#39342f}.game-log-tabs a.is-active{color:#302c28;border-bottom-color:#302c28}.game-log-browser-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:#756e66;font-size:.78rem}.game-log-browser-meta strong{color:#403a35;font-size:.9rem}.game-log-browser-list{border-top:1px solid #e0dbd5}.game-log-browser-row{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:18px;gap:18px;padding:13px 8px;border-bottom:1px solid #ece8e3;align-items:start}.game-log-browser-row time{color:#918a82;font-size:.76rem;white-space:nowrap}.game-log-browser-row div{color:#4c4640;font-size:.88rem;line-height:1.5;overflow-wrap:anywhere}.game-log-browser-row a{color:#403a35;text-decoration:underline;text-underline-offset:3px}.game-pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:24px;flex-wrap:wrap}.game-pagination-unit{display:inline-flex;align-items:center;gap:5px}.game-pagination a,.game-pagination strong{min-width:34px;height:34px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d5cfc8;border-radius:4px;text-decoration:none;color:#5c554e;font-size:.8rem;background:#fff}.game-pagination a:hover{background:#f5f2ef;border-color:#bdb5ac}.game-pagination strong{background:#403a35;border-color:#403a35;color:#fff}.game-pagination-ellipsis{padding:0 3px;color:#9b948c}@media(max-width:760px){.game-log-browser{padding:20px}.game-log-browser-heading{align-items:flex-start;flex-direction:column}.game-log-browser-row{grid-template-columns:1fr;gap:4px}.game-log-browser-meta{align-items:flex-start;flex-direction:column}}.game-world-shell{min-height:100vh;margin-right:340px;container-type:inline-size}.game-chat{position:fixed;z-index:70;top:0;right:0;bottom:0;display:grid;width:340px;grid-template-rows:auto auto minmax(0,1fr) auto auto;border-left:1px solid #2e2923;background:#171512;color:#eee9df;box-shadow:-7px 0 22px rgba(24,20,15,.12)}.game-chat-header{display:flex;min-height:76px;padding:15px 16px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.1);background:#211e19}.game-chat-header>div{min-width:0}.game-chat-header span{display:block;margin-bottom:5px;color:#a99172;font-size:.64rem;font-weight:800;letter-spacing:.16em}.game-chat-header strong{display:block;overflow:hidden;color:#f6f0e6;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.game-chat-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid rgba(255,255,255,.1)}.game-chat-tabs button{min-height:44px;padding:0 12px;border:0;border-right:1px solid rgba(255,255,255,.08);border-radius:0;background:#171512;color:#aaa197;font-size:.82rem}.game-chat-tabs button:last-child{border-right:0}.game-chat-tabs button.is-active,.game-chat-tabs button:hover:not(:disabled){background:#3a3127;color:#fff9ef}.game-chat-tabs button:disabled{color:#625d56;cursor:not-allowed;opacity:1}.game-chat-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:8px 14px 14px;scrollbar-color:#554a3d #171512}.game-chat-message{padding:5px 0 0;border-bottom:0}.game-chat-message.is-continuation{padding:0}.game-chat-message.is-group-end{padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.055)}.game-chat-message.is-group-end+.game-chat-message{padding-top:6px}.game-chat-message-meta{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.game-chat-message-meta strong{min-width:0;overflow:hidden;color:#d7bd98;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.game-chat-guild{color:#c7aa7d}.game-chat-character{color:#d7bd98}.game-chat-family{margin-left:5px;color:#77716a;font-size:.64rem;font-weight:500}.game-chat-message-meta time{flex:0 0 auto;color:#6f6961;font-size:.63rem}.game-chat-message p{margin:1px 0 0;color:#ded9d1;font-size:.8rem;line-height:1.24;overflow-wrap:anywhere;white-space:pre-wrap}.game-chat-message.is-continuation p{margin:0;line-height:1.24}.game-chat-message p.has-time{display:flex;align-items:baseline;gap:6px}.game-chat-message p.has-time>span{min-width:0;flex:1 1 auto}.game-chat-inline-time{flex:0 0 auto;color:#6f6961;font-size:.63rem;line-height:1;white-space:nowrap}.game-chat-message.is-continuation{padding-top:3px}.game-chat-message.is-continuation .game-chat-message-meta{justify-content:flex-end}.game-chat-message.is-continuation p{margin-top:1px}.game-chat-message.is-whisper{cursor:default}.game-chat-message.is-whisper .game-chat-message-meta strong{color:#c7a6d8}.game-chat-whisper-target{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;margin-bottom:8px}.game-chat-whisper-target label{color:#a99172;font-size:.68rem;white-space:nowrap}.game-chat-whisper-target input{width:100%;min-width:0;padding:7px 8px;border:1px solid #4c4338;border-radius:4px;outline:none;background:#12100e;color:#f1ece4;font:inherit;font-size:.76rem}.game-chat-whisper-target input:focus{border-color:#907756}.game-chat-whisper-target input::placeholder{color:#69635c}.game-chat-state{margin:22px 0;color:#777067;font-size:.75rem;text-align:center}.game-chat-error{padding:8px 12px;border-top:1px solid rgba(174,69,57,.32);background:rgba(139,46,37,.17);color:#efb3aa;font-size:.72rem;line-height:1.4}.game-chat-form{padding:11px 12px 12px;border-top:1px solid rgba(255,255,255,.1);background:#211e19}.game-chat-form textarea{display:block;width:100%;min-height:58px;max-height:120px;resize:none;padding:9px 10px;border:1px solid #4c4338;border-radius:4px;outline:none;background:#12100e;color:#f1ece4;font:inherit;font-size:.8rem;line-height:1.4}.game-chat-form textarea:focus{border-color:#907756}.game-chat-form textarea::placeholder{color:#69635c}.game-chat-form-bottom{display:flex;margin-top:7px;align-items:center;justify-content:space-between;gap:10px}.game-chat-form-bottom span{color:#716b64;font-size:.64rem}.game-chat-form-bottom button{min-width:70px;padding:7px 11px;border:1px solid #6c5942;border-radius:3px;background:#5b4935;color:#fffaf2;font-size:.75rem}.game-chat-form-bottom button:hover:not(:disabled){background:#6b573f}.game-chat-form-bottom button:disabled{opacity:.42}.game-chat-backdrop,.game-chat-mobile-button,.game-chat-mobile-close{display:none}@media (max-width:760px){.game-world-shell{margin-right:0}.game-chat{z-index:110;width:min(390px,92vw);transform:translateX(105%);transition:transform .18s ease;box-shadow:-12px 0 35px rgba(0,0,0,.24)}.game-chat.is-mobile-open{transform:translateX(0)}.game-chat-header{min-height:64px}.game-chat-mobile-button{position:fixed;z-index:85;right:16px;bottom:18px;display:inline-flex;min-width:62px;min-height:42px;padding:0 14px;align-items:center;justify-content:center;border:1px solid #493b2d;border-radius:999px;background:#211e19;color:#f5eee4;box-shadow:0 5px 18px rgba(0,0,0,.22);font-size:.8rem}.game-chat-mobile-close{display:grid;width:34px;height:34px;padding:0;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:4px;background:transparent;color:#d9d2ca;font-size:1.4rem;line-height:1}.game-chat-backdrop{position:fixed;z-index:100;inset:0;display:block;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(0,0,0,.43)}}.game-chat-tab-dot{display:inline-block;width:7px;height:7px;margin-left:5px;border-radius:999px;background:#df3f36;vertical-align:middle;box-shadow:0 0 0 2px rgba(223,63,54,.13)}.game-chat-unread-dot{position:absolute;top:3px;right:3px;width:9px;height:9px;border:2px solid #211e19;border-radius:999px;background:#df3f36}.game-chat-whisper-room-header{display:flex;align-items:center;gap:10px;padding:9px 12px;border-bottom:1px solid rgba(255,255,255,.1);background:#1d1a16}.game-chat-whisper-room-header>button{flex:0 0 auto;padding:6px 8px;border:1px solid #4c4338;border-radius:3px;background:#171512;color:#d7d0c7;font-size:.7rem}.game-chat-whisper-room-header>div{min-width:0}.game-chat-whisper-room-header strong{display:block;overflow:hidden;color:#d3b5e0;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.game-chat-whisper-room-header span{display:block;margin-top:2px;color:#716b64;font-size:.61rem}.game-chat-whisper-rooms{min-height:0;overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.game-chat-whisper-start{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:7px;gap:7px;padding:10px 11px;border-bottom:1px solid rgba(255,255,255,.08);background:#1d1a16}.game-chat-whisper-start input{min-width:0;padding:8px 9px;border:1px solid #4c4338;border-radius:4px;outline:none;background:#12100e;color:#f1ece4;font:inherit;font-size:.74rem}.game-chat-whisper-start input:focus{border-color:#907756}.game-chat-whisper-start input::placeholder{color:#69635c}.game-chat-whisper-start button{padding:7px 11px;border:1px solid #6c5942;border-radius:3px;background:#5b4935;color:#fffaf2;font-size:.72rem}.game-chat-whisper-start button:disabled{opacity:.42}.game-chat-whisper-room-list{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#554a3d #171512}.game-chat-whisper-room{display:block;width:100%;padding:12px 13px;border:0;border-bottom:1px solid rgba(255,255,255,.07);border-radius:0;background:#171512;color:inherit;text-align:left}.game-chat-whisper-room:hover{background:#211d18}.game-chat-whisper-room-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.game-chat-whisper-room-title strong{min-width:0;overflow:hidden;color:#d3b5e0;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.game-chat-whisper-room-title>span{display:inline-flex;min-width:20px;height:20px;padding:0 6px;align-items:center;justify-content:center;border-radius:999px;background:#c73c34;color:#fff;font-size:.62rem;font-weight:800}.game-chat-whisper-room-preview{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.game-chat-whisper-room-preview p{min-width:0;margin:0;overflow:hidden;color:#9d968e;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.game-chat-whisper-room-preview time{flex:0 0 auto;color:#69635c;font-size:.6rem}.game-chat-message.is-whisper.is-own{padding-left:22px}.game-chat-message.is-whisper.is-own .game-chat-message-meta strong{color:#b69cc4}.game-chat{display:flex;flex-direction:column}.game-chat-list,.game-chat-whisper-rooms{flex:1 1 auto}.game-feedback-toast-stack{position:fixed;top:82px;right:364px;z-index:1300;display:grid;grid-gap:10px;gap:10px;pointer-events:none}.game-feedback-toast{position:relative;pointer-events:auto;display:grid;grid-template-columns:26px minmax(0,1fr) 24px;align-items:center;grid-gap:10px;gap:10px;width:min(420px,calc(100vw - 32px));padding:13px 14px;border:1px solid;border-radius:9px;box-shadow:0 12px 34px rgba(0,0,0,.2);animation:game-feedback-in .18s ease-out;cursor:pointer}.game-feedback-toast>span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;font-weight:900}.game-feedback-toast p{margin:0;font-size:13px;font-weight:750;line-height:1.45}.game-feedback-toast button{border:0;background:transparent;font-size:19px;line-height:1;cursor:pointer;opacity:.72}.game-feedback-toast.is-success{border-color:#6d9c76;background:#eef8f0;color:#245c30}.game-feedback-toast.is-success>span{background:#3f7d4a;color:#fff}.game-feedback-toast.is-error{border-color:#c46d6d;background:#fff0f0;color:#852d2d}.game-feedback-toast.is-error>span{background:#ad4040;color:#fff}.game-feedback-toast.is-warning{border-color:#c39a48;background:#fff8e6;color:#795916}.game-feedback-toast.is-warning>span{background:#a87b22;color:#fff}@keyframes game-feedback-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.game-popup-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:rgba(26,20,15,.54)}.game-popup-card{width:min(500px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:24px;border:1px solid #c9b9a6;border-radius:11px;background:#fffdf9;box-shadow:0 22px 70px rgba(0,0,0,.28)}.game-popup-eyebrow{margin:0 0 5px;color:#8c735b;font-size:10px;font-weight:900;letter-spacing:.15em}.game-popup-card h2{margin:0;color:#30251b;font-size:22px}.craft-result-subtitle,.game-popup-note{margin:12px 0 0;color:#77695d;font-size:13px;line-height:1.55}.game-popup-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.game-popup-actions button{min-width:88px;padding:9px 14px;border-radius:7px;font-weight:800;cursor:pointer}.game-popup-secondary{border:1px solid #c8bbaa;background:#fff;color:#5b4b3d}.game-popup-primary{border:1px solid #65503a;background:#5d452f;color:#fff}.craft-confirm-summary,.craft-result-grid{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.craft-confirm-summary>div,.craft-result-grid>div{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:9px 11px;border:1px solid #e0d7cc;border-radius:7px;background:#faf7f2}.craft-confirm-summary span,.craft-result-grid span{color:#78695b;font-size:12px}.craft-confirm-summary strong,.craft-result-grid strong{color:#382d23;font-size:13px;text-align:right}.craft-result-popup{border-top:5px solid #4d8658}.craft-result-popup .game-popup-eyebrow{color:#477752}.craft-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.craft-result-exp{margin-top:14px;padding:10px 12px;border:1px solid #b8d2bd;border-radius:7px;background:#eff8f1;color:#356440;font-size:13px;font-weight:800}@media (max-width:640px){.game-feedback-toast-stack{top:70px;right:16px}.craft-result-grid{grid-template-columns:1fr}.game-popup-card{padding:20px}}@media (max-width:980px){.game-feedback-toast-stack{right:16px}}.town-map-point.is-declared{border-radius:50%;outline:2px solid #ff4a45;outline-offset:3px;box-shadow:0 0 12px rgba(255,74,69,.85)}.town-map-cell.is-declared{outline:3px solid #ff4a45;outline-offset:-4px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.45),0 0 12px rgba(255,74,69,.75)}@media(max-width:820px){.stat-step-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-apply-row{display:grid;grid-template-columns:1fr 1fr}.stat-apply-button,.stat-reset-button{width:100%}.stat-summary-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stat-summary-compact{grid-template-columns:1fr}.stat-step-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.game-combat-stat-grid .game-stat-empty{pointer-events:none}.crafting-preview-panel{margin-top:16px;border:1px solid #cdbfae;border-radius:9px;background:#f8f4ed;padding:14px}.crafting-preview-heading{display:flex;justify-content:space-between;gap:14px;align-items:baseline;margin-bottom:10px}.crafting-preview-heading strong{color:#493727;font-size:14px}.crafting-preview-heading span{color:#846f5b;font-size:12px}.crafting-preview-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.crafting-preview-grid>div{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid #e0d6ca;border-radius:7px;background:#fffdf9;padding:9px 11px}.crafting-preview-grid span{color:#78695b;font-size:12px}.crafting-preview-grid strong{color:#35291f;font-size:13px;text-align:right}.crafting-preview-extra-grid{margin-top:8px}@media (max-width:820px){.crafting-preview-heading{align-items:flex-start;flex-direction:column;gap:4px}.crafting-preview-grid{grid-template-columns:1fr}}.battle-cooldown-status{min-width:118px;color:#6f665c;font-size:.84rem;font-weight:700}@media(max-width:620px){.battle-action-row{flex-wrap:wrap;gap:10px}.battle-cooldown-status{width:100%;min-width:0}}.auction-manager{display:grid;grid-gap:14px;gap:14px}.auction-view-tabs{display:flex;align-items:center;gap:7px}.auction-category-tabs button,.auction-view-tabs>button{min-height:38px;padding:0 14px;border:1px solid #d6cec4;background:#faf8f4;color:#5e574f;font-weight:800;cursor:pointer}.auction-category-tabs button.is-active,.auction-view-tabs>button.is-active{border-color:#4e4438;background:#312b24;color:#fff8ec}.auction-bank{margin-left:auto;display:flex;align-items:center;gap:10px;padding:0 12px}.auction-bank span{color:#817a72;font-size:.73rem}.auction-bank strong{font-size:.9rem}.auction-category-tabs{display:flex;flex-wrap:wrap;gap:6px}.auction-category-tabs button{min-height:33px;padding:0 11px;font-size:.72rem}.auction-list-card,.auction-sell-card{overflow:hidden}.auction-sell-card{padding:18px}.auction-sell-grid{display:grid;grid-template-columns:minmax(240px,2fr) minmax(90px,.6fr) minmax(150px,1fr) minmax(150px,1fr);grid-gap:12px;gap:12px;margin-top:16px}.auction-sell-grid label{display:grid;grid-gap:6px;gap:6px}.auction-sell-grid label>span{color:#756d64;font-size:.72rem;font-weight:800}.auction-actions input,.auction-sell-grid input,.auction-sell-grid select{height:40px;padding:0 10px;border:1px solid #d5cec5;background:#fff;color:#413b35}.auction-sell-grid input:disabled{background:#f1efeb;color:#999}.auction-rules{display:flex;flex-wrap:wrap;gap:8px 16px;margin:14px 0;color:#756d64;font-size:.72rem}.auction-rules span:before{content:"•";margin-right:6px}.auction-register-button{min-height:40px;padding:0 18px}.auction-table-wrap{overflow-x:auto}.auction-table{width:100%;min-width:1050px;border-collapse:collapse;font-size:.75rem}.auction-table th{padding:10px 9px;border-bottom:1px solid #ddd6cd;background:#f5f2ed;color:#706960;text-align:left;white-space:nowrap}.auction-table td{padding:10px 9px;border-bottom:1px solid #eee9e2;vertical-align:middle}.auction-table td>small,.auction-table td>strong{display:block}.auction-table td small{margin-top:3px;color:#8b837a}.auction-actions{display:grid;grid-gap:6px;gap:6px;min-width:205px}.auction-actions>div{display:flex}.auction-actions input{min-width:0;width:115px;height:33px}.auction-actions button{height:33px;padding:0 11px;border:1px solid #8a7964;background:#fff;color:#4b4238;font-weight:800;cursor:pointer}.auction-actions>div button{border-left:0}.auction-actions .auction-buyout-button{width:100%;background:#4d4337;color:#fff;border-color:#4d4337}.auction-actions button:disabled{opacity:.45;cursor:not-allowed}.auction-own-label{color:#8a8279;font-weight:800}.auction-empty{padding:34px 18px;color:#817a72;text-align:center}.auction-table tbody tr:hover{background:#faf8f5}@media(max-width:900px){.auction-view-tabs{flex-wrap:wrap}.auction-bank{width:100%;margin-left:0;padding:5px 0;justify-content:space-between}.auction-sell-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.auction-sell-grid{grid-template-columns:1fr}.auction-view-tabs>button{flex:1 1;padding:0 8px}.auction-category-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.auction-category-tabs button{padding:0 5px}.auction-page .game-management-heading{align-items:flex-start;flex-direction:column;gap:5px}}.auction-claim-tab{position:relative}.auction-claim-tab b{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;border-radius:9px;background:#b43d32;color:#fff;font-size:.65rem}.auction-claim-card{padding:18px}.auction-claim-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.auction-claim-heading span{display:block;color:#9a8e80;font-size:.65rem;font-weight:900;letter-spacing:.12em}.auction-claim-heading h2{margin:2px 0 0;font-size:1rem}.auction-claim-heading button,.auction-claim-row button{min-height:34px;padding:0 13px;border:1px solid #5b5044;background:#4d4337;color:#fff;font-weight:800;cursor:pointer}.auction-claim-heading button:disabled,.auction-claim-row button:disabled{opacity:.45}.auction-claim-list{display:grid;grid-gap:7px;gap:7px}.auction-claim-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border:1px solid #e2dbd2;background:#faf8f5}.auction-claim-row div{min-width:0}.auction-claim-row small,.auction-claim-row strong{display:block}.auction-claim-row small{margin-bottom:3px;color:#8a8177;font-size:.68rem}.auction-claim-row strong{font-size:.82rem}.auction-claim-row button{flex:0 0 auto;min-width:64px}.shop-mode-tabs{display:flex;border-bottom:1px solid #e3ded6;background:#f6f3ee}.shop-mode-tabs button{flex:1 1;min-height:44px;border:0;border-right:1px solid #e3ded6;border-radius:0;background:transparent;color:#756d64;font-weight:700;cursor:pointer}.shop-mode-tabs button:last-child{border-right:0}.shop-mode-tabs button.is-active{background:#fff;color:#28231e;box-shadow:inset 0 -2px 0 #8a7358}.shop-sell-table td:first-child,.shop-sell-table th:first-child{text-align:left}.equipment-row-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.equipment-enhance-button{border:1px solid #8e6f49;border-radius:6px;background:#f7f0e6;color:#5e4327;padding:7px 10px;font-weight:800;cursor:pointer}.equipment-enhance-button:disabled{opacity:.45;cursor:not-allowed}.enhancement-popup{width:min(620px,calc(100vw - 32px))}.enhancement-rate-grid,.enhancement-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:16px}.enhancement-rate-grid>div,.enhancement-summary-grid>div{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e0d7cc;border-radius:7px;background:#faf7f2}.enhancement-rate-grid span,.enhancement-summary-grid span{color:#78695b;font-size:12px}.enhancement-rate-grid strong,.enhancement-summary-grid strong{color:#382d23;font-size:13px}.enhancement-aid-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:16px}.enhancement-aid-grid label{display:grid;grid-gap:6px;gap:6px;color:#5e4d3d;font-size:13px;font-weight:800}.enhancement-aid-grid select{width:100%;border:1px solid #cfc1b0;border-radius:7px;background:#fff;padding:9px 10px;color:#33271d}@media (max-width:640px){.enhancement-aid-grid,.enhancement-rate-grid,.enhancement-summary-grid{grid-template-columns:1fr}}.guild-join-card{padding:16px}.guild-join-list{display:grid;grid-gap:8px;gap:8px}.guild-join-item{border:1px solid rgba(60,42,24,.14);border-radius:9px;overflow:hidden;background:rgba(255,255,255,.16)}.guild-join-summary{width:100%;display:grid!important;grid-template-columns:minmax(120px,1fr) auto 22px;align-items:center;grid-gap:14px;gap:14px;text-align:left!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit!important;padding:12px 14px!important}.guild-join-summary:hover{background:rgba(95,75,50,.06)!important}.guild-join-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.guild-join-meta{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-size:.86rem;white-space:nowrap;opacity:.78}.guild-join-meta b{font-weight:700;color:inherit}.guild-join-chevron{font-size:1.15rem;line-height:1;text-align:center;transition:transform .15s ease}.guild-join-item.is-expanded .guild-join-chevron{transform:rotate(180deg)}.guild-join-detail{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:13px 14px 14px;border-top:1px solid rgba(60,42,24,.12)}.guild-join-intro{min-width:0;flex:1 1}.guild-join-intro>span{display:block;margin-bottom:5px;font-size:.75rem;font-weight:700;opacity:.58}.guild-join-intro p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.5}.guild-join-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.guild-join-full{font-size:.8rem;opacity:.62}@media(max-width:760px){.guild-join-card{padding:10px}.guild-join-list{gap:6px}.guild-join-summary{grid-template-columns:minmax(0,1fr) 18px;gap:8px;padding:10px 11px!important}.guild-join-name{grid-column:1}.guild-join-chevron{grid-column:2;grid-row:1/3;align-self:center}.guild-join-meta{grid-column:1;justify-content:flex-start;gap:10px;flex-wrap:wrap;font-size:.78rem;white-space:normal}.guild-join-detail{align-items:stretch;flex-direction:column;gap:10px;padding:11px}.guild-join-actions{justify-content:flex-end}.guild-join-actions button{width:auto;min-width:92px}}.game-account-actions-desktop{display:flex;align-items:center;gap:10px}.game-account-menu{display:none;position:relative;flex:0 0 auto}.game-account-menu-trigger{width:36px;height:36px;padding:0;border:1px solid #d9d4cb;border-radius:4px;background:#fff;color:#34312d;font:inherit;font-size:1.35rem;line-height:1;cursor:pointer}.game-account-menu-dropdown{display:none;position:absolute;z-index:80;top:calc(100% + 7px);right:0;min-width:132px;overflow:hidden;border:1px solid #d9d4cb;border-radius:5px;background:#fff;box-shadow:0 8px 24px rgba(40,36,30,.14)}.game-account-menu.is-open .game-account-menu-dropdown{display:block}.game-account-menu-dropdown a,.game-account-menu-dropdown button{display:flex;width:100%;min-height:40px;padding:0 13px;align-items:center;border:0;border-bottom:1px solid #eeeae4;background:#fff;color:#34312d;font:inherit;font-size:.8rem;text-align:left;cursor:pointer}.game-account-menu-dropdown form:last-child button{border-bottom:0;color:#8a332b}.game-account-menu-dropdown a:hover,.game-account-menu-dropdown button:hover{background:#f7f5f1}@media (max-width:680px){.game-topbar-inner{width:calc(100% - 20px);gap:10px}.game-account-actions{min-width:0;flex:1 1 auto;justify-content:flex-end;gap:7px}.game-family-badge{display:block;min-width:0;max-width:min(52vw,220px);padding:7px 10px}.game-family-badge span{display:block;min-width:0;margin:0;overflow:hidden;color:#3c3227;font-size:.9rem;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}.game-account-actions-desktop{display:none}.game-account-menu{display:block}}.auction-table,.equipment-inventory-table,.guild-table,.material-inventory-table{width:100%;min-width:0}.auction-table{table-layout:fixed}.auction-table td,.auction-table th{min-width:0;overflow-wrap:anywhere}.auction-table th:first-child{width:8%}.auction-table th:nth-child(2){width:18%}.auction-table th:nth-child(3){width:13%}.auction-table th:nth-child(4),.auction-table th:nth-child(5){width:14%}.auction-table th:nth-child(6){width:11%}.auction-table th:nth-child(7){width:22%}.auction-actions{min-width:0;width:100%}.auction-actions>div{min-width:0}.auction-actions input{width:min(100%,115px);flex:1 1 70px}.auction-actions button{flex:0 0 auto;padding-inline:8px}.shop-table{width:100%;min-width:0;table-layout:fixed}.shop-table td,.shop-table th{min-width:0!important;overflow:hidden;text-overflow:ellipsis}.shop-table td:first-child,.shop-table th:first-child{width:11%}.shop-table td:nth-child(2),.shop-table th:nth-child(2){width:24%}.shop-table td:nth-child(n+3):nth-child(-n+7),.shop-table th:nth-child(n+3):nth-child(-n+7){width:8%}.shop-table td:nth-child(8),.shop-table th:nth-child(8){width:17%}.auction-table-wrap,.equipment-inventory-table-wrap,.guild-table-wrap,.shop-table-wrap{max-width:100%}@container (max-width: 1000px){.game-main-layout{grid-template-columns:1fr}.game-character-panel{position:static}.game-character-heading{text-align:left}.character-skill-slot-summary,.game-menu-grid,.management-summary,.skill-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-layout{grid-template-columns:150px minmax(0,1fr);gap:12px}.shop-toolbar{gap:10px;padding-inline:12px}.shop-table{font-size:.72rem}.auction-sell-grid{grid-template-columns:minmax(180px,2fr) minmax(80px,.7fr) minmax(120px,1fr) minmax(120px,1fr);gap:8px}.auction-table{font-size:.7rem}.auction-table td,.auction-table th{padding:8px 6px}.auction-actions button{font-size:.68rem}.guild-overview{grid-template-columns:130px minmax(0,1fr);gap:16px}.guild-emblem-placeholder{min-height:130px}}@container (max-width: 820px){.active-slot-grid,.battle-combatant-info-grid,.battle-duel-status,.battle-field-grid,.character-info-grid,.game-log-columns,.management-summary,.skill-card-grid,.stat-invest-grid,.town-move-layout{grid-template-columns:1fr}.character-info-wide{grid-column:auto}.skill-toolbar{flex-direction:column}.skill-point-box{min-width:0}.stat-invest-card{flex-direction:column}.stat-invest-actions input{flex:1 1}.character-equipment-summary,.equipment-slot-grid,.equipment-total-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.character-equipment-totals{flex-direction:column}.crafting-aid-row,.crafting-controls,.crafting-material-list,.crafting-progress-panel{grid-template-columns:1fr}.crafting-ability-row{grid-template-columns:64px minmax(0,1fr)}.crafting-ability-row span{grid-column:1/-1}.guild-overview{grid-template-columns:1fr}.guild-emblem-placeholder{min-height:110px}.guild-info-grid{grid-template-columns:1fr}.guild-empty,.guild-section-heading,.guild-setting-row,.guild-title-row{align-items:flex-start;flex-direction:column}.shop-layout{grid-template-columns:1fr}.shop-category-card{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-category-card>strong{grid-column:1/-1}.shop-toolbar{align-items:stretch;flex-direction:column}.shop-job-filter,.shop-wallet{justify-content:space-between}.shop-table{font-size:.7rem}.shop-table td:nth-child(3),.shop-table td:nth-child(4),.shop-table td:nth-child(5),.shop-table td:nth-child(6),.shop-table td:nth-child(7),.shop-table th:nth-child(3),.shop-table th:nth-child(4),.shop-table th:nth-child(5),.shop-table th:nth-child(6),.shop-table th:nth-child(7){display:none}.shop-table td:first-child,.shop-table th:first-child{width:18%}.shop-table td:nth-child(2),.shop-table th:nth-child(2){width:52%}.shop-table td:nth-child(8),.shop-table th:nth-child(8){width:30%}.shop-table-wrap{overflow-x:hidden}.auction-view-tabs{flex-wrap:wrap}.auction-bank{width:100%;margin-left:0;padding:5px 0;justify-content:space-between}.auction-sell-grid{grid-template-columns:1fr 1fr}.auction-table td:first-child,.auction-table td:nth-child(3),.auction-table th:first-child,.auction-table th:nth-child(3){display:none}.auction-table th:nth-child(2){width:24%}.auction-table th:nth-child(4),.auction-table th:nth-child(5){width:18%}.auction-table th:nth-child(6){width:14%}.auction-table th:nth-child(7){width:26%}.auction-table-wrap{overflow-x:hidden}.auction-actions input{height:31px}.auction-actions button{height:31px;padding-inline:6px}.game-log-browser-row{grid-template-columns:150px minmax(0,1fr);gap:12px}.stat-step-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-apply-row{display:grid;grid-template-columns:1fr 1fr}.stat-apply-button,.stat-reset-button{width:100%}.stat-summary-compact{grid-template-columns:repeat(2,1fr)}.enhancement-aid-grid,.enhancement-rate-grid,.enhancement-summary-grid{grid-template-columns:1fr}}@container (max-width: 640px){.character-equipment-summary,.character-info-list,.character-skill-slot-summary,.character-vitals-grid,.equipment-slot-grid,.equipment-total-summary,.game-menu-grid,.management-summary{grid-template-columns:1fr}.guild-card,.guild-empty,.guild-loading,.management-card,.skill-manager{padding:16px}.game-management-page{padding-inline:12px}.stat-step-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.auction-sell-grid,.stat-summary-compact{grid-template-columns:1fr}.auction-view-tabs>button{flex:1 1 auto;padding-inline:8px}.auction-category-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.auction-category-tabs button{padding-inline:5px}.auction-table,.auction-table tbody,.auction-table td,.auction-table thead,.auction-table tr{display:block;width:100%}.auction-table thead{display:none}.auction-table tbody{display:grid;grid-gap:10px;gap:10px;padding:10px}.auction-table tr{padding:11px;border:1px solid #e2dbd2;background:#fff}.auction-table td{display:block!important;padding:5px 0;border-bottom:0}.auction-table td:first-child,.auction-table td:nth-child(3){display:none!important}.auction-table td:nth-child(2){font-size:.82rem}.auction-table td:nth-child(4):before{content:"현재 입찰  ";color:#8b837a;font-size:.68rem}.auction-table td:nth-child(5):before{content:"즉시구매  ";color:#8b837a;font-size:.68rem}.auction-table td:nth-child(6):before{content:"남은 시간  ";color:#8b837a;font-size:.68rem}.auction-actions{margin-top:4px}.auction-actions input{width:auto;flex:1 1 auto}.equipment-inventory-table,.guild-table,.material-inventory-table{font-size:.72rem}.equipment-inventory-table td,.equipment-inventory-table th,.guild-table td,.guild-table th,.material-inventory-table td,.material-inventory-table th{padding:8px 5px;overflow-wrap:anywhere}.guild-intro-cell{min-width:0}.guild-inline-form input{min-width:0;width:100%}.game-log-browser{padding:16px}.game-log-browser-row{grid-template-columns:1fr;gap:4px}.game-log-browser-meta{align-items:flex-start;flex-direction:column}.battle-action-row{flex-wrap:wrap;gap:10px}.battle-cooldown-status{width:100%;min-width:0}}.battle-status-meter-row{display:block;margin-top:8px}.battle-status-meter-row>span{display:block;margin:0 0 4px;color:#817a72;font-size:.68rem;font-weight:800}.battle-status-meter-row .battle-mini-track{width:100%;margin:0}.battle-exp-track>i{background:#8c6948}.battle-result-exp-row{display:flex;align-items:center;gap:10px;margin:12px 0 0}.battle-result-exp-row>span{flex:0 0 auto;color:#817a72;font-size:.7rem;font-weight:800}.battle-result-exp-row .battle-mini-track{flex:1 1 auto;min-width:0;margin:0}.battle-combatant-detail{margin-top:8px;border-top:1px solid #e9e4dc}.battle-combatant-detail>summary{cursor:pointer;list-style:none;padding:9px 2px 7px;color:#5e574f;font-size:.76rem;font-weight:800;-webkit-user-select:none;-moz-user-select:none;user-select:none}.battle-combatant-detail>summary::-webkit-details-marker{display:none}.battle-combatant-detail>summary:after{content:"＋";float:right;color:#8a8279}.battle-combatant-detail[open]>summary:after{content:"－"}.battle-combatant-detail .battle-stat-grid{margin-top:2px}.battle-combatant-detail .battle-equipment-list{margin-top:2px;padding-top:0;border-top:0}@container (max-width: 820px){.battle-combatant-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.battle-combatant-card{min-width:0;padding:12px}.battle-combatant-title{padding-bottom:9px}.battle-combatant-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.battle-combatant-title span{font-size:.68rem}.battle-combatant-resources{margin:9px 0;padding-bottom:8px}.battle-meter-with-value>b{font-size:.6rem}.battle-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.battle-equipment-list{grid-template-columns:1fr}}@container (max-width: 520px){.battle-combatant-info-grid{gap:6px}.battle-combatant-card{padding:9px}.battle-combatant-title strong{font-size:.86rem}.battle-combatant-title span,.battle-status-meter-row>span{font-size:.62rem}.battle-mini-track.battle-meter-with-value{height:17px}.battle-meter-with-value>b{font-size:.55rem;line-height:17px}.battle-combatant-detail>summary{font-size:.7rem}.battle-stat-grid>div{padding:7px 6px}.battle-stat-grid span{font-size:.6rem}.battle-stat-grid strong{font-size:.72rem}}.battle-result-progress-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;margin:10px 0 14px}.battle-result-progress-row .battle-result-exp-row{margin:0}.battle-result-money{display:flex;align-items:baseline;gap:7px;white-space:nowrap;font-size:13px}.battle-result-money>span{color:#786b5c;font-weight:700}.battle-result-money>strong{font-size:14px;color:#2f2923}.battle-result-money>b{font-size:12px}.battle-result-money>b.is-gain{color:#476a42}.battle-result-money>b.is-loss{color:#9b4039}@container gameworld (max-width: 560px){.battle-result-progress-row{grid-template-columns:1fr;gap:7px}.battle-result-money{justify-content:flex-end}}.battle-action-group .battle-log-effect.battle-log-damage{color:#b84235;font-weight:400}