*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color:#111;overflow:hidden}.home{height:100%;display:flex;align-items:center;justify-content:center;background:#fafafa}.home-card{text-align:center;max-width:420px;padding:48px 40px;background:#fff;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 8px 30px #0000000f}.home-card h1{font-size:26px;margin-bottom:12px}.home-card p{color:#666;margin-bottom:28px;line-height:1.5}.btn-primary{background:#111;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:15px;cursor:pointer}.btn-primary:hover{background:#333}.board-root{position:relative;width:100%;height:100%}.board-canvas{position:absolute;top:0;left:0;width:100%;height:100%;touch-action:none;display:block}.toolbar{position:absolute;top:14px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:4px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 16px #00000014;padding:6px;z-index:20;-webkit-user-select:none;user-select:none}.toolbar button{border:none;background:transparent;border-radius:8px;padding:7px 10px;font-size:13px;cursor:pointer;color:#333;white-space:nowrap}.toolbar button:hover{background:#f0f0f0}.toolbar button.active{background:#111;color:#fff}.toolbar button:disabled{opacity:.35;cursor:default}.toolbar .sep{width:1px;height:22px;background:#e5e5e5;margin:0 4px}.toolbar .zoom-label{font-size:12px;color:#666;min-width:44px;text-align:center}.status-bar{position:absolute;top:14px;right:14px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e5e5e5;border-radius:999px;box-shadow:0 4px 16px #00000014;padding:7px 14px;font-size:13px;z-index:20}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px}.status-dot.connected{background:#22c55e}.status-dot.reconnecting{background:#f59e0b}.presence{display:flex;align-items:center;gap:6px}.presence .avatar{width:18px;height:18px;border-radius:50%;border:2px solid #fff;margin-left:-8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:600}.presence .avatar:first-child{margin-left:0}.loading,.load-error{height:100%;display:flex;align-items:center;justify-content:center;color:#666;font-size:15px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:14px;padding:28px;width:340px;box-shadow:0 20px 60px #0003}.modal h2{font-size:18px;margin-bottom:16px}.modal input{width:100%;border:1px solid #ddd;border-radius:8px;padding:10px 12px;font-size:15px;margin-bottom:16px;outline:none}.modal input:focus{border-color:#111}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.btn-secondary{background:#fff;color:#333;border:1px solid #ddd;border-radius:8px;padding:10px 18px;font-size:14px;cursor:pointer}.btn-secondary:hover{background:#f5f5f5}.text-editor{position:absolute;z-index:15;border:1.5px dashed #3b82f6;outline:none;background:#ffffffd9;resize:none;overflow:hidden;padding:2px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;color:#111;line-height:1.25}
