*{box-sizing:border-box;font-family:Inter,system-ui,Arial,sans-serif}html,body{margin:0;padding:0;width:100%;height:100%}body{background:#f3f4f6}.layout{display:flex;gap:16px;width:100%;max-width:1000px;height:100vh;margin:0 auto;padding:12px}.users-panel{width:150px;background:#fff;border-radius:12px;padding:12px;border:1px solid #e5e7eb;overflow-y:auto}.users-panel h2{margin:0 0 8px;font-size:16px}#users{list-style:none;padding:0;margin:0}#users li{padding:6px;border-bottom:1px solid #f3f4f6}#users .me{font-weight:700;color:#2563eb}.board-container{flex:1;background:#fff;border-radius:12px;padding:12px;display:flex;flex-direction:column;border:1px solid #e5e7eb;min-height:0}header{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}h1{margin:0}.tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}button{padding:8px 12px;border-radius:8px;border:none;background:#2563eb;color:#fff;cursor:pointer}.colors{display:flex;gap:6px}.colors button{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.colors button.active{border-color:#111}.colors button[data-color="#111"]{background:#111}.colors button[data-color="#ef4444"]{background:#ef4444}.colors button[data-color="#22c55e"]{background:#22c55e}.colors button[data-color="#3b82f6"]{background:#3b82f6}.colors button[data-color="#eab308"]{background:#eab308}.colors button[data-color="#a855f7"]{background:#a855f7}.canvas-wrapper{flex:1;position:relative;overflow:hidden;border:2px dashed #cbd5e1;border-radius:8px;background:#f9fafb}canvas{width:100%;height:100%;display:block;touch-action:none}@media(max-width:768px){.layout{flex-direction:column;height:100vh;padding:8px}.users-panel{width:100%;max-height:200px}}.modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;padding:20px;border-radius:8px;width:280px;text-align:center}.modal input{width:100%;padding:10px;margin-top:8px}.modal button{margin-top:10px;width:100%}
