.sb-toggle-btn{z-index:10000;color:#fff;cursor:pointer;background:#1d1d22;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:background .2s,transform .2s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 16px #0003}.sb-toggle-btn:hover{background:var(--brand-primary,#009968);transform:scale(1.08)}.sb-overlay{z-index:9998;background:#00000040;position:fixed;inset:0}.sb-panel{z-index:9999;background:#fff;flex-direction:column;width:420px;max-width:90vw;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}.sb-panel-open{transform:translate(0)}.sb-auth{flex-direction:column;gap:1rem;padding:2rem 1.5rem;display:flex}.sb-auth-title{color:#1d1d22;margin:0;font-size:1.125rem;font-weight:700}.sb-error{color:#dc3545;margin:0;font-size:.8rem}.sb-btn-login{background:var(--brand-primary,#009968);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:.625rem;font-size:.875rem;font-weight:600}.sb-btn-login:hover{background:var(--brand-primary-dark,#007a54)}.sb-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem 1rem;display:flex}.sb-dropdown-wrap{width:100%;position:relative}.sb-select{color:#1d1d22;cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:6px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:flex}.sb-select:hover{border-color:#d1d5db}.sb-select-arrow{color:#6b7280;margin-left:.5rem;font-size:.75rem}.sb-dropdown-menu{z-index:100;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;max-height:70vh;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.sb-dropdown-group{padding:2px 0}.sb-dropdown-group+.sb-dropdown-group{border-top:1px solid #e5e7eb}.sb-dropdown-group-label{text-transform:uppercase;letter-spacing:.08em;color:var(--brand-primary-dark,#007a54);padding:.625rem .75rem .3rem;font-size:.6875rem;font-weight:800}.sb-dropdown-item{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.4rem .75rem .4rem 1.25rem;font-size:.8125rem;font-weight:500;display:block}.sb-dropdown-item:hover{color:var(--brand-primary-dark,#007a54);background:#f0fdf4}.sb-dropdown-item.active{color:var(--brand-primary-dark,#007a54);background:#0099681a;font-weight:600}.sb-dropdown-item.modified{font-style:italic}.sb-header-actions{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.sb-actions-left{align-items:center;gap:.5rem;display:flex}.sb-btn-submit{background:var(--brand-primary,#009968);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;transition:background .2s}.sb-btn-submit:hover:not(:disabled){background:var(--brand-primary-dark,#007a54)}.sb-btn-submit:disabled{opacity:.45;cursor:not-allowed}.sb-publish-status{border-radius:6px;padding:.4rem .6rem;font-size:.75rem;line-height:1.4}.sb-publish-ok{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.sb-publish-err{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.sb-publish-status a{color:var(--brand-primary,#009968);margin-top:.25rem;font-size:.7rem;font-weight:600;text-decoration:none;display:block}.sb-publish-status a:hover{text-decoration:underline}.sb-status{font-size:.75rem;font-weight:600}.sb-status-ok{color:var(--brand-primary,#009968)}.sb-status-err{color:#dc3545}.sb-btn-refresh{color:#1d1d22;cursor:pointer;background:0 0;border:1.5px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;transition:all .2s;display:flex}.sb-btn-refresh:hover{border-color:var(--brand-primary,#009968);color:var(--brand-primary,#009968)}.sb-btn-refresh:disabled{opacity:.5;cursor:not-allowed}.sb-btn-save{background:var(--brand-primary,#009968);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.375rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s}.sb-btn-save:hover{background:var(--brand-primary-dark,#007a54)}.sb-btn-save:disabled{cursor:not-allowed;background:#ccc}.sb-body{flex:1;padding:1rem;overflow-y:auto}.sb-object{flex-direction:column;gap:0;display:flex}.sb-field{border-bottom:1px solid #f0f0f0;padding:.5rem 0}.sb-field:last-child{border-bottom:none}.sb-label{color:#1d1d22;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem;font-size:.7rem;font-weight:700;display:block}.sb-label-heading{color:var(--brand-primary,#009968);letter-spacing:.01em;margin-top:1rem;font-size:.95rem;font-weight:800}.sb-label-section{color:#111827;letter-spacing:-.01em;border-top:2px solid #e5e7eb;border-bottom:2px solid var(--brand-primary,#009968);margin-top:1.25rem;margin-bottom:.4rem;padding:.75rem 0 .3rem;font-size:1.1rem;font-weight:800}.sb-input{box-sizing:border-box;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:5px;outline:none;width:100%;padding:.4rem .6rem;font-size:.8rem;transition:border-color .2s}.sb-input:focus{border-color:var(--brand-primary,#009968);background:#fff}.sb-textarea{resize:vertical;box-sizing:border-box;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:5px;outline:none;width:100%;padding:.4rem .6rem;font-family:inherit;font-size:.8rem;line-height:1.4;transition:border-color .2s}.sb-textarea:focus{border-color:var(--brand-primary,#009968);background:#fff}.sb-toggle{cursor:pointer;align-items:center;gap:.4rem;display:flex}.sb-toggle input{accent-color:var(--brand-primary,#009968)}.sb-toggle-text{color:#666;font-size:.8rem}.sb-array{flex-direction:column;gap:.5rem;display:flex}.sb-array-item{background:#f5f6f8;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem}.sb-array-item-card{background:#f8f9fa;border:1px solid #e0e3e8;border-radius:8px;padding:0;overflow:hidden}.sb-array-head{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.sb-array-head-card{background:#00996814;border-bottom:1px solid #e0e3e8;margin-bottom:0;padding:.4rem .5rem}.sb-custom-page-card{margin-top:.75rem;border-radius:10px!important}.sb-custom-page-card:first-child{margin-top:0}.sb-custom-page-head{padding:.5rem .6rem!important}.sb-custom-page-head .sb-array-card-title{font-size:.85rem;font-weight:700}.sb-custom-page-head .sb-array-card-num{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;display:flex}.sb-custom-page-type-section{border:2px solid #009968!important}.sb-custom-page-head-section{background:linear-gradient(135deg,#00996826,#0099680f)!important;border-bottom:2px solid #00996840!important}.sb-custom-page-head-section .sb-array-card-title{color:#064e3b}.sb-custom-page-head-section .sb-array-card-num{background:#009968}.sb-custom-page-type-iframe{border:2px solid #2563eb!important}.sb-custom-page-head-iframe{background:linear-gradient(135deg,#2563eb1f,#2563eb0a)!important;border-bottom:2px solid #2563eb40!important}.sb-custom-page-head-iframe .sb-array-card-title{color:#1e3a5f}.sb-custom-page-head-iframe .sb-array-card-num{background:#2563eb}.sb-custom-page-type-image{border:2px solid #d97706!important}.sb-custom-page-head-image{background:linear-gradient(135deg,#d977061f,#d977060a)!important;border-bottom:2px solid #d9770640!important}.sb-custom-page-head-image .sb-array-card-title{color:#78350f}.sb-custom-page-head-image .sb-array-card-num{background:#d97706}.sb-array-idx{color:#999;font-size:.65rem;font-weight:700}.sb-array-card-title{color:#1a1a2e;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;display:flex}.sb-array-card-num{background:var(--brand-primary,#009968);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.625rem;font-weight:700;display:inline-flex}.sb-array-item-card>.sb-object{padding:.35rem .5rem .5rem}.sb-array-item-card .sb-field{border-bottom:none;padding:.2rem 0}.sb-array-item-card .sb-label{color:#888;text-transform:uppercase;letter-spacing:.03em;font-size:.6rem;font-weight:500}.sb-array-item-card .sb-label-heading{color:#888;margin-top:.25rem;font-size:.6rem;font-weight:500}.sb-array-item-card .sb-object{border-left:2px solid #e0e3e8;margin-top:.1rem;padding-left:.5rem}.sb-array-item-card>.sb-object{border-left:none;padding-left:.5rem}.sb-array-item-card .sb-object .sb-label,.sb-array-item-card .sb-array .sb-label{font-size:.55rem}.sb-btn-remove{color:#dc3545;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;line-height:1;display:flex}.sb-btn-remove:hover{color:#fff;background:#dc3545;border-color:#dc3545}.sb-btn-add{color:var(--brand-primary,#009968);cursor:pointer;background:0 0;border:1.5px dashed #ccc;border-radius:5px;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.sb-btn-add:hover{border-color:var(--brand-primary,#009968)}.sb-btn-reorder{color:#666;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:.55rem;line-height:1;display:flex}.sb-btn-reorder:hover:not(:disabled){background:var(--brand-primary,#009968);color:#fff;border-color:var(--brand-primary,#009968)}.sb-btn-reorder:disabled{opacity:.3;cursor:default}.sb-array-item .sb-field{border-bottom:none;padding:.25rem 0}.sb-order-list{flex-direction:column;gap:4px;display:flex}.sb-order-item{cursor:grab;-webkit-user-select:none;user-select:none;background:#f5f6f8;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;transition:background .15s,box-shadow .15s,opacity .15s;display:flex}.sb-order-item:hover{background:#eef0f4;box-shadow:0 1px 3px #00000014}.sb-order-item:active{cursor:grabbing}.sb-order-dragging{opacity:.4;border-color:var(--brand-primary,#009968);background:#d1fae5}.sb-order-grip{color:#9ca3af;flex-shrink:0;font-size:1rem;line-height:1}.sb-order-label{color:#1f2937;flex:1;font-size:.8rem;font-weight:500}.sb-order-arrows{flex-direction:column;flex-shrink:0;gap:1px;display:flex}.sb-order-arrow{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:3px;padding:1px 5px;font-size:.55rem;line-height:1;transition:background .15s,color .15s}.sb-order-arrow:hover:not(:disabled){background:var(--brand-primary,#009968);color:#fff;border-color:var(--brand-primary,#009968)}.sb-order-arrow:disabled{opacity:.3;cursor:not-allowed}.sb-order-disabled{opacity:.5;background:#f0f0f2}.sb-order-disabled .sb-order-label{color:#9ca3af;text-decoration:line-through}.sb-order-label-off{color:#9ca3af}.sb-order-toggle{cursor:pointer;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.sb-order-toggle input{opacity:0;width:0;height:0;position:absolute}.sb-toggle-slider{background:#d1d5db;border-radius:9px;width:32px;height:18px;transition:background .2s;display:block;position:relative}.sb-toggle-slider:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:2px;left:2px}.sb-toggle-on{background:var(--brand-primary,#009968)}.sb-toggle-on:after{transform:translate(14px)}
