.three-d-scene-container{position:relative;width:100%;height:100vh;overflow:hidden}.canvas-container{width:100%;height:100vh;position:relative}.control-panel{position:fixed;bottom:20px;right:20px;background:#1e1e1e66;border-radius:10px;padding:15px;color:#fff;width:280px;box-shadow:0 5px 15px #0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;font-family:Helvetica Neue,Arial,sans-serif;transition:all .3s ease}.control-panel:hover{background:#2828288c}.control-section{margin-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:10px}.control-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.control-section h3{font-size:14px;margin:0 0 10px;color:#ccc;font-weight:500;text-transform:uppercase;letter-spacing:1px}.control-section button{background:#3c3c3ccc;border:none;color:#fff;padding:8px 12px;border-radius:5px;margin-right:5px;margin-bottom:5px;cursor:pointer;transition:all .2s ease;font-size:12px}.control-section button:hover{background:#505050e6;transform:translateY(-2px)}.control-section button.active{background:linear-gradient(135deg,#6e8efb,#a777e3);box-shadow:0 2px 8px #6e8efb66}.effect-buttons,.normal-map-buttons{display:flex;flex-wrap:wrap}.angle-controls{display:flex;align-items:center;margin-top:10px}.angle-controls button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.angle-controls span{margin:0 10px;font-size:14px;min-width:60px;text-align:center}.gradient-controls{display:flex;gap:10px;margin-top:5px}.gradient-controls input[type=color]{width:100%;height:30px;border:none;border-radius:5px;cursor:pointer}.texture-selectors-container{position:fixed;left:20px;bottom:20px;z-index:1000}.texture-selectors{display:flex;flex-direction:column;gap:10px}.texture-selector{position:relative;background:#1e1e1e66;border-radius:10px;padding:15px;color:#fff;width:280px;max-height:300px;overflow-y:auto;box-shadow:0 5px 15px #0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(0,0,0,.2);transition:all .3s ease}.texture-selector::-webkit-scrollbar{width:8px}.texture-selector::-webkit-scrollbar-track{background:#0003;border-radius:4px}.texture-selector::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.texture-selector::-webkit-scrollbar-thumb:hover{background:#ffffff80}.texture-selector__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;position:sticky;top:0;background:#1e1e1e33;padding:5px 0;z-index:2}.texture-selector__header h3{font-size:14px;margin:0;color:#ccc;font-weight:500;text-transform:uppercase;letter-spacing:1px}.texture-selector__multi-button{font-size:12px;padding:4px 8px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s}.texture-selector__multi-button:hover{background-color:#2980b9}.texture-selector__multi-button.active{background-color:#e74c3c}.texture-selector__multi-button.active:hover{background-color:#c0392b}.texture-button.multi-selected{position:relative;border:2px solid #e74c3c}.texture-button .selection-order{position:absolute;top:-8px;right:-8px;width:20px;height:20px;background-color:#e74c3c;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:10px;font-weight:700}.multi-selection-info{margin-top:10px;display:flex;justify-content:space-between;align-items:center;padding:5px;background-color:#0003;border-radius:4px}.multi-selection-info p{margin:0;font-size:12px}.clear-selection-button{font-size:10px;padding:3px 6px;background-color:#7f8c8d;color:#fff;border:none;border-radius:3px;cursor:pointer}.clear-selection-button:hover{background-color:#95a5a6}.texture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px;max-height:220px;overflow-y:auto}.texture-button{background:#32323280;border:2px solid transparent;border-radius:5px;padding:2px;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;aspect-ratio:1/1}.texture-button:hover{transform:scale(1.05);background:#464646b3}.texture-button.selected{box-shadow:0 0 8px #ffffff80}.texture-button img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:3px}.decoration-selector{position:fixed;top:80px;right:20px;background:#1e1e1ecc;border-radius:10px;padding:15px;color:#fff;width:280px;box-shadow:0 5px 15px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.decoration-selector h3{font-size:14px;margin:0 0 10px;color:#ccc;font-weight:500;text-transform:uppercase;letter-spacing:1px}.decoration-buttons{display:flex;flex-wrap:wrap;gap:8px}.decoration-buttons button{width:40px;height:40px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .2s ease}.decoration-buttons button:hover{transform:scale(1.1)}.decoration-buttons button.active{border:2px solid white;box-shadow:0 0 10px #ffffff80}.json-download-button{background:linear-gradient(135deg,#4a90e2,#6773e3);color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:14px;box-shadow:0 3px 10px #0003;transition:all .2s ease}.json-download-button:hover{background:linear-gradient(135deg,#5a9ff2,#7783f3);transform:translateY(-2px)}.grades{position:fixed;top:0;left:0;color:#fff;padding:20px;background-color:#f5f5f533;border-radius:10px;margin:20px;box-shadow:0 0 10px #0000001a;transition:max-width .3s ease;z-index:1000}.grades-open{max-width:300px}.grades-closed{max-width:150px}.grades-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.grades h2{font-size:16px;margin:0 0 10px;color:#fff;font-weight:500}.grades ul{list-style:none;padding:0;margin:0}.grades li{font-size:14px;margin-bottom:5px;color:#ccc}.grades button{background:transparent;border:none;color:#fff;font-size:20px;cursor:pointer;transition:transform .3s ease}.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#000000b3;z-index:2000}.loading-container p{color:#fff;font-size:24px;background:#00000080;padding:20px 40px;border-radius:10px;box-shadow:0 5px 15px #0000004d}.camera-button{position:fixed;bottom:20px;left:20px;background:#3c3c3ccc;border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 3px 10px #0003;transition:all .2s ease;z-index:1000}.camera-button:hover{background:#505050e6;transform:scale(1.1)}.camera-button img{width:30px;height:30px}@media (max-width: 768px){.control-panel,.texture-selector{width:220px}.texture-grid{grid-template-columns:repeat(3,1fr)}.decoration-selector{width:220px}}@media (max-width: 480px){.control-panel,.texture-selector{width:180px;padding:10px}.texture-grid{grid-template-columns:repeat(2,1fr)}.decoration-selector{width:180px;padding:10px}}.toggle-button{background:none;border:none;color:#fff;cursor:pointer;padding:5px 10px;border-radius:5px;transition:background-color .3s ease}.toggle-button:hover{background-color:#ffffff1a}
