*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e3a8a,#3730a3 25%,#7c3aed 50%,#be185d 75%,#dc2626);color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.App{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:32px 0}.room-selector{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px #00000026;min-width:420px;padding:48px 56px}.room-selector h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e3a8a,#3730a3 25%,#7c3aed 50%,#be185d 75%,#dc2626);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:32px;text-align:center}.room-selector h2{color:#374151;font-size:1.25rem;font-weight:600;margin:32px 0 16px}.room-selector input{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;margin-bottom:16px;padding:12px 16px;transition:all .2s ease;width:100%}.room-selector input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.room-selector button{background:linear-gradient(135deg,#1e3a8a,#3730a3 25%,#7c3aed 50%,#be185d 75%,#dc2626);border:none;border-radius:12px;box-shadow:0 4px 12px #1e3a8a4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:8px;padding:14px 24px;transition:all .2s ease;width:100%}.room-selector button:hover:not(:disabled){box-shadow:0 8px 20px #1e3a8a66;transform:translateY(-2px)}.room-selector button:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed;transform:none}.room-selector ul{list-style:none;max-height:200px;overflow-y:auto;padding:0}.room-selector li{margin-bottom:8px}.room-selector li button{background:#f8fafc;border:2px solid #e5e7eb;box-shadow:none;color:#374151;margin-bottom:0}.room-selector li button:hover:not(:disabled){background:#f1f5f9;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;color:#1e40af;transform:translateY(-1px)}.whiteboard-container{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 25px 50px #00000026;display:flex;flex-direction:column;min-width:1200px;padding:32px 40px}.whiteboard-header{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;color:#374151;display:flex;font-size:1.25rem;font-weight:600;gap:16px;justify-content:space-between;margin-bottom:24px;padding:16px 24px;width:100%}.whiteboard-header button{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.whiteboard-header button:hover{background:#dc2626;transform:translateY(-1px)}.whiteboard-main{align-items:flex-start;display:flex;gap:24px;width:100%}.whiteboard-toolbar{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-direction:column;gap:16px;height:fit-content;min-width:200px;padding:20px}.whiteboard-toolbar label{color:#374151;display:flex;flex-direction:column;font-size:.95rem;font-weight:500;gap:8px}.whiteboard-toolbar input[type=color]{background:none;border:none;border-radius:8px;cursor:pointer;height:40px;width:100%}.whiteboard-toolbar input[type=range]{background:#e5e7eb;border-radius:3px;cursor:pointer;height:6px;outline:none;width:100%}.whiteboard-toolbar input[type=range]::-webkit-slider-thumb{appearance:none;background:#3b82f6;border-radius:50%;box-shadow:0 2px 6px #3b82f64d;cursor:pointer;height:20px;width:20px}.whiteboard-toolbar button{background:linear-gradient(135deg,#1e3a8a,#3730a3 25%,#7c3aed 50%,#be185d 75%,#dc2626);border:none;border-radius:10px;box-shadow:0 4px 12px #1e3a8a4d;color:#fff;cursor:pointer;font-weight:500;margin-top:8px;padding:12px 16px;transition:all .2s ease}.whiteboard-toolbar button:hover{box-shadow:0 8px 20px #1e3a8a66;transform:translateY(-2px)}.whiteboard-canvas-container{align-items:center;display:flex;flex:1 1;flex-direction:column}.whiteboard-container canvas{background:#fff;border:3px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 24px #0000001a;cursor:crosshair;transition:all .2s ease}.whiteboard-container canvas:hover{box-shadow:0 12px 32px #00000026}@media (max-width:768px){.room-selector{min-width:320px;padding:32px 24px}.whiteboard-container{min-width:320px;padding:24px 16px}.whiteboard-main{flex-direction:column}.whiteboard-toolbar{flex-direction:row;min-width:auto;width:100%}}
/*# sourceMappingURL=main.90a35f05.css.map*/