#nt-editor{display:flex;flex-direction:row;width:100%;height:100%;background:#000;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow:hidden;box-sizing:border-box}#nt-left-tools{width:80px;background:#0d0d0d;border-right:1px solid #222;display:flex;flex-direction:column;gap:15px;padding:20px 10px;align-items:center;position:relative}.nt-tool{width:65px;height:65px;background:#131313;border:1px solid #2a2a2a;border-radius:12px;display:flex;justify-content:center;align-items:center;color:#D4AF37;cursor:pointer;transition:0.2s;position:relative}.nt-tool:hover{border-color:#D4AF37;box-shadow:0 0 12px rgb(212 175 55 / .4)}.nt-tool svg{width:34px;height:34px}.nt-tool::after{content:none!important}.nt-tool-tooltip{position:absolute;left:70px;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .95);color:#D4AF37;padding:6px 12px;border-radius:6px;font-size:13px;white-space:nowrap;border:1px solid rgb(212 175 55 / .4);opacity:0;pointer-events:none;transition:opacity 0.15s ease;z-index:9999}.nt-tool:hover .nt-tool-tooltip{opacity:1}#nt-main-zone{flex:1;display:flex;flex-direction:row;background:#111;overflow:hidden}#nt-canvas-wrapper{flex:1;display:flex;align-items:center;justify-content:center;background:#151515;box-shadow:inset 0 0 50px rgb(0 0 0 / .8);overflow:hidden;position:relative}#nt-canvas{display:block;background:#fcd835;box-shadow:0 0 24px rgb(0 0 0 / .7);image-rendering:pixelated}#nt-sidebar{width:340px;max-width:360px;background:#000;color:#D4AF37;border-left:1px solid #222;padding:20px;overflow-y:auto;box-sizing:border-box}#nt-sidebar h3{font-size:18px;margin-bottom:12px;color:#D4AF37}#nt-sidebar p{font-size:14px;color:#ddd;margin-bottom:10px}#nt-sidebar label{display:block;font-size:13px;margin:10px 0 4px 0;color:#bbb}#nt-sidebar input[type="text"],#nt-sidebar input[type="number"],#nt-sidebar input[type="color"],#nt-sidebar input[type="range"],#nt-sidebar select,#nt-sidebar textarea{width:100%;background:#141414;border:1px solid #333;border-radius:6px;color:#fff;padding:8px 10px;margin-bottom:8px}#nt-sidebar input:focus,#nt-sidebar select:focus,#nt-sidebar textarea:focus{border-color:#D4AF37;box-shadow:0 0 0 1px rgb(212 175 55 / .4)}.nt-btn-group{display:flex;gap:6px;margin-bottom:12px}.nt-btn-group button{flex:1;min-height:36px;padding:8px 10px;display:flex;align-items:center;justify-content:center;background:#e6c97a;border:1px solid #d4af37;border-radius:6px;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:600;line-height:1;color:#000;cursor:pointer;transition:background 0.15s ease,box-shadow 0.15s ease}.nt-btn-group button:hover{background:#d4af37;box-shadow:0 0 6px rgb(212 175 55 / .5)}.nt-btn-group button.active{background:#d4af37}#nt-lang-box{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgb(212 175 55 / .25)}#nt-lang-box label{font-size:14px;color:#D4AF37;margin-bottom:6px}.nt-lang-switch{display:flex;gap:10px}.nt-lang{flex:1;padding:8px 6px;background:#141414;border:1px solid #333;border-radius:6px;color:#fff;cursor:pointer;transition:0.2s;font-size:13px;font-weight:600}.nt-lang:hover{border-color:#D4AF37;color:#D4AF37}.nt-lang.active{background:#D4AF37;border-color:#D4AF37;color:#000}@media (max-width:1200px){#nt-sidebar{width:300px}}@media (max-width:900px){#nt-editor{flex-direction:column}#nt-left-tools{flex-direction:row;width:100%;overflow-x:auto;overflow-y:hidden}}#nt-editor button{color:#000!important;text-transform:none!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}#nt-editor #nt-sidebar .nt-btn-group button{background:#e6c97a!important;border:1px solid #d4af37!important;color:#000!important}#nt-editor #nt-sidebar .nt-btn-group button:hover{background:#d4af37!important}