:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;--brand-blue:#5865f2;--brand-green:#23a559;--brand-gold:#f1c40f;--brand-pink:#eb459e;--color-proficiency:var(--brand-blue);--color-modified:var(--brand-green);--color-currency:var(--brand-gold);--color-selection:var(--brand-blue);--color-accent:var(--brand-blue);--color-danger:#da373c;--bg-darker:#1e1f22;--bg-standard:#313338;--bg-lighter:#2b2d31;--border-standard:#4e5058;background-color:#313338;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background:#313338;min-width:320px;min-height:100vh;margin:0;display:flex;overflow:hidden}#root{width:100%}.app-container{flex-direction:column;width:100%;height:100vh;display:flex}.app-header{background:#1e1f22;border-bottom:1px solid #1e1f22;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.header-left{align-items:center;gap:15px;display:flex}.app-header h1{color:#f2f3f5;letter-spacing:.5px;margin:0;font-size:16px}.user-profile-mini{color:#dbdee1;align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex}.user-profile-mini img{cursor:pointer;border:2px solid #0000;border-radius:50%;width:32px;height:32px;transition:border-color .2s}.user-profile-mini img:hover{border-color:#5865f2}.main-content{flex:1;display:flex;overflow:hidden}.chat-area{background:#313338;flex-direction:column;flex:1;display:flex;position:relative}.chat-log{flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.sidebar{box-sizing:border-box;background:#2b2d31;border-left:1px solid #1e1f22;flex-direction:column;gap:25px;width:260px;height:100%;padding:20px;display:flex}.sidebar-section{flex-direction:column;display:flex}.login-container{background:#1e1f22;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.login-card{text-align:center;background:#313338;border-radius:8px;width:100%;max-width:480px;padding:40px;box-shadow:0 8px 24px #00000080}.login-card h1{color:#f2f3f5;letter-spacing:2px;margin-bottom:30px;font-size:48px}.google-btn{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:700;transition:background .2s}.google-btn:hover{background:#4752c4}.campaign-input{color:#fff;box-sizing:border-box;background:#1e1f22;border:1px solid #383a40;border-radius:4px;width:100%;margin-bottom:20px;padding:12px}.campaign-list{flex-direction:column;gap:10px;display:flex}.campaign-btn{color:#fff;cursor:pointer;background:#4e5058;border:none;border-radius:4px;flex-direction:column;align-items:center;gap:4px;padding:15px;font-weight:700;transition:background .2s;display:flex}.btn-main{letter-spacing:1px;font-size:16px}.btn-sub{color:#949ba4;text-transform:uppercase;font-size:10px}.divider{color:#4e5058;text-align:center;margin:20px 0;font-size:11px;font-weight:800}.logout-btn{color:#949ba4;cursor:pointer;background:0 0;border:none;margin-top:20px;font-size:12px;text-decoration:underline}.campaign-btn:hover{background:#6d6f78}.section-label{color:#949ba4;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:11px;font-weight:800}.party-list{flex-direction:column;gap:10px;display:flex}.party-member-container{margin-bottom:15px}.party-member{color:#dbdee1;align-items:center;gap:8px;margin-bottom:4px;font-size:13px;display:flex}.hp-bar-container{background:#0000004d;border-radius:3px;height:6px;display:flex;overflow:hidden}.hp-bar-fill{height:100%;transition:width .3s}.temp-hp-bar-fill{background:#00bfff;height:100%}.hp-readout{color:#949ba4;margin-left:auto;font-family:monospace;font-size:10px}.status-dot{background:#23a559;border-radius:50%;width:10px;height:10px}.status-dot.streaming{animation:1.5s infinite pulse-green;box-shadow:0 0 12px #23a559}.status-icon.ready{color:#23a559}.status-icon.spinning{animation:2s linear infinite spin;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-green{0%{opacity:.7;transform:scale(.9)}70%{opacity:1;transform:scale(1.1)}to{opacity:.7;transform:scale(.9)}}.time-tracker-section{width:100%;margin-top:auto!important}.time-tracker-container{background:#1e1f22;border:1px solid #383a40;border-radius:5px;height:10px;position:relative;overflow:visible}.time-gradient-bar{border-radius:5px;width:100%;height:100%;transition:background 1s ease-in-out}.time-indicator{z-index:10;background:#fff;width:2px;height:14px;transition:left .5s ease-in-out;position:absolute;top:-2px;box-shadow:0 0 8px #fff}.hot-key-grid{grid-template-columns:1fr;gap:8px;display:grid}.hot-key-grid button{color:#fff;text-align:left;cursor:pointer;text-transform:uppercase;background:#4e5058;border:none;border-radius:4px;padding:8px;font-size:11px;font-weight:700;transition:background .2s}.hot-key-grid button:hover{background:#6d6f78}.resolve-btn-full{color:#fff;cursor:pointer;background:#23a559;border:none;border-radius:4px;width:100%;margin-top:15px;padding:12px;font-weight:800;transition:background .2s}.resolve-btn-full:hover:not(:disabled){background:#248046}.resolve-btn-full:disabled{opacity:.5;cursor:not-allowed;background:#4e5058}.admin-btn{color:#fff;cursor:pointer;background:#4e5058;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;margin-left:auto;font-size:12px;display:flex}.admin-btn:hover{background:#5865f2}.message{border-left:4px solid #0000;margin-bottom:5px;padding:8px 15px}.message.dm,.message.assistant{background:#5865f20d;border-left-color:#5865f2}.message.player,.message.user{border-left-color:#eb459e}.message.other_player{border-left-color:#949ba4}.sender{color:#f2f3f5;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.input-area{background:#313338;border-top:1px solid #383a40;gap:15px;padding:20px;display:flex}.input-area input{color:#fff;background:#383a40;border:none;border-radius:8px;outline:none;flex:1;padding:12px}.input-area button{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:8px;padding:0 20px;font-weight:700}.resource-pools-section{margin-bottom:24px}.resource-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.resource-pool-card{background:var(--bg-darker);border:1px solid var(--border-standard);border-radius:8px;padding:12px}.pool-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.pool-header strong{color:#f2f3f5;font-size:12px}.reset-tag{color:#949ba4;text-transform:uppercase;background:#0003;border-radius:4px;padding:2px 6px;font-size:9px}.pool-usage{align-items:center;gap:10px;display:flex}.usage-track{flex:1;gap:4px;display:flex}.usage-pip{background:#ffffff1a;border:1px solid #fff3;border-radius:2px;width:12px;height:12px;transition:all .2s}.usage-pip.filled{background:var(--brand-blue);border-color:#7289da;box-shadow:0 0 8px #5865f266}.usage-text{color:#dbdee1;font-family:monospace;font-size:11px}.passive-traits-dash{border-top:1px solid var(--border-standard);margin-top:15px;padding-top:15px}.traits-list-mini{flex-direction:column;gap:8px;display:flex}.trait-item-mini{color:#dbdee1;font-size:11px;line-height:1.4}.trait-item-mini strong{color:#f2f3f5}.senses-row-dash{align-items:center;gap:8px;margin-top:12px;font-size:11px;display:flex}.senses-label{color:#949ba4;font-weight:800}.senses-val{color:#dbdee1;font-weight:600}.trait-item{border-left:2px solid var(--brand-gold)!important;background:#f1c40f08!important}.creator-full-overlay{z-index:2000;background:#1e1f22;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.creator-dashboard{color:#f2f3f5;flex-direction:column;flex:1;height:100vh;font-size:14px;display:flex}.dashboard-header{background:#2b2d31;border-bottom:1px solid #1e1f22;flex-shrink:0;padding:20px 40px}.header-main{justify-content:space-between;align-items:center;gap:40px;display:flex}.identity-inputs{flex:1;gap:10px;display:flex}.dashboard-name-input{color:#f2f3f5;background:#1e1f22;border:1px solid #4e5058;border-radius:4px;outline:none;flex:1;padding:12px 20px;font-size:20px;font-weight:800}.suggest-btn{color:#f2f3f5;cursor:pointer;white-space:nowrap;background:#4e5058;border:none;border-radius:4px;padding:0 20px;font-size:14px;font-weight:700;transition:background .2s}.suggest-btn:hover{background:#6d6f78}.header-selectors{gap:15px;display:flex}.dash-select{color:#f2f3f5;cursor:pointer;background:#1e1f22;border:1px solid #4e5058;border-radius:4px;outline:none;padding:10px 20px;font-size:14px;font-weight:700}.tasha-toggle-row{color:#949ba4;margin-top:15px;font-size:12px;font-weight:800}.dashboard-content{background:#1e1f22;flex:1;grid-template-columns:350px 320px 1.5fr 450px;gap:1px;display:grid;overflow:hidden}.dashboard-col{background:#313338;flex-direction:column;padding:20px;display:flex;overflow-y:auto}.dashboard-col::-webkit-scrollbar{width:6px}.choices-scroll-area::-webkit-scrollbar{width:6px}.spell-list-scroll::-webkit-scrollbar{width:6px}.dashboard-col::-webkit-scrollbar-thumb{background:#4e5058;border-radius:3px}.choices-scroll-area::-webkit-scrollbar-thumb{background:#4e5058;border-radius:3px}.spell-list-scroll::-webkit-scrollbar-thumb{background:#4e5058;border-radius:3px}.col-title{color:#949ba4;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #2b2d31;margin-bottom:15px;padding-bottom:8px;font-size:13px;font-weight:800}.rolled-pool{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:15px;display:flex}.pool-chip{background:#1e1f22;border:1px solid #4e5058;border-radius:4px;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:flex}.pool-chip.used{opacity:.15}.roll-btn{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:4px;margin-bottom:15px;padding:12px;font-size:14px;font-weight:800;transition:all .2s}.stat-row-dashboard{background:#2b2d31;border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;margin-bottom:10px;padding:12px 15px;transition:all .2s;display:flex}.stat-name-label{color:#949ba4;text-transform:uppercase;width:40px;font-size:14px;font-weight:800}.stat-mod-circle{color:#fff;background:#5865f2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-left:5px;font-size:20px;font-weight:800;display:flex;box-shadow:0 0 10px #5865f24d}.stat-assign-box{flex:1}.assign-select-dash{color:#f2f3f5;cursor:pointer;appearance:none;text-align:center;background:#1e1f22 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23949ba4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 8px center/14px no-repeat;border:1px solid #4e5058;border-radius:4px;outline:none;width:100%;padding:10px 25px 10px 10px;font-size:20px;font-weight:800}.stat-total-stack{flex-direction:column;justify-content:center;align-items:center;width:80px;display:flex}.total-val-linear{color:#f2f3f5;font-size:28px;font-weight:800;line-height:1}.total-bonus-linear{color:#23a559;text-transform:uppercase;margin-top:2px;font-size:11px;font-weight:800}.save-list{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:25px;display:grid}.save-row{background:#2b2d31;border-radius:4px;align-items:center;gap:10px;padding:10px 14px;display:flex}.save-row.prof{border-left:3px solid #5865f2}.save-name{color:#949ba4;text-transform:uppercase;flex:1;font-size:12px;font-weight:800}.save-bonus{color:#f2f3f5;font-size:14px;font-weight:800}.save-grid-dash{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.save-row-mini{background:#1e1f22;border:1px solid #0000;border-radius:4px;flex-direction:column;align-items:center;padding:8px;display:flex}.save-row-mini.prof{border-left:3px solid var(--color-proficiency)}.save-name-mini{color:#949ba4;margin-bottom:2px;font-size:10px;font-weight:800}.save-bonus-mini{color:#fff;font-size:16px;font-weight:800}.save-row-mini.prof .save-bonus-mini{color:var(--color-proficiency)}.skill-list-row{border-radius:4px;align-items:center;gap:10px;margin-bottom:2px;padding:8px 12px;font-size:14px;display:flex}.skill-list-row:hover{background:#5865f21a}.prof-separator{color:#949ba4;letter-spacing:1px;border-bottom:1px solid #2b2d31;margin:15px 0 8px;padding:0 12px 4px;font-size:10px;font-weight:800}.prof-dot.active{background:var(--color-proficiency);border-color:var(--color-proficiency)}.skill-bonus{text-align:center;color:#dbdee1;width:35px;font-size:14px;font-weight:800}.skill-bonus.plus{color:#23a559}.skill-name{color:#949ba4;flex:1}.skill-name.prof{color:#f2f3f5;font-weight:600}.skill-attr{text-transform:uppercase;color:#4e5058;font-size:10px;font-weight:800}.combat-header-dash{gap:10px;margin-bottom:25px;display:flex}.combat-box{background:#2b2d31;border:1px solid #1e1f22;border-radius:6px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:15px;display:flex}.combat-box-label{color:#949ba4;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800}.combat-box-val{color:#f2f3f5;font-size:24px;font-weight:800}.combat-box-val.plus{color:var(--color-modified)}.choice-block{background:#2b2d31;border:1px solid #313338;border-radius:8px;margin-bottom:15px;padding:18px;position:relative}.choice-option-container{border-bottom:1px solid #383a40;margin-bottom:15px;padding-bottom:15px}.choice-option-container:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.option-mini-desc{color:#b5bac1;margin:8px 0 0 5px;font-size:14px;font-style:italic;line-height:1.4}.spell-preview-popout{z-index:100;pointer-events:none;background:#111214;border:1px solid #5865f2;border-radius:8px;width:280px;padding:18px;position:absolute;top:0;left:105%;box-shadow:0 8px 24px #00000080}.spell-preview-popout h4{color:#fff;margin:0 0 5px;font-size:16px}.spell-meta{color:#5865f2;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800}.spell-desc-short{color:#dbdee1;margin:0;font-size:14px;line-height:1.4}.choice-chip-wrapper{display:inline-block}.spell-chip.picked{background:#5865f2!important;border-color:#5865f2!important}.choices-scroll-area{flex:1;padding-right:10px;overflow-y:auto}.choice-header-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.clear-choice-btn{color:#949ba4;cursor:pointer;background:0 0;border:1px solid #4e5058;border-radius:3px;padding:4px 8px;font-size:11px;font-weight:800;transition:all .2s}.clear-choice-btn:hover{color:#fff;background:#da373c;border-color:#da373c}.choice-count{color:#5865f2;margin-left:5px;font-size:12px;font-weight:700}.choice-label{color:#f2f3f5;margin-bottom:6px;font-size:15px;font-weight:800;display:block}.choice-desc{color:#949ba4;margin-bottom:12px;font-size:13px;line-height:1.4}.dash-skill-grid{flex-wrap:wrap;gap:6px;display:flex}.skill-chip{color:#dbdee1;cursor:pointer;background:#1e1f22;border:1px solid #4e5058;border-radius:4px;padding:8px 14px;font-size:14px;transition:all .1s;position:relative}.skill-chip.picked{font-weight:800;background:var(--color-selection)!important;color:#fff!important;border-color:var(--color-selection)!important}.skill-chip.disabled{opacity:.15;cursor:not-allowed}.spell-tabs-v2{background:#1e1f22;border-radius:4px;gap:5px;margin-bottom:10px;padding:4px;display:flex}.spell-tab-btn{color:#949ba4;cursor:pointer;background:0 0;border:none;border-radius:3px;flex:1;padding:8px;font-size:12px;font-weight:800}.spell-tab-btn.active{color:#f2f3f5;background:#4e5058}.spell-list-scroll{background:#1e1f22;border-radius:4px;height:250px;padding:5px;overflow-y:auto}.spell-item-v2{color:#949ba4;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:3px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2px;padding:10px 15px;font-size:14px;display:flex}.spell-item-v2.picked{color:#fff;background:#5865f2}.spell-item-v2.granted{cursor:default;background:#23a5591a!important;border:1px dashed #23a559!important}.granted-check{color:#23a559;margin-left:8px;font-weight:900}.granted-spells-sub-section{background:#23a5590d;border:1px dashed #23a5594d;border-radius:4px;margin-bottom:15px;padding:10px}.granted-section-label{color:#23a559;letter-spacing:.5px;margin-bottom:8px;font-size:10px;font-weight:900;display:block}.granted-list-mini{flex-wrap:wrap;gap:8px;display:flex}.spell-indicators{align-items:center;gap:12px;display:flex}.indicator-group{align-items:center;gap:4px;display:flex}.picked-check{color:#5865f2;font-weight:900}.picked-check.small{font-size:10px}.spell-item-v2.picked .picked-check{color:#fff}.spell-item-v2.granted .picked-check.small{color:#23a559}.ability-tag{color:#f2f3f5;background:#4e5058;border-radius:2px;padding:2px 4px;font-size:9px;font-weight:800}.spell-item-v2.picked .ability-tag{background:#fff3}.spell-item-v2.granted .ability-tag{background:#23a55933}.ability-tag-mini{color:#949ba4;background:#1e1f22;border:1px solid #4e5058;border-radius:2px;padding:1px 4px;font-size:10px;font-weight:800}.granted-label-tiny{color:#23a559;vertical-align:middle;margin-left:5px;font-size:9px;font-weight:900}.expanded-tag{color:#949ba4;letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:2px;padding:1px 4px;font-size:8px;font-weight:800}.spell-preview-box{background:#2b2d31;border-left:3px solid #5865f2;border-radius:4px;max-height:150px;margin-top:10px;padding:15px;font-size:13px;line-height:1.5;overflow-y:auto}.spell-preview-name{color:#f2f3f5;margin-bottom:4px;font-size:15px;font-weight:800;display:block}.dash-bio{color:#dbdee1;resize:none;box-sizing:border-box;background:#1e1f22;border:1px solid #4e5058;border-radius:4px;outline:none;flex:1;width:100%;padding:15px;font-size:15px;line-height:1.5}.dashboard-footer{background:#2b2d31;border-top:1px solid #1e1f22;flex-shrink:0;justify-content:flex-end;align-items:center;padding:15px 40px;display:flex}.footer-actions{gap:15px;display:flex}.finish-btn{color:#fff;cursor:pointer;background:#23a559;border:none;border-radius:4px;padding:12px 35px;font-size:16px;font-weight:800}.finish-btn:disabled{color:#949ba4;cursor:not-allowed;opacity:.5;background:#4e5058}.cancel-btn{color:#f2f3f5;cursor:pointer;background:0 0;border:1px solid #4e5058;border-radius:4px;padding:12px 30px;font-size:16px;font-weight:800}.starting-gold-shop{background:#1e1f22;border:1px solid #4e5058;border-radius:8px;margin-top:20px;padding:20px}.gold-hud{background:#2b2d31;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px 25px;display:flex}.gold-remaining{color:#dbdee1;font-size:16px;font-weight:600}.gold-remaining strong{color:var(--color-currency);margin-left:10px;font-size:20px}.shop-interface{grid-template-columns:1fr 1fr;gap:20px;height:400px;display:grid}.shop-list-container,.cart-container{flex-direction:column;min-height:0;display:flex}.shop-title{color:#949ba4;letter-spacing:1px;margin-bottom:10px;font-size:11px;font-weight:800}.shop-scroll{background:#2b2d31;border:1px solid #1e1f22;border-radius:6px;flex:1;padding:8px;overflow-y:auto}.shop-item,.cart-item{background:#1e1f22;border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:4px;padding:10px 15px;font-size:14px;transition:background .2s;display:flex}.shop-item:hover{background:#383a40}.shop-item.proficient{border-left:3px solid var(--color-proficiency);background:#5865f20d}.shop-item-info{flex-direction:column;gap:2px;display:flex}.shop-item-name{color:#f2f3f5;font-weight:700}.shop-item-meta{color:var(--color-currency);font-size:12px;font-weight:800}.prof-check,.prof-shop-label{color:var(--color-proficiency);margin-left:5px;font-weight:900}.add-to-cart-btn,.remove-from-cart-btn{color:#fff;cursor:pointer;background:#4e5058;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;font-weight:800;transition:all .2s;display:flex}.add-to-cart-btn:hover:not(:disabled){background:#23a559;transform:scale(1.05)}.remove-from-cart-btn:hover{background:#da373c;transform:scale(1.05)}.cart-empty{text-align:center;color:#4e5058;padding:40px 20px;font-size:13px;font-style:italic}.spell-selector-container{background:#2b2d31;border-radius:8px;margin-bottom:20px;padding:15px}.spell-choice-block{margin-bottom:15px}.spell-choice-header{color:#fff;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:800}.spell-split-view{grid-template-columns:1fr 1.5fr;gap:15px;height:500px;display:grid}.spell-list-scroll-mini{background:#1e1f22;border-radius:4px;flex-direction:column;gap:2px;padding:10px;display:flex;overflow-y:auto}.spell-desc-view{color:#dbdee1;background:#1e1f22;border:1px solid #2b2d31;border-radius:4px;padding:20px;font-size:14px;line-height:1.6;overflow-y:auto}.spell-desc-view .spell-preview-box{box-shadow:none;background:0 0;border:none;width:100%;max-height:none;padding:0;position:static}.alignment-grid{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:15px;display:grid}.alignment-btn{text-align:center;justify-content:center;align-items:center;height:50px;line-height:1.2;display:flex;white-space:normal!important;padding:12px 4px!important;font-size:11px!important}.alignment-desc-box{background:#0003;border-left:3px solid #5865f2;border-radius:6px;min-height:80px;padding:12px}.alignment-desc{color:#dbdee1;margin:0;font-size:13px;line-height:1.5}.alignment-label-tiny{color:#5865f2;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:800;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.creator-overlay{z-index:3000;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.character-sheet-modal{color:#dbdee1;border:1px solid #313338;border-radius:8px;flex-direction:column;display:flex;overflow:hidden;background:#1e1f22!important;width:95vw!important;max-width:1400px!important;height:90vh!important}.creator-header{background:#2b2d31;border-bottom:1px solid #313338;flex-shrink:0;padding:20px 30px}.header-identity h2{color:#fff;letter-spacing:.5px;margin:0;font-size:28px}.race-class-label{color:#b5bac1;text-transform:uppercase;margin:5px 0 15px;font-size:14px;font-weight:600}.sheet-tabs{gap:10px;display:flex}.tab-btn{color:#949ba4;cursor:pointer;text-transform:uppercase;background:0 0;border:none;border-radius:4px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s}.tab-btn:hover{color:#dbdee1;background:#35373c}.tab-btn.active{color:#fff;background:#4e5058}.creator-content{background:#1e1f22;flex:1;padding:30px;overflow-y:auto}.sheet-grid-container{grid-template-columns:100px 1fr 320px;gap:25px;display:grid}.sheet-ability-col{flex-direction:column;gap:10px;display:flex}.ability-box{text-align:center;background:#2b2d31;border:1px solid #313338;border-radius:8px;flex-direction:column;align-items:center;min-height:80px;padding:8px;display:flex;position:relative}.ability-label{color:#949ba4;margin-bottom:2px;font-size:10px;font-weight:800}.ability-mod{color:#fff;font-size:22px;font-weight:700}.ability-score{color:#b5bac1;background:#1e1f22;border:1px solid #313338;border-radius:10px;margin-top:4px;padding:1px 6px;font-size:11px;font-weight:700}.sheet-middle-col{flex-direction:column;gap:25px;display:flex}.vitals-row{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.vital-box{text-align:center;background:#2b2d31;border:1px solid #313338;border-radius:8px;flex-direction:column;gap:5px;padding:12px;display:flex}.vital-box span{color:#949ba4;text-transform:uppercase;font-size:10px;font-weight:800}.vital-box strong{color:#fff;font-size:20px}.hp-box{text-align:center;background:#2b2d31;border:1px solid #313338;border-radius:8px;padding:20px}.hp-label{color:#949ba4;justify-content:space-between;margin-bottom:10px;font-size:11px;font-weight:800;display:flex}.hp-current{color:#fff;font-size:48px;font-weight:800}.attacks-section,.list-section{background:#2b2d31;border:1px solid #313338;border-radius:8px;padding:15px}.attacks-section h4,.list-section h4{color:#fff;text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid #3f4147;margin:0 0 15px;padding-bottom:8px;font-size:13px}.action-item{border-bottom:1px solid #383a40;padding:10px}.action-item:last-child{border-bottom:none}.action-main{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.action-main strong{color:#fff;font-size:15px}.hit-bonus{color:#23a559;font-size:13px;font-weight:700}.action-details{color:#b5bac1;gap:10px;font-size:12px;display:flex}.damage-formula{color:#fff;font-weight:600}.prof-list{grid-template-columns:1fr 1fr;gap:8px;display:grid}.prof-item{align-items:center;gap:8px;font-size:13px;display:flex}.prof-item.misc-prof{color:#b5bac1;font-style:italic}.prof-item.misc-prof .attr-tag{color:#5865f2}.prof-dot{border:1px solid #4e5058;border-radius:50%;width:8px;height:8px}.prof-dot.filled{background:#23a559;border-color:#23a559;box-shadow:0 0 5px #23a55966}.prof-dot.expert{background:#5865f2;border-color:#5865f2;box-shadow:0 0 5px #5865f266}.sheet-right-col .prof-list{grid-template-columns:1fr}.sheet-features-container{flex-direction:column;gap:15px;display:flex}.feature-item{background:#2b2d31;border:1px solid #313338;border-radius:8px;padding:15px}.feature-header{border-bottom:1px solid #3f4147;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.feature-header h4{color:#fff;margin:0;font-size:16px}.source-tag{background:#3f4147;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:800}.tag-race{color:#fff;background:#5865f2}.tag-class{color:#fff;background:#eb459e}.tag-background{color:#000;background:#f1c40f}.feature-item p{color:#dbdee1;margin:0;font-size:14px;line-height:1.5}.spellcasting-stats{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:25px;display:grid}.slots-row{background:#2b2d31;border-left:4px solid #5865f2;border-radius:8px;margin-bottom:20px;padding:10px 15px;font-size:14px}.spell-detail-card{border-left:4px solid #5865f2}.spell-lvl-tag{color:#b5bac1;background:#1e1f22;border-radius:4px;padding:2px 8px;font-size:11px}.spell-meta-line{color:#949ba4;text-transform:uppercase;margin:5px 0;font-size:11px;font-weight:700}.currency-display-grid{gap:10px;margin-bottom:20px;display:flex}.currency-chip{background:#2b2d31;border:1px solid #313338;border-radius:8px;flex-direction:column;flex:1;align-items:center;padding:10px;display:flex}.unit-label{color:#949ba4;font-size:10px;font-weight:800}.unit-val{color:#fff;font-size:18px;font-weight:700}.currency-chip.gp{border-bottom:3px solid #f1c40f}.currency-chip.sp{border-bottom:3px solid #bdc3c7}.currency-chip.cp{border-bottom:3px solid #e67e22}.inventory-card{border-left:4px solid #4e5058;margin-bottom:8px}.inventory-card.equipped{background:#2d3d33;border-left-color:#23a559}.item-meta{color:#949ba4;text-transform:uppercase;gap:12px;margin-top:4px;font-size:10px;font-weight:700;display:flex}.equip-tag{color:#23a559;margin-left:auto;font-size:10px;font-weight:800}.layer-debug-item{background:#000;border-radius:8px;margin-bottom:15px;padding:15px}.layer-debug-json{color:#2ecc71;white-space:pre-wrap;margin:10px 0 0;font-family:monospace;font-size:12px}.creator-footer{background:#2b2d31;border-top:1px solid #313338;justify-content:space-between;padding:20px 30px;display:flex}.label-with-btn{justify-content:space-between;align-items:center;width:100%;display:flex}.equip-toggle-btn{color:#fff;cursor:pointer;background:#4e5058;border:none;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:800;transition:background .2s}.equip-toggle-btn.unequip:hover{background:#da373c}.equip-toggle-btn.equip:hover{background:#23a559}.animate-in{animation:.3s ease-out forwards fadeIn}.debug-panel-overlay{z-index:3000;background:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}.debug-panel{background:#2b2d31;flex-direction:column;width:500px;height:100%;animation:.3s ease-out slideInRight;display:flex;box-shadow:-5px 0 25px #00000080}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.debug-header{background:#1e1f22;border-bottom:1px solid #4e5058;justify-content:space-between;align-items:center;padding:20px;display:flex}.debug-header h3{letter-spacing:1px;color:#5865f2;margin:0;font-size:14px;font-weight:800}.close-btn{color:#949ba4;cursor:pointer;background:0 0;border:none;font-size:24px}.debug-content{flex:1;padding:20px;overflow-y:auto}.debug-section{margin-bottom:30px}.debug-title{color:#949ba4;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:800}.debug-json{color:#dbdee1;background:#1e1f22;border:1px solid #1e1f22;border-radius:4px;margin:0;padding:15px;font-family:Courier New,Courier,monospace;font-size:12px;overflow-x:auto}.debug-json.small{padding:8px;font-size:11px}.debug-json.success{color:#23a559;border-color:#23a559}.debug-text-block{color:#dbdee1;white-space:pre-wrap;background:#1e1f22;border-radius:4px;padding:15px;font-size:13px;line-height:1.6}.debug-text-block.highlight{border-left:3px solid #5865f2}.tool-history{flex-direction:column;gap:15px;display:flex}.tool-call-item{background:#0000001a;border-radius:4px;padding:10px}.tool-name{color:#f2f3f5;margin-bottom:8px;font-size:12px;font-weight:800}.tool-arrow{text-align:center;color:#4e5058;margin:4px 0}.debug-content::-webkit-scrollbar{width:6px}.debug-content::-webkit-scrollbar-thumb{background:#4e5058;border-radius:3px}
