.web-builder-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0d0d0d;display:flex;flex-direction:column;animation:wb-fadeIn .2s ease-out}@keyframes wb-fadeIn{0%{opacity:0}to{opacity:1}}.wb-toolbar{height:48px;background:linear-gradient(to bottom,#1f1f1f,#1a1a1a);border-bottom:1px solid #2a2a2a;display:flex;align-items:center;padding:0 12px;gap:4px;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wb-toolbar-section{display:flex;align-items:center;gap:2px;padding:0 8px;height:32px}.wb-toolbar-section:not(:last-child){border-right:1px solid #333;margin-right:4px}.wb-toolbar-btn{height:30px;min-width:30px;padding:0 8px;border-radius:4px;background:transparent;color:#b0b0b0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:500;transition:all .12s ease}.wb-toolbar-btn:hover{background:#2a2a2a;color:#e0e0e0}.wb-toolbar-btn:active{background:#333;transform:scale(.97)}.wb-toolbar-btn.active{background:#3b82f6;color:#fff}.wb-toolbar-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.wb-toolbar-btn.primary{background:#3b82f6;color:#fff}.wb-toolbar-btn.primary:hover{background:#2563eb}.wb-toolbar-divider{width:1px;height:20px;background:#333;margin:0 6px}.wb-content{flex:1;display:flex;overflow:hidden;background:#0d0d0d}.wb-editor-area{flex:1;position:relative;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#1a1a1a,#0d0d0d);overflow:auto}.wb-device-frame{position:relative;background:#fff;border-radius:8px;box-shadow:0 0 0 1px #ffffff1a,0 25px 50px -12px #00000080,0 0 100px #3b82f61a;overflow:hidden;transition:all .3s ease}.wb-device-frame.desktop{width:100%;max-width:calc(100% - 48px);height:calc(100% - 48px)}.wb-device-frame.tablet{width:768px;height:calc(100% - 48px);max-height:1024px}.wb-device-frame.mobile{width:375px;height:calc(100% - 48px);max-height:812px;border-radius:24px}.wb-device-frame.mobile:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:80px;height:24px;background:#1a1a1a;border-radius:12px;z-index:10}.wb-iframe{width:100%;height:100%;border:none;background:#fff}.wb-properties-panel{width:280px;background:#1a1a1a;border-left:1px solid #2a2a2a;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.wb-panel-header{height:40px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #2a2a2a;background:#1f1f1f}.wb-panel-title{font-size:11px;font-weight:600;color:gray;text-transform:uppercase;letter-spacing:.5px}.wb-panel-content{flex:1;overflow-y:auto;padding:8px 0}.wb-property-section{border-bottom:1px solid #2a2a2a}.wb-section-header{height:36px;padding:0 12px;display:flex;align-items:center;gap:8px;cursor:pointer;color:#b0b0b0;font-size:12px;font-weight:500;transition:all .15s}.wb-section-header:hover{background:#222;color:#e0e0e0}.wb-section-content{padding:8px 12px 12px}.wb-input{width:100%;height:28px;padding:0 8px;background:#252525;border:1px solid #333;border-radius:4px;color:#e0e0e0;font-size:12px;transition:all .15s}.wb-input:focus{outline:none;border-color:#3b82f6;background:#2a2a2a}.wb-input:hover:not(:focus){border-color:#444}.wb-code-panel{background:#1e1e1e;border-top:1px solid #2a2a2a;display:flex;flex-direction:column}.wb-code-tabs{height:36px;display:flex;align-items:center;background:#252525;border-bottom:1px solid #1a1a1a;padding:0 8px;gap:2px;overflow-x:auto}.wb-code-tab{height:28px;padding:0 12px;display:flex;align-items:center;gap:8px;background:transparent;border:none;color:gray;font-size:12px;cursor:pointer;border-radius:4px 4px 0 0;transition:all .15s}.wb-code-tab:hover{color:#b0b0b0;background:#2a2a2a}.wb-code-tab.active{background:#1e1e1e;color:#e0e0e0}.wb-code-tab .unsaved{width:6px;height:6px;background:#f59e0b;border-radius:50%}.wb-code-editor{flex:1;overflow:auto;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.6}.wb-selection-box{position:absolute;pointer-events:none;border:2px solid #3b82f6;border-radius:2px;box-shadow:0 0 0 3px #3b82f633;z-index:1000}.wb-selection-badge{position:absolute;top:-22px;left:-2px;height:18px;padding:0 6px;background:#3b82f6;color:#fff;font-size:10px;font-weight:500;border-radius:3px;white-space:nowrap;display:flex;align-items:center}.wb-resize-handle{position:absolute;width:8px;height:8px;background:#fff;border:2px solid #3b82f6;border-radius:1px;z-index:1001;transition:transform .1s}.wb-resize-handle:hover{transform:scale(1.2);background:#3b82f6}.wb-resize-handle.nw{top:-4px;left:-4px;cursor:nw-resize}.wb-resize-handle.n{top:-4px;left:50%;margin-left:-4px;cursor:n-resize}.wb-resize-handle.ne{top:-4px;right:-4px;cursor:ne-resize}.wb-resize-handle.e{top:50%;right:-4px;margin-top:-4px;cursor:e-resize}.wb-resize-handle.se{bottom:-4px;right:-4px;cursor:se-resize}.wb-resize-handle.s{bottom:-4px;left:50%;margin-left:-4px;cursor:s-resize}.wb-resize-handle.sw{bottom:-4px;left:-4px;cursor:sw-resize}.wb-resize-handle.w{top:50%;left:-4px;margin-top:-4px;cursor:w-resize}.wb-snap-line{position:absolute;background:#f0f;z-index:999;pointer-events:none}.wb-snap-line.horizontal{height:1px;left:0;right:0}.wb-snap-line.vertical{width:1px;top:0;bottom:0}.wb-distance-label{position:absolute;background:#10b981;color:#fff;font-size:10px;padding:2px 4px;border-radius:2px;z-index:998;pointer-events:none}.wb-inline-toolbar{position:absolute;display:flex;align-items:center;gap:2px;padding:4px;background:#1a1a1a;border:1px solid #333;border-radius:6px;box-shadow:0 4px 12px #0006;z-index:1002}.wb-inline-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#b0b0b0;border-radius:4px;cursor:pointer;transition:all .12s}.wb-inline-btn:hover{background:#2a2a2a;color:#e0e0e0}.wb-inline-btn.active{background:#3b82f6;color:#fff}.wb-properties-panel::-webkit-scrollbar,.wb-code-editor::-webkit-scrollbar{width:8px;height:8px}.wb-properties-panel::-webkit-scrollbar-track,.wb-code-editor::-webkit-scrollbar-track{background:transparent}.wb-properties-panel::-webkit-scrollbar-thumb,.wb-code-editor::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.wb-properties-panel::-webkit-scrollbar-thumb:hover,.wb-code-editor::-webkit-scrollbar-thumb:hover{background:#444}.wb-resize-bar{position:absolute;background:transparent;z-index:100;transition:background .15s}.wb-resize-bar:hover,.wb-resize-bar.active{background:#3b82f6}.wb-resize-bar.horizontal{height:4px;left:0;right:0;cursor:ns-resize}.wb-resize-bar.vertical{width:4px;top:0;bottom:0;cursor:ew-resize}.wb-loading{display:flex;align-items:center;justify-content:center;height:100%;color:gray}.wb-loading-spinner{width:32px;height:32px;border:3px solid #333;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}[data-tooltip]{position:relative}[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:4px 8px;background:#1a1a1a;color:#e0e0e0;font-size:11px;white-space:nowrap;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;margin-bottom:4px}[data-tooltip]:hover:after{opacity:1}.wb-zoom-dropdown{position:relative}.wb-zoom-menu{position:absolute;top:100%;right:0;margin-top:4px;background:#1f1f1f;border:1px solid #333;border-radius:6px;padding:4px;min-width:100px;box-shadow:0 8px 24px #0006;z-index:1000}.wb-zoom-option{width:100%;padding:6px 12px;text-align:left;background:transparent;border:none;color:#b0b0b0;font-size:12px;border-radius:4px;cursor:pointer;transition:all .12s}.wb-zoom-option:hover{background:#2a2a2a;color:#e0e0e0}.wb-zoom-option.active{background:#3b82f6;color:#fff}.wb-file-tree{width:240px;background:#1a1a1a;border-right:1px solid #2a2a2a;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.wb-file-item{display:flex;align-items:center;gap:6px;padding:6px 12px;cursor:pointer;color:#b0b0b0;font-size:12px;transition:all .12s}.wb-file-item:hover{background:#222;color:#e0e0e0}.wb-file-item.active{background:#2a2a2a;color:#3b82f6}.wb-file-item.modified:after{content:"";width:6px;height:6px;background:#f59e0b;border-radius:50%;margin-left:auto}.wb-context-menu{position:fixed;background:#1f1f1f;border:1px solid #333;border-radius:6px;padding:4px;min-width:160px;box-shadow:0 8px 24px #0006;z-index:10000}.wb-context-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;text-align:left;background:transparent;border:none;color:#b0b0b0;font-size:12px;border-radius:4px;cursor:pointer;transition:all .12s}.wb-context-item:hover{background:#2a2a2a;color:#e0e0e0}.wb-context-item.danger:hover{background:#ef444433;color:#ef4444}.wb-context-divider{height:1px;background:#333;margin:4px 0}.wb-drag-overlay{position:fixed;pointer-events:none;z-index:10001;padding:8px 12px;background:#3b82f6;color:#fff;font-size:12px;font-weight:500;border-radius:4px;box-shadow:0 4px 12px #0006;transform:translate(-50%,-50%)}.wb-drop-zone{position:absolute;pointer-events:none;z-index:999;opacity:0;transition:opacity .15s}.wb-drop-zone.active{opacity:1}.wb-drop-zone.before{border-top:2px solid #3b82f6;background:linear-gradient(to bottom,rgba(59,130,246,.2),transparent)}.wb-drop-zone.after{border-bottom:2px solid #3b82f6;background:linear-gradient(to top,rgba(59,130,246,.2),transparent)}.wb-drop-zone.inside{border:2px dashed #3b82f6;background:#3b82f61a}.wb-breadcrumb{display:flex;align-items:center;gap:4px;padding:0 12px;height:28px;background:#1a1a1a;border-bottom:1px solid #2a2a2a;overflow-x:auto}.wb-breadcrumb-item{display:flex;align-items:center;gap:4px;color:gray;font-size:11px;cursor:pointer;transition:color .12s;white-space:nowrap}.wb-breadcrumb-item:hover{color:#b0b0b0}.wb-breadcrumb-item.active{color:#3b82f6}.wb-breadcrumb-separator{color:#444;font-size:10px}.wb-status-bar{height:24px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#1a1a1a;border-top:1px solid #2a2a2a;font-size:11px;color:gray}.wb-status-item{display:flex;align-items:center;gap:6px}.wb-status-dot{width:6px;height:6px;border-radius:50%}.wb-status-dot.success{background:#10b981}.wb-status-dot.warning{background:#f59e0b}.wb-status-dot.error{background:#ef4444}.wb-shortcut{display:inline-flex;align-items:center;gap:2px;margin-left:8px;color:#555;font-size:10px}.wb-shortcut kbd{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:16px;padding:0 4px;background:#252525;border:1px solid #333;border-radius:3px;font-family:inherit;font-size:10px}.wb-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10002;animation:fadeIn .15s ease-out}.wb-modal{background:#1f1f1f;border:1px solid #333;border-radius:8px;min-width:400px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 20px 50px #00000080;animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wb-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #2a2a2a}.wb-modal-title{font-size:14px;font-weight:600;color:#e0e0e0}.wb-modal-body{padding:20px;overflow-y:auto}.wb-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #2a2a2a}.wb-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:gray;text-align:center;padding:40px}.wb-empty-state-icon{width:64px;height:64px;margin-bottom:16px;opacity:.5}.wb-empty-state-title{font-size:16px;font-weight:500;color:#b0b0b0;margin-bottom:8px}.wb-empty-state-text{font-size:13px;color:#666;max-width:300px}
