.error-alert-container{position:fixed;top:20px;right:20px;z-index:1000;animation:slideIn .3s ease-out}.error-alert{cursor:default;display:flex;align-items:center;justify-content:space-between;width:18rem;min-height:3.5rem;border-radius:.5rem;background-color:#232531;padding:10px;box-shadow:0 4px 6px #0000004d}.error-alert-content{display:flex;gap:.5rem}.error-icon{color:#d65563;background-color:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.25rem;border-radius:.5rem;flex-shrink:0}.error-icon svg{width:1.5rem;height:1.5rem}.error-title{color:#fff;margin:0;font-size:.875rem;font-weight:500}.error-message{color:#9ca3af;margin:.25rem 0 0;font-size:.75rem}.error-close{color:#6b7280;background:transparent;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.error-close:hover{background-color:#ffffff1a}.error-close svg{width:1.5rem;height:1.5rem}.form-container{width:400px;background:linear-gradient(145deg,#2a2a2a,#1a1a1a) padding-box,linear-gradient(145deg,transparent 35%,#e81cff,#40c9ff) border-box;border:2px solid transparent;padding:32px 24px;font-size:14px;font-family:inherit;color:#fff;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;border-radius:16px}.form-container button:active{scale:.95}.form-container .form{display:flex;flex-direction:column;gap:20px}.form-container .form-group{display:flex;flex-direction:column;gap:2px}.form-container .form-group label{display:block;margin-bottom:5px;color:#717171;font-weight:600;font-size:12px}.form-container .form-group input{width:100%;padding:12px 16px;border-radius:8px;color:#fff;font-family:inherit;background-color:transparent;border:1px solid #414141}.form-container .form-group textarea{width:100%;padding:12px 16px;border-radius:8px;resize:none;color:#fff;height:96px;border:1px solid #414141;background-color:transparent;font-family:inherit}.form-container .form-group input::placeholder{opacity:.5}.form-container .form-group input:focus{outline:none;border-color:#e81cff}.form-container .form-group textarea:focus{outline:none;border-color:#e81cff}.form-container .form-submit-btn{display:flex;align-items:flex-start;justify-content:center;align-self:flex-start;font-family:inherit;color:#717171;font-weight:600;width:100%;border:1px solid #414141;padding:12px 16px;font-size:inherit;gap:8px;margin-top:8px;cursor:pointer;border-radius:6px}.form-container .form-submit-btn:hover{background-color:#fff;border-color:#fff}.auth-page-container{min-height:100vh;background:radial-gradient(circle at center,#2f2f2f,#1a1a1a);display:grid;place-items:center;color:#fff;padding:2rem}.auth-link{background:transparent;color:#60a5fa;border:none;cursor:pointer;font-size:13px;font-weight:600;padding:0}.auth-footer{text-align:center;margin-top:20px;font-size:14px;color:#94a3b8}.auth-feedback{margin-top:12px;text-align:center;font-size:.9rem}.auth-feedback.error{color:#f87171}.auth-feedback.success{color:#4ade80}.success-alert-container{position:fixed;top:20px;right:20px;z-index:1000;animation:slideIn .3s ease-out}.success-alert{cursor:default;display:flex;align-items:center;justify-content:space-between;width:18rem;min-height:3.5rem;border-radius:.5rem;background-color:#232531;padding:10px;box-shadow:0 4px 6px #0000004d}.success-alert-content{display:flex;gap:.5rem}.success-icon{color:#4ade80;background-color:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.25rem;border-radius:.5rem;flex-shrink:0}.success-icon svg{width:1.5rem;height:1.5rem}.success-title{color:#fff;margin:0;font-size:.875rem;font-weight:500}.success-message{color:#000;margin:.25rem 0 0;font-size:.75rem}.success-close{color:#6b7280;background:transparent;border:none;padding:.25rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;flex-shrink:0}.success-close:hover{background-color:#ffffff1a}.success-close svg{width:1.5rem;height:1.5rem}.twoD-mode-palette{background:#232531;border:1px solid #2f3242;border-radius:12px;padding:14px 16px 18px;width:240px;color:#e5e7eb;font-family:system-ui,Segoe UI,Arial,sans-serif;box-shadow:0 4px 12px #0006}.twoD-mode-palette .palette-title{margin:0 0 10px;font-size:.9rem;font-weight:600;letter-spacing:.5px;color:#fff}.twoD-mode-palette .palette-section+.palette-section{margin-top:14px;padding-top:14px;border-top:1px solid #2f3242}.twoD-mode-palette button.palette-btn,.twoD-mode-palette button.capture-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#1f2937;color:#f1f5f9;font-size:.75rem;font-weight:500;padding:8px 10px;border:1px solid #374151;border-radius:8px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.twoD-mode-palette button.palette-btn:hover,.twoD-mode-palette button.capture-btn:hover{background:#273549;border-color:#4b5563}.twoD-mode-palette button.palette-btn:active,.twoD-mode-palette button.capture-btn:active{transform:translateY(1px)}.twoD-mode-palette button.palette-btn:disabled,.twoD-mode-palette button.capture-btn:disabled{background:#2d3748;color:#6b7280;cursor:not-allowed;border-color:#3b4555;opacity:.75}.twoD-mode-palette textarea{width:100%;min-height:70px;resize:vertical;background:#1e222d;color:#f8fafc;font-size:.72rem;line-height:1.2rem;border:1px solid #303646;border-radius:8px;padding:8px 9px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.twoD-mode-palette textarea:focus{border-color:#4ade80;box-shadow:0 0 0 2px #4ade8040}.twoD-mode-palette .hint-text{margin-top:6px;font-size:.6rem;color:#94a3b8}.twoD-mode-palette .pngImport{margin-top:14px;padding-top:14px;border-top:1px solid #2f3242;display:flex;flex-direction:column;gap:8px}.twoD-mode-palette .pngLabel{font-size:.75rem;font-weight:600;color:#f1f5f9;margin-bottom:2px}.twoD-mode-palette .pngInput{width:100%;padding:8px 9px;font-size:.72rem;color:#f8fafc;background:#1e222d;border:1px solid #303646;border-radius:8px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.twoD-mode-palette .pngInput:focus{border-color:#4ade80;box-shadow:0 0 0 2px #4ade8040}.twoD-mode-palette .pngButton{width:100%;background:#1f2937;color:#f1f5f9;font-size:.75rem;font-weight:500;padding:8px 10px;border:1px solid #374151;border-radius:8px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease}.twoD-mode-palette .pngButton:hover{background:#273549;border-color:#4b5563}.bottom-drawer-overlay{position:fixed;inset:0;background:#00000073;z-index:10005;display:flex;align-items:flex-end;justify-content:center}.bottom-drawer{width:100%;max-width:900px;background:#0f172a;border-radius:12px 12px 0 0;padding:.75rem 1rem 1rem;border:1px solid #374151;box-shadow:0 -25px 50px #0009;animation:drawerUp .22s ease-out}.drawer-handle{width:48px;height:6px;background:#ffffff14;margin:0 auto .5rem;border-radius:6px}.drawer-title{color:#f8fafc;font-weight:700;margin-bottom:.5rem}.drawer-content{max-height:55vh;overflow-y:auto}.drawer-close{position:absolute;top:8px;right:10px;background:transparent;border:none;color:#cbd5f5;font-size:1.25rem;cursor:pointer}@keyframes drawerUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:769px){.bottom-drawer-overlay{display:none}}.share-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10000}.share-modal{background:#1f2937;border-radius:12px;width:90%;max-width:500px;box-shadow:0 20px 25px -5px #0000004d;border:1px solid #374151}.share-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #374151}.share-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#f8fafc}.share-close-btn{background:none;border:none;font-size:2rem;color:#94a3b8;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.share-close-btn:hover{background-color:#374151;color:#f8fafc}.share-modal-body{padding:1.5rem}.share-form{margin-bottom:1.5rem}.share-form label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#e2e8f0}.share-input-group{display:flex;gap:.5rem}.share-email-input{flex:1;padding:.625rem .875rem;background-color:#374151;border:1px solid #4b5563;border-radius:6px;color:#f8fafc;font-size:.875rem;transition:all .2s}.share-email-input:focus{outline:none;border-color:#60a5fa;background-color:#1f2937}.share-email-input::placeholder{color:#6b7280}.share-send-btn{padding:.625rem 1.25rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.share-send-btn:hover:not(:disabled){background-color:#2563eb}.share-send-btn:disabled{background-color:#374151;color:#6b7280;cursor:not-allowed}.shared-users-section{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #374151}.shared-users-title{margin:0 0 1rem;font-size:.875rem;font-weight:500;color:#e2e8f0}.shared-users-loading,.shared-users-empty{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.shared-users-error{padding:.75rem;background-color:#7f1d1d;border:1px solid #991b1b;border-radius:6px;color:#fca5a5;font-size:.875rem;margin-bottom:1rem}.shared-users-list{list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto}.shared-user-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#374151;border-radius:6px;margin-bottom:.5rem;transition:background-color .2s}.shared-user-item:hover{background-color:#4b5563}.shared-user-email{color:#f8fafc;font-size:.875rem;flex:1;display:flex;align-items:center;gap:.5rem}.owner-badge{background-color:#f59e42;color:#1f2937;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:8px;margin-left:.5rem;letter-spacing:.5px;box-shadow:0 1px 2px #00000014}.remove-user-btn{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;margin-left:.5rem}.remove-user-btn:hover{background-color:#ef4444;color:#fff}@media(max-width:640px){.share-modal{width:calc(100% - 1rem);margin:0 .5rem;max-width:none}.share-modal-header,.share-modal-body{padding:1rem}.share-email-input{font-size:.85rem}}.active-users-panel{position:fixed;bottom:20px;right:20px;background:#232531;border:1px solid #2f3242;border-radius:12px;padding:12px;min-width:200px;max-width:300px;box-shadow:0 4px 12px #0006;z-index:100}.active-users-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #2f3242;color:#e5e7eb;font-size:.85rem;font-weight:600}.users-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.users-icon svg{width:100%;height:100%;stroke:#e5e7eb}.users-count{background:#6a5cff;color:#fff;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:600}.active-users-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.active-users-list::-webkit-scrollbar{width:6px}.active-users-list::-webkit-scrollbar-track{background:#1a1b26;border-radius:3px}.active-users-list::-webkit-scrollbar-thumb{background:#3f4152;border-radius:3px}.active-users-list::-webkit-scrollbar-thumb:hover{background:#4f5262}.user-badge{display:flex;align-items:center;gap:8px;padding:8px;background:#1a1b26;border:1px solid #2f3242;border-radius:8px;transition:all .2s ease}.user-badge:hover{background:#252637;border-color:#3f4152}.user-badge.current-user{border-color:#6a5cff;background:#6a5cff1a}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6a5cff,#8b7fff);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.user-badge.current-user .user-avatar{background:linear-gradient(135deg,#4ade80,#22c55e)}.user-name{flex:1;color:#e5e7eb;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.host-badge{background:#4ade8033;color:#4ade80;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}@media(max-width:768px){.active-users-panel{bottom:10px;right:10px;min-width:180px;max-width:220px}.user-avatar{width:28px;height:28px;font-size:.75rem}.user-name{font-size:.8rem}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0f172afa,#1e293bf2,#0f172afa);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-content{text-align:center;color:#f8fafc;max-width:450px;padding:3rem 2rem;background:#0f172a99;border:1px solid rgba(148,163,184,.25);border-radius:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 20px 60px #0006}.loading-icon-wrapper{width:100px;height:100px;margin:0 auto 2rem;position:relative}.status-icon{width:100px;height:100px;stroke-width:2;stroke:#38bdf8}.status-icon.error{stroke:#f87171;animation:shake .5s ease-in-out}.status-icon.host{animation:pulse 2s ease-in-out infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.loading-spinner{position:relative;width:100px;height:100px;margin:0 auto 2rem}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:#38bdf8cc;border-radius:50%;animation:spin 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite}.spinner-ring:nth-child(2){width:75%;height:75%;top:12.5%;left:12.5%;border-top-color:#60a5fa99;animation-delay:-.3s}.spinner-ring:nth-child(3){width:50%;height:50%;top:25%;left:25%;border-top-color:#93c5fd66;animation-delay:-.6s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em;color:#e0f2fe}.loading-subtitle{font-size:.95rem;color:#cbd5e1;margin-bottom:1.5rem;opacity:.9}.loading-error{color:#fecaca;background:#f8717126;border:1px solid rgba(248,113,113,.3);padding:1rem 1.25rem;border-radius:.75rem;margin-bottom:1.5rem;font-size:.95rem}.retry-button{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#38bdf8,#0ea5e9);color:#fff;border:1px solid rgba(56,189,248,.4);padding:.85rem 1.75rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #38bdf833}.retry-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #38bdf84d;background:linear-gradient(135deg,#0ea5e9,#0284c7)}.retry-button:active{transform:translateY(0);box-shadow:0 2px 8px #38bdf833}.retry-button svg{width:20px;height:20px;stroke-width:2}.loading-progress{margin:1.5rem auto;width:100%;max-width:320px}.progress-bar{width:100%;height:6px;background:#94a3b833;border-radius:3px;overflow:hidden;margin-bottom:.6rem;border:1px solid rgba(148,163,184,.1)}.progress-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#0ea5e9);border-radius:3px;transition:width .3s ease;box-shadow:0 0 12px #38bdf899}.progress-text{font-size:.875rem;color:#94a3b8;font-weight:500}.loading-dots{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-top:1.5rem}.loading-dots span{width:8px;height:8px;background:#38bdf8;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0);opacity:.3}40%{transform:scale(1);opacity:1}}.ai-mesh-loading-indicator{position:fixed;left:20px;bottom:20px;z-index:100;pointer-events:none;animation:slideInLeft .3s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.ai-mesh-loading-content{background:#212121f2;border:1px solid rgba(139,92,246,.4);border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:14px;box-shadow:0 8px 32px #0006,0 0 0 1px #8b5cf61a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:220px}.ai-mesh-spinner{width:40px;height:40px;flex-shrink:0}.spinner-svg{animation:rotate 1.5s linear infinite;width:100%;height:100%}@keyframes rotate{to{transform:rotate(360deg)}}.spinner-circle{stroke:#8b5cf6;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.ai-mesh-loading-text{display:flex;flex-direction:column;gap:4px}.ai-mesh-loading-title{font-size:14px;font-weight:600;color:#f8fafc;line-height:1.2}.ai-mesh-loading-subtitle{font-size:12px;color:#a78bfa;line-height:1.2}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-container.confirm{max-width:560px;width:90%;background:#0f172a;border-radius:12px;border:1px solid #374151;box-shadow:0 10px 50px #020617b3}.modal-content{padding:1.5rem}.modal-title{color:#f8fafc;margin:0 0 .5rem;font-size:1.25rem}.confirm-message{color:#94a3b8;margin-bottom:1.25rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.modal-button{padding:.5rem .75rem;border-radius:8px;border:none;cursor:pointer;font-weight:600}.modal-button.cancel{background:#1f2937;color:#e2e8f0}.modal-button.cancel:hover{background:#374151}.modal-button.delete{background:#ef4444;color:#fff}.modal-button.delete:hover{background:#f87171}@media(max-width:640px){.modal-container.confirm{width:calc(100% - 2rem);max-width:none;margin:0 1rem}.modal-content{padding:1rem}.modal-title{font-size:1rem}}@media(max-width:360px){.modal-container.confirm{width:calc(100% - 1rem);margin:0 .5rem}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{width:20rem;border-radius:1rem;background-color:#0f172a;box-shadow:0 25px 50px -12px #00000040}.modal-content{display:flex;flex-direction:column;gap:.5rem;padding:2rem}.modal-title{margin:0 0 1rem;color:#f8fafc;font-size:1.25rem;font-weight:600;text-align:center}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-input{background-color:#0f172a;width:100%;border-radius:.5rem;border:1px solid #d1d5db;padding:.75rem 1rem;color:#fff;font-size:1rem;outline:none;transition:all .2s;box-sizing:border-box}.modal-input:focus{border-color:#374151;box-shadow:0 0 0 2px #374151}.modal-actions{display:flex;gap:.5rem;margin-top:.5rem}.modal-button{flex:1;cursor:pointer;border-radius:.375rem;padding:.875rem 1rem;text-align:center;font-size:.875rem;font-weight:600;text-transform:uppercase;transition:all .2s ease-in-out;border:none}.modal-button.save{background-color:#374151;color:#fff}.modal-button.save:hover{background-color:#1f2937}.modal-button.save:active{transform:scale(.95)}.modal-button.cancel{background-color:transparent;color:#94a3b8;border:1px solid #374151}.modal-button.cancel:hover{background-color:#1e293b;color:#fff}@media(max-width:640px){.modal-container{width:calc(100% - 2rem);margin:0 1rem}.modal-content{padding:1rem}.modal-button{padding:.6rem .75rem}}@media(max-width:360px){.modal-container{width:calc(100% - 1rem);margin:0 .5rem}.modal-title{font-size:1rem}}.home-container{min-height:100vh;background-color:#212121;color:#f8fafc;font-family:Inter,sans-serif;display:flex;flex-direction:column}.home-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1f2937;border-bottom:1px solid #374151}.home-header h1{margin:0;font-size:1.5rem;color:#f8fafc}.user-info{font-weight:500;color:#94a3b8}.mobile-nav{display:none;gap:.5rem}.mobile-nav .sidebar-item{padding:.4rem .6rem;font-size:.85rem}.home-content{display:flex;flex:1;overflow:visible;min-height:0}.home-sidebar{width:240px;background-color:#1f2937;border-right:1px solid #374151;padding:1.5rem 0;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:.5rem;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.sidebar-item:hover{background-color:#374151;color:#e2e8f0}.sidebar-item.active{background-color:#374151;color:#f8fafc}.sidebar-icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center}.home-main{flex:1;padding:2rem;display:flex;flex-direction:column;min-height:0}.main-header{margin-bottom:2rem}.main-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#f8fafc}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;flex:1;max-height:calc(100vh - 180px);overflow-y:auto;padding-right:.5rem;min-height:0}.home-footer{display:flex;justify-content:center;padding:1rem 0 2rem}.credits-link{background:transparent;border:none;color:#94a3b8;text-decoration:underline dotted;cursor:pointer;padding:.25rem .5rem}.credits-link:hover{color:#f8fafc}.projects-grid::-webkit-scrollbar{width:12px}.projects-grid::-webkit-scrollbar-track{background:transparent}.projects-grid::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#374151,#4b5563);border-radius:8px;border:2px solid rgba(15,23,42,0)}.projects-grid::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#4b5563,#6b7280)}.projects-grid{scrollbar-width:thin;scrollbar-color:#4b5563 transparent}.project-card{background:#1f2937;border:1px solid #374151;border-radius:8px;cursor:pointer;transition:all .2s ease;overflow:hidden;height:280px;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000004d;border-color:#4b5563}.new-project{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #4b5563;background:#212121}.new-project:hover{border-color:#64748b;background:#1f2937}.plus-icon{font-size:3rem;color:#64748b;margin-bottom:1rem;font-weight:300}.project-preview{flex:1;background:#212121;display:flex;align-items:center;justify-content:center;color:#4b5563;font-size:3rem}.project-preview img{width:100%;height:100%;object-fit:cover}.project-info{padding:1rem;border-top:1px solid #374151;background:#1f2937}.project-info h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-delete-btn{background:transparent;border:none;color:#f87171;font-weight:700;font-size:1rem;cursor:pointer;padding:0 .25rem;line-height:1}.scene-delete-btn:hover{color:#fca5a5}.project-info p{margin:0;font-size:.75rem;color:#94a3b8}.user-menu-container{position:relative;cursor:pointer;padding:.5rem}.user-dropdown{position:absolute;top:100%;right:0;background:#1f2937;border:1px solid #374151;border-radius:.5rem;padding:.5rem;min-width:150px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:50}.user-dropdown button{width:100%;text-align:left;background:transparent;border:none;color:#e2e8f0;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer;transition:background .2s}.user-dropdown button:hover{background:#374151}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state p{margin:.5rem 0;font-size:1rem;color:#94a3b8}.empty-subtitle{font-size:.875rem!important;color:#64748b!important}@media(max-width:1024px){.home-header{padding:.8rem 1rem}.home-header h1{font-size:1.25rem}.home-sidebar{width:200px}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media(max-width:768px){.home-header{padding:.6rem 1rem}.home-header h1{font-size:1.1rem}.home-sidebar{display:none}.home-main{padding:1rem}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.project-card{height:220px}.project-info h3{font-size:.95rem}.mobile-nav{display:flex}}@media(max-width:480px){.projects-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.project-card{height:200px}.plus-icon{font-size:2.25rem}}:root{--bg: #0f172a;--panel: rgba(15, 23, 42, .9);--muted: #94a3b8;--accent: #6a5cff}.credits-shell{min-height:100vh;display:flex;flex-direction:column;gap:1rem;padding:1rem 1.2rem;background:linear-gradient(135deg,#0a0f1e,#030712);color:#f8fafc}.credits-header{display:flex;flex-direction:column;gap:.25rem;padding:1rem;max-width:1100px;margin:0 auto}.credits-header h1{margin:0;font-size:1.6rem}.credits-header p{margin:0;color:var(--muted)}.credits-content{width:100%;max-width:1100px;margin:0 auto;background:var(--panel);border-radius:12px;padding:1rem;border:1px solid rgba(148,163,184,.16)}.credits-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.credits-item{padding:1rem;border-radius:10px;background:#ffffff05;border:1px solid rgba(255,255,255,.03)}.credits-item-main{display:flex;align-items:center;gap:.6rem}.credits-name{color:var(--accent);font-weight:700;text-decoration:none}.credits-license{color:var(--muted);font-size:.85rem;margin-left:auto}.credits-desc{margin:.5rem 0 0;color:var(--muted)}.credits-note{margin-top:1rem;color:var(--muted)}.credits-footer{max-width:1100px;margin:0 auto;padding:1rem;display:flex;justify-content:center}.back-button{padding:8px 14px;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer}@media(max-width:768px){.credits-content,.credits-item{padding:.6rem}}.unauthorized-container{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#2f2f2f,#1a1a1a);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.unauthorized-content{max-width:500px;padding:48px;background:linear-gradient(145deg,#2a2a2a,#1a1a1a) padding-box,linear-gradient(145deg,transparent 35%,#e81cff,#40c9ff) border-box;border:2px solid transparent;border-radius:16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;box-shadow:0 8px 32px #0000004d}.unauthorized-icon{display:flex;align-items:center;justify-content:center;margin-bottom:8px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.unauthorized-title{font-size:32px;font-weight:800;margin:0;background:linear-gradient(135deg,#e81cff,#40c9ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.unauthorized-message{font-size:16px;line-height:1.6;color:#b0b0b0;margin:0;max-width:400px}.unauthorized-button{margin-top:8px;padding:14px 32px;font-size:16px;font-weight:600;color:#717171;background:#313131;border:1px solid #414141;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.unauthorized-button:hover{background-color:#fff;border-color:#fff;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff1a}.unauthorized-button:active{transform:translateY(0);box-shadow:0 2px 6px #ffffff1a}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#212121;color:#f8fafc}html{height:100vh}*{box-sizing:border-box}body{margin:0;height:100vh;overflow:hidden;background:#212121}#root{height:100vh;overflow:hidden}.app-shell{height:100vh;max-height:100vh;display:flex;flex-direction:column;padding:.8rem;gap:.6rem;overflow:hidden;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-header{display:flex;justify-content:space-between;align-items:stretch;gap:1rem;padding:1.25rem 1.5rem;background:#0f172ad9;border:1px solid rgba(148,163,184,.25);border-radius:1.2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-header h1{margin:0;font-size:1.7rem}.app-header p{margin:.2rem 0 0;color:#cbd5f5}.status-pill{padding:.75rem 1rem;border-radius:999px;background:#38bdf826;border:1px solid rgba(56,189,248,.4);color:#e0f2fe;font-weight:600;align-self:center}.workspace{flex:1;display:flex;position:relative;min-height:0;max-height:100%;overflow:hidden;gap:.5rem}.canvas-panel{flex:1;border-radius:1rem;border:1px solid rgba(148,163,184,.25);background:linear-gradient(135deg,#000000fa,#0a0f1ef2);padding:.4rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0d;transition:box-shadow .3s ease;min-height:0;min-width:0;overflow:hidden}.scene-canvas{border-radius:.8rem;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;display:block}.canvas-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.canvas-panel:hover{box-shadow:0 12px 40px #00000080,inset 0 1px #ffffff14}.button-group{display:flex;flex-wrap:wrap;gap:.5rem}.pill{padding:.45rem .85rem;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#0f172aa6;color:#f8fafc;font-weight:600;cursor:pointer;transition:all .2s ease}.pill:hover{border-color:#3b82f6e6;background:#3b82f626}.pill.active{border-color:#f8fafce6;background:#f8fafc33;color:#fff}.toolbar{display:flex;align-items:center;background:#3a74c4;padding:8px 20px;height:64px;min-height:64px;max-height:64px;border-radius:12px;gap:1rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;flex-shrink:0;scroll-behavior:smooth}.toolbar::-webkit-scrollbar{height:6px}.toolbar::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.toolbar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.toolbar::-webkit-scrollbar-thumb:hover{background:#ffffff80}.toolbar-track{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;flex:1;min-width:0;justify-content:center;margin:0 auto;padding:0 1rem;gap:clamp(.5rem,1.5vw,.8rem)}.toolbar-utilities{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap;flex-shrink:0;margin-left:auto;gap:clamp(.5rem,1.5vw,.8rem)}.tool-item{color:#fff;font-size:12px;text-align:center;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease;background:transparent;border:none;min-width:75px;flex-shrink:0;white-space:nowrap;height:44px;display:flex;align-items:center;justify-content:center}.tool-item:disabled{opacity:.45;cursor:not-allowed}.tool-item .tool-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%}.tool-icon{display:block;margin:0 auto;width:20px;height:20px;line-height:20px;font-size:1rem;flex-shrink:0;background-size:contain;background-repeat:no-repeat;background-position:center}[data-icon=select] .tool-icon{background-image:url(/icons/select.svg)}[data-icon=brushes] .tool-icon{background-image:url(/icons/brushes.svg)}[data-icon="2d-shapes"] .tool-icon{background-image:url(/icons/2d-shapes.svg)}[data-icon="3d-shapes"] .tool-icon{background-image:url(/icons/3d-shapes.svg)}[data-icon=delete] .tool-icon{background-image:url(/icons/delete.svg)}[data-icon=text] .tool-icon{background-image:url(/icons/text.svg)}[data-icon="2d-mode"] .tool-icon{background-image:url(/icons/ai-replicate.svg)}[data-icon=home] .tool-icon{background-image:url(/icons/home.svg)}[data-icon=invite] .tool-icon{background-image:url(/icons/invite.svg)}[data-icon=download] .tool-icon{background-image:url(/icons/download.svg)}[data-icon=clear-board] .tool-icon{background-image:url(/icons/clear-board.svg)}.tool-label{font-size:11px;letter-spacing:.02em;line-height:1;flex-shrink:0}.tool-item:hover{background:#ffffff1a;transform:translateY(-1px)}.tool-item.active{background:#6a5cff;box-shadow:0 0 6px #0003;transform:translateY(-1px)}.tool-item.utility{margin:0}.tool-item[data-icon=tools]{display:none}.toolbar-context{padding-top:.2rem;display:flex;flex-direction:column;gap:.4rem}.context-heading{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.button-group.tight .pill{padding:.35rem .8rem}.panels-container{display:flex;flex-direction:column;gap:1rem;width:280px;min-width:280px;max-height:100%;overflow-y:auto}.drawer-toggle{display:none;position:fixed;right:18px;bottom:18px;z-index:1100;background:var(--color-primary);color:#fff;border:none;padding:10px 16px;border-radius:20px;box-shadow:0 10px 25px #0003}@media(max-width:768px){.drawer-toggle{display:block}.panels-container{display:none}}.shape-panel,.menu-palette,.brush-panel,.text-panel{width:100%;max-height:none;position:relative;z-index:300;transform:none;opacity:1;pointer-events:auto;margin-bottom:1rem;padding:1rem;border-radius:1.2rem;border:1px solid rgba(148,163,184,.25);background:linear-gradient(135deg,#0f172afa,#1e293bf5);box-shadow:0 20px 60px #0009,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.shape-panel:not(.open),.menu-palette:not(.open),.brush-panel:not(.open){display:none}.shape-panel.open,.menu-palette.open,.brush-panel.open{display:block}.shape-panel header{margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid rgba(148,163,184,.15)}.brush-panel .color-grid button:disabled{opacity:.4;cursor:not-allowed;border-color:#94a3b833;box-shadow:none}.mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin-bottom:1rem}.text-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.text-field span{font-size:.85rem;color:#cbd5f5}.text-field textarea{width:100%;min-height:80px;border-radius:.9rem;border:1px solid rgba(148,163,184,.35);background:#0f172ab3;color:#f8fafc;font-size:.95rem;font-weight:600;padding:.75rem;resize:vertical;font-family:Inter,Segoe UI,system-ui,sans-serif}.text-field textarea:focus{outline:none;border-color:#6366f1cc;box-shadow:0 0 0 2px #6366f140}.text-hint{font-size:.75rem;color:#e2e8f0b3}.mode-button{padding:.5rem .8rem;border-radius:.8rem;border:1px solid rgba(148,163,184,.25);background:linear-gradient(135deg,#0f172ad9,#1e293bcc);color:#e2e8f0;font-weight:600;cursor:pointer;transition:all .2s ease}.mode-button.active{border-color:#6366f1b3;color:#fff;background:linear-gradient(135deg,#6366f159,#8b5cf64d);box-shadow:0 0 12px #6366f159}.shape-panel h3{margin:0;font-size:1.1rem;font-weight:700;color:#f1f5f9;letter-spacing:-.01em}.shape-panel p{margin:.3rem 0 0;font-size:.85rem;color:#94a3b8;line-height:1.4}.shape-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;margin-bottom:1rem}.shape-option{border-radius:.75rem;border:1px solid rgba(148,163,184,.25);background-color:#0f172acc;background-size:70% auto;background-position:center;background-repeat:no-repeat;position:relative;aspect-ratio:1 / 1;width:100%;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0003,inset 0 1px #ffffff0d}.shape-option:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#05060a00,#05060a73);pointer-events:none;transition:opacity .2s ease;opacity:.35}.shape-option:hover:after,.shape-option.active:after{opacity:.15}.shape-option:hover{border-color:#94a3b866;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff14;filter:brightness(1.05)}.shape-option.active{border-color:#6366f1b3;box-shadow:0 0 20px #6366f166,0 4px 12px #0000004d,inset 0 1px #ffffff26;transform:translateY(-2px)}.shape-option.thumb-rect{background-image:url(/assets/thumbnails/square.png)}.shape-option.thumb-circle{background-image:url(/assets/thumbnails/circle.png)}.shape-option.thumb-triangle{background-image:url(/assets/thumbnails/triangle.png)}.shape-option.thumb-box{background-image:url(/assets/thumbnails/cube.png)}.shape-option.thumb-sphere{background-image:url(/assets/thumbnails/sphere.png)}.shape-option.thumb-cylinder{background-image:url(/assets/thumbnails/cylinder.png)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.color-grid{display:grid;grid-template-columns:repeat(6,minmax(30px,1fr));gap:.3rem;margin-bottom:.9rem}.color-swatch{width:100%;aspect-ratio:1 / 1;border-radius:.5rem;border:2px solid transparent;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #0000004d,inset 0 1px 2px #fff3}.color-swatch:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 4px 12px #0006,inset 0 1px 2px #ffffff4d}.color-swatch.active{border-color:#f1f5f9;transform:translateY(-3px) scale(1.1);box-shadow:0 0 16px #ffffff80,0 4px 12px #0006,inset 0 1px 2px #ffffff4d}.shape-panel .primary-action{width:100%;padding:.6rem 1rem;border-radius:.8rem;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6,#7c3aed);color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #6366f166,inset 0 1px #fff3;position:relative;overflow:hidden}.shape-panel .primary-action:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.shape-panel .primary-action:hover:before{left:100%}.shape-panel .primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6366f180,inset 0 1px #ffffff4d}.shape-panel .primary-action:active{transform:translateY(0);box-shadow:0 2px 8px #6366f166,inset 0 1px #fff3}.shape-panel .primary-action.danger-action{background:linear-gradient(135deg,#dc2626,#ef4444,#b91c1c);box-shadow:0 4px 16px #ef444466,inset 0 1px #ffffff26}.shape-panel .primary-action.danger-action:hover{box-shadow:0 6px 24px #ef444480,inset 0 1px #ffffff40}.shape-panel .primary-action.danger-action:active{box-shadow:0 2px 8px #ef444473,inset 0 1px #ffffff26}.rotation-controls{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.8rem}.rotation-heading{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;font-weight:700;margin-bottom:.25rem}.axis-control{display:flex;flex-direction:column;gap:.3rem}.axis-label{display:flex;justify-content:space-between;font-size:.85rem;color:#e2e8f0}.value-badge{padding:.15rem .6rem;border-radius:999px;background:linear-gradient(135deg,#6366f133,#8b5cf626);font-size:.75rem;font-weight:600;color:#c7d2fe;border:1px solid rgba(99,102,241,.3);box-shadow:inset 0 1px 2px #0003}.axis-control input[type=range]{width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,#6366f14d,#8b5cf64d);outline:none;-webkit-appearance:none;appearance:none}.axis-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);cursor:pointer;box-shadow:0 2px 8px #6366f180;transition:all .2s ease}.axis-control input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #6366f199}.axis-control input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);cursor:pointer;border:none;box-shadow:0 2px 8px #6366f180;transition:all .2s ease}.axis-control input[type=range]::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #6366f199}.success-alert{position:fixed;top:20px;right:20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem 1.5rem;border-radius:.8rem;box-shadow:0 10px 25px #10b9814d;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.success-alert h4{margin:0 0 .25rem;font-size:1rem}.success-alert p{margin:0;font-size:.85rem;opacity:.9}@media(min-width:1400px){.workspace{gap:1.5rem}.panels-container{width:320px;min-width:320px}}@media(min-width:1024px){.workspace{flex-direction:row}.panels-container{width:280px;min-width:280px}}@media(max-width:1023px)and (min-width:768px){.workspace{flex-direction:column}.panels-container{width:100%;min-width:auto;flex-direction:row;flex-wrap:wrap;gap:.8rem}.shape-panel,.menu-palette,.brush-panel{flex:1;min-width:250px;max-width:calc(50% - .5rem)}}@media(max-width:767px){.app-shell{padding:.5rem;gap:.5rem}.workspace{flex-direction:column;gap:.8rem}.canvas-panel{padding:.4rem;min-height:60vh}.panels-container{width:100%;min-width:auto;display:flex;flex-direction:row;overflow-x:auto;gap:.6rem}.shape-grid{grid-template-columns:repeat(3,1fr);gap:.3rem}.color-grid{grid-template-columns:repeat(4,1fr);gap:.2rem}.shape-panel,.menu-palette,.brush-panel{padding:.8rem;border-radius:.9rem;flex:0 0 200px;max-width:200px;min-width:140px}}@media(max-width:480px){.app-shell{padding:.3rem}.shape-grid{grid-template-columns:repeat(2,1fr)}.color-grid{grid-template-columns:repeat(3,1fr)}.canvas-panel{border-radius:.8rem;min-height:50vh}.shape-panel,.menu-palette,.brush-panel{padding:.6rem;border-radius:.8rem;font-size:.9rem}}@media(max-width:360px){.toolbar-track{justify-content:center}.toolbar-utilities{justify-content:center;margin-left:0;padding-left:0;border-left:none;border-top:1px solid rgba(255,255,255,.15);padding-top:.5rem;width:100%}.shape-panel h3{font-size:1rem}.shape-panel p{font-size:.8rem}}@media(min-resolution:192dpi){.scene-canvas{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(max-width:767px)and (orientation:landscape){.workspace{flex-direction:row}.canvas-panel{min-height:auto;flex:2}.panels-container{width:200px;min-width:200px;flex:1}}@media(max-width:1200px){.toolbar{padding:8px 16px;gap:.8rem}.toolbar-track{gap:.7rem;padding:0 .8rem}.toolbar-utilities{gap:.7rem}.tool-item{min-width:70px;padding:7px 10px}}@media(max-width:1024px){.toolbar{padding:8px 14px;gap:.7rem}.toolbar-track{gap:.6rem;padding:0 .6rem}.toolbar-utilities{gap:.6rem}.tool-item{min-width:65px;padding:6px 9px}.tool-icon{width:18px;height:18px;line-height:18px;font-size:.9rem}.tool-label{font-size:10px}}@media(max-width:900px){.toolbar{padding:8px 12px;gap:.6rem}.toolbar-track{gap:.5rem;padding:0 .4rem}.toolbar-utilities{gap:.5rem}.tool-item{min-width:60px;padding:5px 8px;height:40px}}@media(max-width:768px){.toolbar{padding:6px 10px;gap:.5rem}.toolbar-track{gap:.4rem;padding:0 .3rem}.toolbar-utilities{gap:.4rem}.tool-item{min-width:55px;padding:4px 6px;height:38px}.tool-icon{width:16px;height:16px;line-height:16px;font-size:.85rem}.tool-item[data-icon=tools]{display:inline-flex}.tool-label{font-size:9px}}@media(max-width:640px){.toolbar{padding:4px 8px}.tool-item{min-width:50px;padding:3px 5px}.tool-label{display:none}.tool-item .tool-item-content{gap:0}}@media(min-width:1600px){.toolbar{max-width:1400px;margin:0 auto;padding:8px 40px}.toolbar-track{gap:1rem;padding:0 2rem}.toolbar-utilities{gap:1rem}.tool-item{min-width:80px}}
