:root{--bg: #0b0a16;--bg-2: #14111f;--bg-3: #1c1730;--border: rgba(168, 150, 255, .16);--text: #ece9fb;--muted: #9c97bd;--gold: #9d5cf5;--gold-dim: #7c3aed;--red: #f0867f;--green: #5fcf8a;--blue: #22d3ee;--mf-violet: #7c3aed;--mf-violet2: #9d5cf5;--mf-violet-soft: #c4b5fd;--mf-cyan: #22d3ee;--mf-cyan-soft: #a5f3fc;--font-body: "Manrope", "Segoe UI", system-ui, sans-serif;--font-display: "Forum", Georgia, serif;--fs-xs: 12px;--fs-sm: 13.5px;--fs-md: 16px;--fs-lg: 18px;--fs-xl: 22px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(120% 80% at 50% -10%,#160f2e,#0b0a16 55%,#08070f) fixed;color:var(--text);font-family:var(--font-body);font-size:var(--fs-md);-webkit-tap-highlight-color:transparent}h1,h2{font-family:var(--font-display);font-weight:400;letter-spacing:.01em}a{color:var(--mf-cyan-soft);text-decoration:none}a:hover{color:var(--mf-cyan)}::selection{background:#7c3aed73;color:#fff}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--bg-3);color:var(--text);border-radius:8px;min-height:44px;padding:10px 14px;transition:background .15s,border-color .15s,box-shadow .15s,filter .15s,transform .05s}.segmented button,.dice-mod-chip button,.dr-tab,.tab,.tab-bar-item,.back-button,.mute-toggle{min-height:0}button:hover:not(:disabled){border-color:#c4b5fd66}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.45;cursor:default}.primary{display:inline-block;border:1px solid var(--border);border-radius:8px;padding:8px 14px;text-align:center;background:linear-gradient(100deg,var(--mf-violet),#9333ea);border-color:#c4b5fd73;color:#fff;box-shadow:0 6px 20px #7c3aed59}.primary:hover:not(:disabled){filter:brightness(1.08)}.ghost{background:transparent}input,select,textarea{font:inherit;background:var(--bg-2);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:9px 10px;width:100%;transition:border-color .12s,box-shadow .12s}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--gold-dim);box-shadow:0 0 0 3px #7c3aed2e}input::placeholder,textarea::placeholder{color:#6b6f82}.error{color:var(--red);font-size:13px;margin:4px 0}.muted{color:var(--muted)}.small{font-size:var(--fs-sm)}.row{display:flex;gap:8px;align-items:center}.brand{font-family:var(--font-display);font-size:22px;font-weight:400;letter-spacing:.04em;background:linear-gradient(100deg,var(--mf-violet2),var(--mf-cyan));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.brand.small{font-size:16px}.spinner{display:inline-block;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite;vertical-align:-2px;opacity:.85}@keyframes spin{to{transform:rotate(360deg)}}.center-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:50vh;color:var(--gold)}.app-shell{display:flex;flex-direction:column;min-height:100vh}.mobile-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:calc(10px + var(--safe-top)) 14px 10px;background:#0b0a16e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.mobile-main{flex:1;padding:16px 16px calc(16px + 64px + var(--safe-bottom))}.tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:20;display:flex;background:#14111ff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);padding-bottom:var(--safe-bottom)}.tab-bar-item{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;padding:8px 2px 7px;font-size:11px;line-height:1.1;color:var(--muted);border:none;background:transparent;transition:color .14s}.tab-bar-item svg{width:24px;height:24px;stroke-width:1.7}.tab-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.tab-bar-item:active{color:var(--mf-violet-soft)}.tab-bar-item.active{color:var(--mf-cyan-soft)}.tab-bar-item.active svg{fill:#22d3ee29;stroke-width:1.9}.tab-bar-item.active:before{content:"";position:absolute;top:0;width:26px;height:2.5px;border-radius:0 0 3px 3px;background:var(--mf-cyan-soft)}.segmented{display:inline-flex;border:1px solid var(--border);border-radius:999px;padding:3px;gap:3px}.segmented button{border:none;background:transparent;color:var(--muted);border-radius:999px;padding:6px 14px;font-size:13px}.segmented button.active{background:linear-gradient(100deg,var(--mf-violet),#9333ea);color:#fff}.mode-switch{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.mode-switch-hint{max-width:160px;text-align:right;line-height:1.3}.profile-section{margin:20px 0}.profile-section-label{margin-bottom:8px}.mode-switch-fx{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;background:radial-gradient(circle at 50% 40%,rgba(157,92,245,.35),rgba(34,211,238,.12) 45%,transparent 70%);animation:mode-switch-pulse .7s ease-out forwards}@keyframes mode-switch-pulse{0%{opacity:0;transform:scale(.92)}30%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.05)}}.login-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px}.login-card{display:flex;flex-direction:column;gap:10px;width:100%;max-width:360px;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;padding:24px}.login-card .brand{text-align:center;margin-bottom:8px}.tabs{display:flex;gap:4px}.tab{flex:1;background:transparent;border:none;border-bottom:2px solid transparent;border-radius:0;color:var(--muted);padding:8px}.tab.active{color:var(--gold);border-bottom-color:var(--gold)}.account-type-picker{display:flex;gap:8px}.account-type{flex:1;display:flex;flex-direction:column;gap:4px;text-align:left;background:var(--bg-3);border:1px solid var(--border);border-radius:6px;padding:9px 11px;color:var(--text)}.account-type span{font-size:11px;color:var(--muted);line-height:1.35}.account-type.active{border-color:var(--gold);background:#7c3aed14}.consent-check{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.4;color:var(--muted);text-align:left}.consent-check input{width:auto;margin-top:3px;flex-shrink:0}.profile-page{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:4px}.profile-link-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:48px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:10px 14px;margin:8px 0;color:var(--text);transition:background .14s,transform .06s}.profile-link-row:after{content:"›";margin-left:auto;font-size:22px;line-height:1;color:var(--muted)}.profile-link-row:active{background:var(--bg-3);transform:scale(.99)}.music-page{display:flex;flex-direction:column;gap:10px}.cmp-bento{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cmp-bento-tile{display:flex;flex-direction:column;gap:3px;text-align:left;min-height:84px;padding:14px 13px;border:1px solid var(--border);border-left:3px solid var(--mf-violet2);border-radius:12px;background:var(--bg-2);color:var(--text)}.cmp-bento-title{font-size:var(--fs-md);font-weight:600}.cmp-bento-hint{font-size:var(--fs-xs);color:var(--muted);line-height:1.3}.cmp-title{margin:6px 0 8px;font-size:var(--fs-lg)}.cmp-level-filter{display:flex;flex-wrap:wrap;gap:4px;margin:8px 0}.cmp-detail{display:flex;flex-direction:column;gap:8px}.cmp-detail-section h4{margin:4px 0 2px;font-size:var(--fs-sm)}.back-button{display:inline-flex;align-items:center;gap:4px;margin-bottom:10px;padding:6px 12px 6px 8px;background:var(--bg-2);border:1px solid var(--border);border-radius:999px;color:var(--muted);font-size:var(--fs-sm)}.back-button:hover{color:var(--text)}.world-search{width:100%;margin-bottom:10px}.wtree{display:flex;flex-direction:column;gap:2px}.wtree-head{display:flex;align-items:center;gap:8px;width:100%;text-align:left;background:transparent;border:none;padding:9px 6px;color:var(--text);font-weight:600;font-size:var(--fs-sm)}.wtree-glabel{flex:1}.wtree-count{font-size:var(--fs-xs);color:var(--muted);font-weight:400}.wtree-children{display:flex;flex-direction:column;gap:2px;margin-left:10px;padding-left:8px;border-left:1px solid var(--border)}.wtree-row{display:flex;align-items:center;gap:2px}.wtree-twist{flex:none;width:22px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--muted)}.wtree-caret{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid currentColor;transition:transform .12s}.wtree-head .wtree-caret.open,.wtree-twist.open .wtree-caret{transform:rotate(90deg)}.wtree-item{flex:1;min-width:0;display:flex;align-items:center;gap:6px;text-align:left;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:9px 11px;color:var(--text)}.wtree-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--fs-sm)}.support-page{display:flex;flex-direction:column;gap:12px}.support-list{display:flex;flex-direction:column;gap:8px}.support-ticket-row{display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:11px 13px;color:var(--text)}.support-ticket-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--fs-sm)}.support-status{font-size:var(--fs-xs);color:var(--muted);white-space:nowrap}.support-status.answered{color:var(--green)}.support-unread-dot{width:9px;height:9px;border-radius:50%;background:var(--red);flex:none}.support-messages{display:flex;flex-direction:column;gap:8px}.support-msg{display:flex;flex-direction:column;gap:2px;max-width:88%;padding:8px 11px;border-radius:12px;font-size:var(--fs-sm)}.support-msg.mine{align-self:flex-end;background:linear-gradient(100deg,var(--mf-violet),#9333ea);color:#fff}.support-msg.admin{align-self:flex-start;background:var(--bg-3);border:1px solid var(--border)}.support-msg-who{font-size:11px;font-weight:700;opacity:.75}.support-msg-body{white-space:pre-wrap;word-break:break-word}.coming-soon{text-align:center;padding:40px 16px}.dice-roller{display:flex;flex-direction:column;gap:12px}.dr-tabs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;padding:3px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.dr-tab{padding:8px 6px;border:none;border-radius:8px;background:transparent;color:#ffffffbf;font-size:13px;white-space:nowrap}.dr-tabs.sm .dr-tab{padding:6px;font-size:12px}.dr-tab.active{background:#9d5cf538;color:#ece9fb;box-shadow:inset 0 0 0 1px #9d5cf573}.dr-row{display:flex;flex-direction:column;gap:4px}.dr-row>span:first-child{color:var(--muted);font-size:13px}.dr-die-pick{display:flex;align-items:center;gap:8px}.dr-die-pick input{width:64px}.dr-die-pick select{flex:1}.dice-mods{border:1px solid var(--border);border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:8px;background:#ffffff05}.dr-chips{display:flex;flex-wrap:wrap;gap:6px}.dice-mod-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:12px;background:#9d5cf51f;border:1px solid rgba(157,92,245,.35);font-size:13px}.dice-mod-chip button{border:none;background:none;color:#ffffff8c;padding:0;font-size:11px;line-height:1}.dr-mod-add{display:grid;grid-template-columns:52px 64px 1fr auto;gap:6px;align-items:center}.dr-mod-add input,.dr-mod-add select{width:100%;min-width:0}.dr-footer{display:flex;flex-direction:column;gap:10px;border-top:1px solid var(--border);padding-top:12px}.dr-roll{width:100%}.dice-gl{width:100%;min-height:230px;background:radial-gradient(closest-side,rgba(8,10,18,.75),rgba(8,10,18,.25) 70%,transparent);border-radius:12px}.dice-total{font-size:44px;font-weight:700;text-align:center;color:var(--mf-violet-soft)}.dice-breakdown{text-align:center;color:var(--muted);font-size:13px}.sheet-view{display:flex;flex-direction:column;gap:18px}.sheet-view-header h2{margin:0 0 2px}.sheet-view-header p{margin:0}.sheet-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.sheet-stat{display:flex;flex-direction:column;align-items:center;gap:2px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:8px 4px}.sheet-stat-label{font-size:11px;color:var(--muted)}.sheet-stat-value{font-size:16px;font-weight:700}.sheet-section h3{font-family:var(--font-body);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 8px}.sheet-abilities{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sheet-ability{display:flex;flex-direction:column;align-items:center;gap:1px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:8px 4px}.sheet-ability-name{font-size:11px;color:var(--muted)}.sheet-ability-score{font-size:18px;font-weight:700}.sheet-skill-list{display:flex;flex-direction:column;gap:2px}.sheet-skill{display:flex;justify-content:space-between;padding:6px 4px;font-size:13px;color:var(--muted);border-bottom:1px solid var(--border)}.sheet-skill.proficient{color:var(--text);font-weight:600}.sheet-inventory{list-style:none;margin:0 0 6px;padding:0;display:flex;flex-direction:column;gap:4px}.sheet-inventory li{display:flex;justify-content:space-between;gap:8px;font-size:13px;padding:4px 0;border-bottom:1px solid var(--border)}.sheet-tag{font-size:11px;color:var(--mf-cyan-soft)}.char-list{display:flex;flex-direction:column;gap:8px}.char-card{display:flex;flex-direction:column;gap:4px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--text)}.char-card:active{background:var(--bg-3)}.char-card-name{font-weight:700}.char-card a{display:block;color:inherit}.campaign-hub{display:flex;flex-direction:column;gap:18px}.hub-head{display:flex;flex-direction:column;gap:2px}.hub-head h2{margin:0}.hub-role{color:var(--muted);font-size:var(--fs-sm)}.hub-section{display:flex;flex-direction:column;gap:10px}.hub-section-title,.home-section-title{margin:0;font-size:var(--fs-sm);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width: 359px){.hub-grid{grid-template-columns:repeat(2,1fr)}}.hub-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;min-height:92px;padding:12px 6px 10px;background:var(--bg-2);border:1px solid var(--border);border-radius:12px;color:var(--text);text-align:center;transition:background .14s,border-color .14s,transform .06s}.hub-tile:active{transform:scale(.97);background:var(--bg-3)}.hub-tile-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:linear-gradient(140deg,#7c3aed47,#22d3ee29);color:var(--mf-violet-soft)}.hub-tile-icon svg{width:22px;height:22px}.hub-tile-label{font-size:var(--fs-xs);line-height:1.25;color:var(--text)}.hub-tile-badge{position:absolute;top:6px;right:6px}.home-page{display:flex;flex-direction:column;gap:16px}.home-hero h2{margin:2px 0 0}.home-continue{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-radius:12px;border:1px solid rgba(196,181,253,.28);background:linear-gradient(120deg,#7c3aed38,#22d3ee1a);color:var(--text);transition:transform .06s,filter .14s}.home-continue:active{transform:scale(.99);filter:brightness(1.06)}.home-continue-name{font-family:var(--font-display);font-size:var(--fs-lg)}.home-continue-go{font-size:26px;color:var(--mf-violet-soft);line-height:1}.home-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.home-quick-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-height:76px;padding:12px 6px;border-radius:12px;border:1px solid var(--border);background:var(--bg-2);color:var(--text);font-size:var(--fs-xs);text-align:center;transition:background .14s,transform .06s}.home-quick-item:active{transform:scale(.97);background:var(--bg-3)}.home-quick-item svg{width:24px;height:24px;color:var(--mf-cyan-soft)}.invite-page{display:flex;flex-direction:column;gap:12px;max-width:480px;margin:0 auto;width:100%}.invite-page h2{margin:4px 0 0}.qr-card{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:14px;background:var(--bg-2);border:1px solid var(--border);border-radius:14px}.qr-plate{padding:12px;border-radius:12px;background:#fff;border:none;line-height:0}.qr-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qr-actions>*{min-height:44px}.invite-code-line{display:block;overflow-wrap:anywhere;font-size:var(--fs-xs);color:var(--muted);background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:8px 10px}.qr-empty,.qr-locked{display:flex;flex-direction:column;gap:10px;padding:14px;background:var(--bg-2);border:1px dashed var(--border);border-radius:12px}.qr-section-title{margin:0;font-size:var(--fs-md)}.soft-sep{width:100%;border:none;border-top:1px solid var(--border);margin:4px 0}.qr-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center;background:#08070ff5}.qr-zoom-plate{padding:16px;border-radius:16px;background:#fff;line-height:0}.diary-page{display:flex;flex-direction:column;gap:16px}.diary-composer{display:flex;flex-direction:column;gap:8px}.diary-composer textarea{resize:vertical}.diary-entries{display:flex;flex-direction:column;gap:10px}.diary-entry{background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:10px 14px}.diary-entry p{margin:4px 0 0;white-space:pre-wrap}.handout-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;background:#05040ceb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:handout-fade-in .24s ease-out}@keyframes handout-fade-in{0%{opacity:0}to{opacity:1}}.handout-overlay-card{width:100%;max-width:420px;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;background:var(--bg-2);border:1px solid rgba(196,181,253,.4);border-radius:16px;padding:24px 20px;box-shadow:0 20px 60px #0009}.handout-overlay-image{max-width:100%;max-height:50vh;border-radius:10px;border:1px solid var(--border)}.handout-overlay-text{white-space:pre-wrap;line-height:1.5}.handout-vault{display:flex;flex-direction:column;gap:16px}.handout-list{display:flex;flex-direction:column;gap:10px}.handout-card{display:flex;flex-direction:column;gap:8px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.handout-card-thumb{width:100%;max-height:160px;object-fit:cover;border-radius:8px}.handout-card-body p{margin:4px 0 0}.pocket-bard{display:flex;flex-direction:column;gap:16px}.mute-toggle{width:100%}.ghost.active{border-color:var(--mf-cyan);color:var(--mf-cyan-soft)}.mixer{display:flex;flex-direction:column;gap:14px}.mixer-channel{display:flex;flex-direction:column;gap:8px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.mixer-channel input[type=range]{width:100%}.track-list{display:flex;flex-direction:column;gap:6px}.track-row{display:flex;align-items:center;gap:8px;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:6px 8px}.track-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.survey-page{display:flex;flex-direction:column;gap:14px}.survey-list{display:flex;flex-direction:column;gap:10px}.survey-question-draft,.survey-question{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--border);padding-top:10px}.survey-options-draft{display:flex;flex-wrap:wrap;gap:6px}.survey-answer-form{display:flex;flex-direction:column;gap:10px}.record-page{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 0}.record-timer{font-family:var(--font-display);font-size:48px;color:var(--mf-violet-soft)}.record-banner{width:100%;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-size:13px;color:var(--muted);text-align:center}.record-banner.warn{border-color:var(--red);color:var(--red)}.chronicle-block{display:flex;flex-direction:column;gap:6px;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;padding:12px 14px}.chronicle-block textarea{resize:vertical}.news-card{background:linear-gradient(180deg,#7c3aed0d,#ffffff03);border:1px solid var(--border);border-radius:14px;padding:16px 18px;margin-bottom:12px}.news-card h4{margin:0 0 4px}.wiki-md{line-height:1.6;font-size:14px}.wiki-md h2{font-size:19px;margin:14px 0 6px}.wiki-md h3{font-size:16px;margin:12px 0 6px}.wiki-md h4{font-size:14px;color:var(--gold);margin:10px 0 4px}.wiki-md p{margin:6px 0}.wiki-md .md-gap{height:6px}.wiki-md ul{margin:6px 0;padding-left:20px}.wiki-md code{background:var(--bg);border-radius:4px;padding:1px 5px;font-size:13px}.wiki-md mark{background:#9d5cf559;color:inherit;border-radius:3px;padding:0 2px}.wiki-img{display:block;max-width:100%;border-radius:8px;border:1px solid var(--border);margin:6px 0}.wiki-link{background:none;border:none;color:var(--blue);padding:0;font:inherit;border-bottom:1px dotted var(--blue)}.wiki-link.dead{color:var(--red);border-bottom-color:var(--red)}.achievements-page{display:flex;flex-direction:column;gap:16px}.xp-bar-wrap{display:flex;flex-direction:column;gap:6px}.xp-bar{height:8px;border-radius:4px;background:var(--bg-3);overflow:hidden}.xp-bar-fill{height:100%;background:linear-gradient(90deg,var(--mf-violet2),var(--mf-cyan))}.achievement-grid{display:flex;flex-direction:column;gap:10px}.achievement-card{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:#ffffff05;display:flex;flex-direction:column;gap:6px}.achievement-card.locked{opacity:.6}.achievement-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.badge{font-size:10px;border:1px solid var(--blue);color:var(--blue);border-radius:8px;padding:1px 6px;margin-left:6px}.badge.gold{border-color:var(--gold);color:var(--gold)}.rules-page{display:flex;flex-direction:column;gap:12px}.rules-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.rules-list-item{width:100%;display:flex;justify-content:space-between;gap:8px;text-align:left;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:10px 12px}.wiki-article-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--border);padding-bottom:8px;margin-bottom:12px}.wiki-article-head h3{margin:0}.world-badge{font-size:10px;font-weight:700;border-radius:6px;padding:1px 6px}.world-badge.gm{background:var(--gold-dim);color:#fff}.world-badge.pend{background:var(--bg-3);color:var(--muted);border:1px solid var(--border)}.world-page{display:flex;flex-direction:column;gap:12px}.statblock{display:flex;flex-direction:column;gap:10px}.sb-sub{font-style:italic;color:var(--muted);margin:0}.sb-core{display:flex;flex-wrap:wrap;gap:16px;padding:8px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sb-abilities{display:flex;gap:10px;flex-wrap:wrap}.sb-ability{display:flex;flex-direction:column;align-items:center;min-width:52px;padding:6px;background:#ffffff08;border-radius:6px}.sb-ability-label{font-weight:700;color:var(--gold)}.sb-meta{display:flex;flex-direction:column;gap:3px;font-size:13px}.sb-actions h4{margin:8px 0 4px;color:var(--gold);border-bottom:1px solid var(--border)}.sb-action{margin:4px 0;font-size:13px;line-height:1.4}.error-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:100vh;padding:24px;text-align:center}.error-screen h2{color:var(--gold)}.error-detail{max-width:100%;overflow:auto;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;padding:12px}.toast-stack{position:fixed;top:calc(10px + var(--safe-top));left:14px;right:14px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{display:flex;align-items:center;gap:10px;text-align:left;border-radius:10px;padding:10px 12px 10px 14px;font-size:13px;border:1px solid var(--border);border-left-width:4px;background:var(--bg-2);box-shadow:0 6px 24px #00000073;animation:toast-in .22s cubic-bezier(.2,.9,.3,1.15)}.toast.leaving{animation:toast-out .2s ease forwards}.toast-text{flex:1;line-height:1.35}.toast-icon{flex:none;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;color:#0c0c0c}.toast-icon-success{background:var(--green)}.toast-icon-error{background:var(--red);color:#fff}.toast-icon-info{background:var(--blue);color:#fff}.toast-close{flex:none;background:transparent;border:none;color:var(--muted);font-size:12px;padding:2px 4px;border-radius:4px}.toast-success{border-left-color:var(--green)}.toast-error{border-left-color:var(--red)}.toast-info{border-left-color:var(--blue)}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{to{opacity:0;transform:translateY(-8px)}}
