.stela-editor-panel-wrap{position:fixed;right:24px;bottom:24px;z-index:3000}.stela-editor-launcher,.stela-editor-action,.stela-editor-close,.stela-editor-image-button{border:0;cursor:pointer}.stela-editor-launcher{background:#111827;color:#fff;padding:12px 18px;border-radius:999px;font-weight:700;box-shadow:0 18px 45px #1118273d}.stela-editor-panel{width:min(360px,calc(100vw - 32px));margin-top:12px;padding:18px;border-radius:24px;background:#fffffff0;border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 28px 70px #0f172a2e}.stela-editor-panel-header,.stela-editor-section-actions,.stela-editor-panel-controls{display:flex;gap:10px}.stela-editor-panel-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px}.stela-editor-panel-header-actions{display:flex;align-items:center;gap:10px}.stela-editor-icon-button{width:42px;height:42px;border:0;border-radius:999px;background:#f1f5f9;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.stela-editor-chevron{transition:transform .18s ease}.stela-editor-chevron.is-collapsed{transform:rotate(180deg)}.stela-editor-panel-header h3,.stela-editor-section-card h4{margin:0}.stela-editor-panel-header p,.stela-editor-section-card p,.stela-editor-empty{margin:6px 0 0;color:#475569;font-size:14px}.stela-editor-panel-controls{margin-bottom:16px;flex-wrap:wrap}.stela-editor-status{margin:0 0 16px;font-size:13px;line-height:1.5;color:#475569}.stela-editor-status.is-error{color:#b91c1c}.stela-editor-status.is-success{color:#047857}.stela-editor-status.is-syncing{color:#9a3412}.stela-editor-status.is-pending{color:#1d4ed8}.stela-editor-action,.stela-editor-close{padding:10px 12px;border-radius:12px;background:#ea580c;color:#fff;font-weight:600}.stela-editor-action.is-secondary,.stela-editor-close{background:#e2e8f0;color:#0f172a}.stela-editor-close{width:42px;height:42px;padding:0;display:inline-flex;align-items:center;justify-content:center}.stela-editor-section-list{display:flex;flex-direction:column;gap:12px}.stela-editor-section-card{padding:14px;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fff}.stela-editor-section-card.is-active{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1f}.stela-editor-editable{outline:2px dashed rgba(234,88,12,.5);outline-offset:6px;border-radius:8px}.stela-editor-image{position:relative;cursor:pointer;overflow:visible}.stela-editor-image-frame{position:relative;display:inline-block;max-width:100%}.stela-editor-image-frame img{display:block}.stela-editor-file-input{position:fixed;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.stela-editor-image-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed rgba(234,88,12,.55);border-radius:12px;pointer-events:none;opacity:0;transition:opacity .16s ease}.stela-editor-image.is-enabled:hover .stela-editor-image-frame:after,.stela-editor-image.is-active .stela-editor-image-frame:after{opacity:1}.stela-editor-image-tooltip{position:fixed;z-index:2147483647;background:#0f172af0;color:#fff;padding:10px 14px;border-radius:14px;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.01em;white-space:nowrap;pointer-events:none;box-shadow:0 16px 36px #0f172a47}.stela-editor-dragging{opacity:.55}.stela-editor-drop-target{box-shadow:0 0 0 3px #ea580c2e;border-radius:18px}.stela-editor-apply-bar-wrap{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:3500;width:min(680px,calc(100vw - 24px))}.stela-editor-apply-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-radius:20px;background:#0f172af0;color:#fff;box-shadow:0 22px 54px #0f172a47;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.stela-editor-apply-bar-copy{min-width:0}.stela-editor-apply-bar-actions{display:flex;align-items:center;gap:12px}.stela-editor-apply-bar-title,.stela-editor-apply-bar-text,.stela-editor-apply-bar-status{margin:0}.stela-editor-apply-bar-title{font-size:14px;font-weight:700}.stela-editor-apply-bar-text{margin-top:4px;font-size:13px;color:#ffffffb8}.stela-editor-apply-bar-status{margin-top:6px;font-size:12px;color:#ffffffd1}.stela-editor-apply-bar-status.is-error{color:#fca5a5}.stela-editor-apply-bar-status.is-success{color:#86efac}.stela-editor-apply-bar-status.is-syncing,.stela-editor-apply-bar-status.is-pending{color:#fdba74}.stela-editor-apply-bar-button{border:0;cursor:pointer;white-space:nowrap;padding:12px 18px;border-radius:999px;background:var(--stelaux-primary-color, #4f46e5);color:#fff;font-weight:700;box-shadow:inset 0 -1px #0000002e}.stela-editor-apply-bar-button.is-secondary{background:#ffffff14;color:#fff;box-shadow:inset 0 0 0 1px #ffffff24}.stela-editor-apply-bar-button:disabled{opacity:.7;cursor:progress}@media(max-width:767px){.stela-editor-panel-wrap{right:12px;left:12px;bottom:12px}.stela-editor-launcher,.stela-editor-panel{width:100%}.stela-editor-apply-bar-wrap{width:calc(100vw - 16px);bottom:8px}.stela-editor-apply-bar{align-items:stretch;flex-direction:column}.stela-editor-apply-bar-actions{width:100%;flex-direction:column}.stela-editor-apply-bar-button{width:100%}}.portal-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:stretch;overflow:hidden}.portal-loader__bar{transition:opacity .4s ease}.portal-loader__logo-wrap,.portal-loader__logo-inner{display:flex;align-items:center;justify-content:center}.portal-loader__logo-image{position:relative;z-index:2;max-width:100%;max-height:100%;object-fit:contain;animation:portal-loader-logo-in .55s ease}.portal-loader__brand-name{position:relative;z-index:2;max-width:180px;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase;line-height:1.2;animation:portal-loader-logo-in .55s ease}.portal-loader__spinner--offset{position:absolute!important;inset:auto!important;bottom:-18px;left:50%!important;transform:translate(-50%) scale(.72);opacity:.85}.portal-loader__progress{position:absolute;left:50%;bottom:clamp(28px,7vh,64px);transform:translate(-50%);display:flex;align-items:center;gap:12px;width:min(84vw,240px)}.portal-loader__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:3px;flex:0 0 auto}.portal-loader__cell{width:4px;height:4px;border-radius:1px;background:#ffffff12;opacity:.35;transition:background .5s ease,opacity .5s ease,transform .5s ease}.portal-loader__cell--active{background:#ffffff61;opacity:1;transform:scale(1.05)}.portal-loader__track{flex:1;height:1px;background:#ffffff1a;overflow:hidden}.portal-loader__fill{height:100%;background:#ffffff9e;transition:width .4s ease}@keyframes portal-loader-logo-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:575px){.portal-loader__progress{width:min(90vw,220px);gap:10px}.portal-loader__cell{width:3px;height:3px}}
