@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=IM+Fell+English:ital@0;1&display=swap";:root{--parchment-light:#efe1bf;--parchment-dark:#d5bd88;--ink:#3a2815;--ink-soft:#5b4328;--gold:#9a6d21;--gold-strong:#7a5315;--panel-edge:#ae8b4f;--active-bg:#f7e6bf;--queue-bg:#e6d0a3;--defeated-bg:#ccb89b;--danger:#772d2d;--shadow:0 14px 24px #28160740;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:IM Fell English,Georgia,serif;font-weight:400;line-height:1.4}*{box-sizing:border-box}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 20% 10%,#fae6ae66,#0000 35%),radial-gradient(circle at 80% 15%,#ffde9440,#0000 30%),linear-gradient(160deg,#5b3e1e,#2f1f0f 70%);margin:0}#root{min-height:100vh}.app-shell{max-width:1180px;margin:0 auto;padding:2rem 1rem 2.5rem}.app-header{border:2px solid var(--panel-edge);box-shadow:var(--shadow);text-align:center;background:linear-gradient(165deg,#f7e8bff0,#dbc08beb),repeating-linear-gradient(15deg,#8e5f2114,#8e5f2114 3px,#0000 3px 8px);border-radius:12px;padding:1.35rem}.crest{letter-spacing:.1rem;text-transform:uppercase;color:var(--ink-soft);margin:0}h1,h2,h3{color:var(--ink);margin:0;font-family:Cinzel,Times New Roman,serif}h1{font-size:clamp(1.75rem,3.4vw,2.7rem)}h2{margin-bottom:.85rem;font-size:clamp(1.2rem,2vw,1.45rem)}h3{font-size:1.05rem}.layout-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.panel{border:2px solid var(--panel-edge);box-shadow:var(--shadow);background:linear-gradient(175deg,#efe1bff7,#d6bb82f2),repeating-linear-gradient(-20deg,#784f1814,#784f1814 4px,#0000 4px 10px);border-radius:12px;padding:1rem}.session-row,.session-create,.monster-form,.queue-block,.defeated-panel{margin-bottom:1rem}label{color:var(--ink-soft);margin-bottom:.35rem;font-weight:700;display:block}input,select,button{font:inherit}input,select{width:100%;color:var(--ink);background:#fff4d1db;border:1px solid #8f6e3d;border-radius:8px;padding:.42rem .5rem}.inline-form{gap:.5rem;display:flex}.inline-form input{flex:1}.monster-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:.75rem;display:grid}button{border:1px solid var(--gold-strong);cursor:pointer;border-radius:8px;padding:.42rem .75rem;transition:transform .12s,background-color .2s}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{opacity:.45;cursor:not-allowed}.primary-btn{color:#2d1b08;background:linear-gradient(#d9b660,#b98b34);font-weight:700}.secondary-btn{color:#3e2c17;background:linear-gradient(#ecddbe,#d4bd8f)}.queue-list,.active-list,.defeated-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.queue-card,.stat-block{border:1px solid #9a763f;border-radius:10px;padding:.7rem}.queue-card{background:var(--queue-bg);justify-content:space-between;gap:.6rem;display:flex}.queue-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.queue-tag{color:var(--ink-soft);font-size:.85rem}.monster-name{margin:0;font-family:Cinzel,Times New Roman,serif;font-size:1.06rem}.monster-meta{color:var(--ink-soft);margin:.2rem 0 0}.status-row{flex-wrap:wrap;justify-content:space-between;gap:.8rem;margin-bottom:.8rem;display:flex}.status-row p{color:var(--ink-soft);margin:0}.stat-block.active{background:var(--active-bg)}.stat-block.defeated{background:var(--defeated-bg);opacity:.88}.stat-header{justify-content:space-between;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.initiative-badge{background:#e2c481;border:1px solid #926728;border-radius:999px;padding:.2rem .55rem;font-size:.88rem}.stats-line{justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.6rem;display:flex}.stats-line label{align-items:center;gap:.35rem;margin:0;display:inline-flex}.stats-line input{width:4.8rem}.stats-line em{color:var(--ink-soft);font-style:normal}.empty-copy{color:#634821;margin:0}.controls{margin-top:1rem}.control-buttons{flex-wrap:wrap;gap:.65rem;display:flex}@media (width<=960px){.layout-grid{grid-template-columns:1fr}}@media (width<=620px){.monster-grid{grid-template-columns:1fr}.queue-card,.stat-header,.stats-line{flex-direction:column;align-items:flex-start}.queue-actions{justify-content:flex-start}.app-shell{padding:1rem .7rem 1.6rem}}
