*,*::before,*::after{box-sizing:border-box}.pr-editor-sidebar{position:fixed;left:0;top:0;width:320px;height:100vh;z-index:99999;background:#1a1a1a;border-right:1px solid rgb(255 255 255 / .1);box-shadow:4px 0 24px rgb(0 0 0 / .3);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:13px;color:rgb(255 255 255 / .85);transform:translateX(-100%);transition:transform 0.3s cubic-bezier(.4,0,.2,1);overflow:hidden}.pr-editor-sidebar.pr-editor-open{transform:translateX(0)}.pr-editor-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgb(255 255 255 / .1);background:#1a1a1a;flex-shrink:0}.pr-editor-header-title{font-size:13px;font-weight:500;color:rgb(255 255 255 / .9);display:flex;align-items:center;gap:8px;letter-spacing:.025em}.pr-editor-header-title svg{width:16px;height:16px;color:rgb(255 255 255 / .7)}.pr-editor-close-btn{width:16px;height:16px;background:none;border:1px solid rgb(255 255 255 / .2);border-radius:50%;cursor:pointer;color:rgb(255 255 255 / .4);font-size:10px;display:flex;align-items:center;justify-content:center;transition:background 0.15s,color 0.15s;padding:0;line-height:1}.pr-editor-close-btn:hover{background:rgb(255 255 255 / .1);color:rgb(255 255 255 / .7)}.pr-editor-body{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:50px}.pr-editor-body::-webkit-scrollbar{width:4px}.pr-editor-body::-webkit-scrollbar-track{background:#fff0}.pr-editor-body::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .18);border-radius:2px}.pr-editor-body::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .3)}.pr-editor-body{scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .18) #fff0}.pr-editor-section{border-bottom:1px solid rgb(255 255 255 / .1)}.pr-editor-section-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;cursor:pointer;user-select:none;background:#fff0;transition:background 0.15s}.pr-editor-section-header:hover{background:rgb(255 255 255 / .03)}.pr-editor-section-title{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:rgb(255 255 255 / .8)}.pr-editor-section-arrow{width:12px;height:12px;color:rgb(255 255 255 / .4);transition:transform 0.2s}.pr-editor-section.pr-editor-expanded .pr-editor-section-arrow{transform:rotate(180deg)}.pr-editor-section-content{display:none;padding:0 16px 10px;margin-top:8px}.pr-editor-section.pr-editor-expanded .pr-editor-section-header{padding-bottom:0}.pr-editor-section.pr-editor-expanded .pr-editor-section-content{display:block}.pr-editor-preset-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.pr-editor-preset-card{border:1px solid rgb(255 255 255 / .1);border-radius:4px;cursor:pointer;transition:border-color 0.15s,box-shadow 0.15s;padding:6px 8px;text-align:center;background:rgb(255 255 255 / .05)}.pr-editor-preset-card:hover{border-color:rgb(255 255 255 / .25)}.pr-editor-preset-card.pr-editor-active{border-color:rgb(255 255 255 / .5);background:rgb(255 255 255 / .1)}.pr-editor-preset-name{font-size:11px;font-weight:400;color:rgb(255 255 255 / .7);display:block;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pr-editor-preset-dots{display:flex;gap:2px;justify-content:center}.pr-editor-preset-dot{width:10px;height:10px;border-radius:50%}.pr-editor-label{display:block;font-size:11px;font-weight:400;color:rgb(255 255 255 / .5);margin-bottom:2px;margin-top:2px;text-transform:uppercase}.pr-editor-label:first-child{margin-top:0}.pr-editor-select{width:100%;padding:4px 8px;border:1px solid rgb(255 255 255 / .1);border-radius:4px;font-size:12px;color:rgb(255 255 255 / .85);background:rgb(255 255 255 / .05);outline:none;transition:border-color 0.15s;appearance:auto;margin-top:2px}.pr-editor-select:focus{border-color:rgb(255 255 255 / .3)}.pr-editor-select option{background:#1a1a1a;color:rgb(255 255 255 / .85)}.pr-editor-compact-row{display:flex;align-items:center;gap:8px;padding:3px 0}.pr-editor-color-swatch{width:16px!important;height:16px!important;min-width:16px;padding:0;border:1px solid rgb(255 255 255 / .2);border-radius:4px;cursor:pointer;background:none;flex-shrink:0}.pr-editor-color-swatch::-webkit-color-swatch-wrapper{padding:1px}.pr-editor-color-swatch::-webkit-color-swatch{border:none;border-radius:3px}.pr-editor-color-swatch::-moz-color-swatch{border:none;border-radius:3px}.pr-editor-compact-label{flex:1;font-size:11px;color:rgb(255 255 255 / .5)}.pr-editor-compact-hex{width:60px!important;flex:none!important;text-align:right;padding:0!important;border:none!important;border-radius:0!important;font-size:11px!important;font-family:monospace!important;color:rgb(255 255 255 / .4)!important;background:transparent!important;outline:none}.pr-editor-compact-hex:focus{color:rgb(255 255 255 / .7)!important;box-shadow:none!important}.pr-editor-color-input{width:16px;height:16px}.pr-editor-hex-input{flex:1;padding:4px 8px;border:1px solid rgb(255 255 255 / .1);border-radius:4px;font-size:11px;font-family:monospace;color:rgb(255 255 255 / .4);background:rgb(255 255 255 / .05);outline:none;transition:border-color 0.15s}.pr-editor-hex-input:focus{border-color:rgb(255 255 255 / .4)}.pr-editor-range-wrapper{margin-bottom:8px}.pr-editor-range-wrapper:last-child{margin-bottom:0}.pr-editor-range-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.pr-editor-range-value{font-size:11px;color:rgb(255 255 255 / .4);font-family:monospace}.pr-editor-range{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:rgb(255 255 255 / .1);border-radius:9999px;outline:none;margin-top:0;cursor:pointer}.pr-editor-range::-webkit-slider-runnable-track{height:4px;background:rgb(255 255 255 / .1);border-radius:9999px}.pr-editor-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:rgb(255 255 255 / .8);cursor:pointer;margin-top:-4px;border:none}.pr-editor-range::-moz-range-track{height:4px;background:rgb(255 255 255 / .1);border-radius:9999px;border:none}.pr-editor-range::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:rgb(255 255 255 / .8);cursor:pointer;border:none}.pr-editor-range::-moz-range-progress{background:rgb(255 255 255 / .3);height:4px;border-radius:9999px}.pr-editor-text-input{width:100%;padding:4px 8px;border:1px solid rgb(255 255 255 / .1);border-radius:4px;font-size:12px;color:rgb(255 255 255 / .85);background:rgb(255 255 255 / .05);outline:none;transition:border-color 0.15s;font-family:inherit;margin-top:2px}.pr-editor-text-input:focus{border-color:rgb(255 255 255 / .3)}.pr-editor-text-input::placeholder{color:rgb(255 255 255 / .35)}.pr-editor-textarea{width:100%;padding:4px 8px;border:1px solid rgb(255 255 255 / .1);border-radius:4px;font-size:12px;color:rgb(255 255 255 / .85);background:rgb(255 255 255 / .05);outline:none;transition:border-color 0.15s;font-family:inherit;resize:vertical;min-height:32px;margin-top:2px}.pr-editor-textarea:focus{border-color:rgb(255 255 255 / .3)}.pr-editor-textarea::placeholder{color:rgb(255 255 255 / .35)}.pr-editor-upload-row{display:flex;gap:4px;margin-top:2px;margin-bottom:2px}.pr-editor-upload-btn{padding:2px 6px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .1);border-radius:4px;font-size:10px;font-weight:500;color:rgb(255 255 255 / .6);cursor:pointer;transition:background 0.15s;white-space:nowrap;font-family:inherit}.pr-editor-upload-btn:hover{background:rgb(255 255 255 / .15)}.pr-editor-checkbox-row{display:flex;align-items:center;gap:8px;margin-top:4px;cursor:pointer}.pr-editor-checkbox-row input[type="checkbox"]{width:12px;height:12px;accent-color:rgb(255 255 255 / .8);cursor:pointer;margin:0}.pr-editor-checkbox-label{font-size:11px;color:rgb(255 255 255 / .5);font-weight:400;cursor:pointer;user-select:none}.pr-editor-footer{position:absolute;bottom:0;left:0;right:0;padding:10px 16px;background:#1a1a1a;border-top:1px solid rgb(255 255 255 / .1);flex-shrink:0}.pr-editor-save-btn{display:block;width:100%;padding:6px 0;background:#fff;color:#000;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:background 0.15s;text-align:center}.pr-editor-save-btn:hover{background:#e5e5e5}.pr-editor-save-btn:disabled{opacity:.6;cursor:not-allowed}.pr-editor-toggle-btn{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:99998;background:#1a1a1a;color:#fff;border:none;border-radius:0 8px 8px 0;padding:12px 10px;cursor:pointer;box-shadow:2px 2px 12px rgb(0 0 0 / .2);display:flex;align-items:center;justify-content:center;writing-mode:vertical-rl;font-size:12px;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;gap:6px;transition:background 0.15s,transform 0.3s,opacity 0.3s}.pr-editor-toggle-btn:hover{background:#2a2a2a}.pr-editor-toggle-btn.pr-editor-hidden{transform:translateY(-50%) translateX(-100%);opacity:0;pointer-events:none}.pr-editor-toggle-btn svg{width:16px;height:16px;writing-mode:horizontal-tb}.pr-editor-device-btn{width:28px;height:24px;background:none;border:1px solid rgb(255 255 255 / .2);border-radius:4px;cursor:pointer;color:rgb(255 255 255 / .5);display:flex;align-items:center;justify-content:center;transition:background 0.15s,color 0.15s;padding:0;margin-right:6px}.pr-editor-device-btn:hover{background:rgb(255 255 255 / .1);color:rgb(255 255 255 / .8)}.pr-editor-sidebar.pr-parent-mode{position:relative!important;transform:none!important;width:100%!important;height:100vh!important;z-index:auto!important;box-shadow:none!important}@media (max-width:768px){.pr-editor-toggle-btn{top:auto;bottom:20px;transform:none;writing-mode:horizontal-tb;border-radius:0 8px 8px 0;padding:10px 14px}.pr-editor-toggle-btn.pr-editor-hidden{transform:translateY(100%)}}@media (max-width:768px){body.pr-mobile-drawer-layout{flex-direction:column!important}body.pr-mobile-drawer-layout #pr-sidebar-column{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;height:auto!important;max-height:40vh!important;z-index:99999!important;transform:translateY(calc(100% - 36px));transition:transform 0.3s cubic-bezier(.4,0,.2,1)}body.pr-mobile-drawer-layout #pr-sidebar-column.pr-drawer-open{transform:translateY(0)}body.pr-mobile-drawer-layout .pr-editor-sidebar.pr-parent-mode{height:auto!important;max-height:40vh!important;border-radius:12px 12px 0 0!important;box-shadow:0 -4px 24px rgb(0 0 0 / .4)!important}body.pr-mobile-drawer-layout .pr-editor-body{max-height:calc(40vh - 90px);overflow-y:auto}body.pr-mobile-drawer-layout .pr-drawer-handle{display:flex!important}body.pr-mobile-drawer-layout #pr-content-frame,body.pr-mobile-drawer-layout #pr-iframe-container{height:calc(100vh - 36px)!important;flex:none!important;width:100%!important}body.pr-mobile-drawer-layout .pr-editor-device-btn{display:none}body.pr-mobile-drawer-layout .pr-editor-footer{position:relative}}.pr-drawer-handle{display:none;align-items:center;justify-content:center;padding:8px 0 4px;cursor:grab;background:#1a1a1a;border-radius:12px 12px 0 0}.pr-drawer-handle-bar{width:36px;height:4px;background:rgb(255 255 255 / .3);border-radius:2px}