:root{font-family:Avenir Next,Gill Sans,Trebuchet MS,sans-serif;line-height:1.4;font-weight:400;color:#112432;background:radial-gradient(circle at 15% 15%,#fff8dc,#f0ebcc 48%,#d6dfbd);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input{font:inherit}button{border:1px solid #4c6e47;border-radius:10px;background:#f3f6e8;color:#16331d;cursor:pointer;padding:.55rem .9rem}button:hover:enabled{background:#dceab6}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:linear-gradient(180deg,#ffd880,#f6b84e);border-color:#8a5c17;color:#2f1c07;font-weight:700}input{width:100%;border:1px solid #93a97d;border-radius:9px;padding:.55rem .65rem;background:#fffdf5;color:#213622}label{display:grid;gap:.35rem;font-weight:600;color:#2d4035}code{font-family:SF Mono,Menlo,Monaco,monospace;font-size:.82em;background:#ebf1d7;border-radius:5px;padding:.15rem .35rem}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;letter-spacing:.02em}.screen{width:min(1120px,100% - 2rem);margin:1.5rem auto 2.25rem;display:grid;gap:1rem}.auth-screen,.loading-screen{min-height:100dvh;align-content:center}.card{background:#fffef5eb;border:1px solid #bfc99e;border-radius:16px;box-shadow:0 10px 30px #30452c26;padding:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;color:#6a7d5f;font-weight:700}.topbar{display:flex;justify-content:space-between;align-items:center;gap:.8rem;padding:.35rem 0}.auth-card{width:min(540px,100%);margin:0 auto;text-align:center;display:grid;gap:.8rem}.stack{display:grid;gap:.7rem}.error{color:#8c1f1f;font-weight:700}.info{color:#1f5c2f;font-weight:700}.create-card,.list-card,.status-card,.players-card,.play-card,.history-card,.canvas-card{display:grid;gap:.75rem}.room-list,.player-list,.member-list,.guess-list,.history-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.room-list li button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.5rem;text-align:left}.word-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.6rem}.two-col-layout{display:grid;gap:1rem;grid-template-columns:minmax(260px,320px) minmax(0,1fr)}.player-list li,.member-list li,.history-list li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;border-bottom:1px dashed #c7d2b0;padding-bottom:.4rem}.player-list li div,.member-list li,.history-list li{display:grid;gap:.1rem}.player-list small{color:#4f6b47}.brush-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem}.canvas-card{padding:.7rem}.canvas-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.canvas-wrapper{width:100%;border-radius:12px;overflow:hidden;border:1px solid #b5c49b;background:#f6f8ea}.drawing-canvas{display:block;width:100%;touch-action:none}.drawing-canvas.drawable{cursor:crosshair}.drawing-canvas.readonly{cursor:not-allowed}.hint{color:#4f6b47;font-size:.9rem}.guess-form{display:grid;grid-template-columns:1fr auto;gap:.5rem}.guess-list li{display:flex;justify-content:space-between;align-items:center;gap:.6rem;border-bottom:1px dashed #c7d2b0;padding-bottom:.35rem}.guess-list li.correct{color:#256c35}.guess-list li.incorrect{color:#664d1f}@media(max-width:900px){.screen{width:min(1080px,100% - 1rem);margin-top:.9rem}.two-col-layout{grid-template-columns:1fr}.topbar{flex-wrap:wrap}}
