.char-sheet-module__FXMrzW__wrapper{background:var(--color-background);min-height:100vh;color:var(--color-parchment);font-family:var(--font-body);padding-top:70px;font-size:1rem;line-height:1.5}.char-sheet-module__FXMrzW__container{max-width:1100px;margin:0 auto;padding:24px 32px 80px}.char-sheet-module__FXMrzW__topbar{border-bottom:1px solid var(--color-gold-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:4px;padding-bottom:16px;display:flex}.char-sheet-module__FXMrzW__titleWrap{flex-direction:column;gap:2px;display:flex}.char-sheet-module__FXMrzW__eyebrow{font-family:var(--font-heading);letter-spacing:.3em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.6rem}.char-sheet-module__FXMrzW__title{font-family:var(--font-heading);color:var(--color-gold);letter-spacing:.04em;margin:0;font-size:1.5rem;font-weight:700}.char-sheet-module__FXMrzW__actions{flex-wrap:wrap;gap:8px;display:flex}.char-sheet-module__FXMrzW__btn{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-parchment);white-space:nowrap;padding:8px 16px;font-size:.68rem;transition:all .15s}.char-sheet-module__FXMrzW__btn:hover{border-color:var(--color-gold-dim);color:var(--color-gold)}.char-sheet-module__FXMrzW__btnPrimary{background:var(--color-gold);border-color:var(--color-gold);color:var(--color-background);font-weight:700}.char-sheet-module__FXMrzW__btnPrimary:hover{background:var(--color-gold-light);border-color:var(--color-gold-light);color:var(--color-background)}.char-sheet-module__FXMrzW__btnDanger:hover{border-color:var(--color-blood);color:var(--color-blood)}.char-sheet-module__FXMrzW__saveHint{color:var(--color-muted);align-self:center;font-size:.7rem;font-style:italic}.char-sheet-module__FXMrzW__tabs{border-bottom:1px solid var(--color-border);flex-wrap:wrap;gap:2px;margin:20px 0 28px;display:flex}.char-sheet-module__FXMrzW__tab{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 22px;font-size:.72rem;transition:all .15s}.char-sheet-module__FXMrzW__tab:hover{color:var(--color-parchment)}.char-sheet-module__FXMrzW__tabActive{color:var(--color-gold);border-bottom-color:var(--color-gold)}.char-sheet-module__FXMrzW__panel{animation:.25s char-sheet-module__FXMrzW__fadeIn}@keyframes char-sheet-module__FXMrzW__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.char-sheet-module__FXMrzW__fieldGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px 24px;display:grid}.char-sheet-module__FXMrzW__field{flex-direction:column;gap:6px;display:flex}.char-sheet-module__FXMrzW__fieldWide{grid-column:1/-1}.char-sheet-module__FXMrzW__label{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.6rem}.char-sheet-module__FXMrzW__input,.char-sheet-module__FXMrzW__select,.char-sheet-module__FXMrzW__textarea{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-parchment);font-family:var(--font-body);outline:none;width:100%;padding:9px 12px;font-size:1rem;transition:border-color .18s}.char-sheet-module__FXMrzW__input:focus,.char-sheet-module__FXMrzW__select:focus,.char-sheet-module__FXMrzW__textarea:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__select{font-family:var(--font-body);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%237A6030'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.char-sheet-module__FXMrzW__textarea{resize:vertical;min-height:80px;line-height:1.6}.char-sheet-module__FXMrzW__rollRow{align-items:stretch;gap:8px;display:flex}.char-sheet-module__FXMrzW__rollRow .char-sheet-module__FXMrzW__input{flex:1}.char-sheet-module__FXMrzW__rollBtn{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;background:var(--color-surface-alt);border:1px solid var(--color-gold-dim);color:var(--color-gold);cursor:pointer;white-space:nowrap;padding:0 16px;font-size:.62rem;transition:background .15s}.char-sheet-module__FXMrzW__rollBtn:hover{background:#c9a84c1a}.char-sheet-module__FXMrzW__raceBonus{color:var(--color-muted);border-left:2px solid var(--color-gold-dim);background:#c9a84c08;grid-column:1/-1;padding:8px 12px;font-size:.82rem;font-style:italic;line-height:1.4}.char-sheet-module__FXMrzW__sectionLabel{font-family:var(--font-heading);letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);border-bottom:1px solid var(--color-border);margin:28px 0 14px;padding-bottom:6px;font-size:.7rem}.char-sheet-module__FXMrzW__sectionLabel:first-child{margin-top:0}.char-sheet-module__FXMrzW__todo{text-align:center;border:1px dashed var(--color-border);color:var(--color-muted);padding:4rem 2rem;font-style:italic}@media (max-width:600px){.char-sheet-module__FXMrzW__container{padding:16px 16px 60px}.char-sheet-module__FXMrzW__tab{padding:9px 14px;font-size:.66rem}}.char-sheet-module__FXMrzW__buildBanner{background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-gold);flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:24px;padding:12px 18px;font-size:.9rem;display:flex}.char-sheet-module__FXMrzW__buildStat{align-items:baseline;gap:8px;display:flex}.char-sheet-module__FXMrzW__buildStatLabel{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.6rem}.char-sheet-module__FXMrzW__buildStatValue{font-family:var(--font-heading);color:var(--color-gold);font-size:1.1rem}.char-sheet-module__FXMrzW__buildWarn{color:var(--color-blood);font-size:.85rem;font-style:italic}.char-sheet-module__FXMrzW__buildOk{color:var(--color-gold);font-size:.85rem;font-style:italic}.char-sheet-module__FXMrzW__attrLayout{grid-template-columns:1fr 1fr;gap:32px;display:grid}@media (max-width:800px){.char-sheet-module__FXMrzW__attrLayout{grid-template-columns:1fr}}.char-sheet-module__FXMrzW__basicRow{border-bottom:1px solid var(--color-border);grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.char-sheet-module__FXMrzW__basicName{font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--color-parchment);font-size:.85rem}.char-sheet-module__FXMrzW__stepper{align-items:center;gap:4px;display:flex}.char-sheet-module__FXMrzW__stepBtn{background:var(--color-surface);border:1px solid var(--color-border);width:30px;height:30px;color:var(--color-gold);font-family:var(--font-heading);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:1.1rem;transition:all .12s;display:flex}.char-sheet-module__FXMrzW__stepBtn:hover{border-color:var(--color-gold-dim);background:var(--color-surface-alt)}.char-sheet-module__FXMrzW__stepBtn:disabled{opacity:.3;cursor:not-allowed}.char-sheet-module__FXMrzW__stepValue{text-align:center;width:44px;font-family:var(--font-heading);color:var(--color-gold);background:var(--color-background);border:1px solid var(--color-border);outline:none;padding:4px 0;font-size:1.3rem}.char-sheet-module__FXMrzW__stepValue:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__extRow{border-bottom:1px solid var(--color-border);grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:8px 0;display:grid}.char-sheet-module__FXMrzW__extName{font-family:var(--font-body);color:var(--color-parchment);font-size:.95rem}.char-sheet-module__FXMrzW__extFormula{color:var(--color-muted);font-size:.7rem;font-style:italic}.char-sheet-module__FXMrzW__extValue{text-align:center;width:52px;font-family:var(--font-heading);color:var(--color-gold);background:var(--color-background);border:1px solid var(--color-border);outline:none;padding:5px 0;font-size:1.1rem;transition:border-color .15s}.char-sheet-module__FXMrzW__extValue:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__extValueOverridden{color:var(--color-gold-light);border-color:var(--color-gold-dim);background:#c9a84c0f}.char-sheet-module__FXMrzW__extReset{width:24px;height:24px;color:var(--color-gold-dim);cursor:pointer;opacity:0;background:0 0;border:none;justify-content:center;align-items:center;font-size:.9rem;transition:opacity .15s,color .15s;display:flex}.char-sheet-module__FXMrzW__extRow:hover .char-sheet-module__FXMrzW__extReset{opacity:1}.char-sheet-module__FXMrzW__extReset:hover{color:var(--color-gold)}.char-sheet-module__FXMrzW__extResetPlaceholder{width:24px}.char-sheet-module__FXMrzW__coreGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin-top:8px;display:grid}.char-sheet-module__FXMrzW__coreStat{background:var(--color-surface);border:1px solid var(--color-border);flex-direction:column;gap:0;padding:14px 16px;display:flex}.char-sheet-module__FXMrzW__coreStatHead{min-height:44px;margin-bottom:10px}.char-sheet-module__FXMrzW__coreStatLabel{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.6rem;display:block}.char-sheet-module__FXMrzW__coreStatFormula{color:var(--color-muted);margin-top:3px;font-size:.66rem;font-style:italic;line-height:1.3;display:block}.char-sheet-module__FXMrzW__coreStatBody{align-items:center;min-height:40px;display:flex}.char-sheet-module__FXMrzW__coreStatRow{align-items:center;gap:8px;display:flex}.char-sheet-module__FXMrzW__coreStatValue{font-family:var(--font-heading);color:var(--color-gold);font-size:1.8rem;line-height:1}.char-sheet-module__FXMrzW__coreInput{text-align:center;width:60px;font-family:var(--font-heading);color:var(--color-gold);background:var(--color-background);border:1px solid var(--color-border);outline:none;padding:6px 0;font-size:1.4rem}.char-sheet-module__FXMrzW__coreInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__coreStatSub{flex-direction:column;gap:6px;margin-top:10px;display:flex}.char-sheet-module__FXMrzW__hpPips{gap:6px;margin-top:2px;display:flex}.char-sheet-module__FXMrzW__hpPip{border:2px solid var(--color-blood);width:28px;height:28px;color:var(--color-blood);cursor:pointer;justify-content:center;align-items:center;font-size:.9rem;transition:all .12s;display:flex}.char-sheet-module__FXMrzW__hpPipFilled{background:var(--color-blood);color:var(--color-parchment)}.char-sheet-module__FXMrzW__hpPipDisabled{opacity:.25;cursor:default;border-color:var(--color-muted);color:var(--color-muted)}.char-sheet-module__FXMrzW__pointsStepper{align-items:center;gap:4px;margin-left:4px;display:inline-flex}.char-sheet-module__FXMrzW__miniStep{background:var(--color-surface-alt);border:1px solid var(--color-border);width:22px;height:22px;color:var(--color-gold);font-family:var(--font-heading);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:.85rem;transition:all .12s;display:flex}.char-sheet-module__FXMrzW__miniStep:hover{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__miniStep:disabled{opacity:.3;cursor:not-allowed}.char-sheet-module__FXMrzW__budgetValue{font-family:var(--font-heading);color:var(--color-muted);text-align:center;min-width:16px;font-size:.85rem}.char-sheet-module__FXMrzW__extRow2{border-bottom:1px solid var(--color-border);grid-template-columns:1fr auto auto auto;align-items:center;gap:8px;padding:8px 0;display:grid}.char-sheet-module__FXMrzW__extMiscWrap{flex-direction:column;align-items:center;gap:2px;display:flex}.char-sheet-module__FXMrzW__extMiscLabel{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.48rem}.char-sheet-module__FXMrzW__extMiscInput{text-align:center;width:42px;font-family:var(--font-heading);color:var(--color-parchment);background:var(--color-surface);border:1px solid var(--color-border);outline:none;padding:4px 0;font-size:.95rem}.char-sheet-module__FXMrzW__extMiscInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__coreStatHp{min-width:0}.char-sheet-module__FXMrzW__hpMaxRow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.char-sheet-module__FXMrzW__miscFieldRow{flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;display:flex}.char-sheet-module__FXMrzW__miscFieldLabel{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.55rem}.char-sheet-module__FXMrzW__miscStepper{align-items:center;gap:3px;display:inline-flex}.char-sheet-module__FXMrzW__miscInput{text-align:center;width:40px;font-family:var(--font-heading);color:var(--color-parchment);background:var(--color-background);border:1px solid var(--color-border);outline:none;padding:3px 0;font-size:1rem}.char-sheet-module__FXMrzW__miscInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__extHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.char-sheet-module__FXMrzW__resetAllBtn{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);border:1px solid var(--color-border);cursor:pointer;white-space:nowrap;background:0 0;padding:5px 10px;font-size:.58rem;transition:all .15s}.char-sheet-module__FXMrzW__resetAllBtn:hover{color:var(--color-gold);border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__panelHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.char-sheet-module__FXMrzW__panelHeaderText{color:var(--color-muted);font-size:.9rem;font-style:italic}.char-sheet-module__FXMrzW__manageLink{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);border:1px solid var(--color-gold-dim);white-space:nowrap;padding:8px 16px;font-size:.68rem;text-decoration:none;transition:all .15s}.char-sheet-module__FXMrzW__manageLink:hover{background:#c9a84c14}.char-sheet-module__FXMrzW__featList{gap:12px;display:grid}.char-sheet-module__FXMrzW__featCard{background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-gold-dim);padding:16px 18px}.char-sheet-module__FXMrzW__featCardTop{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.char-sheet-module__FXMrzW__featName{font-family:var(--font-heading);letter-spacing:.04em;color:var(--color-gold);font-size:.95rem}.char-sheet-module__FXMrzW__featMeta{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold-dim);white-space:nowrap;font-size:.58rem}.char-sheet-module__FXMrzW__featPrereq{color:var(--color-muted);margin-bottom:6px;font-size:.78rem;font-style:italic}.char-sheet-module__FXMrzW__featEffect{color:var(--color-parchment);font-size:.92rem;line-height:1.55}.char-sheet-module__FXMrzW__featRemove{color:var(--color-gold-dim);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:.9rem;transition:color .15s}.char-sheet-module__FXMrzW__featRemove:hover{color:var(--color-blood)}.char-sheet-module__FXMrzW__emptyState{text-align:center;border:1px dashed var(--color-border);color:var(--color-muted);padding:3rem 2rem;font-style:italic}.char-sheet-module__FXMrzW__emptyState a{color:var(--color-gold);text-decoration:none}.char-sheet-module__FXMrzW__emptyState a:hover{text-decoration:underline}.char-sheet-module__FXMrzW__featBudgetRow{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.char-sheet-module__FXMrzW__skillsTable{border-collapse:collapse;width:100%;font-size:.92rem}.char-sheet-module__FXMrzW__skillsTable th{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold-dim);text-align:left;border-bottom:1px solid var(--color-gold-dim);padding:8px 12px;font-size:.58rem}.char-sheet-module__FXMrzW__skillsTable th.char-sheet-module__FXMrzW__num,.char-sheet-module__FXMrzW__skillsTable td.char-sheet-module__FXMrzW__num{text-align:center;width:70px}.char-sheet-module__FXMrzW__skillsTable td{border-bottom:1px solid var(--color-border);color:var(--color-parchment);padding:9px 12px}.char-sheet-module__FXMrzW__skillsTable tr:hover td{background:#c9a84c08}.char-sheet-module__FXMrzW__skillNameCell{font-family:var(--font-body)}.char-sheet-module__FXMrzW__skillNameCz{color:var(--color-muted);font-size:.78rem;font-style:italic}.char-sheet-module__FXMrzW__skillAbilityCell{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.62rem}.char-sheet-module__FXMrzW__skillTotalCell{font-family:var(--font-heading);color:var(--color-gold);text-align:center;font-size:1.05rem}.char-sheet-module__FXMrzW__skillRankCell{font-family:var(--font-heading);color:var(--color-parchment);text-align:center}.char-sheet-module__FXMrzW__modeToggle{border:1px solid var(--color-gold-dim);display:inline-flex;overflow:hidden}.char-sheet-module__FXMrzW__modeBtn{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);cursor:pointer;background:0 0;border:none;padding:7px 18px;font-size:.66rem;transition:all .15s}.char-sheet-module__FXMrzW__modeBtn:hover{color:var(--color-parchment)}.char-sheet-module__FXMrzW__modeBtnActive{background:var(--color-gold);color:var(--color-background);font-weight:700}.char-sheet-module__FXMrzW__journal{animation:.25s char-sheet-module__FXMrzW__fadeIn}.char-sheet-module__FXMrzW__journalGrid{grid-template-columns:1fr 1fr;gap:28px;display:grid}@media (max-width:800px){.char-sheet-module__FXMrzW__journalGrid{grid-template-columns:1fr}}.char-sheet-module__FXMrzW__journalCol{flex-direction:column;gap:22px;display:flex}.char-sheet-module__FXMrzW__jBlock{border:1px solid var(--color-gold-dim);background:var(--color-surface)}.char-sheet-module__FXMrzW__jBlockTitle{font-family:var(--font-heading);letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold);border-bottom:1px solid var(--color-gold-dim);background:#c9a84c0d;padding:10px 16px;font-size:.66rem}.char-sheet-module__FXMrzW__jBlockBody{padding:14px 16px}.char-sheet-module__FXMrzW__jIdentityGrid{grid-template-columns:auto 1fr;align-items:baseline;gap:8px 14px;display:grid}.char-sheet-module__FXMrzW__jLabel{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.58rem}.char-sheet-module__FXMrzW__jValue{font-family:var(--font-body);color:var(--color-parchment);font-size:1rem}.char-sheet-module__FXMrzW__jName{font-family:var(--font-display);color:var(--color-gold);letter-spacing:.03em;margin:0 0 4px;font-size:1.5rem}.char-sheet-module__FXMrzW__jSubtitle{font-family:var(--font-heading);letter-spacing:.16em;text-transform:uppercase;color:var(--color-muted);font-size:.62rem}.char-sheet-module__FXMrzW__jBasicRow{flex-wrap:wrap;gap:8px;display:flex}.char-sheet-module__FXMrzW__jBasic{border:1px solid var(--color-border);align-items:baseline;gap:5px;padding:4px 10px;display:flex}.char-sheet-module__FXMrzW__jBasicLabel{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.55rem}.char-sheet-module__FXMrzW__jBasicVal{font-family:var(--font-heading);color:var(--color-parchment);font-size:1rem}.char-sheet-module__FXMrzW__jExtGrid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.char-sheet-module__FXMrzW__jExtCard{border:1px solid var(--color-border);border-left:3px solid var(--color-gold-dim);align-items:center;gap:12px;padding:8px 12px;display:flex}.char-sheet-module__FXMrzW__jExtCardVal{font-family:var(--font-heading);color:var(--color-gold);text-align:center;min-width:28px;font-size:1.5rem;line-height:1}.char-sheet-module__FXMrzW__jExtCardName{color:var(--color-parchment);font-size:.9rem}.char-sheet-module__FXMrzW__allSkillsList{column-count:2;column-gap:28px}.char-sheet-module__FXMrzW__allSkillsList .char-sheet-module__FXMrzW__jSkillRow{break-inside:avoid}.char-sheet-module__FXMrzW__jSkillActive .char-sheet-module__FXMrzW__jSkillName{color:var(--color-gold)}.char-sheet-module__FXMrzW__jSkillActive .char-sheet-module__FXMrzW__jSkillTotal{color:var(--color-gold-light)}@media (max-width:600px){.char-sheet-module__FXMrzW__allSkillsList{column-count:1}}.char-sheet-module__FXMrzW__viewTabs{border-bottom:1px solid var(--color-border);gap:2px;margin-bottom:24px;display:flex}.char-sheet-module__FXMrzW__viewTab{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:9px 20px;font-size:.68rem;transition:all .15s}.char-sheet-module__FXMrzW__viewTab:hover{color:var(--color-parchment)}.char-sheet-module__FXMrzW__viewTabActive{color:var(--color-gold);border-bottom-color:var(--color-gold)}.char-sheet-module__FXMrzW__jCoreRow{flex-wrap:wrap;gap:10px;display:flex}.char-sheet-module__FXMrzW__jCoreChip{text-align:center;border:1px solid var(--color-border);flex:1;min-width:70px;padding:8px 6px}.char-sheet-module__FXMrzW__jCoreVal{font-family:var(--font-heading);color:var(--color-gold);font-size:1.3rem;line-height:1}.char-sheet-module__FXMrzW__jCoreLabel{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);margin-top:4px;font-size:.5rem}.char-sheet-module__FXMrzW__jHpPips{justify-content:center;gap:4px;display:flex}.char-sheet-module__FXMrzW__jHpPip{border:1.5px solid var(--color-blood);width:18px;height:18px;color:var(--color-blood);justify-content:center;align-items:center;font-size:.6rem;display:inline-flex}.char-sheet-module__FXMrzW__jHpPipFilled{background:var(--color-blood);color:var(--color-parchment)}.char-sheet-module__FXMrzW__jFeat{border-bottom:1px solid var(--color-border);padding:8px 0}.char-sheet-module__FXMrzW__jFeat:last-child{border-bottom:none}.char-sheet-module__FXMrzW__jFeatName{font-family:var(--font-heading);color:var(--color-gold);letter-spacing:.03em;font-size:.82rem}.char-sheet-module__FXMrzW__jFeatMeta{text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold-dim);margin-left:8px;font-size:.62rem}.char-sheet-module__FXMrzW__jFeatEffect{color:var(--color-parchment);margin-top:3px;font-size:.82rem;line-height:1.45}.char-sheet-module__FXMrzW__jSkillRow{border-bottom:1px solid var(--color-border);grid-template-columns:1fr auto auto;align-items:baseline;gap:10px;padding:4px 0;display:grid}.char-sheet-module__FXMrzW__jSkillName{color:var(--color-parchment);font-size:.9rem}.char-sheet-module__FXMrzW__jSkillAbility{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold-dim);font-size:.55rem}.char-sheet-module__FXMrzW__jSkillTotal{font-family:var(--font-heading);color:var(--color-gold);text-align:right;min-width:24px;font-size:1rem}.char-sheet-module__FXMrzW__jEmpty{color:var(--color-muted);font-size:.85rem;font-style:italic}.char-sheet-module__FXMrzW__jNotes{color:var(--color-parchment);white-space:pre-wrap;font-size:.92rem;line-height:1.6}@media print{.char-sheet-module__FXMrzW__wrapper{background:var(--color-background)!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;min-height:0!important;padding-top:0!important}.char-sheet-module__FXMrzW__container{max-width:100%!important;padding:0!important}.char-sheet-module__FXMrzW__topbar,.char-sheet-module__FXMrzW__viewTabs{display:none!important}.char-sheet-module__FXMrzW__journalGrid{grid-template-columns:1fr 1fr!important;align-items:start!important;gap:12px!important}.char-sheet-module__FXMrzW__journalCol{gap:12px!important}.char-sheet-module__FXMrzW__jBlock{break-inside:avoid;page-break-inside:avoid}.char-sheet-module__FXMrzW__jBlockBody{padding:9px 11px!important}.char-sheet-module__FXMrzW__jExtCardVal{font-size:1.25rem!important}@page{margin:16mm}:is(nav,footer,header){display:none!important}}.char-sheet-module__FXMrzW__printHint{color:var(--color-muted);align-self:center;margin-left:auto;font-size:.7rem;font-style:italic}@media print{.char-sheet-module__FXMrzW__printHint{display:none!important}}.char-sheet-module__FXMrzW__magicLayout{grid-template-columns:1fr 320px;align-items:start;gap:28px;display:grid}@media (max-width:900px){.char-sheet-module__FXMrzW__magicLayout{grid-template-columns:1fr}}.char-sheet-module__FXMrzW__casterStats{flex-wrap:wrap;gap:14px;margin-bottom:20px;display:flex}.char-sheet-module__FXMrzW__casterStat{background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-gold-dim);align-items:baseline;gap:8px;padding:10px 16px;display:flex}.char-sheet-module__FXMrzW__casterStatLabel{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.58rem}.char-sheet-module__FXMrzW__casterStatVal{font-family:var(--font-heading);color:var(--color-gold);font-size:1.4rem}.char-sheet-module__FXMrzW__spellEditRow{grid-template-columns:1fr 90px auto;align-items:start;gap:10px;margin-bottom:8px;display:grid}.char-sheet-module__FXMrzW__spellEditHead{grid-template-columns:1fr 90px auto;gap:10px;margin-bottom:6px;display:grid}.char-sheet-module__FXMrzW__spellEditHeadLabel{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold-dim);font-size:.55rem}.char-sheet-module__FXMrzW__spellCard{background:var(--color-surface);border:1px solid var(--color-border);margin-bottom:10px;padding:12px 14px}.char-sheet-module__FXMrzW__spellCardHead{align-items:center;gap:10px;margin-bottom:8px;display:flex}.char-sheet-module__FXMrzW__spellNameInput{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-gold);font-family:var(--font-heading);letter-spacing:.03em;outline:none;flex:1;padding:7px 10px;font-size:.95rem}.char-sheet-module__FXMrzW__spellNameInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__spellCostInput{background:var(--color-background);border:1px solid var(--color-border);width:80px;color:var(--color-parchment);font-family:var(--font-heading);text-align:center;outline:none;padding:7px 8px;font-size:.9rem}.char-sheet-module__FXMrzW__spellCostInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__spellElementSelect{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-parchment);font-family:var(--font-body);cursor:pointer;outline:none;padding:7px 8px;font-size:.85rem}.char-sheet-module__FXMrzW__spellDescInput{background:var(--color-background);border:1px solid var(--color-border);width:100%;color:var(--color-parchment);font-family:var(--font-body);resize:vertical;outline:none;min-height:44px;padding:8px 10px;font-size:.9rem;line-height:1.5}.char-sheet-module__FXMrzW__spellDescInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__spellCharCount{color:var(--color-muted);text-align:right;margin-top:2px;font-size:.62rem}.char-sheet-module__FXMrzW__spellDelete{border:1px solid var(--color-border);color:var(--color-gold-dim);cursor:pointer;background:0 0;padding:6px 10px;font-size:.85rem;transition:all .15s}.char-sheet-module__FXMrzW__spellDelete:hover{color:var(--color-blood);border-color:var(--color-blood)}.char-sheet-module__FXMrzW__addSpellBtn{font-family:var(--font-heading);letter-spacing:.12em;text-transform:uppercase;color:var(--color-gold);border:1px solid var(--color-gold-dim);cursor:pointer;background:0 0;margin-top:6px;padding:10px 18px;font-size:.68rem;transition:all .15s}.char-sheet-module__FXMrzW__addSpellBtn:hover{background:#c9a84c14}.char-sheet-module__FXMrzW__templatePanel{background:var(--color-surface);border:1px solid var(--color-border);max-height:calc(100vh - 110px);padding:16px;position:sticky;top:90px;overflow-y:auto}.char-sheet-module__FXMrzW__templatePanelTitle{font-family:var(--font-heading);letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold);margin:0 0 4px;font-size:.64rem}.char-sheet-module__FXMrzW__templatePanelNote{color:var(--color-muted);margin-bottom:14px;font-size:.74rem;font-style:italic;line-height:1.4}.char-sheet-module__FXMrzW__templateItem{border-bottom:1px solid var(--color-border);padding:8px 0}.char-sheet-module__FXMrzW__templateItemHead{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.char-sheet-module__FXMrzW__templateName{font-family:var(--font-heading);color:var(--color-gold);font-size:.8rem}.char-sheet-module__FXMrzW__templateCost{color:var(--color-gold-dim);white-space:nowrap;font-size:.66rem}.char-sheet-module__FXMrzW__templateElement{text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);font-size:.58rem}.char-sheet-module__FXMrzW__templateEffect{color:var(--color-parchment);margin-top:3px;font-size:.78rem;line-height:1.4}.char-sheet-module__FXMrzW__templateUse{color:var(--color-gold-dim);cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:none;margin-top:4px;padding:2px 0;font-size:.6rem}.char-sheet-module__FXMrzW__templateUse:hover{color:var(--color-gold)}.char-sheet-module__FXMrzW__spellEmpty{text-align:center;border:1px dashed var(--color-border);color:var(--color-muted);padding:2.5rem 1.5rem;font-style:italic}.char-sheet-module__FXMrzW__jSpell{border-bottom:1px solid var(--color-border);padding:8px 0}.char-sheet-module__FXMrzW__jSpell:last-child{border-bottom:none}.char-sheet-module__FXMrzW__jSpellHead{align-items:baseline;gap:8px;display:flex}.char-sheet-module__FXMrzW__jSpellName{font-family:var(--font-heading);color:var(--color-gold);font-size:.85rem}.char-sheet-module__FXMrzW__jSpellCost{color:var(--color-gold-dim);font-size:.66rem}.char-sheet-module__FXMrzW__jSpellDesc{color:var(--color-parchment);margin-top:3px;font-size:.82rem;line-height:1.45}.char-sheet-module__FXMrzW__currencyCard{background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-gold-dim);margin-bottom:10px;padding:12px 14px}.char-sheet-module__FXMrzW__currencyCardHead{align-items:center;gap:8px;margin-bottom:10px;display:flex}.char-sheet-module__FXMrzW__currencyTitleInput{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-gold);font-family:var(--font-heading);letter-spacing:.03em;outline:none;flex:1;padding:7px 10px;font-size:.95rem}.char-sheet-module__FXMrzW__currencyTitleInput:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__denomGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;margin-bottom:8px;display:grid}.char-sheet-module__FXMrzW__denomRow{align-items:center;gap:6px;display:flex}.char-sheet-module__FXMrzW__currencyName{background:var(--color-background);border:1px solid var(--color-border);min-width:0;color:var(--color-parchment);font-family:var(--font-body);outline:none;flex:1;padding:6px 8px;font-size:.86rem}.char-sheet-module__FXMrzW__currencyName:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__currencyName::placeholder{color:var(--color-muted)}.char-sheet-module__FXMrzW__currencyAmount{background:var(--color-background);border:1px solid var(--color-border);width:84px;color:var(--color-gold);font-family:var(--font-heading);text-align:right;outline:none;padding:6px 8px;font-size:.9rem}.char-sheet-module__FXMrzW__currencyAmount:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__denomDelete{background:var(--color-surface);border:1px solid var(--color-border);width:28px;height:30px;color:var(--color-gold-dim);font-family:var(--font-heading);cursor:pointer;flex-shrink:0;font-size:1rem;transition:all .12s}.char-sheet-module__FXMrzW__denomDelete:hover{color:var(--color-blood);border-color:var(--color-blood)}.char-sheet-module__FXMrzW__denomDelete:disabled{opacity:.3;cursor:not-allowed}.char-sheet-module__FXMrzW__addDenomBtn{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);border:1px solid var(--color-border);cursor:pointer;background:0 0;padding:6px 12px;font-size:.58rem;transition:all .15s}.char-sheet-module__FXMrzW__addDenomBtn:hover{color:var(--color-gold);border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__currencyHint{color:var(--color-muted);margin-bottom:14px;font-size:.74rem;font-style:italic}.char-sheet-module__FXMrzW__jCurrencyBlock{margin-bottom:12px}.char-sheet-module__FXMrzW__jCurrencyTitle{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold-dim);margin-bottom:4px;font-size:.66rem;display:block}.char-sheet-module__FXMrzW__itemCard{background:var(--color-surface);border:1px solid var(--color-border);margin-bottom:10px;padding:12px 14px}.char-sheet-module__FXMrzW__itemCardHead{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.char-sheet-module__FXMrzW__itemName{background:var(--color-background);border:1px solid var(--color-border);min-width:140px;color:var(--color-gold);font-family:var(--font-heading);outline:none;flex:1;padding:7px 10px;font-size:.92rem}.char-sheet-module__FXMrzW__itemName:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__itemQty{background:var(--color-background);border:1px solid var(--color-border);width:70px;color:var(--color-parchment);font-family:var(--font-heading);text-align:center;outline:none;padding:7px 6px;font-size:.9rem}.char-sheet-module__FXMrzW__itemQty:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__itemTag{background:var(--color-background);border:1px solid var(--color-border);color:var(--color-parchment);font-family:var(--font-body);cursor:pointer;outline:none;padding:7px 8px;font-size:.82rem}.char-sheet-module__FXMrzW__itemDesc{background:var(--color-background);border:1px solid var(--color-border);width:100%;color:var(--color-parchment);font-family:var(--font-body);resize:vertical;outline:none;min-height:38px;padding:8px 10px;font-size:.88rem;line-height:1.5}.char-sheet-module__FXMrzW__itemDesc:focus{border-color:var(--color-gold-dim)}.char-sheet-module__FXMrzW__itemCharCount{color:var(--color-muted);text-align:right;margin-top:2px;font-size:.62rem}.char-sheet-module__FXMrzW__jCurrencyRow{flex-wrap:wrap;gap:12px;margin-bottom:10px;display:flex}.char-sheet-module__FXMrzW__jCurrency{border:1px solid var(--color-border);align-items:baseline;gap:6px;padding:5px 10px;display:flex}.char-sheet-module__FXMrzW__jCurrencyAmount{font-family:var(--font-heading);color:var(--color-gold);font-size:1rem}.char-sheet-module__FXMrzW__jCurrencyName{color:var(--color-muted);font-size:.78rem}.char-sheet-module__FXMrzW__jItem{border-bottom:1px solid var(--color-border);grid-template-columns:auto 1fr;gap:8px;padding:6px 0;display:grid}.char-sheet-module__FXMrzW__jItem:last-child{border-bottom:none}.char-sheet-module__FXMrzW__jItemQty{font-family:var(--font-heading);color:var(--color-gold-dim);white-space:nowrap;font-size:.85rem}.char-sheet-module__FXMrzW__jItemBody{min-width:0}.char-sheet-module__FXMrzW__jItemName{color:var(--color-parchment);font-size:.9rem}.char-sheet-module__FXMrzW__jItemTag{text-transform:uppercase;letter-spacing:.08em;color:var(--color-gold-dim);margin-left:6px;font-size:.58rem}.char-sheet-module__FXMrzW__jItemDesc{color:var(--color-muted);margin-top:2px;font-size:.8rem;line-height:1.4}
