:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}.app{width:100vw;height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2)}.join-screen{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.join-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;text-align:center;min-width:400px;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.join-card h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.join-card p{color:#666;margin-bottom:2rem;font-size:1.1rem}.join-card input{width:100%;padding:1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:10px;margin-bottom:1rem;transition:all .3s}.join-card input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.join-card button{width:100%;padding:1rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;cursor:pointer;transition:transform .2s,box-shadow .2s}.join-card button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.join-card button:disabled{opacity:.5;cursor:not-allowed}.toolbar{background:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 10px #0000001a;flex-wrap:wrap;gap:1rem;z-index:10}.toolbar-section{display:flex;align-items:center;gap:.5rem}.toolbar h2{font-size:1.5rem;margin-right:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.user-badge{background:#f0f0f0;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.connection-status{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;transition:all .3s}.connection-status.connected{background:#d1fae5;color:#065f46}.connection-status.connecting{background:#fef3c7;color:#92400e}.connection-status.disconnected,.connection-status.error{background:#fee2e2;color:#991b1b}.toolbar button{padding:.6rem 1.2rem;font-size:.95rem;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;font-weight:500;white-space:nowrap}.toolbar button:hover:not(:disabled){border-color:#667eea;background:#f8f9ff;transform:translateY(-1px)}.toolbar button:disabled{opacity:.4;cursor:not-allowed;transform:none}.toolbar button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.color-picker-group{display:flex;align-items:center;gap:.3rem;background:#f8f9fa;padding:.4rem .8rem;border-radius:8px;border:2px solid #e0e0e0}.color-picker-group label{font-size:.85rem;font-weight:500;color:#666}.toolbar input[type=color]{width:40px;height:35px;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s}.toolbar input[type=color]:hover{border-color:#667eea;transform:scale(1.05)}.fill-toggle{padding:.3rem .6rem!important;font-size:1.2rem!important;min-width:35px}.stroke-width-control{position:relative}.stroke-panel{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:10px;padding:1rem;box-shadow:0 10px 30px #00000026;z-index:1000;min-width:200px;animation:dropdownSlide .2s ease-out}.stroke-panel input[type=range]{width:100%;margin-bottom:.8rem}.stroke-presets{display:flex;gap:.5rem;justify-content:space-around;flex-wrap:wrap}.stroke-presets button{padding:.5rem!important;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0!important;background:#fff!important}.stroke-presets button.active{border-color:#667eea!important;background:#f8f9ff!important}.stroke-presets button:hover{border-color:#667eea!important}.clear-btn{background:#ff4757!important;color:#fff!important;border:none!important}.clear-btn:hover{background:#ff3838!important;transform:translateY(-1px)}.users-section{position:relative}.users-btn{background:#f0f0f0!important;padding:.5rem 1rem!important;border-radius:20px!important;font-weight:500!important;border:2px solid #e0e0e0!important}.users-btn:hover{background:#e8e8e8!important;border-color:#667eea!important}.users-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-shadow:0 10px 30px #00000026;min-width:200px;max-height:300px;overflow-y:auto;z-index:1000;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-item{padding:.8rem 1rem;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:.5rem;transition:background .2s}.user-item:last-child{border-bottom:none}.user-item:hover{background:#f8f9ff}.user-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.canvas-container{flex:1;background:#fff;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #0000000d}.info-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.8rem 2rem;animation:slideUp .5s ease-out}.info-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.9rem}.shortcuts-info{flex:1;min-width:300px}.developer-info{text-align:right;font-size:.85rem;opacity:.95}.developer-info a{color:#fff;text-decoration:none;font-weight:600;border-bottom:1px solid rgba(255,255,255,.5);transition:all .2s}.developer-info a:hover{border-bottom-color:#fff;opacity:1}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.toolbar{padding:.8rem 1rem}.toolbar h2{font-size:1.2rem}.toolbar button{padding:.5rem .8rem;font-size:.85rem}.join-card{min-width:90%;padding:2rem}.info-content{flex-direction:column;text-align:center}.shortcuts-info{min-width:auto}.developer-info{text-align:center}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;padding:2.5rem;max-width:600px;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideInModal .3s ease-out}@keyframes slideInModal{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.modal-close:hover{background:#e0e0e0;transform:rotate(90deg)}.modal-content h2{font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-subtitle{color:#666;font-size:1.1rem;margin-bottom:2rem}.modal-section{margin-bottom:2rem}.modal-section h3{font-size:1.3rem;margin-bottom:1rem;color:#333}.modal-section ul{list-style:none;padding:0}.modal-section li{padding:.5rem 0;color:#555;line-height:1.6}.shortcuts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem;margin-top:1rem}.shortcuts-grid div{background:#f8f9fa;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.shortcuts-grid kbd{background:#fff;border:2px solid #e0e0e0;border-radius:4px;padding:.2rem .5rem;font-family:monospace;font-size:.85rem;font-weight:600;box-shadow:0 2px #e0e0e0}.developer-section{background:linear-gradient(135deg,#f8f9ff,#f0f0ff);padding:1.5rem;border-radius:12px;border:2px solid #e8e8ff}.developer-section p{margin:0;line-height:1.8}.developer-section a{color:#667eea;text-decoration:none;font-weight:600;transition:all .2s}.developer-section a:hover{color:#764ba2;text-decoration:underline}.modal-footer{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f0f0f0;text-align:center;color:#666}.modal-footer a{display:inline-block;margin-top:.8rem;padding:.6rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s}.modal-footer a:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media(max-width:768px){.modal-content{margin:1rem;padding:2rem 1.5rem;max-height:90vh}.shortcuts-grid{grid-template-columns:1fr}}
