:root{--hs-blue:#0072CE;--hs-cyan:#2DCCD3;--hs-navy:#0A233C;--hs-deep:#045CAA;--hs-heading:#53565A;--hs-body:#212121;--hs-sub:#555555;--hs-muted:#A0A0A0;--hs-border:#E5E5E5;--hs-bg-subtle:#F4F4F4;--hs-bg-card:#FFFFFF;--hs-blue-500:#1E8BDE;--hs-blue-300:#8DC8F2;--hs-blue-100:#E0F0FC;--hs-blue-50:#F0F8FF;--hs-success:#16A34A;--hs-success-bg:#DCFCE7;--hs-warning:#D97706;--hs-warning-bg:#FEF3C7;--hs-error:#DC2626;--hs-error-bg:#FEE2E2;--hs-radius-md:8px;--hs-radius-lg:12px;--hs-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--hs-shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--hs-font:"Plus Jakarta Sans","Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,"Segoe UI","Malgun Gothic",sans-serif;--hs-font-num:"Montserrat","Plus Jakarta Sans",sans-serif}body,html{font-family:var(--hs-font)!important}.hs-dark-select option{color:#212121;background:#fff}body:has(.hs-shell),html:has(.hs-shell){overflow:hidden;height:100%}.hs-side-scroll{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.hs-side-scroll::-webkit-scrollbar{width:7px}.hs-side-scroll::-webkit-scrollbar-track{background:transparent}.hs-side-scroll::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:8px}.hs-side-scroll:hover::-webkit-scrollbar-thumb{background:rgba(255,255,255,.45)}.hs-page-title{font-size:23px;font-weight:800;letter-spacing:-.02em;color:var(--hs-heading);display:flex;align-items:center;gap:11px}.hs-page-title:before{content:"";flex:0 0 auto;width:4px;height:24px;border-radius:2px;background:linear-gradient(180deg,var(--hs-blue),var(--hs-cyan))}.hs-note{position:relative;background:var(--hs-blue-50);border:1px solid var(--hs-blue-100);border-left:3px solid var(--hs-blue);border-radius:var(--hs-radius-lg);padding:12px 15px 12px 40px;color:var(--hs-sub);line-height:1.7}.hs-note:before{content:"";position:absolute;left:15px;top:15px;width:17px;height:17px;background:no-repeat 50%/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%230072CE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}.hs-note a{color:var(--hs-blue)}.hs-note-danger{position:relative;background:var(--hs-error-bg);border:1px solid #fca5a5;border-left:3px solid var(--hs-error);border-radius:var(--hs-radius-lg);padding:12px 15px 12px 40px;color:#991B1B;line-height:1.7}.hs-note-danger:before{content:"";position:absolute;left:15px;top:15px;width:17px;height:17px;background:no-repeat 50%/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23DC2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='M12 16h.01'/%3E%3C/svg%3E")}.hs-note-warning{position:relative;background:var(--hs-warning-bg);border:1px solid #fcd34d;border-left:3px solid var(--hs-warning);border-radius:var(--hs-radius-lg);padding:12px 15px 12px 40px;color:#92400E;line-height:1.7}.hs-note-warning:before{content:"";position:absolute;left:15px;top:15px;width:17px;height:17px;background:no-repeat 50%/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%23D97706' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.hs-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;font-size:13px;font-weight:600;border:1px solid transparent;border-radius:var(--hs-radius-md);cursor:pointer;white-space:nowrap;transition:background .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.hs-btn-primary{background:var(--hs-blue);color:#fff}.hs-btn-primary:hover{background:var(--hs-deep);box-shadow:var(--hs-shadow-sm)}.hs-btn-outline{background:var(--hs-bg-card);border-color:var(--hs-blue-300);color:var(--hs-blue)}.hs-btn-outline:hover{background:var(--hs-blue-50)}.hs-btn-ghost{background:var(--hs-bg-card);border-color:var(--hs-border);color:var(--hs-sub)}.hs-btn-ghost:hover{background:var(--hs-bg-subtle);border-color:#D4DAE4;color:var(--hs-body)}.hs-btn-danger{background:var(--hs-bg-card);border-color:#FCA5A5;color:var(--hs-error)}.hs-btn-danger:hover{background:var(--hs-error-bg)}.hs-btn-dark{background:var(--hs-navy);color:#fff}.hs-btn-dark:hover{background:#0d2b49}.hs-btn:disabled{opacity:.45;cursor:not-allowed}.hs-card{background:var(--hs-bg-card);border:1px solid var(--hs-border);border-top:3px solid var(--hs-blue);border-radius:var(--hs-radius-lg);box-shadow:var(--hs-shadow-sm);overflow:hidden}.hs-card-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--hs-blue-100);padding:9px 16px;background:var(--hs-blue-50)}.hs-card-head h2{font-size:14px;font-weight:700;color:var(--hs-blue)}.hs-modal{background:var(--hs-bg-card);border-radius:16px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow:hidden}.hs-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--hs-blue);color:#fff;padding:14px 20px}.hs-modal-head .hs-modal-title{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.01em}.hs-modal-head button{color:rgba(255,255,255,.75)}.hs-modal-head button:hover{color:#fff}.hs-modal-foot{display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid var(--hs-border);padding:12px 20px;background:#FAFBFC}.hs-sec-label{font-size:12px;font-weight:700;letter-spacing:.04em;color:var(--hs-blue);text-transform:uppercase}.hs-colpanel{position:fixed;right:24px;top:128px;width:360px;max-height:72vh;z-index:40;display:flex;flex-direction:column;background:var(--hs-bg-card);border:1px solid var(--hs-border);border-radius:var(--hs-radius-lg);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);overflow:hidden}.hs-colpanel-body{overflow-y:auto}.hs-colpanel-body>div{display:flex;flex-direction:column;align-items:stretch;gap:2px;margin-bottom:0}.hs-colpanel-body label{padding:4px 8px;border-radius:6px}.hs-colpanel-body label:hover{background:var(--hs-bg-subtle)}#resource-form input:not([type=checkbox]):not([type=radio]),#resource-form select,#resource-form textarea{border-radius:8px;border-color:var(--hs-border)}.hs-search{font-size:13px}.hs-search label{font-weight:600;font-size:11.5px}.hs-card:has(.hs-search){overflow:visible}.hs-card:has(.hs-search)>.hs-card-head{border-radius:var(--hs-radius-lg) var(--hs-radius-lg) 0 0}.hs-search .react-select__menu{z-index:1000}.hs-search .hs-group-label{font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--hs-blue);text-transform:uppercase;line-height:1.3;text-align:right;display:block;width:100%}.hs-search hr{border-color:#F0F1F4!important;margin:12px 0!important}.hs-search .react-datepicker__input-container input,.hs-search input[type=email],.hs-search input[type=text]{height:32px;border:1px solid var(--hs-border);border-radius:8px;padding:0 9px;font-size:12.5px;background:#fff}.hs-search textarea{border:1px solid var(--hs-border);border-radius:8px;font-size:12.5px;min-height:52px;height:52px;line-height:18px;padding:7px 10px}.hs-search .react-select__control{min-height:32px!important;height:auto;border-radius:8px!important;border-color:var(--hs-border)!important;font-size:12.5px}.hs-search .react-select__control--is-focused{border-color:var(--hs-blue-500)!important;box-shadow:0 0 0 3px rgba(30,139,222,.15)!important}.hs-search .react-select__control{position:relative!important;align-items:flex-start!important}.hs-search .react-select__value-container{padding:1px 4px 1px 6px!important;width:auto!important;margin-right:22px!important}.hs-search .react-select__indicators{position:absolute!important;top:0!important;right:2px!important;bottom:0!important;height:auto!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important}.hs-search .react-select__indicator-separator{display:none!important}.hs-search .react-select__clear-indicator,.hs-search .react-select__indicator{padding:1px!important}.hs-search .react-select__clear-indicator{display:none!important}.hs-search .react-select__control.hs-multiline .react-select__clear-indicator{display:flex!important}.hs-search .hs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:8px 14px;align-items:center}.hs-search .hs-grid>div{display:flex;align-items:center;width:auto!important;min-width:0}.hs-search .hs-grid>div.hs-span2{grid-column:span 2}.hs-search .hs-grid>div.hs-span3{grid-column:span 3}.hs-search .hs-grid>div>label{flex:0 0 78px!important;font-size:11.5px!important;text-align:right;line-height:1.15;margin-right:6px}.hs-search .hs-grid>div>div{flex:1;min-width:0}.hs-search .hs-grid>div>input{flex:1;width:auto!important;min-width:0}.hs-search .hs-grid>.basis-full{display:none}.hs-search .hs-grid>.basis-full+div{grid-column-start:1}.hs-search .hs-grid>div.hs-langscore{justify-content:flex-start}.hs-search .hs-grid>div.hs-langscore>:first-child,.hs-search .hs-grid>div.hs-langscore>:nth-child(2){flex:0 0 auto}.hs-search .hs-grid>div.hs-langscore>:nth-child(3){flex:1 1 auto;min-width:0}.hs-search .hs-grid .react-datepicker-wrapper{flex:1;min-width:0;width:auto!important}.hs-search .hs-grid .react-datepicker-wrapper input{width:100%!important}.hs-search .hs-grid>div.hs-created{justify-content:flex-start}.hs-search .hs-grid>div.hs-created>*{flex:0 0 auto}.hs-search .hs-grid>div.hs-created>label{flex:0 0 78px!important;font-size:11.5px!important;text-align:right;margin-right:4px}.hs-search .hs-grid>div.hs-created .react-datepicker-wrapper{flex:0 0 92px!important;width:92px!important}.hs-search .hs-grid>div.hs-created .react-datepicker-wrapper input{width:92px!important;padding-left:6px!important;padding-right:4px!important}.hs-seg{display:inline-flex;width:110px;height:32px;border:1px solid var(--hs-border);border-radius:8px;overflow:hidden;background:#fff;flex-shrink:0}.hs-seg.hs-seg-4{width:150px}.hs-search .hs-grid .hs-seg{flex:1;width:auto}.hs-seg button{flex:1;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:500;color:var(--hs-sub);cursor:pointer;border:0;border-right:1px solid var(--hs-border);background:transparent;font-family:inherit;padding:0}.hs-seg button:last-child{border-right:0}.hs-seg button:hover{background:var(--hs-bg-subtle)}.hs-seg button.on{color:#fff;font-weight:600}.hs-band,.hs-seg button.on,.hs-seg button.on:hover{background:var(--hs-blue)}.hs-band{display:flex;justify-content:space-between;align-items:center;gap:12px;color:#fff;padding:8px 14px;border-radius:var(--hs-radius-lg) var(--hs-radius-lg) 0 0}.hs-band-title{font-size:13px;font-weight:700;letter-spacing:.02em;color:rgba(255,255,255,.95)}.hs-band input{border:1px solid rgba(255,255,255,.25);background:#fff;color:var(--hs-body);border-radius:6px;padding:4px 8px;font-size:12.5px}.hs-band+.ag-theme-alpine .ag-root-wrapper{border-top-left-radius:0;border-top-right-radius:0}.ag-theme-alpine{--ag-alpine-active-color:var(--hs-blue);--ag-font-family:var(--hs-font);--ag-foreground-color:var(--hs-body);--ag-header-background-color:var(--hs-blue-100);--ag-header-foreground-color:#04376B;--ag-border-color:var(--hs-border);--ag-secondary-border-color:#EDEDED;--ag-row-hover-color:var(--hs-blue-50);--ag-selected-row-background-color:var(--hs-blue-100);--ag-range-selection-border-color:var(--hs-blue-500);--ag-input-focus-border-color:var(--hs-blue-500);--ag-checkbox-checked-color:var(--hs-blue);--ag-odd-row-background-color:var(--hs-bg-card)}.ag-theme-alpine .ag-root-wrapper{border:1px solid var(--hs-blue-100)!important;border-radius:var(--hs-radius-lg)!important;overflow:hidden!important}#hgGridWrapper,#myGridWrapper,[id$=GridWrapper]{border:0!important;border-radius:var(--hs-radius-lg)!important}.hg-resource-form input:not([type]),.hg-resource-form input[type=email],.hg-resource-form input[type=number],.hg-resource-form input[type=tel],.hg-resource-form input[type=text]{height:34px;background:#fff;border:1px solid #e5e5e5;border-radius:9px;font-size:14px;padding:0 12px}.hg-resource-form input:not([type]):focus,.hg-resource-form input[type=email]:focus,.hg-resource-form input[type=number]:focus,.hg-resource-form input[type=tel]:focus,.hg-resource-form input[type=text]:focus{border-color:#1E8BDE;box-shadow:0 0 0 3px rgba(30,139,222,.15);outline:none}.hg-resource-form input:disabled{background:#f3f4f6}.hg-resource-form input[type=checkbox],.hg-resource-form input[type=radio]{width:16px;height:16px;accent-color:#0072CE;cursor:pointer}.hg-resource-form select{height:34px;background:#fff;border:1px solid #e5e5e5;border-radius:9px;padding:0 12px;font-size:14px}.hg-resource-form select:focus{border-color:#1E8BDE;box-shadow:0 0 0 3px rgba(30,139,222,.15);outline:none}.hg-resource-form select:disabled{background:#f3f4f6}.hg-resource-form .react-select__control{height:34px!important;min-height:34px!important;border-radius:9px!important;border-color:#E5E5E5!important;background:#fff!important;box-shadow:none!important}.hg-resource-form .react-select__control--is-focused{border-color:#1E8BDE!important;box-shadow:0 0 0 3px rgba(30,139,222,.15)!important}.hg-resource-form .react-select__control--is-disabled{background:#f3f4f6!important}.hg-resource-form .react-select__value-container{height:32px!important;min-height:32px!important;padding-top:0!important;padding-bottom:0!important}.hg-resource-form .react-select__indicators{height:32px!important;min-height:32px!important}.hg-resource-form .react-select__input,.hg-resource-form .react-select__input-container input,.hg-resource-form .react-select__value-container input{height:auto!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;padding:0!important}.hg-resource-form .react-select__input-container input:focus,.hg-resource-form .react-select__input:focus,.hg-resource-form .react-select__value-container input:focus{border:0!important;box-shadow:none!important;outline:none!important}.hg-price-popup .rs__control{min-height:32px!important;height:auto!important;border-color:#E5E5E5!important;box-shadow:none!important}.hg-price-popup .rs__control--is-focused{border-color:#1E8BDE!important;box-shadow:0 0 0 3px rgba(30,139,222,.15)!important}.hg-price-popup .rs__value-container{min-height:30px!important;padding:0 8px!important}.hg-price-popup .rs__indicators{min-height:30px!important}.hg-price-popup .rs__input-container{margin:0!important;padding:0!important}.hg-price-popup .rs__input{border:0!important;box-shadow:none!important;outline:none!important;height:auto!important}.hg-lang-editor .react-select__control{min-height:32px!important;height:auto!important;border-radius:8px!important;border-color:var(--hs-border)!important;font-size:12.5px;position:relative!important}.hg-lang-editor .react-select__value-container{height:auto!important}.hg-lang-editor .react-select__control--is-focused{border-color:var(--hs-blue-500)!important;box-shadow:0 0 0 3px rgba(30,139,222,.15)!important}.hg-lang-editor .react-select__value-container{padding:1px 4px 1px 6px!important;width:auto!important;margin-right:22px!important}.hg-lang-editor .react-select__indicators{position:absolute!important;top:0!important;right:2px!important;bottom:0!important;height:auto!important;flex-direction:column!important;justify-content:space-between!important;align-items:center!important}.hg-lang-editor .react-select__indicator-separator{display:none!important}.hg-lang-editor .react-select__indicator{padding:1px!important}.hg-lang-editor .react-select__clear-indicator{padding:1px!important;display:none!important}.hg-lang-editor .react-select__control.hs-multiline .react-select__clear-indicator{display:flex!important}.data-price-grid .ag-root-wrapper,.desktop-price-grid .ag-root-wrapper,.image-price-grid .ag-root-wrapper,.media-price-grid .ag-root-wrapper,.translation-price-grid .ag-root-wrapper{border:0!important;border-radius:0!important}.data-price-grid .ag-cell,.data-price-grid .ag-header-cell-text,.desktop-price-grid .ag-cell,.desktop-price-grid .ag-header-cell-text,.image-price-grid .ag-cell,.image-price-grid .ag-header-cell-text,.media-price-grid .ag-cell,.media-price-grid .ag-header-cell-text,.translation-price-grid .ag-cell,.translation-price-grid .ag-header-cell-text{font-size:11px!important}