:root{--hve-brand: #2563eb;--hve-brand-dark: #1d4ed8;--hve-danger: #dc2626;--hve-ink: #172033;--hve-chrome: #0f172a;--hve-chrome-soft: #1e293b;--hve-white: #ffffff;--hve-bg: #eef4fb;--hve-line: #d7e1ed;--hve-muted: #6b7a90;--hve-success: #59d667;--hve-toolbar-height: 74px;--hve-drawer-width: 372px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--hve-ink);background:var(--hve-bg);font-synthesis:none}*{box-sizing:border-box}html,body,#hve-root{width:100%;min-width:0;min-height:100%;margin:0}body.hve-standalone-body{min-height:100vh;overflow:hidden;background:var(--hve-bg);color:var(--hve-ink);font-family:inherit}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.hve-app{min-height:100vh;background:var(--hve-bg)}.hve-topbar{position:fixed;z-index:1000;inset:0 0 auto;display:grid;grid-template-columns:minmax(230px,auto) auto auto auto minmax(160px,1fr) auto;align-items:center;gap:18px;min-height:var(--hve-toolbar-height);padding:0 20px 0 14px;color:var(--hve-white);background:var(--hve-chrome);border-bottom:1px solid rgba(255,255,255,.09)}.hve-topbar-brand{display:flex;align-items:center;gap:14px;min-width:0}.hve-topbar-brand strong{font-size:17px;line-height:1;white-space:nowrap;letter-spacing:-.02em}.hve-toolbar-cluster{display:flex;align-items:center;height:42px;overflow:hidden;border:1px solid #46505a;border-radius:8px}.hve-toolbar-cluster button{display:grid;place-items:center;min-width:46px;height:100%;padding:0 15px;border:0;border-right:1px solid #46505a;color:#d4d9dd;background:transparent;font-size:13px;font-weight:650;cursor:pointer}.hve-toolbar-cluster button:last-child{border-right:0}.hve-toolbar-cluster button:hover:not(:disabled){color:#fff;background:#252d34}.hve-toolbar-cluster button.is-active{color:#fff;background:#20272d;box-shadow:inset 0 0 0 2px var(--hve-brand)}.hve-toolbar-cluster button:disabled{opacity:.32;cursor:not-allowed}.hve-mode-switch button{min-width:78px}.hve-history-controls button{padding:0 12px}.hve-save-status{display:flex;align-items:center;justify-self:end;gap:8px;min-width:150px;color:#e8ebed;font-size:13px;font-weight:600;white-space:nowrap}.hve-save-check{display:grid;place-items:center;width:18px;height:18px;border:1.5px solid var(--hve-success);border-radius:50%;color:var(--hve-success)}.hve-save-status.is-dirty .hve-save-check,.hve-save-status.is-error .hve-save-check{border-color:#ffbb4d;color:#ffbb4d}.hve-save-status.is-saving .hve-save-check{animation:hve-pulse 1s infinite}.hve-toolbar-actions{display:flex;align-items:center;gap:9px}.hve-settings-button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #46505a;border-radius:8px;color:#e8ebed;background:#20272d;cursor:pointer}.hve-settings-button:hover{color:#fff;border-color:#6a7680;background:#2a333a}.hve-button{min-height:42px;padding:0 20px;border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.hve-button:disabled{opacity:.46;cursor:not-allowed}.hve-button-primary{color:#fff;background:var(--hve-brand);border-color:var(--hve-brand)}.hve-button-primary:hover:not(:disabled){background:var(--hve-brand-dark);border-color:var(--hve-brand-dark)}.hve-button-secondary{color:#fff;background:#20272d;border-color:#46505a}.hve-button-secondary:hover:not(:disabled){background:#2a333a}.hve-button-light{color:var(--hve-ink);background:#fff;border-color:var(--hve-line)}.hve-button-light:hover{background:#f5f7f8}.hve-button-cancel{color:var(--hve-brand);background:#fff;border-color:var(--hve-brand)}.hve-button-cancel:hover:not(:disabled){color:#fff;background:var(--hve-brand)}.hve-button-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--hve-ink);background:#fff;border-color:#aeb6bd}.hve-button-outline:hover:not(:disabled){color:var(--hve-brand);border-color:var(--hve-brand);background:#fff}.hve-exit-link{padding:10px 4px 10px 10px;color:#fff;font-size:14px;font-weight:650;text-decoration:none;white-space:nowrap}.hve-exit-link:hover{color:#93c5fd}.hve-workspace{height:100vh;padding-top:var(--hve-toolbar-height);background:var(--hve-bg);transition:padding-right .2s ease}.hve-workspace.has-drawer{padding-right:0}.hve-canvas-stage{width:100%;height:100%;overflow:auto}.hve-preview-frame{width:100%;height:100%;margin:0 auto;background:#fff}.hve-preview-frame iframe{display:block;width:100%;height:100%;border:0;background:#fff}.hve-canvas-stage.is-mobile{padding:54px 28px 40px;background:var(--hve-bg)}.hve-canvas-stage.is-mobile .hve-preview-frame{width:390px;height:calc(100vh - var(--hve-toolbar-height) - 76px);min-height:640px;overflow:hidden;border:1px solid #dfe3e7;border-radius:14px;box-shadow:0 16px 42px #1f272e1f}.hve-viewport-label{position:absolute;top:calc(var(--hve-toolbar-height) + 10px);left:50%;display:flex;align-items:baseline;gap:8px;transform:translate(-50%);color:#5f6870;font-size:12px}.hve-viewport-label strong{color:var(--hve-ink);font-size:13px}.hve-drawer{position:fixed;z-index:900;top:var(--hve-toolbar-height);right:0;bottom:0;display:flex;flex-direction:column;width:var(--hve-drawer-width);background:#fff;border-left:1px solid var(--hve-line);box-shadow:-8px 0 22px #1820270f}.hve-media-drawer{--hve-drawer-width: 520px;width:520px}.hve-video-drawer,.hve-settings-drawer{--hve-drawer-width: 420px;width:420px}.hve-workspace.has-media-drawer{padding-right:0}.hve-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;min-height:84px;padding:20px 18px 16px 22px;border-bottom:1px solid var(--hve-line)}.hve-drawer-header h2{margin:4px 0 0;font-size:19px;line-height:1.2;letter-spacing:-.025em}.hve-drawer-section{color:var(--hve-brand);font-size:11px;font-weight:750;letter-spacing:.08em}.hve-icon-button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:8px;color:#5a636c;background:transparent;cursor:pointer}.hve-icon-button:hover{color:var(--hve-ink);background:#f2f4f6}.hve-drawer-content{flex:1;min-height:0;padding:22px;overflow-y:auto}.hve-field-label{display:block;margin:0 0 8px;color:#2a3036;font-size:13px;font-weight:750}.hve-drawer textarea,.hve-text-input{width:100%;border:1px solid #cbd1d6;border-radius:7px;color:var(--hve-ink);background:#fff;font-size:15px;line-height:1.72}.hve-drawer textarea{min-height:172px;padding:14px;resize:vertical}.hve-text-input{height:44px;padding:0 12px}.hve-drawer textarea:focus,.hve-text-input:focus{border-color:var(--hve-brand);outline:3px solid rgba(37,99,235,.1)}.hve-field-help{margin:8px 0 22px;color:var(--hve-muted);font-size:12px;line-height:1.55}.hve-setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;border-top:1px solid var(--hve-line)}.hve-setting-row div{display:grid;gap:5px}.hve-setting-row strong{font-size:14px}.hve-setting-row span{color:var(--hve-muted);font-size:12px}.hve-toggle{position:relative;width:40px;height:22px;flex:0 0 auto;border-radius:999px;background:#c9cfd4}.hve-toggle i{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .18s ease}.hve-toggle.is-on{background:var(--hve-brand)}.hve-toggle.is-on i{transform:translate(18px)}.hve-locked-panel{display:flex;gap:12px;margin-top:18px;padding-top:20px;border-top:1px solid var(--hve-line)}.hve-lock-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;color:#4d5760}.hve-locked-panel strong{display:block;margin:2px 0 7px;font-size:14px}.hve-locked-panel p{margin:0;color:var(--hve-muted);font-size:12px;line-height:1.6}.hve-drawer-footer{display:grid;grid-template-columns:minmax(110px,.7fr) minmax(190px,1.3fr);gap:12px;padding:16px 20px;border-top:1px solid var(--hve-line);background:#fff}.hve-drawer-footer .hve-button{min-height:48px}.hve-drawer-footer.has-cancel{grid-template-columns:minmax(78px,.7fr) minmax(78px,.8fr) minmax(150px,1.3fr)}.hve-mobile-only-footer{display:none}.hve-media-state-picker{display:grid;gap:11px;margin:0 0 16px;padding:14px;border:1px solid var(--hve-line);border-radius:8px;background:#f8f9fa}.hve-media-state-heading{display:grid;gap:4px}.hve-media-state-heading strong{font-size:13px}.hve-media-state-heading span{color:var(--hve-muted);font-size:11px}.hve-media-state-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hve-media-state-options button{min-height:40px;padding:0 10px;border:1px solid #cfd5da;border-radius:7px;color:#5c666f;background:#fff;font-size:12px;font-weight:700;cursor:pointer}.hve-media-state-options button:hover{border-color:#89939b}.hve-media-state-options button.is-active{border-color:var(--hve-brand);color:#fff;background:var(--hve-brand);box-shadow:0 4px 12px #2563eb29}.hve-media-state-options button:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.hve-current-devices{margin:0 0 16px;padding:14px;border:1px solid var(--hve-line);border-radius:9px;background:#fff}.hve-current-devices-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:11px}.hve-current-devices-heading strong{font-size:13px}.hve-current-devices-heading span{color:var(--hve-muted);font-size:11px}.hve-current-device-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hve-current-device-grid>button{position:relative;display:grid;grid-template-columns:66px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;gap:2px 10px;min-width:0;min-height:82px;padding:8px;border:1px solid #d3d8dd;border-radius:8px;color:var(--hve-ink);background:#fbfcfc;text-align:left;cursor:pointer}.hve-current-device-grid>button.is-active{border-color:var(--hve-brand);box-shadow:inset 0 0 0 1px var(--hve-brand),0 4px 14px #2563eb14;background:#fff}.hve-device-badge{position:absolute;z-index:1;top:6px;left:6px;padding:3px 5px;border-radius:4px;color:#fff;background:#20272d;font-size:9px;font-style:normal;font-weight:800}.hve-device-thumb{grid-row:1 / 3;display:grid;place-items:center;width:66px;height:64px;overflow:hidden;border:1px solid #e2e5e8;border-radius:6px;background:#edf0f2}.hve-device-thumb img{display:block;width:100%;height:100%;object-fit:contain}.hve-device-thumb i{color:#99a1a8;font-size:10px;font-style:normal}.hve-current-device-grid strong{align-self:end;min-width:0;font-size:12px}.hve-current-device-grid small{align-self:start;color:var(--hve-muted);font-size:10px}.hve-upload-zone{display:grid;place-items:center;width:100%;min-height:112px;margin:0 0 16px;padding:16px;border:1px dashed #aeb7bf;border-radius:8px;color:#4f5962;background:#fbfcfc;cursor:pointer}.hve-upload-zone:hover{border-color:var(--hve-brand);background:#fff}.hve-upload-zone span{margin:7px 0 6px;font-size:13px}.hve-upload-zone strong{padding:7px 13px;border-radius:6px;color:#fff;background:var(--hve-brand);font-size:12px}.hve-upload-zone:disabled{opacity:.65;cursor:wait}.hve-upload-zone.has-current{grid-template-columns:108px minmax(0,1fr);grid-template-areas:"preview label" "preview meta" "preview action";align-items:center;justify-items:start;gap:6px 14px;min-height:142px;text-align:left}.hve-upload-zone.has-current .hve-current-media-preview{grid-area:preview;display:grid;place-items:center;width:108px;height:108px;margin:0;padding:12px;overflow:hidden;border:1px solid var(--hve-line);border-radius:8px;background:#edf0f2}.hve-current-media-preview img{display:block;max-width:100%;max-height:100%;object-fit:contain}.hve-upload-zone.has-current .hve-current-media-label{grid-area:label;align-self:end;margin:0;color:var(--hve-ink);font-size:13px;font-weight:750}.hve-upload-zone.has-current .hve-current-media-meta{grid-area:meta;margin:0;color:var(--hve-muted);font-size:11px}.hve-upload-zone.has-current .hve-current-media-action{grid-area:action;align-self:start;display:inline-flex;align-items:center;gap:6px}.hve-search-field{display:flex;align-items:center;gap:8px;height:42px;padding:0 11px;border:1px solid var(--hve-line);border-radius:7px;color:#7a838c}.hve-search-field:focus-within{border-color:var(--hve-brand);outline:3px solid rgba(37,99,235,.09)}.hve-search-field input{width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--hve-ink);font-size:13px}.hve-media-filters{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 14px}.hve-media-filters button{min-height:32px;padding:0 11px;border:1px solid var(--hve-line);border-radius:6px;color:#69727a;background:#fff;font-size:11px;font-weight:650;cursor:pointer}.hve-media-filters button.is-active{color:var(--hve-brand);border-color:var(--hve-brand);background:#fff}.hve-media-filters button:disabled{opacity:.42;cursor:not-allowed}.hve-media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-height:112px;margin-bottom:20px}.hve-media-grid>button{position:relative;display:grid;min-width:0;padding:0;overflow:hidden;border:1px solid var(--hve-line);border-radius:7px;background:#fff;cursor:pointer}.hve-media-grid>button:hover{border-color:#9da7af}.hve-media-grid>button.is-selected{border:2px solid var(--hve-brand)}.hve-media-thumb{display:grid;place-items:center;aspect-ratio:1.15 / 1;padding:10px;overflow:hidden;background:#edf0f2}.hve-media-thumb img{display:block;max-width:100%;max-height:100%;object-fit:contain}.hve-media-size{padding:5px 4px 6px;color:#7a838b;font-size:10px;text-align:center}.hve-media-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:3px;min-height:20px;padding:0 4px 6px}.hve-media-badges i{padding:2px 5px;border-radius:999px;color:#5e6871;background:#edf0f2;font-size:8px;font-style:normal;font-weight:750}.hve-media-check{position:absolute;top:5px;right:5px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;color:#fff;background:var(--hve-brand)}.hve-media-empty{grid-column:1 / -1;align-self:center;margin:16px;color:var(--hve-muted);font-size:12px;text-align:center}.hve-image-targets{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.hve-image-targets button{display:grid;gap:6px;padding:12px;border:1px solid var(--hve-line);border-radius:7px;background:#fff;text-align:left;cursor:pointer}.hve-image-targets button.is-active{border-color:var(--hve-brand);box-shadow:inset 0 0 0 1px var(--hve-brand)}.hve-image-targets span{color:#6c757d;font-size:11px}.hve-image-targets strong{font-size:12px}.hve-video-current{display:grid;gap:10px;margin-bottom:22px;padding:12px;border:1px solid var(--hve-line);border-radius:9px;background:#f8f9fa}.hve-video-current img,.hve-video-current video{display:block;width:100%;aspect-ratio:16 / 9;border-radius:7px;object-fit:cover;background:#181d22}.hve-video-current>strong{font-size:13px;line-height:1.45}.hve-current-badge{justify-self:start;padding:4px 7px;border-radius:999px;color:#fff;background:#20272d;font-size:10px;font-weight:750}.hve-video-empty{display:grid;place-items:center;gap:8px;aspect-ratio:16 / 9;border-radius:7px;color:#a9b0b6;background:#20272d;font-size:12px}.hve-video-next-preview{display:grid;grid-template-columns:106px minmax(0,1fr);align-items:center;gap:12px;margin:-8px 0 18px;padding:9px;border:1px solid #d9dee2;border-radius:8px;background:#fbfcfc}.hve-video-next-preview img{display:block;width:106px;aspect-ratio:16 / 9;border-radius:5px;object-fit:cover}.hve-video-next-preview span{display:grid;gap:5px;min-width:0}.hve-video-next-preview strong{font-size:12px}.hve-video-next-preview small{overflow:hidden;color:var(--hve-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.hve-settings-note{display:flex;align-items:flex-start;gap:11px;margin-bottom:22px;padding:13px;border:1px solid #dce1e5;border-radius:8px;color:#263039;background:#f7f9fa}.hve-settings-note>svg{margin-top:1px;color:var(--hve-brand);flex:0 0 auto}.hve-settings-note div{display:grid;gap:5px}.hve-settings-note strong{font-size:13px}.hve-settings-note span{color:var(--hve-muted);font-size:11px;line-height:1.5}.hve-settings-drawer .hve-field-label:not(:first-of-type){margin-top:18px}.hve-test-email-button{width:100%;margin-top:16px}.hve-settings-success{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 11px;border:1px solid #bce8c7;border-radius:7px;color:#176b31;background:#effbf2;font-size:12px;font-weight:650}.hve-inline-error,.hve-error-banner{color:#9f1018;background:#fff;border:1px solid #ffc9cd}.hve-inline-error{margin:0 0 12px;padding:9px 11px;border-radius:6px;font-size:12px}.hve-error-banner{position:fixed;z-index:1100;top:calc(var(--hve-toolbar-height) + 12px);left:50%;display:flex;align-items:center;gap:16px;min-width:300px;padding:12px 14px;border-radius:8px;transform:translate(-50%);box-shadow:0 10px 24px #320a0e1f;font-size:13px}.hve-error-banner button{display:grid;place-items:center;width:28px;height:28px;margin-left:auto;padding:0;border:0;border-radius:5px;color:inherit;background:transparent;cursor:pointer}.hve-toast{position:fixed;z-index:1200;left:50%;bottom:24px;display:flex;align-items:center;gap:9px;min-height:44px;padding:0 18px;border-radius:8px;transform:translate(-50%);color:#fff;background:#1d252b;box-shadow:0 10px 25px #0003;font-size:13px;font-weight:650}.hve-app-loading{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:100vh;color:#555f68;background:var(--hve-bg);font-size:14px;font-weight:650}.hve-spinner{width:22px;height:22px;border:2px solid #c9cfd5;border-top-color:var(--hve-brand);border-radius:50%;animation:hve-spin .75s linear infinite}.hve-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.hve-login-shell{display:grid;place-items:center;width:100%;min-height:100vh;min-height:100dvh;padding:24px;overflow-y:auto;background:#fff}.hve-login-layout{display:grid;grid-template-columns:minmax(440px,1fr) minmax(500px,1.05fr);grid-auto-rows:min-content;align-items:stretch;padding:0!important;width:min(100%,1440px);min-height:min(820px,calc(100dvh - 48px));overflow:hidden;border:1px solid rgba(15,23,42,.09);border-radius:28px;background:#fff;box-shadow:0 28px 80px #0f172a24}.hve-login-card{display:flex;flex-direction:column;min-width:0;padding:clamp(40px,4.5vw,68px);background:#fff}.hve-login-brand{display:block;width:clamp(280px,28vw,420px);max-width:100%;margin-bottom:clamp(36px,5vh,56px);overflow:visible;line-height:0}.hve-login-brand img{display:block!important;width:100%!important;height:auto!important;max-height:132px!important;object-fit:contain!important;object-position:left center!important}.hve-login-heading{margin-bottom:32px;max-width:480px}.hve-login-eyebrow{display:block;margin-bottom:13px;color:var(--hve-brand);font-size:11px;font-weight:800;letter-spacing:.16em}.hve-login-heading h1{margin:0;color:#172033;font-size:clamp(32px,3vw,43px);line-height:1.13;letter-spacing:-.055em}.hve-login-heading p{margin:15px 0 0;color:#65748a;font-size:15px;line-height:1.7;letter-spacing:-.02em}.hve-login-form{display:grid;gap:19px;max-width:480px;width:100%}.hve-login-field{display:grid;gap:9px}.hve-login-field>label{color:#27364a;font-size:13px;font-weight:750;letter-spacing:-.01em}.hve-login-field input[type=text],.hve-login-field input[type=password]{width:100%;height:56px;padding:0 16px;border:1px solid #d4deea;border-radius:10px;outline:0;background:#fff;color:#172033;font-size:15px;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.hve-login-field input::placeholder{color:#9aa8b8}.hve-login-field input:hover{border-color:#afbdcc}.hve-login-field input:focus{border-color:var(--hve-brand);background:#fff;box-shadow:0 0 0 4px #2563eb17}.hve-password-control{position:relative}.hve-password-control input{padding-right:72px!important}.hve-password-toggle{position:absolute;top:50%;right:8px;min-width:52px;min-height:38px;padding:0 9px;border:0;border-radius:7px;transform:translateY(-50%);background:transparent;color:#65748a;font-size:12px;font-weight:750;cursor:pointer}.hve-password-toggle:hover{background:#f4f2f1;color:#1f2d42}.hve-login-options{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:24px}.hve-login-remember{display:inline-flex;align-items:center;gap:8px;color:#64748b;font-size:13px;cursor:pointer}.hve-login-remember input{width:16px;height:16px;margin:0;accent-color:var(--hve-brand)}.hve-login-secure{display:inline-flex;align-items:center;gap:7px;color:#8190a3;font-size:12px}.hve-login-secure i{width:7px;height:7px;border-radius:50%;background:#2ebc72;box-shadow:0 0 0 4px #2ebc721c}.hve-login-submit,.hve-login-link{display:flex;align-items:center;justify-content:center;gap:13px;width:100%;min-height:58px;margin-top:3px;padding:0 20px;border:1px solid var(--hve-brand);border-radius:10px;background:var(--hve-brand);color:#fff;font-size:15px;font-weight:780;text-decoration:none;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.hve-login-submit span:last-child{font-size:21px;font-weight:400;line-height:1}.hve-login-submit:hover,.hve-login-link:hover{border-color:#1d4ed8;background:#1d4ed8;box-shadow:0 10px 22px #2563eb30;transform:translateY(-1px)}.hve-login-submit:active,.hve-login-link:active{transform:translateY(0)}.hve-login-submit{border-color:var(--hve-brand);background:var(--hve-brand)}.hve-login-submit:hover{border-color:var(--hve-brand-dark);background:var(--hve-brand-dark);box-shadow:0 10px 22px #1d4ed833}.hve-login-submit:focus-visible{outline-color:#2563eb66;box-shadow:0 0 0 4px #2563eb1f}.hve-login-error{position:relative;margin:-7px 0 23px;padding:13px 15px 13px 42px;border:1px solid #ffc5c9;border-radius:9px;background:#fff;color:#a20c14;font-size:13px;line-height:1.55}.hve-login-error:before{content:"!";position:absolute;top:13px;left:15px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--hve-danger);color:#fff;font-size:11px;font-weight:800}.hve-login-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:42px;color:#8a98aa;font-size:11px;letter-spacing:.02em}.hve-login-footer a{color:#51627a;font-weight:650;text-decoration:none}.hve-login-footer a:hover{color:var(--hve-brand);text-decoration:underline;text-underline-offset:3px}.hve-login-showcase{position:relative!important;min-width:0!important;grid-row:1 / span 50!important;height:100%!important;min-height:100%!important;margin:0!important;padding:0!important;align-self:stretch!important;overflow:hidden;background:radial-gradient(circle at 86% 18%,rgba(37,99,235,.36),transparent 28%),radial-gradient(circle at 20% 88%,rgba(37,99,235,.14),transparent 34%),#0b1530;color:#fff}.hve-login-showcase:after{content:"";position:absolute;inset:auto -80px -130px auto;width:360px;height:360px;border:70px solid rgba(37,99,235,.12);border-radius:50%}.hve-login-showcase-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom right,#000,transparent 82%);mask-image:linear-gradient(to bottom right,#000,transparent 82%)}.hve-login-showcase-content{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100%;padding:clamp(54px,5vw,82px)}.hve-login-showcase-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0e;color:#ffffffb3;font-size:10px;font-weight:750;letter-spacing:.13em}.hve-login-showcase-badge i{width:6px;height:6px;border-radius:50%;background:var(--hve-brand);box-shadow:0 0 0 4px #2563eb26}.hve-login-showcase h2{margin:clamp(44px,7vh,68px) 0 0;font-size:clamp(42px,4.6vw,66px);line-height:1.08;letter-spacing:-.06em;font-weight:350}.hve-login-showcase h2 strong{color:#60a5fa;font-weight:800}.hve-login-showcase-content>p{max-width:530px;margin:24px 0 0;color:#ffffff9e;font-size:15px;line-height:1.75}.hve-login-preview{width:min(100%,600px);margin-top:clamp(35px,5vh,52px);overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff14;box-shadow:0 24px 56px #00000047;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hve-login-preview-bar{display:flex;align-items:center;gap:6px;height:31px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.09);background:#00000024}.hve-login-preview-bar span{width:6px;height:6px;border-radius:50%;background:#ffffff4d}.hve-login-preview-bar span:first-child{background:var(--hve-brand)}.hve-login-preview-body{position:relative;min-height:208px;padding:20px;background:linear-gradient(135deg,#ffffff17,#ffffff06)}.hve-login-preview-nav{width:100%;height:13px;border-radius:4px;background:linear-gradient(90deg,rgba(255,255,255,.88) 0 14%,transparent 14% 65%,rgba(255,255,255,.3) 65% 72%,transparent 72% 76%,rgba(255,255,255,.3) 76% 83%,transparent 83% 87%,rgba(37,99,235,.85) 87%)}.hve-login-preview-copy{display:grid;gap:9px;width:58%;margin-top:28px}.hve-login-preview-copy i{width:31%;height:5px;border-radius:3px;background:#60a5fa}.hve-login-preview-copy strong{width:92%;height:18px;border-radius:4px;background:#ffffffeb}.hve-login-preview-copy span{width:78%;height:6px;border-radius:3px;background:#ffffff57}.hve-login-preview-copy span+span{width:63%}.hve-login-preview-action{display:grid;place-items:center;width:90px!important;height:27px!important;margin-top:4px;border-radius:5px!important;background:var(--hve-brand)!important;color:#fff;font-size:9px}.hve-login-preview-cards{position:absolute;right:20px;bottom:20px;display:grid;grid-template-columns:repeat(3,42px);gap:7px}.hve-login-preview-cards span{aspect-ratio:1;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:#ffffff1a}.hve-login-preview-cards span:nth-child(2){background:#2563eb47}.hve-login-benefits{display:flex;flex-wrap:wrap;gap:11px 22px;margin:auto 0 0;padding:42px 0 0;list-style:none;color:#ffffffb3;font-size:12px}.hve-login-benefits li{display:inline-flex;align-items:center;gap:8px}.hve-login-benefits span{color:#93c5fd;font-size:10px;font-weight:800}.hve-login-layout.is-message{grid-template-columns:minmax(0,1fr);width:min(100%,620px);min-height:560px}.hve-login-layout.is-message .hve-login-card{justify-content:center}.hve-login-layout.is-message .hve-login-brand{margin-bottom:62px}.hve-login-layout.is-message .hve-login-link{margin-top:8px}@media(max-width:1020px){.hve-login-layout{grid-template-columns:minmax(0,1fr);width:min(100%,620px)}.hve-login-showcase{display:none}}@media(max-width:600px){.hve-login-shell{place-items:start stretch;padding:0;background:#fff}.hve-login-layout,.hve-login-layout.is-message{width:100%;min-height:100dvh;border:0;border-radius:0;box-shadow:none}.hve-login-card{min-height:100dvh;padding:30px 22px 24px}.hve-login-brand{width:min(76vw,272px);margin-bottom:52px}.hve-login-heading{margin-bottom:28px}.hve-login-heading h1{font-size:32px}.hve-login-heading p{margin-top:12px;font-size:14px}.hve-login-options{align-items:flex-start}.hve-login-footer{align-items:flex-start;flex-direction:column;gap:10px;padding-top:36px}.hve-login-layout.is-message .hve-login-brand{margin-bottom:52px}}@media(min-width:1021px)and (max-height:760px){.hve-login-card,.hve-login-showcase-content{padding-top:34px;padding-bottom:34px}.hve-login-brand{margin-bottom:27px}.hve-login-heading{margin-bottom:19px}.hve-login-heading p{margin-top:10px}.hve-login-form{gap:15px}.hve-login-footer{padding-top:22px}.hve-login-showcase h2{margin-top:26px;font-size:45px}.hve-login-showcase-content>p{margin-top:16px}.hve-login-preview{margin-top:20px}.hve-login-preview-body{min-height:184px}.hve-login-benefits{padding-top:18px}}@keyframes hve-spin{to{transform:rotate(360deg)}}@keyframes hve-pulse{50%{opacity:.3}}@media(max-width:1180px){.hve-topbar{grid-template-columns:auto auto auto 1fr auto;gap:10px}.hve-topbar-brand strong{display:none}.hve-save-status{min-width:0}.hve-save-status span:last-child{display:none}.hve-history-controls{display:none}}@media(max-width:820px){:root{--hve-toolbar-height: 66px;--hve-drawer-width: 100%}.hve-topbar{grid-template-columns:auto 1fr auto;padding:0 10px}.hve-mode-switch{justify-self:start}.hve-mode-switch button{min-width:58px;padding:0 9px;font-size:12px}.hve-viewport-switch,.hve-save-status,.hve-button-secondary,.hve-exit-link{display:none}.hve-toolbar-actions{justify-self:end}.hve-toolbar-actions .hve-button-primary{min-width:72px;padding:0 13px}.hve-workspace.has-drawer,.hve-workspace.has-media-drawer{padding-right:0}.hve-canvas-stage.is-mobile{padding-inline:10px}.hve-canvas-stage.is-mobile .hve-preview-frame{width:min(390px,calc(100vw - 20px))}.hve-drawer{top:auto;left:0;width:100%;max-height:min(62vh,620px);border-top:1px solid var(--hve-line);border-left:0;border-radius:18px 18px 0 0;box-shadow:0 -12px 32px #18202721}.hve-drawer:before{content:"";width:38px;height:4px;margin:9px auto -2px;border-radius:999px;background:#cdd2d7}.hve-drawer-header{min-height:68px;padding-top:14px}.hve-drawer-content{padding-top:16px}.hve-mobile-only-footer{display:block}.hve-mobile-only-footer .hve-button{width:100%}.hve-media-drawer{max-height:78vh}.hve-media-grid{grid-template-columns:repeat(3,minmax(82px,1fr))}}@media(max-width:520px){.hve-topbar{grid-template-columns:auto 1fr auto;gap:7px}.hve-mode-switch button:last-child{display:none}.hve-toolbar-actions .hve-button-primary{min-width:64px}.hve-drawer-footer{grid-template-columns:.7fr 1.3fr;padding-inline:12px}.hve-upload-zone.has-current{grid-template-columns:88px minmax(0,1fr)}.hve-upload-zone.has-current .hve-current-media-preview{width:88px;height:88px;padding:9px}}.hve-settings-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;margin:-4px 0 20px;padding:4px;border-radius:9px;background:#eef1f3}.hve-settings-tab{min-width:0;min-height:40px;padding:0 7px;border:1px solid transparent;border-radius:7px;color:#606a73;background:transparent;font-size:12px;font-weight:750;letter-spacing:-.035em;cursor:pointer}.hve-settings-tab:hover{color:var(--hve-ink);background:#fff}.hve-settings-tab.is-active{border-color:var(--hve-brand);color:var(--hve-brand);background:#fff;box-shadow:0 3px 10px #1820270d}.hve-settings-tab:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:1px}.hve-settings-panel{min-width:0}.hve-settings-panel .hve-field-label:not(:first-of-type){margin-top:18px}.hve-inquiry-copy-grid{display:grid;gap:12px}.hve-inquiry-copy-card{padding:13px;border:1px solid #dce1e5;border-radius:8px;background:#fbfcfc}.hve-inquiry-copy-card>strong{display:block;margin-bottom:12px;color:#20272d;font-size:13px}.hve-inquiry-copy-card .hve-field-label{margin-top:12px}.hve-inquiry-copy-card .hve-field-label:first-of-type{margin-top:0}.hve-inquiry-copy-card .hve-text-input{font-size:14px}.hve-settings-tabs-five{grid-template-columns:repeat(5,minmax(0,1fr))}.hve-popup-entry-panel{display:grid;gap:16px}.hve-popup-entry-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.hve-popup-entry-summary div{display:grid;gap:4px;padding:13px 9px;border:1px solid #dfe4e8;border-radius:8px;background:#fbfcfc;text-align:center}.hve-popup-entry-summary strong{color:var(--hve-ink);font-size:20px;line-height:1}.hve-popup-entry-summary span{color:var(--hve-muted);font-size:11px;font-weight:700}.hve-popup-entry-button{width:100%}.hve-popup-manager-drawer{--hve-drawer-width:680px;width:min(680px,calc(100vw - 18px))}.hve-popup-manager-content{padding:22px}.hve-popup-manager-intro{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:16px;border:1px solid #dce1e5;border-radius:10px;background:#fbfcfc}.hve-popup-manager-intro>div{display:grid;gap:4px}.hve-popup-manager-intro strong{font-size:15px}.hve-popup-manager-intro span{color:var(--hve-muted);font-size:12px;line-height:1.45}.hve-popup-manager-intro .hve-button{flex:0 0 auto}.hve-popup-loading,.hve-popup-empty{display:grid;place-items:center;gap:9px;min-height:180px;padding:28px;border:1px dashed #cbd3d9;border-radius:10px;color:var(--hve-muted);text-align:center}.hve-popup-empty strong{color:var(--hve-ink);font-size:14px}.hve-popup-empty span{font-size:12px}.hve-popup-list{display:grid;gap:10px}.hve-popup-list-card{display:grid;grid-template-columns:108px minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px;border:1px solid #dfe4e8;border-radius:10px;background:#fff}.hve-popup-list-image{display:grid;place-items:center;width:108px;height:92px;overflow:hidden;border-radius:7px;background:#f0f2f4;color:var(--hve-muted);font-size:11px}.hve-popup-list-image img{width:100%;height:100%;object-fit:cover}.hve-popup-list-copy{display:grid;min-width:0;gap:5px;color:var(--hve-muted);font-size:12px}.hve-popup-list-copy small{font-size:11px}.hve-popup-list-title{display:flex;align-items:center;gap:7px;min-width:0}.hve-popup-list-title strong{overflow:hidden;color:var(--hve-ink);font-size:14px;text-overflow:ellipsis;white-space:nowrap}.hve-popup-status{flex:0 0 auto;padding:3px 6px;border-radius:99px;font-size:10px;font-weight:800}.hve-popup-status.is-active{color:#16803b;background:#e5f7eb}.hve-popup-status.is-scheduled{color:#9d6500;background:#fff3d3}.hve-popup-status.is-expired{color:#747b82;background:#eceff1}.hve-popup-status.is-hidden{color:#b2242d;background:#ffe8ea}.hve-popup-list-actions{display:grid;justify-items:end;gap:7px}.hve-popup-list-actions .hve-button{min-height:36px;padding:0 12px;font-size:12px}.hve-popup-danger-button{padding:4px 2px;border:0;color:#b2242d;background:transparent;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.hve-popup-danger-button:hover,.hve-popup-danger-button:focus-visible{text-decoration:underline}.hve-popup-form{display:grid;gap:18px}.hve-popup-form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.hve-popup-form-actions .hve-button{min-height:38px;padding:0 13px;font-size:12px}.hve-popup-image-field{display:grid;gap:9px;padding:15px;border:1px solid #dfe4e8;border-radius:10px;background:#fbfcfc}.hve-popup-field-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.hve-popup-field-heading .hve-field-label{margin:0}.hve-popup-field-heading small{margin-left:5px;color:var(--hve-muted);font-size:11px;font-weight:650}.hve-popup-text-button{padding:2px;border:0;color:#6a737c;background:transparent;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.hve-popup-text-button:hover,.hve-popup-text-button:focus-visible{color:var(--hve-brand);text-decoration:underline}.hve-popup-image-preview{display:block;width:100%;max-height:210px;object-fit:contain;border:1px solid #e3e7ea;border-radius:7px;background:#f1f3f5}.hve-popup-image-empty{display:grid;place-items:center;gap:6px;min-height:100px;border:1px dashed #c9d0d6;border-radius:7px;color:var(--hve-muted);font-size:12px}.hve-popup-image-actions{display:flex;gap:8px}.hve-popup-image-actions .hve-button{min-height:38px;padding:0 12px;font-size:12px}.hve-popup-upload-label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hve-popup-file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}.hve-popup-media-picker{display:grid;gap:10px;padding-top:12px;border-top:1px solid #dce1e5}.hve-popup-media-picker-heading{display:flex;align-items:center;justify-content:space-between}.hve-popup-media-picker-heading strong{font-size:12px}.hve-popup-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-height:300px;overflow:auto}.hve-popup-media-item{display:grid;gap:4px;min-width:0;padding:5px;border:1px solid #dce1e5;border-radius:7px;color:var(--hve-ink);background:#fff;text-align:left;cursor:pointer}.hve-popup-media-item:hover,.hve-popup-media-item:focus-visible{border-color:var(--hve-brand);box-shadow:0 0 0 2px #2563eb1a}.hve-popup-media-item img{display:block;width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:4px;background:#f0f2f4}.hve-popup-media-item span{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.hve-popup-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hve-popup-two-columns .hve-field-label{margin-top:0}.hve-popup-two-columns select.hve-text-input{appearance:auto}.hve-popup-manager-footer{grid-template-columns:1fr 1fr}.hve-popup-manager-footer .hve-button{min-height:48px}@media(max-width:720px){.hve-settings-tabs-five{grid-template-columns:repeat(3,minmax(0,1fr))}.hve-popup-manager-drawer{width:100vw}.hve-popup-manager-intro{align-items:stretch;flex-direction:column}.hve-popup-manager-intro .hve-button{width:100%}.hve-popup-list-card{grid-template-columns:82px minmax(0,1fr);gap:10px}.hve-popup-list-image{width:82px;height:72px}.hve-popup-list-actions{grid-column:1 / -1;grid-template-columns:1fr auto;align-items:center;justify-items:stretch}.hve-popup-list-actions .hve-button{width:100%}.hve-popup-two-columns{grid-template-columns:1fr}.hve-popup-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:420px){.hve-settings-tabs-five,.hve-popup-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hve-popup-image-actions{display:grid;grid-template-columns:1fr}.hve-popup-image-actions .hve-button{width:100%}}.hve-settings-drawer{--hve-drawer-width:640px;--hve-settings-nav-width:154px;width:min(640px,calc(100vw - 18px))}.hve-settings-content{padding:0}.hve-settings-layout{display:grid;grid-template-columns:var(--hve-settings-nav-width) minmax(0,1fr);min-height:100%}.hve-settings-tabs,.hve-settings-tabs-five{display:flex;flex-direction:column;gap:4px;align-self:stretch;margin:0;padding:18px 12px;border-right:1px solid var(--hve-line);border-radius:0;background:#f6f8fb}.hve-settings-tab{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:44px;padding:0 28px 0 13px;border:0;border-radius:6px;text-align:left;white-space:nowrap;letter-spacing:-.02em;transition:color .15s ease,background-color .15s ease}.hve-settings-tab:hover:not(.is-active){color:#253247;background:#e7edf5}.hve-settings-tab.is-active{border:0;color:var(--hve-brand);background:transparent;box-shadow:none;font-weight:800}.hve-settings-tab.is-active:hover{color:var(--hve-brand-dark);background:transparent}.hve-settings-tab.is-active:after{content:"";position:absolute;top:50%;right:13px;width:7px;height:7px;border-radius:50%;transform:translateY(-50%);background:var(--hve-brand);box-shadow:0 0 0 4px #2563eb14}.hve-settings-tab:focus-visible{outline:0;text-decoration:underline 2px;text-underline-offset:5px}.hve-settings-panels{min-width:0;padding:24px}.hve-settings-panel-intro{margin:0 0 24px;padding:0 0 18px;border-bottom:1px solid #e5ebf2}.hve-settings-panel-intro h3{margin:0;color:var(--hve-ink);font-size:18px;line-height:1.3;letter-spacing:-.025em}.hve-settings-panel-intro p{margin:7px 0 0;color:var(--hve-muted);font-size:12px;line-height:1.55}.hve-inquiry-copy-table{overflow:hidden;border:1px solid #dce4ed;border-radius:10px;background:#fff}.hve-inquiry-copy-header,.hve-inquiry-copy-row{display:grid;grid-template-columns:82px minmax(110px,.78fr) minmax(160px,1.25fr);align-items:center;gap:10px}.hve-inquiry-copy-header{padding:10px 12px;color:#68778b;background:#f4f7fb;font-size:11px;font-weight:750}.hve-inquiry-copy-row{padding:10px 12px;border-top:1px solid #e6ebf1}.hve-inquiry-copy-row strong{min-width:0;color:#253247;font-size:12px;line-height:1.35}.hve-inquiry-copy-row .hve-text-input{min-width:0;height:40px;font-size:13px}.hve-popup-header-title{display:flex;align-items:center;gap:10px;min-width:0}.hve-popup-header-title h2{margin:0}.hve-popup-back-button{display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid var(--hve-line);border-radius:8px;color:#516074;background:#fff;cursor:pointer}.hve-popup-back-button svg{transform:rotate(180deg)}.hve-popup-back-button:hover,.hve-popup-back-button:focus-visible{color:var(--hve-brand);border-color:#a9c3f8;background:#f7faff}.hve-popup-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.hve-popup-list-toolbar>span{color:var(--hve-muted);font-size:12px;font-weight:700}.hve-popup-list-toolbar .hve-button{min-height:40px;padding:0 15px}.hve-popup-form{gap:14px}.hve-popup-form-section{display:grid;gap:14px;padding:17px;border:1px solid #dce4ed;border-radius:12px;background:#fff}.hve-popup-form-section-heading{display:grid;gap:5px}.hve-popup-form-section-heading h3{margin:0;color:var(--hve-ink);font-size:15px;line-height:1.35;letter-spacing:-.02em}.hve-popup-form-section-heading p{margin:0;color:var(--hve-muted);font-size:11px;line-height:1.5}.hve-popup-form-section>.hve-field-label{margin:2px 0 -6px}.hve-popup-text-button{border-radius:5px;transition:color .16s ease,background-color .16s ease}.hve-popup-text-button:hover{color:#87919a;background:#eef1f4;text-decoration:none}.hve-popup-text-button:focus-visible{color:#5f6972;background:#eef1f4;text-decoration:none}.hve-popup-visibility-row{margin:0;padding:0 0 14px;border-top:0;border-bottom:1px solid #e6ebf1}.hve-popup-visibility-row div{gap:3px}.hve-popup-mobile-override{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 2px 1px;border-top:1px solid #e6ebf1}.hve-popup-mobile-override>div{display:grid;gap:4px}.hve-popup-mobile-override strong{font-size:13px}.hve-popup-mobile-override span{color:var(--hve-muted);font-size:11px;line-height:1.45}.hve-popup-options{overflow:hidden;border:1px solid #dce4ed;border-radius:12px;background:#fff}.hve-popup-options summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:0 17px;cursor:pointer;list-style:none}.hve-popup-options summary::-webkit-details-marker{display:none}.hve-popup-options summary>span{display:grid;gap:3px}.hve-popup-options summary strong{font-size:14px}.hve-popup-options summary small{color:var(--hve-muted);font-size:11px}.hve-popup-options summary svg{color:#728197;transition:transform .18s ease}.hve-popup-options[open] summary{border-bottom:1px solid #e6ebf1}.hve-popup-options[open] summary svg{transform:rotate(90deg)}.hve-popup-options-body{display:grid;gap:16px;padding:17px}.hve-popup-options-body .hve-setting-row{padding:14px 0;border-top:1px solid #e6ebf1;border-bottom:1px solid #e6ebf1}.hve-field-label-note{margin-left:5px;color:var(--hve-muted);font-size:10px;font-weight:650}.hve-history-controls button svg{display:block;width:19px;height:19px}.hve-history-controls button:disabled{opacity:.48}.hve-site-publish-button{min-width:100px}.hve-settings-save-button{color:#fff;background:#172033;border-color:#172033}.hve-settings-save-button:hover:not(:disabled){color:#fff;background:#0f172a;border-color:#0f172a}.hve-settings-drawer .hve-drawer-footer .hve-button-light{color:#1f2937;border-color:#aeb8c6}.hve-popup-entry-panel{min-height:100%}.hve-popup-manager-panel{display:grid;align-content:start;gap:14px;min-width:0;padding-bottom:24px}.hve-popup-manager-panel:not(.is-editing){padding-bottom:96px}.hve-popup-manager-panel-heading{display:flex;align-items:flex-start;gap:10px;padding:0 0 14px;border-bottom:1px solid #e5ebf2}.hve-popup-manager-panel-heading>div{display:grid;gap:5px;min-width:0}.hve-popup-manager-panel-heading h3{margin:0;color:var(--hve-ink);font-size:18px;line-height:1.3;letter-spacing:-.025em}.hve-popup-manager-panel-heading p{margin:0;color:var(--hve-muted);font-size:12px;line-height:1.55}.hve-popup-manager-panel .hve-popup-list-toolbar{margin:0}.hve-popup-manager-panel .hve-popup-empty{min-height:148px;padding:20px}.hve-popup-manager-panel-footer.hve-popup-list-footer{display:flex;align-items:center;justify-content:flex-end}.hve-popup-manager-panel-footer.hve-popup-list-footer .hve-button{min-width:184px;min-height:46px}.hve-confirm-dialog-backdrop{position:fixed;z-index:1500;inset:0;display:grid;place-items:center;padding:20px;background:#0f172a7a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hve-confirm-dialog{display:grid;grid-template-columns:40px minmax(0,1fr);gap:0 13px;width:min(100%,430px);padding:22px;border:1px solid #dce4ed;border-radius:16px;background:#fff;box-shadow:0 22px 70px #0f172a47}.hve-confirm-dialog-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#b2242d;background:#fff0f1;font-size:17px;font-weight:850}.hve-confirm-dialog-copy{display:grid;gap:6px;align-content:start;min-width:0}.hve-confirm-dialog-copy h3{margin:1px 0 0;color:var(--hve-ink);font-size:16px;line-height:1.35;letter-spacing:-.02em}.hve-confirm-dialog-copy p{margin:0;color:var(--hve-muted);font-size:12px;line-height:1.6;word-break:keep-all}.hve-confirm-dialog-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.hve-confirm-dialog-actions .hve-button{min-height:44px;padding:0 12px;font-size:13px}.hve-confirm-danger-button{color:#fff;background:#b2242d;border-color:#b2242d}.hve-confirm-danger-button:hover:not(:disabled){background:#941d25;border-color:#941d25}.hve-popup-manager-panel.is-editing{padding-bottom:96px}.hve-popup-manager-panel-footer{position:fixed;right:0;bottom:0;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:12px;width:calc(min(var(--hve-drawer-width),calc(100vw - 18px)) - var(--hve-settings-nav-width));margin:0;padding:16px 24px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #e5ebf2;background:#fff;box-shadow:0 -9px 18px #1720330a}.hve-popup-manager-panel-footer .hve-button{min-height:46px}.hve-code-manager{display:grid;gap:14px}.hve-code-manager-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.hve-code-manager-toolbar>div{display:grid;gap:4px}.hve-code-manager-toolbar strong{font-size:14px}.hve-code-manager-toolbar span{color:var(--hve-muted);font-size:11px}.hve-code-add-button{min-height:36px;padding:0 13px;font-size:12px}.hve-code-empty{display:grid;place-items:center;gap:7px;min-height:116px;padding:20px;border:1px dashed #c6d0db;border-radius:10px;color:var(--hve-muted);background:#fbfcfe;text-align:center}.hve-code-empty strong{color:var(--hve-ink);font-size:13px}.hve-code-empty span{font-size:11px}.hve-code-list{display:grid;gap:7px;max-height:214px;padding-right:2px;overflow:auto}.hve-code-list-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 10px;border:1px solid #dce4ec;border-radius:9px;color:var(--hve-ink);background:#fff;text-align:left;cursor:pointer}.hve-code-list-item:hover{border-color:#aebccc;background:#fbfdff}.hve-code-list-item.is-selected{border-color:var(--hve-brand);box-shadow:inset 0 0 0 1px var(--hve-brand),0 4px 12px #2563eb12}.hve-code-list-order{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#627084;background:#edf2f7;font-size:11px;font-weight:800}.hve-code-list-item.is-selected .hve-code-list-order{color:#fff;background:var(--hve-brand)}.hve-code-list-copy{display:grid;min-width:0;gap:3px}.hve-code-list-copy strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.hve-code-list-copy small{color:var(--hve-muted);font-size:10px}.hve-code-list-status{padding:3px 6px;border-radius:999px;color:#79828b;background:#edf0f2;font-size:10px;font-weight:800}.hve-code-list-status.is-on{color:#187238;background:#e6f7eb}.hve-code-editor{display:grid;gap:12px;padding:15px;border:1px solid #dce4ec;border-radius:10px;background:#fbfcfe}.hve-code-editor-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:11px;border-bottom:1px solid #e3eaf1}.hve-code-editor-heading strong{font-size:14px}.hve-code-editor-heading span{color:var(--hve-muted);font-size:11px}.hve-code-editor .hve-field-label{margin:0}.hve-code-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hve-code-two-columns>div{display:grid;gap:8px}.hve-code-two-columns select.hve-text-input{appearance:auto}.hve-code-enabled{display:flex;align-items:center;gap:10px;width:100%;padding:11px;border:1px solid #d6dee7;border-radius:8px;color:var(--hve-ink);background:#fff;text-align:left;cursor:pointer}.hve-code-enabled:hover{border-color:#aab9c9}.hve-code-enabled.is-on{border-color:#9dcaae;background:#f2fbf4}.hve-code-toggle-indicator{position:relative;display:block;width:38px;height:21px;flex:0 0 auto;border-radius:999px;background:#c8d0d8}.hve-code-toggle-indicator i{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;transition:transform .18s ease}.hve-code-enabled.is-on .hve-code-toggle-indicator{background:#249a4c}.hve-code-enabled.is-on .hve-code-toggle-indicator i{transform:translate(17px)}.hve-code-enabled>span:last-child{display:grid;gap:3px}.hve-code-enabled strong{font-size:12px}.hve-code-enabled small{color:var(--hve-muted);font-size:10px;line-height:1.35}.hve-code-content{min-height:220px!important;padding:12px!important;border-color:#bfcbd7!important;background:#101827!important;color:#e7edf5!important;font-family:Consolas,Courier New,monospace!important;font-size:12px!important;line-height:1.65!important;tab-size:2}.hve-code-content:focus{border-color:#68a0ff!important;outline-color:#2563eb33!important}.hve-code-editor .hve-field-help{margin:0}.hve-code-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:3px}.hve-code-order-actions{display:flex;gap:7px}.hve-code-order-actions .hve-button{min-height:34px;padding:0 11px;font-size:11px}.hve-code-delete-button{padding:7px 2px;border:0;color:#b4232b;background:transparent;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.hve-code-delete-button:hover,.hve-code-delete-button:focus-visible{color:#8e161d;text-decoration:underline;text-underline-offset:3px}.hve-code-delete-confirm{display:flex;align-items:center;justify-content:flex-end;gap:7px;color:#9e1d25;font-size:11px;font-weight:750}.hve-code-delete-confirm .hve-button{min-height:32px;padding:0 10px;font-size:11px}.hve-code-delete-confirm-button{background:#bd2630;border-color:#bd2630}.hve-code-delete-confirm-button:hover:not(:disabled){background:#991d25;border-color:#991d25}.hve-receipt-toast-code-manager>.hve-field-help{margin:0}.hve-receipt-toast-code-field{display:grid;gap:8px}.hve-receipt-toast-code{min-height:152px!important}.hve-receipt-toast-code-field:last-child .hve-receipt-toast-code{min-height:260px!important}@media(max-width:820px){.hve-settings-drawer,.hve-popup-manager-drawer{width:100%;max-height:min(82vh,760px)}.hve-settings-drawer{--hve-settings-nav-width:0px}.hve-settings-layout{display:block}.hve-settings-tabs,.hve-settings-tabs-five{flex-direction:row;gap:6px;overflow-x:auto;padding:10px 14px;border-right:0;border-bottom:1px solid var(--hve-line);background:#f6f8fb;scrollbar-width:thin}.hve-settings-tab{flex:0 0 auto;width:auto;min-height:40px;padding:0 28px 0 14px}.hve-settings-tab.is-active{box-shadow:none}.hve-settings-panels{padding:18px}.hve-popup-manager-panel-footer{width:100vw;padding:12px 18px calc(12px + env(safe-area-inset-bottom))}.hve-code-two-columns{grid-template-columns:1fr}}@media(max-width:520px){.hve-inquiry-copy-header,.hve-inquiry-copy-row{grid-template-columns:60px minmax(90px,.75fr) minmax(140px,1.25fr);gap:8px}.hve-inquiry-copy-header,.hve-inquiry-copy-row{padding-inline:9px}.hve-inquiry-copy-row .hve-text-input{height:38px;padding-inline:9px;font-size:12px}.hve-popup-manager-content,.hve-popup-form-section{padding:14px}}.hve-icon-drawer{--hve-drawer-width:420px;width:420px}.hve-icon-drawer .hve-field-label:not(:first-of-type){margin-top:18px}.hve-icon-drawer select.hve-text-input{appearance:auto}.hve-icon-current{display:grid;place-items:center;gap:9px;min-height:126px;margin-bottom:22px;padding:18px;border:1px solid var(--hve-line);border-radius:9px;background:#f8f9fa;text-align:center}.hve-icon-current>span{display:grid;place-items:center;min-width:56px;min-height:56px;color:var(--hve-brand);font-size:44px;line-height:1}.hve-icon-current>strong{font-size:13px}.hve-icon-svg-label{padding:0 12px;border:1px dashed #9da7af;border-radius:8px;font-family:monospace;font-size:13px!important}.hve-toolbar-actions{justify-self:end}@media(min-width:821px)and (max-width:900px){:root{--hve-toolbar-height:118px;--hve-drawer-width:100%}.hve-viewport-switch,.hve-save-status,.hve-button-secondary,.hve-exit-link{display:none}.hve-toolbar-actions .hve-button-primary{min-width:72px;padding:0 13px}.hve-workspace.has-drawer,.hve-workspace.has-media-drawer{padding-right:0}.hve-drawer{top:auto;left:0;width:100%;max-height:min(62vh,620px);border-top:1px solid var(--hve-line);border-left:0;border-radius:18px 18px 0 0;box-shadow:0 -12px 32px #18202721}.hve-drawer:before{content:"";width:38px;height:4px;margin:9px auto -2px;border-radius:999px;background:#cdd2d7}.hve-drawer-header{min-height:68px;padding-top:14px}.hve-drawer-content{padding-top:16px}.hve-mobile-only-footer{display:block}.hve-mobile-only-footer .hve-button{width:100%}.hve-media-drawer{max-height:78vh}.hve-media-grid{grid-template-columns:repeat(3,minmax(82px,1fr))}.hve-settings-drawer,.hve-popup-manager-drawer{width:100%;max-height:min(82vh,760px)}.hve-settings-drawer{--hve-settings-nav-width:0px}.hve-settings-layout{display:block}.hve-settings-tabs,.hve-settings-tabs-five{flex-direction:row;gap:6px;overflow-x:auto;padding:10px 14px;border-right:0;border-bottom:1px solid var(--hve-line);background:#f6f8fb;scrollbar-width:thin}.hve-settings-tab{flex:0 0 auto;width:auto;min-height:40px;padding:0 28px 0 14px}.hve-settings-tab.is-active{box-shadow:none}.hve-settings-panels{padding:18px}.hve-popup-manager-panel-footer{width:100vw;padding:12px 18px calc(12px + env(safe-area-inset-bottom))}.hve-code-two-columns{grid-template-columns:1fr}.hve-drawer button:not(.hve-toggle),.hve-settings-tab{min-height:44px}.hve-icon-button{min-width:44px}}@media(max-width:820px){:root{--hve-toolbar-height:0px;--hve-mobile-dock-height:56px}.hve-topbar{top:auto;bottom:0;grid-template-columns:minmax(0,1fr) auto auto auto;grid-template-rows:44px;min-height:var(--hve-mobile-dock-height);height:calc(var(--hve-mobile-dock-height) + env(safe-area-inset-bottom));gap:6px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));box-shadow:0 -8px 22px #0f172a2e}.hve-topbar-brand,.hve-viewport-switch,.hve-history-controls,.hve-save-status,.hve-button-secondary,.hve-exit-link{display:none}.hve-page-switcher{grid-column:1;grid-row:1;min-width:0;width:100%;height:44px;padding:0 8px}.hve-page-switcher span{display:none}.hve-page-switcher select{width:100%;min-width:0;height:42px;font-size:12px}.hve-mode-switch{grid-column:2;grid-row:1;justify-self:stretch;height:44px}.hve-mode-switch button{min-width:42px;padding:0 8px;font-size:11px}.hve-toolbar-actions{grid-column:3 / 5;grid-row:1;justify-self:end;gap:6px}.hve-settings-button{width:44px;height:44px;min-height:44px}.hve-toolbar-actions .hve-button-primary{min-width:72px;height:44px;min-height:44px;padding:0 10px;font-size:12px}.hve-topbar.is-settings-open .hve-site-publish-button{display:none}.hve-workspace{height:100dvh;padding-top:0;padding-bottom:calc(var(--hve-mobile-dock-height) + env(safe-area-inset-bottom))}.hve-drawer{top:auto;right:0;bottom:calc(var(--hve-mobile-dock-height) + env(safe-area-inset-bottom));left:0;width:100%;max-height:min(58dvh,500px);border-top:1px solid var(--hve-line);border-left:0;border-radius:18px 18px 0 0;box-shadow:0 -12px 32px #18202721}.hve-settings-drawer,.hve-popup-manager-drawer{width:100%;max-height:min(58dvh,500px)}.hve-drawer-header{min-height:64px;padding:12px 14px 10px 18px}.hve-drawer-section{font-size:10px}.hve-drawer-header h2{font-size:18px}.hve-drawer-content{padding-top:12px}.hve-settings-panels{padding:14px 18px}.hve-settings-tabs,.hve-settings-tabs-five{padding-block:8px}.hve-popup-manager-panel.is-editing,.hve-popup-manager-panel:not(.is-editing){padding-bottom:96px}.hve-popup-manager-panel-footer{right:0;bottom:calc(var(--hve-mobile-dock-height) + env(safe-area-inset-bottom));width:100%;padding:10px 14px calc(10px + env(safe-area-inset-bottom))}.hve-popup-manager-panel-footer .hve-button{min-height:44px}}.hve-topbar{grid-template-columns:minmax(150px,auto) minmax(150px,auto) auto auto auto minmax(150px,1fr) auto}.hve-exit-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid #46505a;border-radius:8px;color:#e8ebed;background:#20272d;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.hve-exit-link:hover{color:#fff;border-color:#6a7680;background:#2a333a}.hve-page-switcher{display:flex;align-items:center;gap:8px;min-width:150px;height:42px;padding:0 10px;border:1px solid #46505a;border-radius:8px;color:#d4d9dd;background:#20272d;font-size:12px;font-weight:700}.hve-page-switcher span{white-space:nowrap}.hve-page-switcher select{min-width:92px;max-width:180px;height:32px;border:0;color:#fff;background:#20272d;font:700 13px/1 Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer}.hve-page-switcher select option{color:#fff;background:#20272d}.hve-page-switcher select:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.hve-mobile-dock-icon,.hve-mode-label-short,.hve-publish-label-short{display:none}.hve-toolbar-cluster button.is-active{box-shadow:inset 0 0 0 1px var(--hve-brand)}@media(max-width:1180px){.hve-page-switcher span{display:none}.hve-page-switcher{min-width:108px}.hve-topbar{gap:9px;padding-right:12px}.hve-topbar-brand strong{font-size:15px}}@media(max-width:900px){.hve-topbar{grid-template-columns:minmax(140px,auto) auto auto auto minmax(120px,1fr) auto}}@media(max-width:900px){:root{--hve-toolbar-height: 118px}.hve-topbar{grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:44px 44px;gap:6px 7px;align-content:center;padding:8px 10px}.hve-topbar-brand{display:none}.hve-mode-switch{grid-column:1;grid-row:1;justify-self:start}.hve-toolbar-actions{grid-column:3;grid-row:1;justify-self:end;gap:6px}.hve-page-switcher{display:flex;grid-column:1 / -1;grid-row:2;justify-content:space-between;width:100%;min-width:0;height:44px}.hve-page-switcher span{display:inline}.hve-page-switcher select{width:min(210px,60vw);max-width:none;min-height:44px}.hve-mode-switch button:last-child{display:grid}.hve-exit-link{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:44px;padding:0 2px;font-size:12px}.hve-mode-switch,.hve-mode-switch button,.hve-settings-button,.hve-toolbar-actions .hve-button-primary{min-height:44px}.hve-mode-switch button{min-width:58px}}@media(max-width:820px){:root{--hve-toolbar-height: 0px;--hve-mobile-dock-height: 46px}.hve-topbar{top:auto;bottom:0;grid-template-columns:minmax(74px,1fr) 72px 34px 56px 34px;grid-template-rows:34px;min-height:var(--hve-mobile-dock-height);height:calc(var(--hve-mobile-dock-height) + env(safe-area-inset-bottom));gap:6px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid #46505a;border-bottom:0;box-shadow:0 -8px 22px #0f172a2e}.hve-page-switcher{grid-column:1;grid-row:1;min-width:0;width:100%;min-height:34px;height:34px;gap:5px;padding:0 9px;border:1px solid #46505a;border-radius:8px;background:#20272d}.hve-mobile-dock-icon{display:block;flex:0 0 auto}.hve-page-switcher span,.hve-mode-label-short,.hve-publish-label-short{display:none}.hve-page-switcher select{width:100%;min-width:0;height:32px;padding:0 17px 0 0;border:0;overflow:hidden;color:#fff;background-color:transparent;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hve-mode-switch{grid-column:2;grid-row:1;display:grid;grid-template-columns:repeat(2,34px);gap:4px;justify-self:stretch;min-height:34px;height:34px;overflow:visible;border:0;border-radius:0}.hve-mode-switch button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:34px;width:34px;min-height:34px;height:34px;padding:0;border:1px solid #46505a;border-radius:8px;color:#d4d9dd;background:#20272d;font-size:12px;font-weight:700;line-height:1}.hve-mode-switch button+button,.hve-mode-switch.hve-toolbar-cluster button:last-child{border:1px solid #46505a}.hve-mode-switch button.is-active{box-shadow:inset 0 0 0 1px var(--hve-brand)}.hve-mode-switch button:last-child{display:inline-flex}.hve-mode-switch button>span{display:none}.hve-mode-label-full{display:none}.hve-mode-label-short{display:inline}.hve-toolbar-actions{display:contents}.hve-settings-button,.hve-toolbar-actions .hve-button-primary{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;min-height:34px;border:1px solid #46505a;border-radius:8px;font-size:12px;font-weight:700;line-height:1}.hve-settings-button{grid-column:3;grid-row:1;width:34px;min-width:34px}.hve-toolbar-actions .hve-button-primary{grid-column:4;grid-row:1;width:56px;min-width:56px;padding:0 6px;border-color:var(--hve-brand)}.hve-exit-link{display:inline-flex;grid-column:5;grid-row:1;width:34px;min-width:34px;min-height:34px;height:34px;padding:0}.hve-topbar.is-settings-open .hve-toolbar-actions .hve-site-publish-button{display:inline-flex}.hve-topbar .hve-page-switcher,.hve-topbar .hve-page-switcher select,.hve-topbar .hve-mode-switch,.hve-topbar .hve-mode-switch button,.hve-topbar .hve-settings-button,.hve-topbar .hve-toolbar-actions .hve-button,.hve-topbar .hve-exit-link{min-height:34px!important;height:34px!important}.hve-toolbar-actions .hve-button-primary:disabled{opacity:1;color:#9ba9ba;border-color:#46505a;background:#20272d}.hve-publish-label-full{display:none}.hve-publish-label-short{display:inline}.hve-settings-drawer{max-height:min(52dvh,440px)}.hve-settings-drawer .hve-drawer-header{min-height:52px;padding:6px 12px 6px 16px}.hve-settings-drawer .hve-drawer-section,.hve-settings-drawer .hve-settings-panel-intro p{display:none}.hve-settings-drawer .hve-drawer-content{padding-top:0}.hve-settings-drawer .hve-settings-tabs,.hve-settings-drawer .hve-settings-tabs-five{padding:4px 12px}.hve-settings-drawer .hve-settings-tab{min-height:40px}.hve-settings-drawer .hve-settings-panels{padding:10px 14px}.hve-settings-drawer .hve-settings-panel-intro{margin-bottom:12px;padding-bottom:10px}.hve-settings-drawer .hve-drawer-footer{padding:4px 12px}.hve-settings-drawer .hve-drawer-footer .hve-button{height:34px;min-height:34px;padding-block:0;line-height:1}}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--hve-brand);outline-offset:2px}.hve-button:active:not(:disabled),.hve-icon-button:active:not(:disabled),.hve-settings-button:active:not(:disabled),.hve-settings-tab:active:not(:disabled),.hve-toolbar-cluster button:active:not(:disabled),.hve-media-filters button:active:not(:disabled),.hve-media-grid>button:active:not(:disabled){transform:translateY(1px)}.hve-button:disabled{border-color:#cbd5e1;color:#718096;background:#e7edf3;box-shadow:none;opacity:1;cursor:not-allowed}.hve-toolbar-cluster button:disabled{color:#64748b;background:#111827;opacity:1;cursor:not-allowed}.hve-button-light:disabled:hover{border-color:#cbd5e1;color:#718096;background:#e7edf3}.hve-upload-zone:disabled:hover{border-color:#aeb7bf;background:#fbfcfc}.hve-upload-zone[aria-busy=true],.hve-button[aria-busy=true]{cursor:wait}.hve-drawer input[aria-invalid=true],.hve-drawer textarea[aria-invalid=true],.hve-drawer select[aria-invalid=true]{border-color:var(--hve-danger)}.hve-drawer input[aria-invalid=true]:focus,.hve-drawer textarea[aria-invalid=true]:focus,.hve-drawer select[aria-invalid=true]:focus{border-color:var(--hve-danger);outline-color:#dc26263d}.hve-settings-tab[aria-selected=true],.hve-media-filters button[aria-pressed=true]{font-weight:800}.hve-settings-panel[hidden]{display:none}.hve-toggle,.hve-toggle.is-on{width:44px;height:44px;border:0;border-radius:8px;background:transparent}.hve-toggle:before{content:"";position:absolute;top:11px;left:2px;width:40px;height:22px;border-radius:999px;background:#c9cfd4}.hve-toggle i{top:14px;left:5px}.hve-toggle.is-on:before{background:var(--hve-brand)}@media(max-width:820px){.hve-toolbar-cluster,.hve-toolbar-cluster button,.hve-settings-button,.hve-toolbar-actions .hve-button,.hve-exit-link{min-height:44px}.hve-drawer button:not(.hve-toggle),.hve-settings-tab,.hve-password-toggle,.hve-login-remember{min-height:44px}.hve-icon-button{min-width:44px}}.hve-popup-list-actions{display:grid;grid-template-columns:48px;justify-items:stretch;gap:7px}.hve-popup-list-actions .hve-button,.hve-popup-list-actions .hve-popup-danger-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:36px;padding:0 10px;border-radius:7px;font-size:12px;line-height:1}.hve-popup-list-actions .hve-popup-danger-button{border:1px solid #dc2626;color:#b2242d;background:#fff;font:inherit;font-size:12px;font-weight:750;line-height:1;cursor:pointer}.hve-popup-list-actions .hve-popup-danger-button:hover,.hve-popup-list-actions .hve-popup-danger-button:focus-visible{border-color:#b91c1c;color:#fff;background:#dc2626;text-decoration:none}@media(max-width:720px){.hve-popup-list-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.hve-review-stories-panel{display:grid;align-content:start;gap:14px;min-width:0;padding-bottom:24px}.hve-review-stories-panel.is-editing{padding-bottom:96px}.hve-story-list-actions{display:grid;grid-template-columns:repeat(2,48px);gap:7px}.hve-story-list-card{grid-template-columns:34px 108px minmax(0,1fr) auto;transition:border-color .14s ease,box-shadow .14s ease,opacity .14s ease}.hve-story-list-card.is-dragging{opacity:.48}.hve-story-list-card.is-drop-target{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.hve-story-drag-handle{align-self:stretch;display:inline-flex;align-items:center;justify-content:center;width:34px;min-height:92px;padding:0;border:0;border-radius:7px;color:#7a8591;background:transparent;cursor:grab;touch-action:none}.hve-story-drag-handle:hover,.hve-story-drag-handle:focus-visible{color:#2563eb;background:#eff6ff;outline:none}.hve-story-drag-handle:active{cursor:grabbing}.hve-story-drag-handle:disabled{cursor:wait}.hve-story-list-actions .hve-button,.hve-story-list-actions .hve-popup-danger-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 8px;border-radius:7px;font-size:11px;line-height:1}.hve-story-list-actions .hve-popup-danger-button{border:1px solid #dc2626;color:#b2242d;background:#fff;font:inherit;font-size:11px;font-weight:750;cursor:pointer}.hve-story-list-actions .hve-popup-danger-button:hover,.hve-story-list-actions .hve-popup-danger-button:focus-visible{border-color:#b91c1c;color:#fff;background:#dc2626}.hve-story-form{padding-bottom:10px}.hve-story-image-field{display:grid;gap:8px;margin-top:14px}.hve-story-image-field .hve-popup-image-preview{object-fit:cover}.hve-story-image-note{align-self:center;color:var(--hve-muted);font-size:10px;line-height:1.4}.hve-review-stories-panel-footer{position:fixed;right:0;bottom:0;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:12px;width:calc(min(var(--hve-drawer-width),calc(100vw - 18px)) - var(--hve-settings-nav-width));margin:0;padding:16px 24px calc(16px + env(safe-area-inset-bottom));border-top:1px solid #e5ebf2;background:#fff;box-shadow:0 -9px 18px #1720330a}.hve-review-stories-panel-footer .hve-button{min-height:46px}@media(max-width:820px){.hve-story-list-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.hve-review-stories-panel-footer{width:100vw;padding:12px 18px calc(12px + env(safe-area-inset-bottom))}}body.login.hve-wp-login{display:grid;min-height:100vh;min-height:100dvh;place-items:center;margin:0;padding:24px;background:#eef4fb;color:#172033;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.login #login,body.login.hve-wp-login #login{display:grid!important;grid-template-columns:minmax(440px,1fr) minmax(480px,1.05fr)!important;grid-auto-rows:min-content!important;align-content:center!important;align-items:stretch!important;width:min(100%,1440px)!important;min-height:min(820px,calc(100dvh - 48px))!important;margin:0!important;padding:0!important;overflow:hidden!important;border:1px solid rgba(15,23,42,.09)!important;border-radius:28px!important;background:#fff!important;box-shadow:0 28px 80px #0f172a24!important}body.login.hve-wp-login #login>*:not(.hve-wp-login-showcase){grid-column:1;width:100%;max-width:480px;margin-right:clamp(32px,4vw,56px);margin-left:clamp(32px,4vw,56px)}body.login #login>h1,body.login.hve-wp-login #login>h1{width:min(420px,100%)!important;height:128px!important;max-height:128px!important;margin-right:auto!important;margin-left:auto!important;line-height:0!important;overflow:visible!important;text-align:center!important}body.login #login>h1 a,body.login.hve-wp-login #login>h1 a{position:relative;width:100%!important;height:128px!important;min-height:128px!important;margin:0!important;padding:0!important;background-image:var(--hve-wp-login-logo)!important;background-position:center center!important;background-size:contain!important;background-repeat:no-repeat!important;display:block!important;text-indent:-9999px!important;overflow:visible!important}body.login.hve-wp-login #login>h1 a:after{position:absolute;top:0;left:60%;width:33%;height:17%;pointer-events:none;background:#fff;content:""}body.login.hve-wp-login .hve-wp-login-intro{margin-top:0;margin-bottom:30px;margin-right:auto!important;margin-left:auto!important;text-align:center!important}body.login.hve-wp-login .hve-wp-login-intro *{text-align:center!important}.hve-wp-login-eyebrow{display:block;margin-bottom:13px;color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.16em}body.login.hve-wp-login #login .hve-wp-login-intro h1{width:auto!important;height:auto!important;margin:0!important;color:#172033;font-size:clamp(32px,3vw,43px);line-height:1.13;letter-spacing:-.055em}.hve-wp-login-intro p{margin:15px 0 0;color:#65748a;font-size:15px;line-height:1.7;letter-spacing:-.02em}body.login.hve-wp-login #loginform{width:auto;margin-top:0;margin-bottom:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}body.login.hve-wp-login #loginform>p{margin:0 0 19px}body.login.hve-wp-login #loginform label{display:grid;gap:9px;color:#27364a;font-size:13px;font-weight:750;letter-spacing:-.01em}body.login.hve-wp-login #loginform input[type=text],body.login.hve-wp-login #loginform input[type=password],body.login.hve-wp-login #loginform input[type=email],body.login.hve-wp-login #loginform input[type=number]{width:100%;min-height:56px;margin-top:0;padding:0 16px;border:1px solid #d4deea;border-radius:10px;outline:0;background:#fff;color:#172033;font-size:15px;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease}body.login.hve-wp-login #loginform input:hover{border-color:#afbdcc}body.login.hve-wp-login #loginform input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb17}body.login.hve-wp-login #loginform .forgetmenot{display:inline-flex;align-items:center;gap:8px;min-height:24px;padding:0;color:#64748b;font-size:13px}body.login.hve-wp-login #loginform .forgetmenot input{width:16px;min-height:16px;height:16px;margin:0;accent-color:#2563eb}body.login.hve-wp-login #loginform .submit{float:none;margin-top:22px;margin-bottom:0;padding:0}body.login.hve-wp-login #wp-submit{width:100%;min-height:58px;margin:0;border:1px solid #2563eb;border-radius:10px;background:#2563eb;color:#fff;font-size:15px;font-weight:780;text-shadow:none;box-shadow:none;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}body.login.hve-wp-login #wp-submit:hover,body.login.hve-wp-login #wp-submit:focus{border-color:#1d4ed8;background:#1d4ed8;box-shadow:0 10px 22px #1d4ed833}body.login.hve-wp-login #wp-submit:active{transform:translateY(1px)}body.login.hve-wp-login #login_error,body.login.hve-wp-login .message,body.login.hve-wp-login .notice,body.login.hve-wp-login .success{width:auto;margin-top:0;margin-bottom:18px;padding:13px 15px;border-radius:9px;font-size:13px;line-height:1.55;box-shadow:none}body.login.hve-wp-login #login_error{border:1px solid #ffc5c9;border-left:1px solid #ffc5c9;background:#fff;color:#a20c14}body.login.hve-wp-login .message,body.login.hve-wp-login .notice,body.login.hve-wp-login .success{border:1px solid #b9d2ff;border-left:1px solid #2563eb;background:#f7faff;color:#24466f}body.login.hve-wp-login #nav,body.login.hve-wp-login #backtoblog,body.login.hve-wp-login .privacy-policy-page-link{margin-top:14px;margin-bottom:0;padding:0;color:#8a98aa;font-size:12px;text-align:left}body.login.hve-wp-login #backtoblog{margin-top:10px;margin-bottom:clamp(34px,5vh,64px)}body.login.hve-wp-login #nav a,body.login.hve-wp-login #backtoblog a,body.login.hve-wp-login .privacy-policy-page-link a{color:#51627a;font-weight:650;text-decoration:none}body.login.hve-wp-login #nav a:hover,body.login.hve-wp-login #backtoblog a:hover,body.login.hve-wp-login .privacy-policy-page-link a:hover{color:#2563eb;text-decoration:underline;text-underline-offset:3px}body.login.hve-wp-login .hve-wp-login-showcase{position:relative!important;display:block!important;grid-column:2!important;grid-row:1 / span 50!important;align-self:stretch!important;height:100%!important;min-width:0!important;min-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:radial-gradient(circle at 86% 18%,rgba(37,99,235,.36),transparent 28%),radial-gradient(circle at 20% 88%,rgba(37,99,235,.14),transparent 34%),#0b1530;color:#fff}.hve-wp-login-showcase:after{position:absolute;right:-80px;bottom:-130px;width:360px;height:360px;border:70px solid rgba(37,99,235,.12);border-radius:50%;content:""}.hve-wp-login-showcase-grid{position:absolute;inset:0;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.22) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom right,#000,transparent 82%);mask-image:linear-gradient(to bottom right,#000,transparent 82%)}.hve-wp-login-showcase-content{position:relative;z-index:1;display:flex;min-height:100%;flex-direction:column;padding:clamp(54px,5vw,82px)}.hve-wp-login-showcase-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0e;color:#ffffffb3;font-size:10px;font-weight:750;letter-spacing:.13em}.hve-wp-login-showcase-badge i{width:6px;height:6px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px #2563eb26}.hve-wp-login-showcase h2{margin:clamp(44px,7vh,68px) 0 0;color:#fff;font-size:clamp(42px,4.6vw,66px);font-weight:350;line-height:1.08;letter-spacing:-.06em}.hve-wp-login-showcase h2 strong{color:#60a5fa;font-weight:800}.hve-wp-login-showcase-content>p{max-width:530px;margin:24px 0 0;color:#ffffff9e;font-size:15px;line-height:1.75}.hve-wp-login-preview{width:min(100%,600px);margin-top:clamp(35px,5vh,52px);overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff14;box-shadow:0 24px 56px #00000047;backdrop-filter:blur(12px)}.hve-wp-login-preview-bar{display:flex;align-items:center;gap:6px;height:31px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.09);background:#00000024}.hve-wp-login-preview-bar span{width:6px;height:6px;border-radius:50%;background:#ffffff4d}.hve-wp-login-preview-bar span:first-child{background:#2563eb}.hve-wp-login-preview-body{position:relative;min-height:208px;padding:20px;background:linear-gradient(135deg,#ffffff17,#ffffff05)}.hve-wp-login-preview-nav{width:100%;height:13px;border-radius:4px;background:linear-gradient(90deg,rgba(255,255,255,.88) 0 14%,transparent 14% 65%,rgba(255,255,255,.3) 65% 72%,transparent 72% 76%,rgba(255,255,255,.3) 76% 83%,transparent 83% 87%,rgba(37,99,235,.85) 87%)}.hve-wp-login-preview-copy{display:grid;gap:9px;width:58%;margin-top:28px}.hve-wp-login-preview-copy i,.hve-wp-login-preview-copy strong,.hve-wp-login-preview-copy span,.hve-wp-login-preview-copy b{display:block}.hve-wp-login-preview-copy i{width:31%;height:5px;border-radius:3px;background:#60a5fa}.hve-wp-login-preview-copy strong{width:92%;height:18px;border-radius:4px;background:#ffffffe6}.hve-wp-login-preview-copy span{width:78%;height:6px;border-radius:3px;background:#ffffff54}.hve-wp-login-preview-copy span+span{width:63%}.hve-wp-login-preview-copy b{display:grid;width:94px;height:27px;margin-top:4px;border-radius:5px;background:#2563eb;color:#fff;font-size:9px;font-weight:700;line-height:27px;text-align:center}.hve-wp-login-preview-cards{position:absolute;right:20px;bottom:20px;display:grid;grid-template-columns:repeat(3,42px);gap:7px}.hve-wp-login-preview-cards span{aspect-ratio:1;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:#ffffff1a}.hve-wp-login-preview-cards span:nth-child(2){background:#2563eb47}.hve-wp-login-benefits{display:flex;flex-wrap:wrap;gap:11px 22px;margin:auto 0 0;padding:42px 0 0;list-style:none;color:#ffffffb3;font-size:12px}.hve-wp-login-benefits li{display:inline-flex;align-items:center;gap:8px}.hve-wp-login-benefits span{color:#93c5fd;font-size:10px;font-weight:800}.hve-admin-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 12px;border:1px solid #46505a;border-radius:8px;color:#e8ebed;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}.hve-admin-link:hover,.hve-admin-link:focus-visible{border-color:#6a7680;color:#fff;background:#2a333a}@media(max-width:1020px){body.login.hve-wp-login #login{grid-template-columns:minmax(0,1fr)!important;width:min(100%,620px)!important;min-height:0!important}body.login.hve-wp-login .hve-wp-login-showcase{display:none!important}}@media(max-width:600px){body.login.hve-wp-login{display:block;padding:0;background:#fff}body.login.hve-wp-login #login{width:100%!important;min-height:100dvh!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.login.hve-wp-login #login>*:not(.hve-wp-login-showcase){margin-right:22px;margin-left:22px}body.login.hve-wp-login #login>h1{width:min(76vw,272px)!important;height:86px!important;margin-top:30px!important;margin-bottom:48px!important}body.login.hve-wp-login #login>h1 a{height:86px!important}body.login.hve-wp-login #login .hve-wp-login-intro h1{font-size:32px}.hve-wp-login-intro p{margin-top:12px;font-size:14px}body.login.hve-wp-login #backtoblog{margin-bottom:32px}}@media(max-width:820px){.hve-admin-link{display:none}}body.login.hve-wp-login #login>h1 a:after{display:none!important;content:none!important}.hve-upload-zone{position:relative;isolation:isolate;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.hve-upload-zone.is-dragging{border-color:var(--hve-brand);border-style:solid;color:var(--hve-brand-dark);background:#eff6ff;box-shadow:0 0 0 3px #2563eb24}.hve-upload-zone.is-dragging>svg{color:var(--hve-brand);transform:translateY(-1px)}.hve-upload-zone.is-dragging strong{background:var(--hve-brand-dark)}.hve-upload-zone-drop-feedback{position:absolute;z-index:1;inset:0;display:grid;place-items:center;margin:0!important;padding:16px;border-radius:inherit;color:var(--hve-brand-dark);background:#eff6ffe6;font-size:13px!important;font-weight:750;letter-spacing:-.02em;pointer-events:none}
/*# sourceMappingURL=editor.css.map */
