*{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;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pod-editor{display:flex;flex-direction:column;height:100vh;background:#f8f9fa}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;z-index:100}.header h1{font-size:1.5rem;font-weight:600}.header-actions{display:flex;gap:1rem;align-items:center}.design-name-input{padding:.5rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;min-width:200px;transition:all .3s ease}.design-name-input:focus{outline:none;background:#fff3;border-color:#fff}.design-name-input::placeholder{color:#ffffffb3}.btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{background:#f8f9fa}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#ffffff4d}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.main-content{display:flex;flex:1;overflow:hidden}.toolbar{width:200px;background:#fff;border-right:1px solid #e5e7eb;padding:1.5rem 1rem;overflow-y:auto;box-shadow:2px 0 10px #0000000d}.toolbar h3{font-size:1.1rem;margin-bottom:1rem;color:#1f2937;font-weight:600}.tool-group{margin-bottom:2rem}.tool-group h4{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-weight:600}.tool-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;border:2px solid transparent;border-radius:8px;background:#f9fafb;color:#374151;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem;font-size:.9rem}.tool-btn:hover{background:#f3f4f6;border-color:#667eea;transform:translate(4px)}.tool-btn.active{background:#667eea;color:#fff;border-color:#667eea}.tool-btn:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb}.tool-btn:disabled:hover{transform:none;border-color:transparent}.zoom-display{text-align:center;padding:.5rem;background:#f3f4f6;border-radius:6px;font-weight:600;color:#667eea;margin-top:.5rem}.canvas-container{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#e5e7eb;position:relative;overflow:auto}.canvas-container canvas{box-shadow:0 10px 40px #0003;border-radius:8px}.polygon-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:1rem 2rem;border-radius:8px;font-size:.9rem;z-index:10;animation:fadeIn .3s ease;box-shadow:0 4px 20px #0000004d}.polygon-hint kbd{background:#fff3;padding:.25rem .5rem;border-radius:4px;font-family:monospace;font-size:.85rem;border:1px solid rgba(255,255,255,.3)}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.right-panel{width:280px;background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;box-shadow:-2px 0 10px #0000000d}.properties-panel{padding:1.5rem;overflow-y:auto;flex:1;border-bottom:2px solid #e5e7eb}.properties-panel h3{font-size:1.1rem;margin-bottom:1.5rem;color:#1f2937;font-weight:600}.property-group{margin-bottom:1.5rem}.property-group label{display:block;font-size:.85rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.property-group input[type=text],.property-group input[type=number]{width:100%;padding:.6rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.95rem;transition:border-color .2s ease}.property-group input:focus{outline:none;border-color:#667eea}.property-group input[type=range]{width:100%;margin-top:.25rem}.property-group input[type=color]{width:100%;height:45px;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer}.property-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:2rem}.no-selection{text-align:center;padding:3rem 1rem;color:#9ca3af}.layers-panel{padding:1.5rem;max-height:350px;overflow-y:auto}.clip-adjust{background:#f9fafb;padding:1rem;border-radius:8px;border:2px solid #e5e7eb;margin-top:1rem}.layers-panel h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1rem;color:#1f2937;font-weight:600}.layers-list{max-height:300px;overflow-y:auto}.layer-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:6px;background:#f9fafb;margin-bottom:.5rem;cursor:pointer;transition:all .2s ease}.layer-item:hover{background:#f3f4f6}.layer-item.active{background:#667eea;color:#fff}.layer-delete{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:.25rem;border-radius:4px;transition:background .2s ease}.layer-delete:hover{background:#ef44441a}.layer-item.active .layer-delete{color:#fff}.no-layers{text-align:center;color:#9ca3af;padding:2rem 1rem;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal{background:#fff;border-radius:12px;max-width:700px;width:90%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-sm{max-width:400px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;color:#1f2937;font-weight:600}.modal-close{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:2rem;overflow-y:auto}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#667eea}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.image-item{aspect-ratio:1;border-radius:8px;overflow:hidden;cursor:pointer;border:3px solid transparent;transition:all .2s ease}.image-item:hover{border-color:#667eea;transform:scale(1.05)}.image-item img{width:100%;height:100%;object-fit:cover}.no-images{grid-column:1 / -1;text-align:center;color:#9ca3af;padding:3rem 1rem}.designs-list{display:flex;flex-direction:column;gap:1rem}.design-item{padding:1.5rem;border-radius:8px;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.design-item:hover{border-color:#667eea;background:#f9fafb;transform:translate(4px)}.design-item h4{font-size:1.1rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.design-meta{font-size:.85rem;color:#6b7280}.no-designs{text-align:center;color:#9ca3af;padding:3rem 1rem}.notification{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;border-radius:8px;background:#fff;box-shadow:0 10px 40px #0003;z-index:2000;animation:slideIn .3s ease;max-width:400px}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.notification-success{border-left:4px solid #10b981}.notification-error{border-left:4px solid #ef4444}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#5568d3}@media (max-width: 1200px){.toolbar{width:180px}.properties-panel{width:250px}}@media (max-width: 968px){.header{flex-direction:column;gap:1rem;padding:1rem}.header-actions{width:100%;justify-content:space-between}.design-name-input{min-width:150px}.toolbar,.properties-panel{display:none}.canvas-container{padding:1rem}.canvas-container.polygon-mode{cursor:none!important}.canvas-container.polygon-mode canvas{cursor:none!important}.polygon-cursor{position:absolute;width:10px;height:10px;background-color:#3b82f6;border:2px solid white;border-radius:50%;pointer-events:none;z-index:1000;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0000004d}}
