:root{--appg-bg:#f7f8fa;--appg-surface:#fff;--appg-border:#d2d6da;--appg-border-strong:#d2d6da;--appg-line:#d2d6da;--appg-text:#606266;--appg-text-muted:#909399;--appg-title:#344767;--appg-placeholder:#b1b6bd;--appg-main-color:#212121;--appg-main-rgb:33,33,33;--appg-sub-color:#f97400;--appg-sub-rgb:249,116,0;--appg-primary:#212121;--appg-primary-soft:#fef2e6;--appg-primary-soft-rgb:254,242,230;--appg-primary-soft-strong:#f97400;--appg-sidebar:#fff;--appg-sidebar-border:rgba(var(--appg-main-rgb),.18);--appg-sidebar-text:#606266;--appg-sidebar-active:#212121;--appg-danger:#dc3545;--appg-shadow:0 14px 30px #11233f12;--appg-radius:18px;--appg-input-radius:.5rem;--appg-scrollbar-width:10px;--bs-primary:#212121;--bs-primary-rgb:33,33,33;--bs-secondary:#f97400;--bs-secondary-rgb:249,116,0;--bs-danger:#dc3545;--bs-danger-rgb:220,53,69;--bs-link-color:#212121;--bs-link-hover-color:#f97400;--bs-border-color:#d2d6da;--bs-body-color:#606266}html,body{min-height:100%}body{background:var(--appg-bg);color:var(--appg-text);font-family:var(--font-pretendard),"Noto Sans KR","Malgun Gothic",sans-serif;margin:0}a{text-decoration:none}.app-shell{box-sizing:border-box;background:linear-gradient(180deg,var(--appg-main-color)0%,var(--appg-main-color)33.333%,var(--appg-bg)33.333%,var(--appg-bg)100%);gap:18px;min-height:100vh;padding:16px;display:flex}.app-shell__sidebar{width:256px;height:calc(100vh - 32px);color:var(--appg-text);background:#fff;border:0;border-radius:30px;flex-direction:column;flex:0 0 256px;gap:12px;padding:16px 12px 20px;transition:width .2s,flex-basis .2s,padding .2s;display:flex;position:sticky;top:16px;box-shadow:0 18px 38px #11233f12}.app-shell__sidebar.is-collapsed{flex-basis:80px;width:80px;padding-inline:10px}.app-shell__body{background:#fff;border:0;border-radius:30px;flex-direction:column;flex:auto;min-width:0;height:calc(100vh - 32px);min-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 18px 40px #11233f14}.app-shell__header{background:#fff;gap:12px;padding:24px;display:grid}.app-shell__header.has-detail-content{gap:12px;padding-bottom:0}.app-shell__header-main{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.app-shell__header-left,.app-shell__header-right{align-items:center;gap:16px;display:flex}.app-shell__header-title{color:var(--appg-title);font-size:1.3rem;font-weight:600}.app-shell__header-detail{min-width:0}.app-shell__header-detail .appg-member-detail__actions{align-self:center;padding-bottom:0}.app-shell__header-detail .appg-detail-footer-button{min-height:34px;padding:0 12px;font-size:.82rem;line-height:1.1rem}.app-shell__header-detail .appg-detail-footer-button svg{width:14px;height:14px}.app-shell__content{background:#fff;flex:auto;min-height:0;padding:12px 24px 24px;overflow:auto}.app-shell__content:has(.appg-page--sticky-footer){padding:0;overflow:hidden}.app-shell__footer{color:var(--appg-text-muted);border-top:1px solid var(--appg-line);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:18px 28px 28px;font-size:.875rem;display:flex}.app-shell__user-menu{position:relative}.app-shell__user-trigger{border:1px solid var(--appg-line);color:var(--appg-text);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:7px 12px;font-size:.84rem;font-weight:600;line-height:1.2;transition:all .18s;display:inline-flex}.app-shell__user-trigger:hover,.app-shell__user-trigger.is-open{border-color:var(--appg-line);box-shadow:0 8px 18px #11233f12}.app-shell__user-dropdown{border:1px solid var(--appg-line);z-index:20;background:#fff;border-radius:18px;min-width:188px;padding:8px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 14px 28px #11233f1f}.app-shell__user-dropdown-item{width:100%;color:var(--appg-text);text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;transition:all .18s;display:flex}.app-shell__user-dropdown-item:hover{background:var(--appg-primary-soft);color:var(--appg-primary)}.app-shell__user-dropdown-item.is-danger:hover{background:rgba(var(--appg-primary-soft-rgb),.88);color:var(--appg-danger)}.app-shell__sidebar-top{flex:none;justify-content:center;align-items:center;min-height:40px;padding:2px 0 10px;display:flex;position:relative}.app-shell__brand{width:100%;min-width:0;color:var(--appg-text);justify-content:center;align-items:center;gap:12px;display:flex}.app-shell__brand:hover{color:var(--appg-text)}.app-shell__brand-mark{width:100%;max-width:104px;height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;place-items:center;padding:0;line-height:0;display:grid}.app-shell__brand-logo{object-fit:contain;place-self:center;width:100%;height:auto;margin:auto;display:block}.app-shell__brand-copy{letter-spacing:.04em;color:var(--appg-text);white-space:nowrap;font-size:1.08rem;font-weight:600}.app-shell__sidebar-toggle{z-index:2;border:1px solid rgba(var(--appg-main-rgb),.12);background:var(--appg-primary-soft);width:34px;height:34px;box-shadow:none;color:var(--appg-main-color);border-radius:999px;flex:0 0 34px;place-items:center;padding:0;transition:all .18s;display:grid;position:absolute;top:16px;right:0}.app-shell__sidebar-toggle:hover{border-color:rgba(var(--appg-sub-rgb),.36);background:var(--appg-primary-soft);color:var(--appg-sub-color)}.app-shell__sidebar-toggle:focus-visible{outline:2px solid rgba(var(--appg-sub-rgb),.38);outline-offset:3px}.app-shell__nav-shell{flex:auto;min-height:0;position:relative}.app-shell__nav-shell:before,.app-shell__nav-shell:after{content:"";pointer-events:none;opacity:0;z-index:2;height:28px;transition:opacity .18s;position:absolute;left:0;right:6px}.app-shell__nav-shell:before{background:linear-gradient(#fffffffa 0%,#ffffffd1 44%,#fff0 100%);top:0}.app-shell__nav-shell:after{background:linear-gradient(#fff0 0%,#ffffffd1 56%,#fffffffa 100%);bottom:0}.app-shell__nav-shell[data-scroll-top-fade=visible]:before,.app-shell__nav-shell[data-scroll-bottom-fade=visible]:after{opacity:1}.app-shell__nav{scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(var(--appg-main-rgb),.55)rgba(var(--appg-primary-soft-rgb),.35);align-content:start;gap:6px;height:100%;min-height:0;padding-right:2px;display:grid;overflow:hidden auto}.app-shell__nav::-webkit-scrollbar{width:6px}.app-shell__nav::-webkit-scrollbar-track{background:rgba(var(--appg-primary-soft-rgb),.35);border-radius:999px}.app-shell__nav::-webkit-scrollbar-thumb{background:rgba(var(--appg-main-rgb),.58);border:1px solid rgba(var(--appg-primary-soft-rgb),.35);border-radius:999px}.app-shell__nav::-webkit-scrollbar-thumb:hover{background:rgba(var(--appg-main-rgb),.78)}.app-shell__nav-section{background:#fff;border:0;border-radius:14px}.app-shell__nav-section.is-active{background:#fff}.app-shell__nav-trigger{width:100%;min-height:48px;color:var(--appg-sidebar-text);text-align:left;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;font-size:.9rem;font-weight:600;transition:background .18s,color .18s;display:flex}.app-shell__nav-trigger:hover{background:rgba(var(--appg-primary-soft-rgb),.72)}.app-shell__nav-trigger:focus-visible,.app-shell__nav-link:focus-visible{outline:2px solid rgba(var(--appg-sub-rgb),.38);outline-offset:2px}.app-shell__nav-trigger-main{align-items:center;gap:10px;min-width:0;display:flex}.app-shell__nav-icon{background:var(--appg-bg);width:32px;height:32px;color:var(--appg-sidebar-text);border-radius:12px;flex:0 0 32px;place-items:center;transition:all .18s;display:grid}.app-shell__nav-trigger:hover .app-shell__nav-icon{background:var(--appg-primary-soft);color:var(--appg-sub-color)}.app-shell__nav-section.is-active .app-shell__nav-icon{background:var(--appg-sub-color);color:#fff}.app-shell__nav-section.is-active .app-shell__nav-text,.app-shell__nav-section.is-active .app-shell__nav-chevron{color:var(--appg-sidebar-active)}.app-shell__nav-text{white-space:nowrap;font-size:.9rem}.app-shell__nav-chevron{color:var(--appg-sidebar-text)}.app-shell__nav-items{gap:2px;padding:0 8px 8px 12px;display:grid}.app-shell__nav-link{min-height:32px;color:var(--appg-sidebar-text);border-radius:10px;align-items:center;gap:8px;padding:5px 10px 5px 42px;font-size:.86rem;font-weight:400;transition:background .18s,color .18s;display:flex}.app-shell__nav-group{gap:2px;display:grid}.app-shell__nav-group-label{min-height:30px;color:var(--appg-sidebar-text);align-items:center;gap:8px;padding:5px 10px 4px 42px;font-size:.86rem;font-weight:600;display:flex}.app-shell__nav-subitems{gap:2px;display:grid}.app-shell__nav-subitems .app-shell__nav-link{padding-left:56px;font-size:.84rem}.app-shell__nav-group.is-active .app-shell__nav-group-label{color:var(--appg-sidebar-active)}.app-shell__nav-link-bullet{opacity:.58;background:currentColor;border-radius:999px;flex:0 0 5px;width:5px;height:5px}.app-shell__nav-link:hover{background:rgba(var(--appg-primary-soft-rgb),.56);color:var(--appg-sidebar-active)}.app-shell__nav-link.is-active{background:rgba(var(--appg-primary-soft-rgb),.82);color:var(--appg-sidebar-active);font-weight:600}.app-shell__nav-link.is-active .app-shell__nav-link-bullet{background:var(--appg-sub-color);opacity:1}.app-shell__sidebar.is-collapsed .app-shell__sidebar-top{flex-direction:column;gap:8px;padding-bottom:10px}.app-shell__sidebar.is-collapsed .app-shell__brand{justify-content:center;width:100%}.app-shell__sidebar.is-collapsed .app-shell__sidebar-toggle{flex-basis:32px;width:32px;height:32px;position:static}.app-shell__sidebar.is-collapsed .app-shell__nav{gap:6px}.app-shell__sidebar.is-collapsed .app-shell__brand-mark{max-width:52px;margin-inline:auto}.app-shell__sidebar.is-collapsed .app-shell__brand-logo{transform:none}.app-shell__sidebar.is-collapsed .app-shell__nav-section{background:0 0;border-color:#0000}.app-shell__sidebar.is-collapsed .app-shell__nav-trigger{justify-content:center;min-height:48px;padding:6px}.app-shell__sidebar.is-collapsed .app-shell__nav-trigger-main{justify-content:center}.app-shell__sidebar.is-collapsed .app-shell__nav-icon{flex-basis:36px;width:36px;height:36px}.appg-loading-locked{overflow:hidden}.app-shell__pending,.auth-shell__loading,.appg-loading-screen{place-items:center;display:grid}.appg-loading-screen{z-index:1400;background:#2b2e338f;min-height:100vh;padding:24px;position:fixed;inset:0}.appg-loading-screen__spinner{width:72px;height:72px}.auth-shell{background:linear-gradient(180deg,var(--appg-main-color)0%,var(--appg-main-color)66.666%,#f6f9fc 66.666%,#f6f9fc 100%);grid-template-rows:minmax(0,1fr) auto;min-height:100vh;display:grid}.auth-shell__header{align-items:start;min-height:66.666vh;padding:clamp(92px,12vh,124px) 24px 24px;display:grid}.auth-shell__container{grid-template-columns:minmax(0,1fr) minmax(360px,420px);align-items:center;gap:56px;width:min(100%,1140px);margin:0 auto;display:grid}.auth-shell__brand{color:#fff}.auth-shell__brand-row{align-items:center;gap:18px;display:flex}.auth-shell__brand-logo{filter:brightness(0)invert();opacity:.96;width:96px;height:auto}.auth-shell__brand-name{letter-spacing:-.04em;font-size:clamp(3rem,6vw,4.8rem);font-weight:800;line-height:1}.auth-shell__brand-wordmark{filter:brightness(0)invert()drop-shadow(0 10px 24px #ffffff1a);width:min(100%,180px);height:auto;display:block}.auth-shell__panel{z-index:1;background:#fffffffa;border:0;border-radius:24px;padding:36px 34px 34px;position:relative;box-shadow:0 24px 48px #11233f33}.auth-shell__footer{padding:0 48px 48px}.auth-shell__footer-inner{color:#6b7280;justify-content:space-between;align-items:center;gap:16px;width:100%;margin:0 auto;font-size:.9rem;display:flex}.auth-shell__footer-copy{color:#6b7280}.auth-shell__footer-link{color:#6b7280;font-weight:600;transition:color .18s}.auth-shell__footer-link:hover,.auth-shell__footer-link:focus-visible{color:var(--appg-main-color)}.auth-login{gap:28px;display:grid}.auth-login__heading{color:#6b7280;letter-spacing:.2em;text-align:center;font-size:1.35rem;font-weight:700}.auth-login__form{gap:16px;display:grid}.auth-login__field{position:relative}.auth-login__field .appg-input:before{content:"";opacity:.62;pointer-events:none;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:18px 18px;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.auth-login__field--id .appg-input:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 20C19 17.7909 15.866 16 12 16C8.13401 16 5 17.7909 5 20' stroke='%23606266' stroke-width='1.7' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='8' r='4' stroke='%23606266' stroke-width='1.7'/%3E%3C/svg%3E")}.auth-login__field--password .appg-input:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Crect x='5' y='11' width='14' height='9' rx='2' stroke='%23606266' stroke-width='1.7'/%3E%3Cpath d='M8 11V8.5C8 6.29086 9.79086 4.5 12 4.5C14.2091 4.5 16 6.29086 16 8.5V11' stroke='%23606266' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E")}.auth-login__field .appg-form-control{background:#fff;border-radius:14px;min-height:52px;padding-left:44px}.auth-login__submit{color:#fff;letter-spacing:.14em;background:#333;border-color:#333;border-radius:14px;min-height:50px;margin-top:8px;font-weight:700}.auth-login__submit:hover,.auth-login__submit:focus,.auth-login__submit:focus-visible,.auth-login__submit:active,.auth-login__submit.btn:first-child:active,.auth-login__submit:not(.btn-check)+.btn:active,.auth-login__submit:not(.btn-check):active,.auth-login__submit.show{color:#fff;box-shadow:none;background:#222;border-color:#222}.appg-page{gap:12px;min-width:0;display:grid}.appg-page--sticky-footer{flex-direction:column;height:100%;min-height:0;display:flex}.appg-page__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.appg-page__actions--standalone{margin-bottom:-2px}.appg-page__actions--footer{flex:none;margin-top:0;padding:0 24px 24px}.appg-detail-footer-button{justify-content:center;align-items:center;gap:6px;min-height:calc(2.4rem + 2px);padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.4rem;display:inline-flex}.appg-detail-footer-button svg{flex:none}.appg-detail-footer-button--save{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff}.appg-detail-footer-button--save:hover,.appg-detail-footer-button--save:focus,.appg-detail-footer-button--save:focus-visible,.appg-detail-footer-button--save:active,.appg-detail-footer-button--save.btn:first-child:active,.appg-detail-footer-button--save:not(.btn-check)+.btn:active,.appg-detail-footer-button--save:not(.btn-check):active,.appg-detail-footer-button--save.show{border-color:var(--appg-sub-color);background:var(--appg-sub-color);color:#fff;box-shadow:none;outline:0}.appg-detail-footer-button--export{color:#fff;background:#1f8f4d;border-color:#1f8f4d}.appg-detail-footer-button--export:hover,.appg-detail-footer-button--export:focus,.appg-detail-footer-button--export:focus-visible,.appg-detail-footer-button--export:active,.appg-detail-footer-button--export.btn:first-child:active,.appg-detail-footer-button--export:not(.btn-check)+.btn:active,.appg-detail-footer-button--export:not(.btn-check):active,.appg-detail-footer-button--export.show{color:#fff;box-shadow:none;background:#18703c;border-color:#18703c;outline:0}.appg-detail-footer-button--export:disabled,.appg-detail-footer-button--export.disabled{color:#ffffffe0;background:#8ab99d;border-color:#8ab99d}.appg-page__scroll-shell{flex:auto;min-height:0;position:relative}.appg-page__scroll{height:100%;min-height:0;padding:12px calc(24px - var(--appg-scrollbar-width))18px 24px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(var(--appg-main-rgb),.55)rgba(var(--appg-primary-soft-rgb),.35);overflow:hidden auto}.appg-page__scroll-shell:after{content:"";left:24px;right:calc(24px - var(--appg-scrollbar-width));pointer-events:none;opacity:0;z-index:2;background:linear-gradient(#fff0 0%,#ffffffd1 48%,#fffffffa 100%);height:64px;transition:opacity .18s;position:absolute;bottom:0}.appg-page__scroll-shell:before{content:"";left:24px;right:calc(24px - var(--appg-scrollbar-width));pointer-events:none;opacity:0;z-index:2;background:linear-gradient(#fffffffa 0%,#ffffffc2 46%,#fff0 100%);height:34px;transition:opacity .18s;position:absolute;top:0}.appg-page__scroll-shell[data-scroll-fade=visible]:after,.appg-page__scroll-shell[data-scroll-top-fade=visible]:before{opacity:1}.appg-page__scroll-inner{box-sizing:border-box;gap:16px;width:100%;min-width:0;margin:0;padding:0;display:grid}.appg-page__scroll-inner>*{min-width:0}.appg-page__scroll::-webkit-scrollbar{width:10px}.appg-page__scroll::-webkit-scrollbar-track{background:rgba(var(--appg-primary-soft-rgb),.35);border-radius:999px}.appg-page__scroll::-webkit-scrollbar-thumb{background:rgba(var(--appg-main-rgb),.58);border:2px solid rgba(var(--appg-primary-soft-rgb),.35);border-radius:999px}.appg-page__scroll::-webkit-scrollbar-thumb:hover{background:rgba(var(--appg-main-rgb),.78)}.appg-toast .Toastify__toast-body{white-space:pre-line}.admin-toast{width:100%}.admin-toast__message{overflow-wrap:anywhere;white-space:pre-line;margin:0;line-height:1.45}.appg-surface{border-radius:var(--appg-radius);background:#fffffff5;border:0;min-width:0;padding:22px;box-shadow:0 12px 26px #11233f12}.appg-form-label{color:var(--appg-text);align-items:center;gap:4px;margin-bottom:8px;font-size:.9rem;font-weight:700;display:inline-flex}.appg-form-label__text{align-items:center;display:inline-flex}.appg-form-label--with-suffix{align-items:baseline}.appg-form-label__suffix{color:var(--appg-text-muted);align-items:baseline;font-size:.78rem;font-weight:400;line-height:1.2;display:inline-flex}.appg-form-label__required{color:#dc3545;font-size:.95rem;font-weight:700;line-height:1;display:inline-block}.appg-input{position:relative}.appg-textarea .appg-form-label{margin-top:0}.appg-form-control{border-color:var(--appg-line);color:var(--appg-text);border-radius:var(--appg-input-radius);padding-inline:.75rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.4rem}.appg-input.is-clearable .appg-form-control{padding-right:2.4rem}.appg-input.has-right-addon .appg-form-control{padding-right:2.25rem}.appg-input.is-clearable.has-right-addon .appg-form-control{padding-right:4rem}select.appg-form-control{background-position:right .75rem center;padding-right:2.25rem}.appg-form-control:focus{border-color:#1750ff;box-shadow:0 0 0 .25rem #1750ff1f}.appg-form-control.is-invalid{background-image:none;border-color:#dc3545}.appg-form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc35451f}.appg-form-control::placeholder{color:var(--appg-placeholder);opacity:1}.invalid-feedback{margin-top:6px;font-size:.78rem;font-weight:500}.appg-detail-field .appg-form-control[readonly]{box-shadow:none;cursor:default;background:0 0;border-color:#0000;padding-inline:0}.appg-detail-field .appg-input.has-right-addon .appg-form-control[readonly]{padding-right:2.25rem}.appg-detail-field textarea.appg-form-control[readonly]{resize:none;padding-inline:0}.appg-detail-field .appg-form-control[readonly]:focus{box-shadow:none;background:0 0;border-color:#0000}.appg-detail-field textarea.appg-form-control[readonly]:focus{resize:none}.appg-detail-field .appg-form-control[readonly].is-invalid{background-image:none}.appg-input__clear{width:16px;height:16px;color:var(--appg-text-muted);background:0 0;border:0;justify-content:center;align-items:center;padding:0;line-height:0;transition:color .18s,opacity .18s;display:inline-flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.appg-input.is-clearable.has-right-addon .appg-input__clear{right:2.5rem}.appg-input__clear:hover,.appg-input__clear:focus-visible{color:var(--appg-title);box-shadow:none;outline:0}.appg-input__clear svg{flex:none;display:block}.appg-input__right-addon{color:var(--appg-text-muted);pointer-events:none;align-items:center;font-size:.875rem;line-height:1;display:inline-flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.appg-filter-range-button{justify-content:center;align-items:center;min-height:calc(2.4rem + 2px);display:inline-flex}.appg-filter-submit{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff;justify-content:center;align-items:center;gap:6px;min-height:calc(2.4rem + 2px);padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.4rem;display:inline-flex}.appg-filter-submit:hover,.appg-filter-submit:focus,.appg-filter-submit:focus-visible,.appg-filter-submit:active,.appg-filter-submit.btn:first-child:active,.appg-filter-submit:not(.btn-check)+.btn:active,.appg-filter-submit:not(.btn-check):active,.appg-filter-submit.show,.appg-filter-submit:focus-visible{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff;box-shadow:none;outline:0}.appg-filter-submit.btn:disabled,.appg-filter-submit.btn.disabled{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff;opacity:.65}.appg-filter-submit svg{flex:none}[data-admin-action-pending=true]{opacity:.65;pointer-events:none;cursor:progress!important}.appg-filter-export{color:#fff;background:#1f8f4d;border-color:#1f8f4d;justify-content:center;align-items:center;gap:6px;min-height:calc(2.4rem + 2px);padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.4rem;display:inline-flex}.appg-filter-export:hover,.appg-filter-export:focus,.appg-filter-export:focus-visible,.appg-filter-export:active,.appg-filter-export.btn:first-child:active,.appg-filter-export:not(.btn-check)+.btn:active,.appg-filter-export:not(.btn-check):active,.appg-filter-export.show{color:#fff;box-shadow:none;background:#18703c;border-color:#18703c;outline:0}.appg-filter-export:disabled,.appg-filter-export.disabled{color:#ffffffe0;background:#8ab99d;border-color:#8ab99d}.appg-filter-create{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff;justify-content:center;align-items:center;gap:6px;min-height:calc(2.4rem + 2px);padding:.5rem 1rem;font-size:.875rem;font-weight:600;line-height:1.4rem;display:inline-flex}.appg-filter-create:hover,.appg-filter-create:focus,.appg-filter-create:focus-visible,.appg-filter-create:active,.appg-filter-create.btn:first-child:active,.appg-filter-create:not(.btn-check)+.btn:active,.appg-filter-create:not(.btn-check):active,.appg-filter-create.show{border-color:var(--appg-sub-color);background:var(--appg-sub-color);color:#fff;box-shadow:none;outline:0}.appg-filter-create svg{flex:none}.appg-radio-group{flex-wrap:wrap;gap:10px;min-height:calc(2.4rem + 2px);display:flex}.appg-radio{border:1px solid var(--appg-line);color:var(--appg-text);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:.55rem .85rem;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex;position:relative}.appg-radio:hover{border-color:rgba(var(--appg-main-rgb),.28);background:rgba(var(--appg-primary-soft-rgb),.35)}.appg-radio.is-checked{border-color:rgba(var(--appg-main-rgb),.38);background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color)}.appg-radio__input{opacity:0;cursor:pointer;position:absolute;inset:0}.appg-radio__control{border:1.5px solid var(--appg-line);background:#fff;border-radius:999px;flex:0 0 16px;width:16px;height:16px;transition:border-color .18s,background-color .18s;box-shadow:inset 0 0 0 3px #fff}.appg-radio.is-checked .appg-radio__control{border-color:var(--appg-main-color);background:var(--appg-main-color)}.appg-radio__label{font-size:.875rem;font-weight:600;line-height:1.3}.appg-radio-group.is-invalid .appg-radio{border-color:#dc3545}.appg-select,.appg-select__control{position:relative}.appg-select__trigger{border:1px solid var(--appg-line);border-radius:var(--appg-input-radius);text-align:left;width:100%;min-height:calc(2.4rem + 2px);color:var(--appg-text);appearance:none;box-sizing:border-box;background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:.5rem .75rem;font-size:.875rem;line-height:1.4rem;display:flex}.appg-select__trigger.is-open{border-color:#1750ff;box-shadow:0 0 0 .25rem #1750ff1f}.appg-select__trigger:disabled{color:var(--appg-text-muted);background:#f8f9fb}.appg-select__value{white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;overflow:hidden}.appg-select__value.is-placeholder{color:var(--appg-placeholder)}.appg-select__chevron{color:var(--appg-text-muted);flex:none;justify-content:center;align-items:center;transition:color .18s,transform .18s;display:inline-flex}.appg-select__trigger.is-open .appg-select__chevron{color:#1750ff;transform:rotate(180deg)}.appg-select__menu{z-index:40;border:1px solid var(--appg-line);background:#fff;border-radius:14px;gap:4px;max-height:240px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 30px #11233f1a}.appg-select--open-up .appg-select__menu{top:auto;bottom:calc(100% + 6px)}.appg-select__option{width:100%;color:var(--appg-text);text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:.875rem;font-weight:500;transition:background .18s,color .18s;display:flex}.appg-select__option:hover{background:rgba(var(--appg-primary-soft-rgb),.42);color:var(--appg-title)}.appg-select__option.is-selected{background:rgba(var(--appg-primary-soft-rgb),.78);color:var(--appg-primary);font-weight:600}.appg-search-select__menu{max-height:280px}.appg-search-select__search{background:#fff;width:100%;padding-bottom:8px}.appg-search-select__search-input{box-sizing:border-box;width:100%;height:40px;min-height:calc(2.4rem + 2px)}.appg-search-select__empty{color:var(--appg-text-muted);text-align:center;padding:10px;font-size:.875rem}.appg-datepicker,.appg-datepicker__control{position:relative}.appg-datepicker__input{padding-right:72px}.appg-datepicker__actions{align-items:center;gap:4px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.appg-datepicker__icon-button{width:22px;height:22px;color:var(--appg-text-muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .18s,background .18s;display:inline-flex}.appg-datepicker__icon-button:hover:not(:disabled){background:rgba(var(--appg-primary-soft-rgb),.58);color:var(--appg-primary)}.appg-datepicker__icon-button:disabled{opacity:.38;cursor:default}.appg-datepicker__control .flatpickr-wrapper,.appg-datepicker__control .flatpickr-input[readonly]{width:100%}.appg-datepicker__control .flatpickr-calendar{--appg-datepicker-panel-width:332px;width:var(--appg-datepicker-panel-width);min-width:var(--appg-datepicker-panel-width);max-width:min(100vw - 32px,var(--appg-datepicker-panel-width));border:1px solid var(--appg-line);background:#fff;border-radius:18px;margin-top:0;position:absolute;top:calc(100% + 8px);right:auto;box-shadow:0 14px 30px #11233f1f;left:0!important}.appg-datepicker__control .flatpickr-calendar:before,.appg-datepicker__control .flatpickr-calendar:after{display:none}.flatpickr-months{justify-content:center;align-items:center;min-height:52px;padding:8px 12px 4px;display:flex;position:relative}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{color:var(--appg-text-muted);fill:var(--appg-text-muted);padding:4px;top:50%;transform:translateY(-50%)}.flatpickr-months .flatpickr-prev-month{left:8px}.flatpickr-months .flatpickr-next-month{right:8px}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:var(--appg-primary)}.flatpickr-current-month{text-align:center;white-space:nowrap;justify-content:center;align-items:center;gap:8px;width:auto;min-width:0;max-width:calc(100% - 92px);padding:0;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.flatpickr-current-month .appg-datepicker__year-input{display:none}.flatpickr-current-month .appg-datepicker__month-select,.flatpickr-current-month .appg-datepicker__year-select{border:1px solid var(--appg-line);min-width:74px;height:30px;color:var(--appg-title);text-align:left;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23909399' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;border-radius:10px;padding:0 30px 0 10px;font-size:.86rem;font-weight:600;line-height:1}.flatpickr-current-month .appg-datepicker__month-select:focus,.flatpickr-current-month .appg-datepicker__year-select:focus{border-color:#1750ff;outline:0;box-shadow:0 0 0 .2rem #1750ff1a}.flatpickr-weekdays{padding-inline:8px}span.flatpickr-weekday{color:var(--appg-text-muted);font-size:.76rem;font-weight:700}.flatpickr-days{width:100%;min-width:0;padding:4px 8px 10px}.flatpickr-rContainer,.dayContainer{width:100%;min-width:0;max-width:none}.dayContainer{flex-wrap:wrap;height:auto;display:flex}.flatpickr-day{width:14.2857%;max-width:14.2857%;height:40px;color:var(--appg-text);border:0;border-radius:10px;flex:0 0 14.2857%;margin:0;line-height:40px}.flatpickr-day:hover,.flatpickr-day:focus{background:rgba(var(--appg-primary-soft-rgb),.48);color:var(--appg-primary);border-color:#0000}.flatpickr-day.today{border:1px solid var(--appg-primary-soft-strong)}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:var(--appg-primary-soft-strong)}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange{background:rgba(var(--appg-primary-soft-rgb),.62);color:var(--appg-primary);box-shadow:none;border-color:#0000}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus{border-color:var(--appg-primary);background:var(--appg-primary);color:#fff}.appg-table-scroll{-webkit-overflow-scrolling:touch;width:100%;min-width:0;max-width:100%;overflow:auto hidden}.appg-table{width:max-content;min-width:100%;margin-bottom:0}.appg-table>:not(caption)>*>*{border-color:var(--appg-line);text-align:left!important}.appg-table__sticky-left,.appg-table__sticky-right{background:#fff;position:sticky}.appg-table__sticky-left{z-index:4;left:0;box-shadow:8px 0 14px #11233f0d}.appg-table__sticky-right{z-index:4;box-shadow:-8px 0 14px #11233f0d}.appg-table thead .appg-table__sticky-left,.appg-table thead .appg-table__sticky-right{z-index:5}.appg-table__number-cell,.appg-table__leading-cell,.appg-table__action-header,.appg-table__action-cell{width:72px;min-width:72px}.appg-table__leading-cell{box-shadow:none;left:0}.appg-table__number-cell{width:88px;min-width:88px}.appg-table thead th{color:var(--appg-text-muted);white-space:pre-line;border-bottom-width:1px;font-size:.84rem;font-weight:700;line-height:1.45}.appg-table tbody td{color:#606266;white-space:pre-line;padding-block:10px;font-size:.9rem;line-height:1.45}.appg-table.table-hover>tbody>tr:hover>*{--bs-table-bg-state:#fafbfc;background-color:#fafbfc}.appg-table__action-cell{text-align:left;padding-block:8px}.appg-table__actions{justify-content:center;align-items:center;gap:10px;display:inline-flex}.appg-table__action-link{width:20px;height:20px;color:var(--appg-primary);vertical-align:middle;background:0 0;border:0;justify-content:center;align-items:center;padding:0;line-height:0;transition:color .18s,transform .18s;display:inline-flex}.appg-table__action-link:hover,.appg-table__action-link:focus-visible{color:var(--appg-primary-soft-strong);box-shadow:none;outline:0;transform:translate(1px)}.appg-table__action-link svg{flex:none;display:block}.appg-table__action-button{width:20px;height:20px;color:var(--appg-text-muted);background:0 0;border:0;justify-content:center;align-items:center;padding:0;line-height:0;transition:color .18s,transform .18s;display:inline-flex}.appg-table__action-button:hover,.appg-table__action-button:focus-visible{color:var(--appg-title);box-shadow:none;outline:0;transform:translateY(-1px)}.appg-table__action-button--danger{color:#d05a50}.appg-table__action-button--danger:hover,.appg-table__action-button--danger:focus-visible{color:#b84135}.appg-table__action-button--save{color:var(--appg-primary)}.appg-table__action-button--save:hover,.appg-table__action-button--save:focus-visible{color:var(--appg-primary-soft-strong)}.appg-table__action-button:disabled{color:#b8c0cc;cursor:not-allowed;transform:none}.appg-table__action-button svg{flex:none;display:block}.appg-pagination-box{background:0 0;border:0;border-radius:0;align-items:center;padding:0;display:inline-flex}.appg-pagination{gap:6px}.appg-pagination__item{margin:0;display:flex}.appg-pagination__link{color:#8a94a6;appearance:none;cursor:pointer;width:30px;min-width:30px;height:30px;box-shadow:none;background:#fff;border:1px solid #dfe5ec;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.8rem;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.appg-pagination__link:hover{color:#677489;background:#fff;border-color:#cfd8e3}.appg-pagination__link:focus{box-shadow:0 0 0 .2rem #1750ff1f}.appg-pagination__link--icon{width:30px;min-width:30px;height:30px;padding:0;line-height:0}.appg-pagination__link--icon svg{flex:none;width:14px;height:14px;margin:auto;display:block}.appg-pagination .page-item.active .appg-pagination__link{border-color:var(--appg-primary);background:var(--appg-primary);color:#fff;font-weight:600}.appg-pagination .page-link{margin:0}.appg-pagination .page-item:first-child .page-link,.appg-pagination .page-item:last-child .page-link{border-radius:999px}.appg-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.appg-detail-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;width:100%;display:grid}.appg-detail-section{gap:18px;min-width:0;display:grid}.appg-detail-table-section{min-width:0}.appg-detail-section__table{margin-top:2px}.appg-detail-section__title{color:var(--appg-title);letter-spacing:-.01em;border-bottom:1px solid #3447671f;margin:0;padding-bottom:12px;font-size:1.08rem;font-weight:800;line-height:1.35}.appg-detail-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.appg-detail-section__grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.appg-detail-section__grid--quad{grid-template-columns:repeat(4,minmax(0,1fr))}.appg-detail-section__stack{gap:16px;display:grid}.appg-detail-field{min-width:0}.appg-detail-field--span-2{grid-column:span 2}.appg-detail-field--span-3{grid-column:span 3}.appg-detail-field--left-half{grid-column:1/span 2}.appg-detail-field--row-start{grid-column-start:1}.appg-detail-section__embedded-table{min-width:0}.appg-order-detail__history-list{flex-direction:column;align-items:flex-start;gap:10px;margin:0;padding:0;list-style:none;display:flex}.appg-order-detail__history-item{color:#606266;background:0 0;border:0;border-radius:0;align-items:center;gap:12px;width:fit-content;max-width:100%;min-height:0;padding:0 0 0 22px;font-size:.92rem;line-height:1.5;display:inline-flex;position:relative}.appg-order-detail__history-item:before{content:"";background:var(--appg-main-color);border-radius:999px;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.appg-order-detail__history-date{color:#344767;flex:none;min-width:92px;font-weight:600}.appg-order-detail__history-status{color:#606266}.appg-order-receipt-detail{min-width:0}.appg-order-receipt-detail .appg-detail-section__grid{align-items:start}.appg-order-receipt-detail .appg-detail-field--wide{grid-column:span 2}.appg-order-receipt-cancel-modal,.appg-order-receipt-order{gap:18px;display:grid}.appg-order-receipt-order+.appg-order-receipt-order{margin-top:24px}.appg-order-receipt-order__title{color:var(--appg-text);font-size:18px;font-weight:700;line-height:1.35}.appg-sales-claim-order__meta{align-items:start}.appg-sales-claim-item-table .appg-table tbody td,.appg-order-management-item-table .appg-table tbody td{vertical-align:top}.appg-sales-claim-item-table__cell,.appg-order-management-item-table__cell{overflow-wrap:anywhere;gap:4px;min-width:0;display:grid}.appg-sales-claim-item-table__product strong,.appg-order-management-item-table__product strong{font-weight:700}.appg-sales-claim-item-table__meta,.appg-order-management-item-table__meta{color:var(--appg-text-muted);font-size:12px}.appg-sales-claim-item-table__quantity,.appg-order-management-item-table__quantity{font-variant-numeric:tabular-nums}.appg-sales-claim-item-table__image-button,.appg-sales-claim-item-table__image-empty,.appg-order-management-item-table__image-frame,.appg-order-management-item-table__image-button,.appg-order-management-item-table__image-empty{border:1px solid var(--appg-border);background:#fff;border-radius:6px;justify-content:center;align-items:center;width:72px;height:72px;padding:0;display:inline-flex;overflow:hidden}.appg-sales-claim-item-table__image-button,.appg-order-management-item-table__image-button{cursor:zoom-in;transition:border-color .18s,box-shadow .18s}.appg-sales-claim-item-table__image-button:hover,.appg-sales-claim-item-table__image-button:focus-visible,.appg-order-management-item-table__image-button:hover,.appg-order-management-item-table__image-button:focus-visible{border-color:var(--appg-main-color);box-shadow:0 0 0 3px rgba(var(--appg-primary-soft-rgb),.55);outline:0}.appg-sales-claim-item-table__image,.appg-order-management-item-table__image{object-fit:contain;width:100%;height:100%;display:block}.appg-sales-claim-item-table__image-empty,.appg-order-management-item-table__image-empty{color:var(--appg-text-muted);text-align:center;padding:8px;font-size:11px}.appg-sales-claim-item-table__control,.appg-order-management-item-table__control{min-width:0;position:relative}.appg-sales-claim-item-table__control .appg-form-label,.appg-order-management-item-table__control .appg-form-label{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.appg-sales-claim-item-table__control .appg-form-control,.appg-order-management-item-table__control .appg-form-control{min-width:0;font-size:13px}.appg-sales-claim-item-table__fixed-textarea textarea.appg-form-control,.appg-order-management-item-table__fixed-textarea textarea.appg-form-control{resize:none;height:72px;min-height:72px;max-height:72px}.appg-sales-claim-item-table__quantity-control .appg-form-control,.appg-order-management-item-table__quantity-control .appg-form-control{text-align:left}.appg-sales-claim-item-table__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:0;display:grid}.appg-sales-claim-item-table__action-button{white-space:nowrap;justify-content:center;width:100%;min-width:0;padding-inline:8px;font-size:12px}.appg-order-management-item-table__actions{min-width:0;display:grid}.appg-order-management-item-table__action-button{white-space:nowrap;justify-content:center;width:100%;min-width:0;padding-inline:8px;font-size:12px}.appg-order-registration-item-table .appg-table-scroll{overflow:visible}.appg-modal-card.appg-sales-claim-image-modal,.appg-modal-card.appg-order-management-image-modal{width:min(100%,1000px)}.appg-sales-claim-image-modal__image,.appg-order-management-image-modal__image{object-fit:contain;background:#fff;border-radius:12px;width:100%;height:auto;max-height:72vh;margin:0 auto;display:block}.appg-inline-edit{grid-template-columns:minmax(76px,1fr) auto;align-items:center;gap:6px;display:grid}.appg-member-purchase-history__header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:16px;display:flex}.appg-member-purchase-history__header .appg-detail-section__title{margin:0}.appg-member-purchase-history__default-dc{align-items:flex-start;gap:8px;display:flex}.appg-member-purchase-history__default-dc-label{color:var(--appg-text);white-space:nowrap;font-size:14px;font-weight:600;line-height:38px}.appg-member-purchase-history__default-dc-input{width:150px}@media (max-width:767.98px){.appg-member-purchase-history__header{flex-direction:column;align-items:stretch}.appg-member-purchase-history__default-dc{align-items:flex-start}}.appg-table__thumb{border:1px solid var(--appg-border);object-fit:cover;border-radius:6px;width:48px;height:48px}.appg-operation-status__tab-list,.appg-operation-status__subtab-list{flex-wrap:wrap;gap:10px;display:flex}.appg-operation-status__header{align-items:center;min-width:0;padding:2px 2px 0;display:flex}.appg-operation-status__tab,.appg-operation-status__subtab{border:1px solid var(--appg-line);min-height:40px;color:var(--appg-text);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:.88rem;font-weight:600;line-height:1;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex}.appg-operation-status__tab:hover,.appg-operation-status__tab:focus-visible,.appg-operation-status__subtab:hover,.appg-operation-status__subtab:focus-visible{border-color:rgba(var(--appg-main-rgb),.32);background:rgba(var(--appg-primary-soft-rgb),.52);color:var(--appg-main-color);box-shadow:none;outline:0}.appg-operation-status__tab.is-active,.appg-operation-status__subtab.is-active{border-color:rgba(var(--appg-main-rgb),.32);background:var(--appg-primary-soft);color:var(--appg-main-color)}.appg-operation-status__subtab{min-height:36px;padding-inline:16px;font-size:.84rem}.appg-payment-detail__status-field .appg-select__trigger{width:100%}.appg-payment-detail__memo{resize:vertical;min-height:132px}.appg-member-detail__topbar{background:#fff;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:0;display:flex}.appg-member-detail__tabs{border-bottom:1px solid rgba(var(--appg-main-rgb),.16);flex-wrap:wrap;align-items:flex-end;gap:4px;min-width:0;padding:0 0 1px;display:flex}.appg-member-detail__tab{min-height:42px;color:var(--appg-text-muted);letter-spacing:0;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0 18px;font-size:.9rem;font-weight:700;line-height:1;transition:background-color .18s,color .18s;display:inline-flex;position:relative}.appg-member-detail__tab:after{content:"";background:var(--appg-main-color);opacity:0;transform-origin:50%;border-radius:999px 999px 0 0;height:3px;transition:opacity .18s,transform .18s;position:absolute;bottom:-1px;left:14px;right:14px;transform:scaleX(.55)}.appg-member-detail__tab:hover,.appg-member-detail__tab:focus-visible{background:rgba(var(--appg-primary-soft-rgb),.52);color:var(--appg-main-color);border-radius:8px 8px 0 0;outline:0}.appg-member-detail__tab.is-active{color:var(--appg-main-color);font-weight:800}.appg-member-detail__tab.is-active:after{opacity:1;transform:scaleX(1)}.appg-member-detail__actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;padding-bottom:1px;display:inline-flex}.appg-member-dc-setting{flex-wrap:nowrap;grid-column:span 2;align-items:flex-end;gap:10px 18px;display:flex}.appg-member-dc-setting__applicability{min-width:0}.appg-member-dc-setting__eleven-shipping{min-height:24px;color:var(--appg-text);white-space:nowrap;cursor:pointer;align-items:center;gap:7px;margin:0 0 2px;font-size:.88rem;font-weight:600;display:inline-flex}.appg-member-dc-setting__checkbox.form-check-input{cursor:pointer;flex:none;margin:0}.appg-list-toolbar-button{min-height:34px;padding:0 12px;font-size:.82rem;line-height:1.1rem}.appg-list-toolbar-button svg{width:14px;height:14px}.appg-modal--category-order .modal-dialog{max-width:640px}.appg-product-category-order__guide{color:#667085;margin:0 0 16px;font-size:14px}.appg-product-category-order__error{color:#dc3545;margin:-8px 0 12px;font-size:13px}.appg-product-category-order__list{gap:8px;max-height:min(58vh,560px);margin:0;padding:0 4px 0 0;list-style:none;display:grid;overflow-y:auto}.appg-product-category-order__item{background:#fff;border:1px solid #d0d5dd;border-radius:8px;grid-template-columns:32px minmax(0,1fr) 40px;align-items:center;gap:12px;min-height:52px;padding:8px 10px;display:grid}.appg-product-category-order__item.is-dragging{opacity:.5}.appg-product-category-order__item.is-fixed{background:#f8fafc}.appg-product-category-order__position{color:#667085;text-align:center}.appg-product-category-order__name{align-items:center;gap:8px;min-width:0;display:flex}.appg-product-category-order__badge{color:#3538cd;background:#eef4ff;border-radius:999px;padding:2px 8px;font-size:12px}.appg-product-category-order__handle{color:#667085;cursor:grab;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.appg-product-category-order__handle:focus-visible{outline:2px solid #444ce7;box-shadow:0 0 0 3px #444ce733}.appg-product-category-order__fixed{color:#667085;text-align:center;font-size:12px;font-weight:700}.appg-product-category-order .appg-confirm-modal__actions{margin-top:20px}.appg-wholesaler-form__field-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.appg-wholesaler-form__inline-button{white-space:nowrap;min-width:88px}.appg-wholesaler-form__input-action-row{align-items:flex-start;gap:10px;display:flex}.appg-wholesaler-form__input-action-main{flex:auto;min-width:0}.appg-wholesaler-form__field--full{grid-column:1/-1}.appg-wholesaler-form__license-tools{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.appg-wholesaler-form__license-name{border:1px solid var(--appg-line);border-radius:var(--appg-input-radius);min-height:calc(2.4rem + 2px);color:var(--appg-text);background:#fff;flex:220px;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.appg-wholesaler-form__license-preview{border:1px dashed var(--appg-line);background:#fffaf9;border-radius:16px;justify-content:center;align-items:center;min-height:180px;margin-top:12px;padding:12px;display:flex;position:relative;overflow:hidden}.appg-wholesaler-form__license-preview img{object-fit:contain;max-width:100%;max-height:260px;display:block}.appg-image-upload-field__clear{z-index:1;color:#fff;background:#14181fb8;border:0;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:16px;line-height:1;display:inline-flex;position:absolute;top:8px;right:8px}.appg-operation-url-field{border:1px solid var(--appg-line);border-radius:var(--appg-input-radius);background:#fff;align-items:stretch;display:flex;overflow:hidden}.appg-operation-url-field.is-invalid{border-color:var(--bs-danger)}.appg-operation-url-prefix{border-right:1px solid var(--appg-line);color:var(--appg-text-muted);background:#f8fafc;flex:none;align-items:center;padding:0 12px;font-size:.875rem;display:inline-flex}.appg-operation-url-input{border:0;border-radius:0}.appg-operation-url-input:focus{box-shadow:none}.appg-operation-inline-actions{align-self:flex-start;padding-top:calc(1.4rem + 8px)}.appg-operation-image-field .appg-wholesaler-form__license-preview{background:#fff;border-radius:8px;width:fit-content;min-width:260px}.appg-operation-image-field .appg-wholesaler-form__license-preview img{object-fit:cover;width:100%;height:100%;max-height:none}.appg-operation-image-field--popup .appg-wholesaler-form__license-preview{aspect-ratio:1;width:314px;min-height:314px}.appg-operation-image-field--banner .appg-wholesaler-form__license-preview{aspect-ratio:328/170;width:330px;min-height:172px}.appg-operation-image-field--event .appg-wholesaler-form__license-preview{aspect-ratio:328/150;width:330px;min-height:152px}.appg-operation-image-field--company-tshirt .appg-wholesaler-form__license-preview{aspect-ratio:328/120;width:330px;min-height:122px}.appg-operation-image-field--push .appg-wholesaler-form__license-preview{aspect-ratio:16/9;width:min(100%,560px);min-height:315px}.appg-detail-layout.appg-operation-push-detail-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);gap:20px}.appg-operation-push-detail-layout .appg-detail-section{align-content:start;height:100%}.appg-operation-push-detail-layout__info{grid-template-rows:auto minmax(0,1fr);align-content:stretch}.appg-operation-push-detail-layout__info .appg-detail-section__grid{grid-template-rows:auto auto minmax(0,1fr);height:100%}.appg-operation-push-detail-layout__content{grid-template-rows:auto minmax(0,1fr) auto;min-height:0;display:grid}.appg-operation-push-detail-layout__content textarea.appg-form-control{height:100%;min-height:0}.appg-operation-push-detail-layout__image{grid-template-columns:minmax(0,1fr)}.appg-operation-push-detail-layout__image .appg-operation-image-field--push,.appg-operation-push-detail-layout__image .appg-operation-image-field--push .appg-wholesaler-form__license-preview{width:100%;min-width:0;max-width:100%}.appg-operation-push-detail-layout__image .appg-wholesaler-form__license-name{min-width:0}.appg-operation-push-detail-layout__wide{grid-column:1/-1}.appg-detail-layout.appg-board-notice-detail-layout{grid-template-columns:minmax(0,1fr) minmax(320px,.42fr);align-items:stretch;gap:20px}.appg-board-detail-field--double{grid-column:span 2}.appg-board-notice-detail-layout__info,.appg-board-notice-detail-layout__description,.appg-board-notice-detail-layout__attachment{min-width:0}.appg-board-notice-detail-layout__info,.appg-board-notice-detail-layout__attachment{align-content:start;height:100%}.appg-board-notice-detail-layout__description{grid-column:1/-1}.appg-board-notice-detail-layout__description .appg-editor__loading,.appg-board-notice-detail-layout__description .appg-editor .ql-editor{min-height:400px}.appg-detail-layout.appg-board-event-detail-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.48fr);align-items:start;gap:20px}.appg-board-event-detail-layout__main{gap:20px;min-width:0;display:grid}.appg-board-event-detail-layout__image{align-content:start;min-width:0}.appg-board-event-detail-layout__image .appg-operation-image-field--event{width:100%;min-width:0}.appg-board-event-detail-layout__image .appg-operation-image-field--event .appg-wholesaler-form__license-preview{width:min(100%,330px);min-width:0;max-width:100%}.appg-board-event-detail-layout__image .appg-wholesaler-form__license-name{min-width:0}.appg-board-event-detail-layout__description{grid-column:1/-1}.appg-board-faq-detail__content{grid-column:1/span 2}.appg-operation-table-image{object-fit:cover;border:1px solid var(--appg-line);background:#fff;border-radius:6px;width:124px;height:64px}.appg-operation-send-button{justify-content:center;min-width:72px}.appg-wholesaler-form__license-empty{color:var(--appg-text-muted);font-size:.875rem}.appg-wholesaler-form__address-row{align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.appg-wholesaler-form__address-main{flex:auto;min-width:0}.appg-wholesaler-form__address-button{white-space:nowrap;min-width:92px;min-height:calc(2.4rem + 2px)}.appg-wholesaler-form__country-selector{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:start;gap:12px;display:grid}.appg-wholesaler-form__country-select{min-width:0}.appg-wholesaler-form__country-chips{flex-wrap:wrap;gap:10px;min-height:calc(2.4rem + 2px);display:flex}.appg-wholesaler-form__country-chip{border:1px solid rgba(var(--appg-main-rgb),.24);background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color);border-radius:999px;align-items:center;gap:8px;padding:.5rem .75rem;font-size:.84rem;font-weight:600;line-height:1;display:inline-flex}.appg-wholesaler-form__country-chip button{width:18px;height:18px;color:inherit;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.92rem;line-height:1;display:inline-flex}.appg-wholesaler-form__country-chip button:hover,.appg-wholesaler-form__country-chip button:focus-visible{background:rgba(var(--appg-main-rgb),.12);box-shadow:none;outline:0}.appg-product-category-list__icon{border:1px solid var(--appg-line);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;overflow:hidden}.appg-product-category-list__icon img{object-fit:cover;width:40px;height:40px}.appg-product-category-list__icon-empty{color:var(--appg-text-muted)}.appg-product-item-list__image{border:1px solid var(--appg-line);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex;overflow:hidden}.appg-product-item-list__delete-checkbox{cursor:pointer;margin:0}.appg-product-item-list__image img{object-fit:contain;width:44px;height:44px}.appg-product-category-form__icon-field{align-self:start}.appg-product-category-form__icon-field .appg-wholesaler-form__license-tools{grid-template-columns:minmax(0,1fr) 76px;align-items:start;gap:8px;display:grid}.appg-product-category-form__icon-field .appg-wholesaler-form__license-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;min-height:calc(2.4rem + 2px);padding-inline:.65rem;overflow:hidden}.appg-product-category-form__icon-field .appg-wholesaler-form__address-button{width:76px;min-width:0;min-height:calc(2.4rem + 2px);padding-inline:0}.appg-product-category-form__icon-field .appg-wholesaler-form__license-preview{background:#fff;border-radius:10px;min-height:116px;margin-top:10px;padding:10px}.appg-product-category-form__icon-field .appg-wholesaler-form__license-preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:96px}.appg-product-category-form__icon-field .appg-wholesaler-form__license-empty{text-align:center}.appg-product-category-form__sub-row{grid-template-columns:minmax(0,1fr) 76px;align-items:start;gap:8px;display:grid}.appg-product-category-form__sub-input,.appg-product-category-form__sub-action{min-width:0}.appg-product-category-form__sub-action-label{visibility:hidden}.appg-product-category-form__add-button{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff;justify-content:center;align-items:center;width:100%;min-width:0;min-height:calc(2.4rem + 2px);padding:.5rem .75rem;font-size:.875rem;font-weight:600;line-height:1.4rem;display:inline-flex}.appg-product-category-form__add-button:hover,.appg-product-category-form__add-button:focus,.appg-product-category-form__add-button:focus-visible,.appg-product-category-form__add-button:active{border-color:var(--appg-sub-color);background:var(--appg-sub-color);color:#fff;box-shadow:none;outline:0}.appg-product-category-form__sub-list{flex-wrap:wrap;gap:10px;min-height:calc(2.4rem + 2px);display:flex}.appg-product-category-form__sub-chip{border:1px solid rgba(var(--appg-main-rgb),.24);background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color);border-radius:8px;align-items:center;gap:8px;padding:.5rem .75rem;font-size:.84rem;font-weight:600;line-height:1;display:inline-flex}.appg-product-category-form__sub-chip button{width:18px;height:18px;color:inherit;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;display:inline-flex}.appg-product-category-form__sub-chip button:hover,.appg-product-category-form__sub-chip button:focus-visible{background:rgba(var(--appg-main-rgb),.12);box-shadow:none;outline:0}.appg-product-item-form__wide-field{grid-column:span 2}.appg-product-item-form__basic-summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.appg-product-item-form__basic-card,.appg-product-item-form__sales-card{flex-direction:column;min-height:388px;display:flex}.appg-product-item-form__basic-grid{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.appg-product-item-form__basic-fields{gap:16px;display:grid}.appg-product-item-form__sales-grid{flex:1;gap:16px;display:grid}.appg-product-item-form__sales-row{gap:14px;display:grid}.appg-product-item-form__sales-row--categories{grid-template-columns:repeat(2,minmax(0,1fr))}.appg-product-item-form__sales-row--statuses{grid-template-columns:minmax(0,1.04fr) minmax(0,.88fr) minmax(0,1.08fr)}.appg-product-item-form__sales-row--asset-shipping{grid-template-columns:minmax(0,.72fr) minmax(0,.9fr) minmax(0,1.38fr)}.appg-product-item-form__sales-description{min-width:0}.appg-product-item-form__code-row-start{grid-column-start:1}.appg-product-item-form__representative-image{align-self:start}.appg-product-item-form__representative-image .appg-wholesaler-form__license-tools{grid-template-columns:minmax(0,1fr) 76px;align-items:start;gap:8px;display:grid}.appg-product-item-form__detail-upload-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 20px;display:grid}.appg-product-item-form__detail-upload .appg-wholesaler-form__license-tools{grid-template-columns:minmax(0,1fr) 76px;align-items:end;gap:8px;display:grid}.appg-product-item-form__representative-image .appg-wholesaler-form__license-name,.appg-product-item-form__detail-upload .appg-wholesaler-form__license-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.appg-product-item-form__representative-image .appg-wholesaler-form__address-button,.appg-product-item-form__detail-upload .appg-wholesaler-form__address-button{width:76px;min-width:0;height:40px;padding-inline:0}.appg-product-item-form__representative-image .appg-wholesaler-form__license-preview{background:#fff;border-radius:8px;width:180px;height:180px;margin-top:10px;padding:8px}.appg-product-item-form__representative-image .appg-wholesaler-form__license-preview img{object-fit:contain;width:100%;height:100%}.appg-product-item-form__detail-upload .appg-wholesaler-form__license-preview{display:none}.appg-product-item-form__detail-thumbnails{flex-wrap:nowrap;gap:10px;min-height:146px;margin-top:12px;padding-bottom:4px;display:flex;overflow-x:auto}.appg-product-item-form__detail-thumbnail{border:1px solid var(--appg-line);background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:146px;height:146px;display:inline-flex;position:relative;overflow:hidden}.appg-product-item-form__detail-thumbnail img{object-fit:cover;width:144px;height:144px}.appg-product-item-form__detail-thumbnail button{color:#fff;background:#14181fb8;border:0;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:15px;line-height:1;display:inline-flex;position:absolute;top:4px;right:4px}.appg-product-item-form__section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.appg-product-item-form__section-header .appg-detail-section__title{margin-bottom:0}.appg-board-form__section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.appg-board-form__section-header .appg-detail-section__title{margin-bottom:0}.appg-board-form__editor .appg-editor .ql-container.ql-snow,.appg-board-form__editor .appg-editor .ql-editor{max-height:520px;overflow-y:auto}.appg-board-form__file-tools{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.appg-board-form__file-name{border:1px solid var(--appg-line);border-radius:var(--appg-input-radius);min-height:calc(2.4rem + 2px);color:var(--appg-text);background:#fff;flex:220px;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.appg-board-form__event-image{flex-wrap:wrap;align-items:flex-start;gap:12px;display:flex}.appg-board-form__event-thumbnail{border:1px solid var(--appg-line);background:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:330px;height:152px;display:inline-flex;position:relative;overflow:hidden}.appg-board-form__event-thumbnail img{object-fit:cover;width:328px;height:150px}.appg-board-form__event-thumbnail button{color:#fff;background:#14181fb8;border:0;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:15px;line-height:1;display:inline-flex;position:absolute;top:4px;right:4px}.appg-inventory-table-input{text-align:left;min-width:96px}.appg-modal-card.appg-modal-card--inventory-upload{border-radius:16px;flex-direction:column;width:min(1560px,100vw - 64px);max-height:calc(100vh - 48px);display:flex}.appg-modal-card--inventory-upload .appg-modal-card__header{flex:none}.appg-modal-card--inventory-upload .appg-modal-card__body{min-height:0;color:var(--appg-text);flex:auto;overflow:hidden}.appg-product-inventory-upload{flex-direction:column;gap:16px;min-width:0;min-height:min(680px,100vh - 190px);display:flex}.appg-product-inventory-upload__tools{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.appg-product-inventory-upload__file-group{flex:auto;min-width:0}.appg-product-inventory-upload__file{border:1px solid var(--appg-border);color:var(--appg-text);cursor:pointer;background:#fff;border-radius:6px;align-items:center;gap:10px;min-width:0;min-height:40px;padding:0;display:flex;overflow:hidden}.appg-product-inventory-upload__file input{display:none}.appg-product-inventory-upload__file:focus-within{border-color:#1750ff;box-shadow:0 0 0 .25rem #1750ff1f}.appg-product-inventory-upload__file-button{border-right:1px solid var(--appg-border);min-width:96px;color:var(--appg-text);background:#f8fafc;flex:none;justify-content:center;align-self:stretch;align-items:center;padding:0 14px;font-size:.875rem;font-weight:700;display:inline-flex}.appg-product-inventory-upload__selected-file{min-width:0;color:var(--appg-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;display:block;overflow:hidden}.appg-product-inventory-upload__button-group{flex:none;align-items:center;gap:8px;display:flex}.appg-product-inventory-upload__empty{border:1px dashed var(--appg-border);color:var(--appg-muted);border-radius:8px;flex:auto;justify-content:center;align-items:center;min-height:420px;display:flex}.appg-product-inventory-upload__tabs{gap:8px;margin:4px 0 0;display:flex}.appg-product-inventory-upload__tabs button{border:1px solid var(--appg-border);min-width:96px;color:var(--appg-muted);background:#fff;border-radius:8px;padding:8px 12px;font-weight:700}.appg-product-inventory-upload__tabs button.active{border-color:var(--appg-main-color);color:var(--appg-main-color)}.appg-product-inventory-upload__table{border:1px solid var(--appg-border);border-radius:8px;flex:auto;min-height:0;max-height:min(560px,100vh - 360px);overflow:auto}.appg-product-inventory-upload__table .appg-table-scroll{overflow:visible}.appg-product-inventory-upload__cell--invalid{color:#b42318;font-weight:700}.appg-product-item-form__inline-action{align-items:end;gap:8px;display:flex}.appg-product-item-form__add-button{min-width:76px;height:40px;font-weight:700}.appg-product-item-form__chips{flex-wrap:wrap;gap:10px;min-height:38px;margin-top:14px;display:flex}.appg-product-item-form__chip{border:1px solid rgba(var(--appg-main-rgb),.24);background:rgba(var(--appg-primary-soft-rgb),.55);min-height:34px;color:var(--appg-main-color);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:.5rem .75rem;font-size:.84rem;font-weight:600;line-height:1;transition:border-color .15s,background-color .15s,box-shadow .15s;display:inline-flex}.appg-product-item-form__chip.is-selected{border-color:var(--appg-main-color);box-shadow:0 0 0 2px rgba(var(--appg-main-rgb),.12);background:#fff}.appg-product-item-form__chip:focus-visible{outline:2px solid rgba(var(--appg-main-rgb),.45);outline-offset:2px}.appg-product-item-form__chip button{width:18px;height:18px;color:inherit;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:1rem;line-height:1;display:inline-flex}.appg-product-item-form__chip button:hover,.appg-product-item-form__chip button:focus-visible{background:rgba(var(--appg-main-rgb),.12);box-shadow:none;outline:0}.appg-product-item-form__product-select{min-width:0}.appg-html-preview-phone{background:#f8fafc;border:10px solid #1f2937;border-radius:30px;width:min(100%,390px);margin-inline:auto;padding:14px}.appg-html-preview-phone__screen{min-height:520px;max-height:640px;color:var(--appg-text);background:#fff;border-radius:18px;padding:18px;overflow:auto}.appg-html-preview-phone__screen img{max-width:100%;height:auto}.appg-html-preview-phone__screen a,.appg-editor .ql-editor a{color:#2563eb;text-underline-offset:2px;text-decoration:underline}.appg-transaction-statement-detail__items .appg-table thead th,.appg-transaction-statement-detail__items .appg-table__number-cell{text-align:center}.appg-wholesaler-form__tooltip-wrapper{display:inline-flex;position:relative}.appg-wholesaler-form__tooltip{border:1px solid var(--appg-line);width:18px;height:18px;color:var(--appg-text-muted);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.appg-wholesaler-form__tooltip:after{content:attr(data-tooltip);color:#fff;white-space:normal;opacity:0;pointer-events:none;z-index:4;background:#344767f0;border-radius:10px;width:max-content;max-width:220px;padding:8px 10px;font-size:.76rem;font-weight:500;line-height:1.4;transition:opacity .18s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.appg-wholesaler-form__tooltip:hover:after,.appg-wholesaler-form__tooltip:focus-visible:after{opacity:1}.appg-wholesaler-form__address-modal{width:min(100%,640px);padding:0;overflow:hidden}.appg-wholesaler-form__address-modal-header{border-bottom:1px solid #3447671f;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.appg-wholesaler-form__address-modal-close{width:34px;height:34px;color:var(--appg-text-muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.appg-wholesaler-form__address-modal-close:hover,.appg-wholesaler-form__address-modal-close:focus-visible{background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color);box-shadow:none;outline:0}.appg-wholesaler-form__address-modal-body{min-height:456px;padding:24px}.appg-wholesaler-form__address-embed-shell{background:0 0;border:0;border-radius:0;width:100%;min-height:420px;max-height:600px;position:relative;overflow-y:hidden}.appg-wholesaler-form__address-loading{z-index:1;background:#ffffffc7;place-items:center;display:grid;position:absolute;inset:0}.appg-wholesaler-form__address-loading-spinner{color:var(--appg-main-color)}.appg-wholesaler-form__address-embed{background:#fff;width:100%;min-height:420px}.appg-wholesaler-form__address-embed iframe{border:0;width:100%;min-height:420px;display:block}.appg-keyword-page{height:100%;min-height:0}.appg-keyword-page__section{grid-template-rows:auto minmax(0,1fr);min-height:0}.appg-keyword-page__textarea-wrap,.appg-keyword-page__textarea-wrap .appg-textarea{flex-direction:column;flex:auto;min-height:0;display:flex}.appg-keyword-page__textarea-wrap textarea.appg-form-control.appg-keyword-page__textarea{resize:vertical;flex:auto;min-height:550px!important}.appg-payment-detail__history .appg-table td:last-child,.appg-payment-detail__history .appg-table th:last-child{white-space:nowrap}.appg-payment-detail__notice-button{border:1px solid rgba(var(--appg-main-rgb),.28);background:rgba(var(--appg-primary-soft-rgb),.48);min-width:82px;min-height:30px;color:var(--appg-main-color);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.79rem;font-weight:700;line-height:1;transition:background-color .18s,border-color .18s,color .18s;display:inline-flex}.appg-payment-detail__notice-button:hover,.appg-payment-detail__notice-button:focus-visible{border-color:rgba(var(--appg-main-rgb),.42);background:rgba(var(--appg-primary-soft-rgb),.8);color:var(--appg-sub-color);box-shadow:none;outline:0}.appg-payment-detail__notice-button.is-complete,.appg-payment-detail__notice-button.is-complete:hover,.appg-payment-detail__notice-button.is-complete:focus-visible{color:#98a2b3;background:#f4f6f8;border-color:#d2d6dae6}.appg-transmission-log__status-button{min-width:68px;min-height:30px;color:var(--appg-text-muted);background:#fff;border:1px solid #d2d6dae6;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.79rem;font-weight:700;line-height:1;display:inline-flex}.appg-transmission-log__status-button:hover,.appg-transmission-log__status-button:focus-visible{box-shadow:none;outline:0}.appg-transmission-log__status-button.is-success{color:#18703c;background:#18703c14;border-color:#18703c3d}.appg-transmission-log__status-button.is-failure{color:var(--appg-sub-color);background:#d05a5014;border-color:#d05a503d}.appg-notice-detail__title,.appg-notice-detail__content{grid-column:1/-1}.appg-notice-detail__content .appg-editor__loading,.appg-notice-detail__content .appg-editor .ql-editor{min-height:400px}.appg-editor{border:1px solid var(--appg-line);border-radius:var(--appg-input-radius);background:#fff;position:relative;overflow:visible}.appg-editor.is-invalid{border-color:#dc3545}.appg-editor.is-readonly{background:0 0;border-color:#0000}.appg-editor__loading{min-height:320px;color:var(--appg-text-muted);background:#fff;justify-content:center;align-items:center;padding:14px 16px;font-size:.875rem;display:flex}.appg-editor .ql-toolbar.ql-snow{border:0;border-bottom:1px solid var(--appg-line);background:#fffaf9;padding:8px 10px}.appg-editor .ql-toolbar.ql-snow .ql-formats{margin-bottom:6px;margin-right:10px}.appg-editor .ql-toolbar.ql-snow button,.appg-editor .ql-toolbar.ql-snow .ql-picker-label,.appg-editor .ql-toolbar.ql-snow .ql-picker-item{color:var(--appg-title)}.appg-editor .ql-toolbar.ql-snow button:hover,.appg-editor .ql-toolbar.ql-snow button:focus,.appg-editor .ql-toolbar.ql-snow button.ql-active,.appg-editor .ql-toolbar.ql-snow .ql-picker-label:hover,.appg-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active,.appg-editor .ql-toolbar.ql-snow .ql-picker-item:hover,.appg-editor .ql-toolbar.ql-snow .ql-picker-item.ql-selected{color:var(--appg-main-color)}.appg-editor .ql-toolbar.ql-snow button:hover .ql-stroke,.appg-editor .ql-toolbar.ql-snow button:focus .ql-stroke,.appg-editor .ql-toolbar.ql-snow button.ql-active .ql-stroke,.appg-editor .ql-toolbar.ql-snow .ql-picker-label:hover .ql-stroke,.appg-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-stroke{stroke:var(--appg-main-color)}.appg-editor .ql-toolbar.ql-snow button:hover .ql-fill,.appg-editor .ql-toolbar.ql-snow button:focus .ql-fill,.appg-editor .ql-toolbar.ql-snow button.ql-active .ql-fill,.appg-editor .ql-toolbar.ql-snow .ql-picker-label:hover .ql-fill,.appg-editor .ql-toolbar.ql-snow .ql-picker-label.ql-active .ql-fill{fill:var(--appg-main-color)}.appg-editor .ql-toolbar.ql-snow .ql-picker{color:var(--appg-title)}.appg-editor .ql-toolbar.ql-snow .ql-picker-options{border-color:var(--appg-line);box-shadow:0 10px 18px #11233f14}.appg-editor .ql-container.ql-snow{border:0;overflow:visible}.appg-editor .ql-container.ql-snow .ql-tooltip{z-index:20;white-space:normal;max-width:min(420px,100vw - 32px)}.appg-editor .ql-container.ql-snow .ql-tooltip:not(.ql-hidden){box-sizing:border-box;border:1px solid var(--appg-line);border-color:var(--appg-line);width:min(420px,100vw - 32px);color:var(--appg-text);background:#fff;border-radius:14px;grid-template-columns:minmax(0,1fr) auto auto;gap:10px 8px;padding:18px;box-shadow:0 18px 44px #11233f2e,0 0 0 9999px #11182747;z-index:1400!important;display:grid!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.appg-editor .ql-container.ql-snow .ql-tooltip:not(.ql-hidden) *{box-sizing:border-box}.appg-editor .ql-container.ql-snow .ql-tooltip:not(.ql-hidden):before{content:"링크";color:var(--appg-title);grid-column:1/-1;margin-bottom:2px;font-size:.95rem;font-weight:800}.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing:before{content:"링크 입력"}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-preview{border:1px solid var(--appg-line);width:100%;max-width:100%;color:var(--appg-main-color);text-overflow:ellipsis;white-space:nowrap;background:#fffaf9;border-radius:9px;grid-column:1/-1;padding:9px 10px;text-decoration:none;overflow:hidden;display:block!important}.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing input[type=text]{border:1px solid var(--appg-line);width:100%;max-width:100%;height:38px;color:var(--appg-text);border-radius:9px;outline:0;grid-column:1/-1;padding:0 11px;display:block!important}.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing input[type=text]:focus{border-color:#98a2b3;box-shadow:0 0 0 3px #11233f14}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-action,.appg-editor .ql-container.ql-snow .ql-tooltip:not(.ql-editing) a.ql-remove{border:1px solid var(--appg-line);min-width:64px;height:34px;color:var(--appg-text);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:0;font-weight:700;text-decoration:none;display:inline-flex!important}.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing a.ql-preview,.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none!important}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-action{grid-column:2/3}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-remove{grid-column:3/4}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-action{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff}.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing a.ql-action{grid-column:3/4}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-action:after{content:"확인";border:0;margin:0;padding:0;font-size:.82rem}.appg-editor .ql-container.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"확인"}.appg-editor .ql-container.ql-snow .ql-tooltip:not(.ql-editing) a.ql-action:after{content:"수정"}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-remove:before{content:"삭제";border:0;margin:0;padding:0;font-size:.82rem}.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-action:hover,.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-action:focus,.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-remove:hover,.appg-editor .ql-container.ql-snow .ql-tooltip a.ql-remove:focus{border-color:var(--appg-main-color)}.appg-editor .ql-editor{color:var(--appg-text);min-height:320px;padding:14px 16px;font-size:.92rem;line-height:1.7}.appg-product-item-form__editor .appg-editor .ql-container.ql-snow,.appg-product-item-form__editor .appg-editor .ql-editor{max-height:520px;overflow-y:auto}.appg-editor .ql-editor.ql-blank:before{color:var(--appg-placeholder);font-style:normal;left:16px;right:16px}.appg-editor:focus-within .ql-editor.ql-blank:before,.appg-editor.is-focused .ql-editor.ql-blank:before,.appg-editor.is-composing .ql-editor.ql-blank:before{opacity:0}.appg-editor .ql-editor blockquote{border-left:3px solid var(--appg-primary-soft-strong);color:var(--appg-text-muted);margin:0 0 1rem;padding-left:12px}.appg-editor .ql-editor ol,.appg-editor .ql-editor ul{padding-left:1.35rem}.appg-editor .ql-editor p,.appg-editor .ql-editor ol,.appg-editor .ql-editor ul,.appg-editor .ql-editor pre,.appg-editor .ql-editor blockquote{margin-bottom:.8rem}.appg-editor .ql-editor img{max-width:100%;height:auto}.appg-editor .ql-editor img[data-appg-editor-selected=true]{outline:2px solid var(--appg-main-color);outline-offset:2px}.appg-editor__image-resize{z-index:1080;border:1px solid var(--appg-line);width:min(420px,100vw - 32px);color:var(--appg-text);background:#fff;border-radius:16px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:20px;font-size:.86rem;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 44px #11233f2e,0 0 0 9999px #1118275c}.appg-editor__image-resize-title{color:var(--appg-title);grid-column:1/-1;margin:0;font-size:1rem;font-weight:800}.appg-editor__image-resize-label{color:var(--appg-text-muted);grid-column:1/-1;font-size:.82rem;font-weight:700}.appg-editor__image-resize-control{align-items:center;gap:10px;display:flex}.appg-editor__image-resize-range{appearance:none;cursor:pointer;background:0 0;flex:auto;grid-column:1/2;width:100%;min-width:0;height:28px;margin:0}.appg-editor__image-resize-range::-webkit-slider-runnable-track{background:var(--appg-line);border-radius:999px;height:6px}.appg-editor__image-resize-range::-webkit-slider-thumb{appearance:none;background:var(--appg-main-color);border:3px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-6px;box-shadow:0 2px 6px #11233f38}.appg-editor__image-resize-range::-moz-range-track{background:var(--appg-line);border-radius:999px;height:6px}.appg-editor__image-resize-range::-moz-range-thumb{background:var(--appg-main-color);border:3px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #11233f38}.appg-editor__image-resize-range:focus-visible{outline:2px solid rgba(var(--appg-sub-rgb),.28);outline-offset:4px}.appg-editor__image-resize-input{border:1px solid var(--appg-line);text-align:right;border-radius:8px;flex:none;grid-column:2/3;width:82px;padding:5px 8px}.appg-editor__image-resize-unit{flex:none;grid-column:3/4;align-self:center}.appg-editor__image-resize-actions{justify-content:flex-end;gap:8px;display:flex}.appg-editor__image-resize-close,.appg-editor__image-resize-confirm{border:1px solid var(--appg-line);color:var(--appg-text);background:#fff;border-radius:8px;flex:none;justify-self:end;min-width:64px;padding:7px 12px;font-weight:700}.appg-editor__image-resize-confirm{border-color:var(--appg-main-color);background:var(--appg-main-color);color:#fff;grid-column:2/3}.appg-editor__image-resize-close{grid-column:3/4}.appg-editor__image-resize-close:hover,.appg-editor__image-resize-close:focus,.appg-editor__image-resize-confirm:hover,.appg-editor__image-resize-confirm:focus{border-color:var(--appg-main-color)}.appg-editor__image-resize-close:hover,.appg-editor__image-resize-close:focus{color:var(--appg-main-color)}.appg-editor.is-readonly .ql-toolbar.ql-snow{display:none}.appg-editor.is-readonly .ql-container.ql-snow{background:0 0;border:0}.appg-editor.is-readonly .ql-editor{min-height:160px;padding-block:0;padding-inline:0}.appg-plain-text{background:rgba(var(--appg-primary-soft-rgb),.38);border:0;border-radius:16px;padding:16px 18px}.appg-plain-text__label{color:var(--appg-text-muted);margin-bottom:8px;font-size:.875rem;font-weight:700}.appg-plain-text__value{white-space:pre-wrap;word-break:break-word;line-height:1.55}.appg-stat-card{background:linear-gradient(180deg,#fff 0%,rgba(var(--appg-primary-soft-rgb),.62)100%);border:0;border-radius:20px;height:100%;padding:24px}.appg-stat-card__label{color:var(--appg-text-muted);font-weight:700}.appg-stat-card__value{margin-top:12px;font-size:2rem;font-weight:800}.appg-progress{z-index:1100;background:rgba(var(--appg-primary-soft-rgb),.95);height:3px;position:fixed;inset:0 0 auto}.appg-progress__bar{background:linear-gradient(90deg,var(--appg-main-color)0%,var(--appg-sub-color)100%);height:100%;transition:width .18s}.appg-global-loading{z-index:1400;background:#2b2e338f;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.appg-global-loading__spinner{width:72px;height:72px}.appg-circular-spinner{width:80px;height:80px;position:relative}.appg-circular-spinner__dot{transform:rotate(calc(var(--spinner-index)*30deg));position:absolute;inset:0}.appg-circular-spinner__dot:before{content:"";width:15%;height:15%;animation:1.2s ease-in-out infinite both appg-spinner-fade;animation-delay:calc((12 - var(--spinner-index))*-.1s);background:#f1f3f5;border-radius:999px;margin:0 auto;display:block}@keyframes appg-spinner-fade{0%,39%,to{opacity:.16}40%{opacity:1}}.appg-modal-backdrop{z-index:1300;background:#11233f73;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.appg-modal-card{width:min(100%,480px);box-shadow:var(--appg-shadow);background:#fff;border-radius:24px}.appg-modal{width:min(100%,920px);max-height:min(760px,100vh - 48px);box-shadow:var(--appg-shadow);background:#fff;border-radius:12px;overflow:auto}.appg-modal-card__header{padding:24px 24px 0}.appg-modal-card__title{margin:0;font-size:1.2rem;font-weight:800}.appg-modal-card__body{color:var(--appg-text-muted);padding:16px 24px 20px}.appg-modal-card__footer{justify-content:flex-end;padding:0 24px 24px;display:flex}.appg-confirm-modal__body{color:var(--appg-text);font-size:.95rem;line-height:1.6}.appg-confirm-modal__actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.appg-confirm-modal__actions .appg-detail-footer-button{min-height:34px;padding:0 12px;font-size:.82rem;line-height:1.1rem}.appg-confirm-modal__actions .appg-detail-footer-button svg{width:14px;height:14px}.appg-product-inventory__stock-input{text-align:left;min-width:96px}.appg-payment-notice-modal{width:min(100%,680px);padding:0;overflow:hidden}.appg-payment-notice-modal__header{border-bottom:1px solid #3447671f;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.appg-payment-notice-modal__close{width:34px;height:34px;color:var(--appg-text-muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.appg-payment-notice-modal__close:hover,.appg-payment-notice-modal__close:focus-visible{background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color);box-shadow:none;outline:0}.appg-payment-notice-modal__body{gap:16px;padding:20px 24px 16px;display:grid}.appg-payment-notice-modal__title-value{color:var(--appg-title);font-size:.92rem;font-weight:600;line-height:1.5}.appg-payment-notice-modal__textarea{resize:vertical;min-height:220px}.appg-payment-notice-modal__textarea.is-readonly{resize:none;box-shadow:none;background:0 0;border-color:#0000;padding:0}.appg-payment-notice-modal__textarea.is-readonly:focus{box-shadow:none;background:0 0;border-color:#0000}.appg-payment-notice-modal__footer{justify-content:flex-end;padding:0 24px 24px;display:flex}.appg-transmission-log-modal{width:min(100%,640px);padding:0;overflow:hidden}.appg-transmission-log-modal__header{border-bottom:1px solid #3447671f;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.appg-transmission-log-modal__close{width:34px;height:34px;color:var(--appg-text-muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.appg-transmission-log-modal__close:hover,.appg-transmission-log-modal__close:focus-visible{background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color);box-shadow:none;outline:0}.appg-transmission-log-modal__body{gap:16px;padding:20px 24px 16px;display:grid}.appg-transmission-log-modal__textarea{resize:none;min-height:140px}.appg-transmission-log-modal__textarea[readonly]{background:#fff}.appg-transmission-log-modal__footer{justify-content:flex-end;padding:0 24px 24px;display:flex}.appg-inquiry-detail__textarea{resize:vertical;min-height:180px}.appg-inquiry-detail__textarea.is-readonly{resize:none;box-shadow:none;background:0 0;border-color:#0000;padding-inline:0}.appg-inquiry-detail__textarea.is-readonly:focus{box-shadow:none;background:0 0;border-color:#0000}.appg-inquiry-detail__image-grid{grid-template-columns:repeat(auto-fill,120px);gap:14px;display:grid}.appg-inquiry-detail__image-button{width:120px;height:80px;box-shadow:var(--appg-shadow-soft);background:0 0;border:0;border-radius:16px;padding:0;transition:transform .18s,box-shadow .18s;display:block;overflow:hidden}.appg-inquiry-detail__image-button:hover,.appg-inquiry-detail__image-button:focus-visible{outline:0;transform:translateY(-1px);box-shadow:0 10px 20px #242a3014}.appg-inquiry-detail__image{object-fit:cover;width:120px;height:80px;display:block}.appg-inquiry-image-modal{width:min(100%,960px);padding:0;overflow:hidden}.appg-inquiry-image-modal__header{border-bottom:1px solid #3447671f;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.appg-inquiry-image-modal__close{width:34px;height:34px;color:var(--appg-text-muted);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.appg-inquiry-image-modal__close:hover,.appg-inquiry-image-modal__close:focus-visible{background:rgba(var(--appg-primary-soft-rgb),.55);color:var(--appg-main-color);box-shadow:none;outline:0}.appg-inquiry-image-modal__body{padding:20px 24px 24px}.appg-inquiry-image-modal__image{object-fit:contain;background:#fff;border-radius:18px;width:100%;height:auto;max-height:72vh;margin:0 auto;display:block}.appg-btn-ghost{color:var(--appg-text-muted)}.appg-deposit-detail-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px 20px;display:flex}.appg-deposit-detail-search-form,.appg-deposit-detail-manual-form{align-items:flex-end;gap:10px;display:flex}.appg-deposit-detail-search-form__date{width:230px}.appg-deposit-detail-manual-form{grid-template-columns:170px 126px minmax(190px,240px) auto;margin-left:auto;display:grid}.appg-deposit-detail-manual-form__submit{min-width:72px}@media (max-width:1399px){.appg-deposit-detail-manual-form{flex-basis:100%;margin-left:0}}@media (max-width:767px){.appg-deposit-detail-search-form{width:100%}.appg-deposit-detail-search-form__date{flex:1;width:auto;min-width:0}.appg-deposit-detail-manual-form{grid-template-columns:1fr}.appg-deposit-detail-manual-form__submit{width:100%}}@media (max-width:991px){.app-shell{flex-direction:column;gap:14px;padding:12px}.app-shell__sidebar{flex-basis:auto;width:100%;height:auto;position:static;top:auto}.app-shell__content,.app-shell__header,.app-shell__footer{padding-inline:18px}.appg-page__header{flex-direction:column}.appg-detail-layout,.appg-detail-layout.appg-operation-push-detail-layout,.appg-detail-layout.appg-board-notice-detail-layout,.appg-detail-layout.appg-board-event-detail-layout{grid-template-columns:1fr}.appg-operation-push-detail-layout .appg-detail-section{height:auto}.appg-board-detail-field--double,.appg-board-faq-detail__content{grid-column:1}.appg-detail-grid,.appg-detail-section__grid,.appg-detail-section__grid--compact,.appg-detail-section__grid--quad,.appg-product-item-form__basic-summary,.appg-product-item-form__basic-grid,.appg-product-item-form__detail-upload-grid,.appg-product-item-form__sales-row--categories,.appg-product-item-form__sales-row--statuses,.appg-product-item-form__sales-row--asset-shipping{grid-template-columns:1fr}.appg-product-item-form__basic-card,.appg-product-item-form__sales-card{min-height:0}.auth-shell__header{align-items:center;min-height:58vh;padding:24px 16px}.auth-shell__container{grid-template-columns:1fr;gap:28px}.auth-shell__brand{justify-content:center;display:flex}.auth-shell__brand-row{gap:14px}.auth-shell__brand-logo{width:72px}.auth-shell__brand-name{font-size:2.4rem}.auth-shell__brand-wordmark{width:min(100%,160px)}.auth-shell__panel{border-radius:22px;padding:28px 22px 24px}.auth-shell__footer{padding:0 16px 22px}.auth-shell__footer-inner{flex-direction:column;align-items:flex-start;gap:10px}}
