:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:AppleSDGothicNeoH;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoH.ttf)format("truetype");font-weight:900;font-display:swap}@font-face{font-family:AppleSDGothicNeoEB;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoEB.ttf)format("truetype");font-weight:800;font-display:swap}@font-face{font-family:AppleSDGothicNeoB;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoB.ttf)format("truetype");font-weight:700;font-display:swap}@font-face{font-family:AppleSDGothicNeoSB;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoSB.ttf)format("truetype");font-weight:650;font-display:swap}@font-face{font-family:AppleSDGothicNeoM;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoM.ttf)format("truetype");font-weight:500;font-display:swap}@font-face{font-family:AppleSDGothicNeoR;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoR.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:AppleSDGothicNeoL;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoL.ttf)format("truetype");font-weight:300;font-display:swap}@font-face{font-family:AppleSDGothicNeoUL;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoUL.ttf)format("truetype");font-weight:200;font-display:swap}@font-face{font-family:AppleSDGothicNeoT;src:url(/AppleSDGothicNeo_Font/AppleSDGothicNeoT.ttf)format("truetype");font-weight:100;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--wgs-font-h1:"AppleSDGothicNeoEB", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--wgs-font-h2:"AppleSDGothicNeoB", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--wgs-font-h3:"AppleSDGothicNeoM", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--wgs-font-body:"AppleSDGothicNeoL", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--wgs-font-caption:"AppleSDGothicNeoUL", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--wgs-font-logo:"AppleSDGothicNeoEB", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;--wgs-font-main:var(--wgs-font-body);--wgs-font-title:var(--wgs-font-h1);--wgs-font-soft:var(--wgs-font-body);--wgs-font-round:var(--wgs-font-body);--wgs-type-logo:clamp(22px, 2.4vw, 34px);--wgs-type-h1:clamp(28px, 4vw, 58px);--wgs-type-h2:clamp(22px, 2.4vw, 32px);--wgs-type-h3:clamp(17px, 1.7vw, 22px);--wgs-type-body:16px;--wgs-type-small:14px;--wgs-type-caption:13px;--wgs-line-title:1.18;--wgs-line-body:1.65;--wgs-primary:#2563eb;--wgs-primary-strong:#1d4ed8;--wgs-success:#10b981;--wgs-warning:#f59e0b;--wgs-danger:#ef4444;--wgs-blue:#3b82f6;--wgs-blue-soft:#3b82f61f;--wgs-yellow-soft:#f59e0b24;--wgs-red:#ef4444;--wgs-action-blue:#3b82f6;--wgs-action-green:#10b981;--wgs-action-yellow:#f59e0b;--wgs-action-purple:#8b5cf6;--wgs-action-red:#ef4444;--wgs-bg:#f7fbff;--wgs-page-bg:#f7fbff;--wgs-panel:#ffffffdb;--wgs-card:#ffffffeb;--wgs-card-soft:#f8fafceb;--wgs-surface:#fff;--wgs-surface-2:#f3f7ff;--wgs-deep-bg:#eaf3ff;--wgs-neutral-bg:#f8fafc;--wgs-panel-bg:var(--wgs-panel);--wgs-card-bg:var(--wgs-card);--wgs-panel-soft:#f0f7ffe0;--wgs-panel-strong:#fff;--wgs-practice-toggle-bg:#ffffffe0;--wgs-button-muted:#ebf4ffe0;--wgs-input-bg:#fffffff5;--wgs-choice-bg:#fff;--wgs-question-bg:#fff;--wgs-exam-card:#fff;--wgs-overlay:#0f172a8c;--wgs-title:#0f172a;--wgs-title-strong:#07111f;--wgs-text:#182234;--wgs-text-main:#182234;--wgs-text-strong:#0f172a;--wgs-muted:#475569;--wgs-subtle:#64748b;--wgs-text-muted:#64748b;--wgs-text-soft:#718096;--wgs-text-sub:#475569;--wgs-choice-text:#162033;--wgs-solid-white:#fff;--wgs-border:#94a3b857;--wgs-border-strong:#64748b73;--wgs-focus:#2563eb59;--wgs-active-bg:#2563eb1a;--wgs-shadow:0 24px 60px #1e40af1c;--shadow:var(--wgs-shadow);--bg-color:var(--wgs-page-bg);--card-bg:var(--wgs-card);--text-main:var(--wgs-text-main);--text-muted:var(--wgs-text-muted);--border-color:var(--wgs-border);--primary:var(--wgs-primary);--primary-hover:var(--wgs-primary-strong);--danger:var(--wgs-danger);--danger-hover:#dc2626;--success:var(--wgs-success);--accent:var(--wgs-primary);--accent-bg:var(--wgs-active-bg);--accent-border:var(--wgs-primary);--social-bg:var(--wgs-card-soft);--text-h:var(--wgs-title);--wgs-realtime-panel-bg:#e6fff8d1;--wgs-realtime-panel-border:#10b9816b;--wgs-realtime-card-bg:#ffffffbd;--wgs-realtime-card-border:#64748b38;--wgs-realtime-title:#047857;--wgs-realtime-heading:#0f172a;--wgs-realtime-muted:#334155;--wgs-realtime-count-bg:#10b98129;--wgs-realtime-count-border:#10b9816b;--wgs-realtime-count-text:#047857;--wgs-online-list-bg:#ffffffad;--wgs-online-row-border:#94a3b847;--wgs-online-row-me-bg:#10b9811a;--wgs-online-name:#0f172a;--wgs-online-time:#475569;--wgs-chat-list-bg:#ffffffc7;--wgs-chat-border:#64748b3d;--wgs-chat-control-bg:#fff;--wgs-chat-input-text:#0f172a;--wgs-chat-tool-active-bg:#10b98121;--wgs-chat-disabled-bg:#94a3b8;--wgs-chat-message-bg:#fffffff0;--wgs-chat-message-border:#94a3b83d;--wgs-chat-message-mine-bg:#10b9811f;--wgs-chat-message-mine-border:#10b98157;--wgs-chat-name:#0f172a;--wgs-chat-mine-name:#047857;--wgs-chat-time:#2563eb;--wgs-chat-text:#1e293b;--wgs-chat-text-strong:#0f172a;--wgs-chat-muted:#64748b;--wgs-chat-error:#dc2626;--wgs-chat-picker-bg:#ffffffe0;--wgs-chat-picker-tab-bg:#f8fafc;--wgs-chat-picker-tab-active-bg:#10b98124;--wgs-chat-picker-tab-active-text:#047857;--wgs-chat-media-bg-end:#ffffffeb;--wgs-chat-media-title:#0f172a;--wgs-chat-media-sub:#475569;--wgs-wrong-panel-bg:var(--wgs-panel);--wgs-wrong-card-bg:var(--wgs-card);--wgs-wrong-question-bg:var(--wgs-card-soft);--wgs-wrong-option-bg:var(--wgs-surface);--wgs-wrong-input-bg:var(--wgs-input-bg);--wgs-wrong-border:var(--wgs-border);--wgs-wrong-heading:var(--wgs-title);--wgs-wrong-text:var(--wgs-text);--wgs-wrong-muted:var(--wgs-muted);--wgs-wrong-subtle:var(--wgs-subtle);--wgs-calendar-day-color:#1f2937}body.wgs-theme-dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--wgs-bg:#061321;--wgs-page-bg:#061321;--wgs-panel:#0f1e31e0;--wgs-card:#0d1b2deb;--wgs-card-soft:#122338d1;--wgs-surface:#0e1d31;--wgs-surface-2:#12243a;--wgs-deep-bg:#020817;--wgs-neutral-bg:#0b1727;--wgs-panel-bg:var(--wgs-panel);--wgs-card-bg:var(--wgs-card);--wgs-panel-soft:#0f1e31b8;--wgs-panel-strong:#0d1b2d;--wgs-practice-toggle-bg:#0f1e31db;--wgs-button-muted:#111f33eb;--wgs-input-bg:#020a17eb;--wgs-choice-bg:#071426;--wgs-question-bg:#071426;--wgs-exam-card:#0b1727;--wgs-overlay:#020617c7;--wgs-title:#f8fafc;--wgs-title-strong:#fff;--wgs-text:#e5edf8;--wgs-text-main:#e5edf8;--wgs-text-strong:#fff;--wgs-muted:#c7d2e2;--wgs-subtle:#93a4bb;--wgs-text-muted:#93a4bb;--wgs-text-soft:#a9b8ca;--wgs-text-sub:#c7d2e2;--wgs-choice-text:#e5edf8;--wgs-border:#94a3b838;--wgs-border-strong:#94a3b85c;--wgs-focus:#60a5fa6b;--wgs-active-bg:#3b82f629;--wgs-shadow:0 26px 70px #00000061;--wgs-realtime-panel-bg:#052e2cc2;--wgs-realtime-panel-border:#10b98170;--wgs-realtime-card-bg:#0a1b2bc7;--wgs-realtime-card-border:#94a3b82e;--wgs-realtime-title:#bbf7d0;--wgs-realtime-heading:#f8fafc;--wgs-realtime-muted:#cbd5e1;--wgs-realtime-count-bg:#10b9812e;--wgs-realtime-count-border:#10b98180;--wgs-realtime-count-text:#bbf7d0;--wgs-online-list-bg:#0208177a;--wgs-online-row-border:#94a3b829;--wgs-online-row-me-bg:#10b98124;--wgs-online-name:#f8fafc;--wgs-online-time:#cbd5e1;--wgs-chat-list-bg:#0208179e;--wgs-chat-border:#94a3b83d;--wgs-chat-control-bg:#020817;--wgs-chat-input-text:#f8fafc;--wgs-chat-tool-active-bg:#10b98133;--wgs-chat-disabled-bg:#475569;--wgs-chat-message-bg:#0f172ab8;--wgs-chat-message-border:#94a3b833;--wgs-chat-message-mine-bg:#064e3b4d;--wgs-chat-message-mine-border:#10b9816b;--wgs-chat-name:#f8fafc;--wgs-chat-mine-name:#6ee7b7;--wgs-chat-time:#93c5fd;--wgs-chat-text:#f8fafc;--wgs-chat-text-strong:#fff;--wgs-chat-muted:#cbd5e1;--wgs-chat-error:#fca5a5;--wgs-chat-picker-bg:#020817d1;--wgs-chat-picker-tab-bg:#0f172ad6;--wgs-chat-picker-tab-active-bg:#10b98138;--wgs-chat-picker-tab-active-text:#bbf7d0;--wgs-chat-media-bg-end:#0f172adb;--wgs-chat-media-title:#fff;--wgs-chat-media-sub:#cbd5e1;--wgs-calendar-day-color:#e5e7eb}body.wgs-theme-light{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px}body{background:radial-gradient(circle at 18% 0%, #3b82f629, transparent 30%), linear-gradient(180deg, var(--wgs-page-bg) 0%, var(--wgs-deep-bg) 100%);min-height:100vh;color:var(--wgs-text);font-family:var(--wgs-font-body);font-size:var(--wgs-type-body);line-height:var(--wgs-line-body);letter-spacing:-.018em;margin:0;overflow-x:hidden}body.wgs-theme-dark{background:radial-gradient(circle at 16% -4%,#2563eb38,#0000 34%),radial-gradient(circle at 80% 10%,#10b9811f,#0000 24%),linear-gradient(#061321 0%,#020817 100%)}button,input,select,textarea{font-family:inherit}button{transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}button:hover:not(:disabled){transform:translateY(-1px)}a{color:inherit}img,svg,canvas,video{max-width:100%;height:auto}table{border-collapse:collapse;width:100%}pre,code{white-space:pre-wrap;word-break:break-word}.wgs-app-shell{width:100%;min-height:100vh;color:var(--wgs-text)!important;background:0 0!important;padding:clamp(16px,2.5vw,34px) clamp(14px,3vw,48px) 60px!important}.wgs-layout{width:min(100%,1480px)!important;max-width:min(100%,1480px)!important;margin:0 auto!important}.wgs-main-content{width:100%!important;margin-top:24px!important}.wgs-header{grid-template-columns:1fr auto;align-items:center;gap:22px;margin-bottom:22px;display:grid;position:relative}.wgs-site-logo{text-align:left!important;color:var(--wgs-title)!important;font-family:var(--wgs-font-logo)!important;font-size:var(--wgs-type-logo)!important;letter-spacing:-.045em!important;margin:0!important;line-height:1.1!important}.theme-switch-wrap{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-self:end;border:1px solid var(--wgs-border)!important;box-shadow:var(--wgs-shadow)!important;background:#ffffff94!important;border-radius:999px!important;align-items:center!important;gap:4px!important;padding:4px!important;display:inline-flex!important;position:static!important}.wgs-theme-toggle{min-width:74px!important;height:36px!important;color:var(--wgs-muted)!important;font-family:var(--wgs-font-h3)!important;background:0 0!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:5px!important;padding:0 14px!important;font-size:14px!important;line-height:1!important;display:inline-flex!important}.wgs-theme-toggle.is-active,.theme-switch-wrap .active{color:#fff!important;background:linear-gradient(135deg,#2f7df4,#06b6d4)!important;box-shadow:0 10px 24px #2563eb40!important}body.wgs-theme-light .theme-switch-wrap .active{background:linear-gradient(135deg,#fbbf24,#f97316)!important}.wgs-clock-bar,.responsive-time{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--wgs-panel)!important;border:1px solid var(--wgs-border)!important;width:100%!important;color:var(--wgs-muted)!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:16px 0!important;padding:13px 18px!important;font-size:14px!important;display:flex!important;box-shadow:0 10px 28px #0f172a0f!important}body.wgs-theme-dark .wgs-clock-bar,body.wgs-theme-dark .responsive-time{box-shadow:0 10px 28px #0003!important}.wgs-main-nav,.responsive-nav{-webkit-backdrop-filter:blur(6px);background:var(--wgs-panel)!important;border:1px solid var(--wgs-border)!important;border-radius:18px!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;margin:0 0 26px!important;padding:10px!important;display:flex!important;box-shadow:0 8px 20px #0f172a0d!important}.wgs-nav-item{will-change:auto;min-height:42px!important;color:var(--wgs-muted)!important;font-family:var(--wgs-font-h3)!important;white-space:nowrap!important;background:0 0!important;border:1px solid #0000!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:0 17px!important;font-size:14px!important;font-weight:700!important;line-height:1.1!important;transition:background-color 80ms,color 80ms,border-color 80ms,box-shadow 80ms!important;display:inline-flex!important;transform:none!important}.wgs-nav-item:hover,.wgs-nav-item:focus,.wgs-nav-item:active,.wgs-nav-item.active{background:var(--wgs-active-bg)!important;color:var(--wgs-primary)!important;border-color:var(--wgs-focus)!important;box-shadow:inset 0 -2px 0 var(--wgs-primary), 0 4px 10px #2563eb14!important;transform:none!important}.wgs-logout-nav-item{color:var(--wgs-danger)!important}.wgs-typography-scope,.wgs-typography-scope *{font-family:var(--wgs-font-body)!important}.wgs-page-title{font-family:var(--wgs-font-h1)!important;font-size:var(--wgs-type-h1)!important;line-height:var(--wgs-line-title)!important;letter-spacing:-.055em!important;color:var(--wgs-title)!important}.wgs-section-title{font-family:var(--wgs-font-h2)!important;font-size:var(--wgs-type-h2)!important;letter-spacing:-.04em!important;color:var(--wgs-title)!important;line-height:1.28!important}.wgs-type-caption,small,caption{font-family:var(--wgs-font-caption)!important;color:var(--wgs-subtle)!important}.home-page,.faq-page-wrap,.board-page,.board-list-page,.board-my-page,.board-detail-page,.board-editor-page,.exam-page,.written-exam-page,.written-lobby-page,.ipep-page,.wrong-note-page,.mypage,.random-practice-page,.past-exam-page{width:min(100%,1480px)!important;max-width:1480px!important;color:var(--wgs-text)!important;margin-left:auto!important;margin-right:auto!important}.faq-card,.board-page,.board-list-page,.board-my-page,.board-detail-page,.board-editor-page,.exam-page,.written-exam-page,.written-lobby-page,.ipep-page,.wrong-note-page,.mypage,.random-practice-page,.past-exam-page,.home-login-card,.home-calendar-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:var(--wgs-panel)!important;border:1px solid var(--wgs-border)!important;box-shadow:var(--wgs-shadow)!important;color:var(--wgs-text)!important;border-radius:22px!important}input,select,textarea{background:var(--wgs-input-bg)!important;color:var(--wgs-text)!important;border:1px solid var(--wgs-border)!important;border-radius:12px!important;outline:none!important}input:focus,select:focus,textarea:focus{border-color:var(--wgs-primary)!important;box-shadow:0 0 0 4px var(--wgs-focus)!important}input::placeholder,textarea::placeholder{color:var(--wgs-subtle)!important}.table-wrapper,.faq-table-wrap,.past-exam-result-table-wrap{border-radius:18px!important;overflow-x:auto!important}th{background:var(--wgs-surface-2)!important;color:var(--wgs-title)!important;font-family:var(--wgs-font-h3)!important}td{color:var(--wgs-text)!important;border-color:var(--wgs-border)!important}.home-page{max-width:1480px!important}.wgs-landing-hero{border:1px solid var(--wgs-border)!important;min-height:clamp(320px,42vw,520px)!important;box-shadow:var(--wgs-shadow)!important;text-align:center!important;background:linear-gradient(#ffffffeb 0%,#ffffff8f 38%,#ffffff2e 100%),radial-gradient(circle at 80% 18%,#ffffffc7,#0000 20%),linear-gradient(#f8fbff 0%,#dbeafe 39%,#60a5fa 58%,#0ea5e9 72%,#fef3c7 100%)!important;border-radius:30px!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:18px!important;padding:clamp(46px,7vw,94px) clamp(22px,5vw,80px)!important;display:flex!important;position:relative!important;overflow:hidden!important}body.wgs-theme-dark .wgs-landing-hero{background:linear-gradient(#0208179e 0%,#02081775 42%,#020817b3 100%),radial-gradient(circle at 78% 20%,#60a5fa59,#0000 22%),linear-gradient(#061321 0%,#0f2744 42%,#164e79 60%,#0c4a6e 73%,#111827 100%)!important}.wgs-landing-hero:before{content:"";opacity:.88;pointer-events:none;background:radial-gradient(at 50% 0,#ffffff8f,#0000 46%),repeating-linear-gradient(175deg,#ffffff8c 0 18px,#7dd3fc6b 18px 36px),linear-gradient(#0ea5e933,#0ea5e961);height:36%;position:absolute;inset:auto -5% 0;transform:skewY(-2deg)}.wgs-landing-hero:after{content:"";opacity:.92;pointer-events:none;background:linear-gradient(90deg,#fde68a,#fef3c7,#fde68a);height:13%;position:absolute;bottom:-3%;left:-6%;right:-6%}.wgs-landing-hero>*{z-index:1;position:relative}.wgs-landing-hero .wgs-page-title{text-shadow:0 1px #ffffff38;max-width:780px;color:var(--wgs-title-strong)!important;margin:0!important}.wgs-landing-hero p{color:var(--wgs-muted)!important;font-size:clamp(16px,1.55vw,22px)!important;font-family:var(--wgs-font-h3)!important;margin:0!important}body.wgs-theme-dark .wgs-landing-hero p{color:#dbeafe!important}.home-quick-links{grid-template-columns:repeat(4,minmax(130px,1fr))!important;gap:14px!important;width:min(100%,720px)!important}.home-quick-links a,.home-quick-links button{min-height:48px!important;font-family:var(--wgs-font-h3)!important;border-radius:15px!important;justify-content:center!important;align-items:center!important;font-size:15px!important;display:inline-flex!important}.home-login-card{width:min(100%,760px)!important;margin:0 auto!important;padding:clamp(24px,4vw,38px)!important}.home-login-card h2{color:var(--wgs-title)!important;font-family:var(--wgs-font-h2)!important}.home-login-card button[type=submit]{border-radius:14px!important;min-height:52px!important;box-shadow:0 16px 28px #2563eb33!important}.home-calendar-card{background:var(--wgs-panel)!important;padding:clamp(18px,2.2vw,28px)!important}.home-calendar-card h3{color:var(--wgs-title)!important;font-family:var(--wgs-font-h2)!important}.home-calendar-card>div:last-child>div>div:last-child>div{background:var(--wgs-surface)!important;border:1px solid var(--wgs-border)!important;min-height:clamp(82px,8.5vw,128px)!important;color:var(--wgs-text)!important;border-radius:12px!important}body.wgs-theme-dark .home-calendar-card>div:last-child>div>div:last-child>div{background:#020817!important}.home-realtime-panel{background:var(--wgs-realtime-panel-bg)!important;border:1px solid var(--wgs-realtime-panel-border)!important;box-shadow:var(--wgs-shadow)!important;border-radius:24px!important}.home-realtime-title{color:var(--wgs-realtime-title)!important;font-family:var(--wgs-font-h2)!important;font-size:var(--wgs-type-h3)!important}.home-realtime-desc,.wgs-online-meta,.wgs-chat-meta{color:var(--wgs-realtime-muted)!important;font-weight:500!important}.home-realtime-count{color:var(--wgs-realtime-count-text)!important;background:var(--wgs-realtime-count-bg)!important;border-color:var(--wgs-realtime-count-border)!important}.home-realtime-grid{grid-template-columns:minmax(280px,.82fr) minmax(440px,1.18fr)!important;gap:18px!important;display:grid!important}.wgs-online-panel,.wgs-chat-panel{background:var(--wgs-realtime-card-bg)!important;border:1px solid var(--wgs-realtime-card-border)!important;border-radius:18px!important}.wgs-online-title,.wgs-chat-title{color:var(--wgs-realtime-heading)!important;font-family:var(--wgs-font-h3)!important;font-weight:700!important}.wgs-online-user-list{background:var(--wgs-online-list-bg)!important;border:1px solid var(--wgs-chat-border)!important;border-radius:14px!important;overflow:auto!important}.wgs-online-user-row{border-bottom:1px solid var(--wgs-online-row-border)!important;background:0 0!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:46px!important;padding:10px 12px!important;display:grid!important}.wgs-online-user-row:last-child{border-bottom:0!important}.wgs-online-user-row.is-me{background:var(--wgs-online-row-me-bg)!important}.wgs-online-user-main{align-items:center!important;gap:7px!important;min-width:0!important;display:flex!important}.wgs-online-user-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--wgs-online-name)!important;font-family:var(--wgs-font-h3)!important;font-size:14px!important}.wgs-online-user-me{white-space:nowrap;color:var(--wgs-action-green)!important;font-size:12px!important;font-weight:800!important}.wgs-online-user-time{white-space:nowrap;color:var(--wgs-online-time)!important;font-size:12px!important}.wgs-chat-message-list{background:var(--wgs-chat-list-bg)!important;border:1px solid var(--wgs-chat-border)!important;color:var(--wgs-chat-text)!important}.wgs-chat-message-row{color:var(--wgs-chat-text)!important}.wgs-chat-input{color:var(--wgs-chat-input-text)!important}.wgs-chat-tool-btn,.wgs-chat-input,.wgs-chat-send-btn{box-sizing:border-box!important;height:52px!important}.wgs-chat-tool-btn,.wgs-chat-send-btn{justify-content:center!important;align-items:center!important;display:inline-flex!important}.wgs-chat-input::placeholder{color:var(--wgs-chat-muted)!important}.faq-card{padding:clamp(22px,3vw,42px)!important}.faq-header h2{color:var(--wgs-title)!important;font-family:var(--wgs-font-h2)!important}.faq-table th,.faq-table td{vertical-align:middle!important}.faq-question-cell{color:var(--wgs-title)!important;font-family:var(--wgs-font-h3)!important}.faq-category-badge{background:var(--wgs-active-bg)!important;color:var(--wgs-primary)!important;border:1px solid var(--wgs-focus)!important}.faq-pagination{justify-content:center!important;align-items:center!important;gap:9px!important;margin:22px 0!important;display:flex!important}.faq-pagination button{text-align:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;line-height:1!important;font-family:var(--wgs-font-h3)!important;border-radius:13px!important;justify-content:center!important;align-items:center!important;padding:0!important;font-size:15px!important;display:inline-flex!important}.board-tab-grid,.wrong-note-tabs,.home-ranking-tabs,.mypage-summary-grid,.ipep-lobby-grid,.written-lobby-grid{gap:16px!important}.board-page h2,.exam-page h2,.written-exam-page h2,.ipep-page h2,.wrong-note-page h2,.mypage h2,.random-practice-page h2,.past-exam-page h2,.written-lobby-page h2{color:var(--wgs-title)!important;font-family:var(--wgs-font-h2)!important}.exam-question-title-row,.past-exam-toolbar,.ipep-action-row,.past-exam-action-row,.wrong-note-action-row,.wrong-note-current-row,.mypage-header-row,.mypage-login-history-row{flex-wrap:wrap!important;gap:12px!important}.exam-page img,.random-practice-page img,.past-exam-page img,.ipep-page img,.wrong-note-page img{object-fit:contain!important;max-width:100%!important;height:auto!important}.option-btn,button.primary{border-radius:12px!important}@keyframes wgsChatWave{0%,to{transform:rotate(0)}20%{transform:rotate(18deg)}40%{transform:rotate(-12deg)}60%{transform:rotate(16deg)}80%{transform:rotate(-8deg)}}@keyframes wgsChatClap{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.16)rotate(-8deg)}}@keyframes wgsChatPulse{0%,to{transform:scale(1)}50%{transform:scale(1.14)}}@keyframes wgsChatFire{0%,to{filter:saturate();transform:translateY(0)scale(1)}50%{filter:saturate(1.45);transform:translateY(-4px)scale(1.08)}}@keyframes wgsChatTyping{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}@keyframes wgsChatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes wgsChatCrawl{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(5px)rotate(8deg)}}@keyframes wgsChatSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wgsChatConfetti{0%,to{transform:translateY(0)rotate(0)scale(1)}50%{transform:translateY(-5px)rotate(12deg)scale(1.1)}}@keyframes wgsChatGlowIcon{0%,to{filter:drop-shadow(0 0 #facc1500);transform:scale(1)}50%{filter:drop-shadow(0 0 8px #facc15d9);transform:scale(1.12)}}.wgs-chat-gif-icon{transform-origin:70% 70%;display:inline-block}.wgs-chat-motion-wave .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-wave{animation:1.05s ease-in-out infinite wgsChatWave!important}.wgs-chat-motion-clap .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-clap{animation:.68s ease-in-out infinite wgsChatClap!important}.wgs-chat-motion-pulse .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-pulse{animation:.92s ease-in-out infinite wgsChatPulse!important}.wgs-chat-motion-fire .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-fire{animation:.84s ease-in-out infinite wgsChatFire!important}.wgs-chat-motion-typing .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-typing{animation:.34s linear infinite wgsChatTyping!important}.wgs-chat-motion-float .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-float{animation:1.15s ease-in-out infinite wgsChatFloat!important}.wgs-chat-motion-crawl .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-crawl{animation:1.1s ease-in-out infinite wgsChatCrawl!important}.wgs-chat-motion-spin .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-spin{animation:1.05s linear infinite wgsChatSpin!important}.wgs-chat-motion-confetti .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-confetti{animation:.92s ease-in-out infinite wgsChatConfetti!important}.wgs-chat-motion-glow .wgs-chat-gif-icon,.wgs-chat-gif-icon.wgs-chat-motion-glow{animation:1.05s ease-in-out infinite wgsChatGlowIcon!important}@media (width<=1024px){.wgs-header{text-align:center;grid-template-columns:1fr;justify-items:center}.theme-switch-wrap{justify-self:center}.wgs-site-logo{text-align:center!important}.home-realtime-grid{grid-template-columns:1fr!important}.home-quick-links{grid-template-columns:repeat(2,minmax(130px,1fr))!important}}@media (width<=768px){.wgs-app-shell{padding:14px 10px 44px!important}.wgs-clock-bar,.responsive-time{text-align:center!important;flex-direction:column!important}.wgs-main-nav,.responsive-nav{flex-wrap:nowrap!important;justify-content:flex-start!important;padding:8px!important;overflow-x:auto!important}.wgs-nav-item{min-width:max-content!important}.wgs-landing-hero{border-radius:22px!important;min-height:420px!important}.home-quick-links{grid-template-columns:1fr!important}.faq-table{min-width:720px!important}.board-tab-grid,.wrong-note-tabs,.home-ranking-tabs,.mypage-summary-grid,.ipep-lobby-grid,.written-lobby-grid{grid-template-columns:1fr!important}}@media (width<=560px){:root{--wgs-type-body:15px}.wgs-online-user-row{grid-template-columns:1fr!important;gap:4px!important}.wgs-online-user-time{padding-left:25px;white-space:normal!important}.wgs-chat-composer{gap:6px!important}.wgs-chat-tool-btn{width:48px!important;min-width:48px!important}.wgs-chat-send-btn{min-width:58px!important;padding:0 12px!important}}.wgs-header>.wgs-clock-bar,.wgs-header>.responsive-time,.wgs-header>nav{grid-column:1/-1!important}.theme-switch-wrap{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:0!important;gap:8px!important;padding:0!important}body.wgs-theme-dark .theme-switch-wrap{background:0 0!important}.wgs-theme-toggle{width:auto!important;min-width:0!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;gap:8px!important;padding:0!important}.wgs-theme-toggle-thumb{display:none!important}.wgs-theme-toggle button{border:1px solid var(--wgs-border)!important;min-width:92px!important;min-height:44px!important;color:var(--wgs-title)!important;font-family:var(--wgs-font-h3)!important;box-shadow:none!important;background:0 0!important;border-radius:12px!important;padding:0 18px!important;font-size:15px!important;font-weight:900!important}.wgs-theme-toggle button.is-active{color:#fff!important;background:linear-gradient(135deg,#10b981,#059669)!important;border-color:#10b981b8!important;box-shadow:0 12px 26px #10b98142!important}body.wgs-theme-dark .wgs-theme-toggle button{color:#f8fafc!important;border-color:#94a3b847!important}body.wgs-theme-dark .wgs-theme-toggle button.is-active{color:#fff!important;background:linear-gradient(135deg,#10b981,#047857)!important}body.wgs-theme-light .random-practice-page,body.wgs-theme-light .ipep-page,body.wgs-theme-light .random-practice-page .wgs-section-title,body.wgs-theme-light .ipep-page h3,body.wgs-theme-light .ipep-page h4,body.wgs-theme-light .ipep-page p,body.wgs-theme-light .ipep-page label,body.wgs-theme-light .ipep-page span:not([style*="background: #3b82f6"]):not([style*="background:#3b82f6"]),body.wgs-theme-light .random-practice-page>div[style*="background: var(--wgs-input-bg)"],body.wgs-theme-light .random-practice-page button[style*="background: var(--wgs-input-bg)"],body.wgs-theme-light .ipep-page button[style*="background: var(--wgs-button-muted)"],body.wgs-theme-light .ipep-page button[style*="background: var(--wgs-practice-toggle-bg)"],body.wgs-theme-light .ipep-page textarea,body.wgs-theme-light .ipep-page input,body.wgs-theme-light .ipep-page pre{color:var(--wgs-text)!important}body.wgs-theme-light .random-practice-page button[style*="background: #3b82f6"],body.wgs-theme-light .random-practice-page button[style*="background: '#3b82f6'"],body.wgs-theme-light .ipep-page button[style*="background: #3b82f6"],body.wgs-theme-light .ipep-page button[style*="background: #10b981"],body.wgs-theme-light .ipep-page button[style*="background: #ef4444"]{color:#fff!important}body.wgs-theme-light .past-exam-page,body.wgs-theme-light .written-exam-page{color:var(--wgs-text)!important}body.wgs-theme-light .past-exam-question-panel{background:var(--wgs-card)!important;color:var(--wgs-text)!important;box-shadow:var(--wgs-shadow)!important}body.wgs-theme-light .past-exam-question-panel h1,body.wgs-theme-light .past-exam-question-panel h2,body.wgs-theme-light .past-exam-question-panel h3,body.wgs-theme-light .past-exam-question-panel h4,body.wgs-theme-light .past-exam-question-panel p,body.wgs-theme-light .past-exam-question-panel span:not([style*="background: #3b82f6"]),body.wgs-theme-light .past-exam-question-panel div:not([style*="background: #3b82f6"]),body.wgs-theme-light .written-exam-page h1,body.wgs-theme-light .written-exam-page h2,body.wgs-theme-light .written-exam-page h3,body.wgs-theme-light .written-exam-page h4,body.wgs-theme-light .written-exam-page p,body.wgs-theme-light .written-exam-page span:not([style*="background: #3b82f6"]),body.wgs-theme-light .past-exam-question-panel button[style*="background: var(--wgs-button-muted)"],body.wgs-theme-light .past-exam-question-panel button[style*="background: var(--wgs-input-bg)"],body.wgs-theme-light .past-exam-omr-panel button[style*="background: var(--wgs-input-bg)"],body.wgs-theme-light .past-exam-omr-panel h4{color:var(--wgs-text)!important}body.wgs-theme-light .past-exam-question-panel button[style*="background: rgba(59, 130, 246"],body.wgs-theme-light .past-exam-question-panel button[style*="background: rgba(16, 185, 129"],body.wgs-theme-light .past-exam-question-panel button[style*="background: rgba(239, 68, 68"],body.wgs-theme-light .past-exam-question-panel button[style*="background: #3b82f6"],body.wgs-theme-light .past-exam-question-panel button[style*="background: #ef4444"],body.wgs-theme-light .past-exam-question-panel button[style*="background: #8b5cf6"],body.wgs-theme-light .past-exam-omr-panel button[style*="background: #10b981"],body.wgs-theme-light .past-exam-omr-panel button[style*="background: #ef4444"]{color:#fff!important}body.wgs-theme-light .past-exam-omr-panel>div:first-child{background:var(--wgs-card)!important;color:var(--wgs-text)!important}body.wgs-theme-light .past-exam-omr-panel>div:last-child{background:var(--wgs-card-soft)!important}body.wgs-theme-light .wrong-note-page,body.wgs-theme-light .wrong-note-page :not(button):not(.wgs-page-title){color:var(--wgs-text)!important}body.wgs-theme-light .wrong-note-page .wgs-page-title{color:var(--wgs-title-strong)!important}body.wgs-theme-light .wrong-note-page button[style*="background: var(--wgs-button-muted)"],body.wgs-theme-light .wrong-note-page input,body.wgs-theme-light .wrong-note-page select,body.wgs-theme-light .wrong-note-page textarea,body.wgs-theme-light .wrong-note-page pre{color:var(--wgs-text)!important}body.wgs-theme-light .wrong-note-page button[style*="background: #3b82f6"],body.wgs-theme-light .wrong-note-page button[style*="background: #ef4444"],body.wgs-theme-light .wrong-note-page button[style*="background: #10b981"],body.wgs-theme-light .wrong-note-page button[style*="background: #8b5cf6"]{color:#fff!important}.wgs-error-report-btn{white-space:nowrap!important;flex:none!important;margin-left:auto!important;margin-right:clamp(8px,1.2vw,18px)!important}.exam-question-title-row{align-items:center!important;padding-right:clamp(6px,1vw,14px)!important}.exam-question-title-row>h2,.exam-question-title-row>h3,.exam-question-title-row>h4{flex:auto!important;min-width:0!important}.home-hero .wgs-page-title{color:var(--wgs-title-strong)!important}body.wgs-theme-dark .home-hero .wgs-page-title{color:#fff!important}.wgs-home-welcome-card{margin-bottom:8px!important;transform:translateY(-14px)!important}.home-hero .home-hero-actions,.home-hero>div:last-child{transform:translateY(-8px)!important}@media (width<=720px){.wgs-theme-toggle{gap:6px!important}.wgs-theme-toggle button{min-width:76px!important;min-height:38px!important;padding:0 12px!important;font-size:13px!important}.exam-question-title-row{flex-wrap:wrap!important}.wgs-error-report-btn{margin-left:0!important;margin-right:0!important}.wgs-home-welcome-card{transform:translateY(-8px)!important}}body.wgs-theme-light .past-exam-question-panel button[style*="background: rgba(59, 130, 246"],body.wgs-theme-light .past-exam-question-panel button[style*="background: rgba(16, 185, 129"],body.wgs-theme-light .past-exam-question-panel button[style*="background: rgba(239, 68, 68"]{color:var(--wgs-text)!important;font-weight:900!important}.past-exam-confirm-overlay{z-index:1000;background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.past-exam-confirm-modal-card{text-align:center;background:#1e2433;border:1px solid #94a3b847;border-radius:12px;width:min(450px,100vw - 48px);padding:40px;box-shadow:0 24px 70px #0000007a}.past-exam-confirm-icon{margin-bottom:12px;font-size:42px;line-height:1}.past-exam-confirm-message{word-break:keep-all;margin-bottom:30px;font-size:20px;font-weight:800;line-height:1.65;color:#f8fafc!important}.past-exam-confirm-message strong{color:#fcd34d!important}.past-exam-confirm-actions{justify-content:center;gap:15px;display:flex}.past-exam-confirm-actions button{cursor:pointer;border:0;border-radius:8px;flex:1 1 0;min-width:150px;padding:15px 0;font-size:16px;font-weight:800;color:#fff!important}.past-exam-confirm-submit{background:#10b981}.past-exam-confirm-cancel{background:#ef4444}@media (width<=520px){.past-exam-confirm-modal-card{padding:30px 22px}.past-exam-confirm-actions{flex-direction:column}.past-exam-confirm-actions button{width:100%}}.faq-category-badge{font-size:14px;font-weight:800;box-shadow:none!important;color:var(--wgs-muted)!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;text-decoration:none!important;display:inline!important}.faq-question-cell button,.faq-open-btn{box-shadow:none!important;color:var(--wgs-text)!important;background:0 0!important}.faq-question-cell button{word-break:keep-all;text-align:center;justify-content:center;align-items:center;max-width:100%;border:0!important;border-radius:8px!important;width:auto!important;padding:8px 10px!important;font-weight:900!important;line-height:1.4!important;display:inline-flex!important}.faq-open-btn{border:1px solid var(--wgs-border)!important;white-space:nowrap!important;border-radius:10px!important;min-width:78px!important;min-height:38px!important;padding:8px 12px!important;font-weight:900!important;line-height:1.2!important}body.wgs-theme-light .faq-category-badge{color:#475569!important}body.wgs-theme-light .faq-question-cell button{color:#0f172a!important}body.wgs-theme-light .faq-open-btn{color:#1e40af!important;background:#fff!important}body.wgs-theme-dark .faq-category-badge{color:#93c5fd!important}body.wgs-theme-dark .faq-question-cell button{color:#f8fafc!important}body.wgs-theme-dark .faq-open-btn{color:#bfdbfe!important;background:#0f172a66!important}.wgs-auth-page{box-sizing:border-box;width:min(100%,1480px);max-width:1480px;margin:0 auto}.wgs-auth-hero{border:1px solid var(--wgs-border);box-shadow:0 12px 28px var(--wgs-shadow);background:linear-gradient(135deg,#3b82f62e,#10b98117);border-radius:18px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:clamp(28px,3.2vw,44px);display:flex}.wgs-auth-kicker{color:#38bdf8;letter-spacing:.04em;margin-bottom:10px;font-size:13px;font-weight:900;display:inline-flex}.wgs-auth-hero h1{color:var(--wgs-title);letter-spacing:-.05em;margin:0;font-size:clamp(28px,4vw,44px);line-height:1.1}.wgs-auth-hero p{color:var(--wgs-muted);word-break:keep-all;margin:12px 0 0;font-size:14px;line-height:1.55}.wgs-auth-shell{border:1px solid var(--wgs-border);background:var(--wgs-card-bg);min-height:clamp(620px,62vh,820px);box-shadow:var(--wgs-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:22px;overflow:hidden}.wgs-auth-tabs{border-bottom:1px solid var(--wgs-border);background:#02061738;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.wgs-auth-tabs button{border:0;border-right:1px solid var(--wgs-border);min-height:70px;color:var(--wgs-muted);cursor:pointer;background:0 0;padding:16px 12px;font-size:17px;font-weight:900;transition:background .18s,color .18s,transform .18s}.wgs-auth-tabs button:last-child{border-right:0}.wgs-auth-tabs button span{margin-right:6px;display:inline-block}.wgs-auth-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:inset 0 -3px #ffffff40}.wgs-auth-content{justify-content:center;align-items:flex-start;min-height:clamp(540px,52vh,720px);padding:clamp(38px,4.8vw,64px);display:flex}.wgs-auth-content--login{align-items:center}.wgs-auth-content--signup{align-items:flex-start;padding-top:clamp(34px,3.5vw,48px)}.wgs-auth-content--find{align-items:flex-start;padding-top:clamp(42px,4vw,58px)}.wgs-signup-embedded{box-sizing:border-box}.wgs-signup-embedded h2{margin-bottom:34px!important;font-size:clamp(30px,2.2vw,36px)!important;line-height:1.2!important}.wgs-signup-embedded form{gap:24px!important}.wgs-signup-embedded label{font-size:16px!important;line-height:1.45!important}.wgs-signup-embedded label span{font-size:13px!important}.wgs-signup-embedded input{border-radius:12px!important;min-height:56px!important;padding:16px 18px!important;font-size:16px!important}.wgs-signup-embedded button:not([title]){border-radius:12px!important;min-height:56px!important;padding:0 22px!important;font-size:16px!important}.wgs-signup-embedded button[title]{font-size:20px!important;top:50%!important;transform:translateY(-50%)!important}.wgs-findauth-embedded{box-sizing:border-box;background:#0f172a38!important}.wgs-findauth-embedded p{margin-bottom:18px!important;font-size:16px!important;line-height:1.55!important}.wgs-findauth-embedded input{border-radius:12px!important;min-height:56px!important;font-size:16px!important}.wgs-findauth-embedded button{min-height:56px;border-radius:12px!important;font-size:16px!important}.wgs-findauth-embedded h3{font-size:26px!important}.wgs-login-panel-body{width:min(680px,100%);margin:0 auto}.wgs-login-title{color:var(--wgs-title);text-align:center;margin:0 0 8px;font-size:clamp(30px,2.4vw,38px);font-weight:900}.wgs-login-desc{color:var(--wgs-muted);text-align:center;margin:0 0 32px;font-size:16px}.wgs-login-form{flex-direction:column;gap:22px;display:flex}.wgs-login-form input{box-sizing:border-box;border:1px solid var(--wgs-border);background:var(--wgs-input-bg);width:100%;color:var(--wgs-title);border-radius:12px;outline:none;min-height:60px;padding:18px 20px;font-size:17px}.wgs-login-form input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}.wgs-login-password-wrap{position:relative}.wgs-login-password-wrap input{padding-right:52px}.wgs-login-password-wrap button{color:var(--wgs-muted);cursor:pointer;background:0 0;border:0;font-size:18px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.wgs-login-submit{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:14px;min-height:64px;font-size:17px;font-weight:900;box-shadow:0 12px 22px #3b82f63d}.wgs-login-submit:disabled{opacity:.65;cursor:not-allowed}@media (width<=900px){.wgs-auth-content--signup,.wgs-auth-content--find{padding-top:28px}.wgs-signup-embedded,.wgs-findauth-embedded{width:100%!important;max-width:100%!important}}@media (width<=640px){.wgs-auth-hero{flex-direction:column;align-items:stretch;padding:20px}.wgs-auth-tabs button{min-height:54px;font-size:13px}.wgs-auth-tabs button span{margin:0 0 3px;display:block}.wgs-auth-content{padding:22px 16px}}.wgs-admin-page{box-sizing:border-box;width:100%;color:var(--wgs-text-main)}.wgs-admin-page--blocked{justify-content:center;align-items:center;min-height:520px;display:flex}.wgs-admin-access-card{border:1px solid var(--wgs-border);background:linear-gradient(135deg, var(--wgs-card-bg), var(--wgs-panel-bg));width:min(100%,760px);box-shadow:var(--wgs-shadow);text-align:center;border-radius:24px;padding:clamp(34px,5vw,62px)}.wgs-admin-access-icon{margin-bottom:16px;font-size:clamp(42px,5vw,66px)}.wgs-admin-access-card h1{font-family:var(--wgs-font-h1);color:var(--wgs-title);margin:0 0 14px;font-size:clamp(28px,3vw,42px)}.wgs-admin-access-card p{color:var(--wgs-muted);margin:0;font-size:clamp(15px,1.4vw,18px);line-height:1.7}.wgs-admin-access-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.wgs-admin-access-actions button{background:var(--wgs-action-blue);min-width:180px;color:var(--wgs-solid-white);font-family:var(--wgs-font-h3);cursor:pointer;border:1px solid #3b82f68c;border-radius:14px;padding:15px 22px;font-size:16px;font-weight:800;transition:transform .18s,box-shadow .18s}.wgs-admin-access-actions .wgs-admin-muted-button{background:var(--wgs-button-muted);color:var(--wgs-title);border-color:var(--wgs-border)}.wgs-admin-access-actions button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #2563eb38}.wgs-admin-hero{border:1px solid var(--wgs-border);background:linear-gradient(135deg, #2563eb29, #10b98124), var(--wgs-card-bg);box-shadow:var(--wgs-shadow);border-radius:26px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;padding:clamp(34px,5vw,58px);display:flex}.wgs-admin-kicker{color:#38bdf8;font-family:var(--wgs-font-h3);margin:0 0 12px;font-size:clamp(14px,1.3vw,17px);font-weight:900}.wgs-admin-hero h1{color:var(--wgs-title);font-family:var(--wgs-font-h1);letter-spacing:-.04em;margin:0 0 16px;font-size:clamp(38px,4.8vw,66px);line-height:1.08}.wgs-admin-hero p{max-width:820px;color:var(--wgs-text-sub);margin:0;font-size:clamp(15px,1.35vw,19px);line-height:1.7}.wgs-admin-badge{text-align:center;background:#10b98124;border:1px solid #22c55e61;border-radius:18px;min-width:180px;padding:18px 20px}.wgs-admin-badge span{color:var(--wgs-muted);margin-bottom:8px;font-size:13px;font-weight:700;display:block}.wgs-admin-badge strong{color:#10b981;font-family:var(--wgs-font-h2);font-size:22px}.wgs-admin-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:34px;display:grid}.wgs-admin-summary-card{border:1px solid var(--wgs-border);background:var(--wgs-card-bg);border-radius:20px;padding:22px;box-shadow:0 14px 34px #0f172a14}.wgs-admin-summary-card span{color:var(--wgs-muted);margin-bottom:10px;font-size:14px;font-weight:800;display:block}.wgs-admin-summary-card strong{color:var(--wgs-title);font-family:var(--wgs-font-h1);margin-bottom:8px;font-size:clamp(26px,2.5vw,38px);display:block}.wgs-admin-summary-card p{color:var(--wgs-text-sub);margin:0;font-size:15px;line-height:1.6}.wgs-admin-section-title{margin:6px 0 18px}.wgs-admin-section-title h2{color:var(--wgs-title);font-family:var(--wgs-font-h2);margin:0 0 8px;font-size:clamp(24px,2.4vw,34px)}.wgs-admin-section-title p{color:var(--wgs-muted);margin:0;font-size:16px}.wgs-admin-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.wgs-admin-feature-card{border:1px solid var(--wgs-border);background:var(--wgs-card-bg);border-radius:22px;grid-template-columns:auto 1fr;gap:16px;min-height:178px;padding:24px;display:grid;position:relative;box-shadow:0 12px 32px #0f172a14}.wgs-admin-feature-icon{background:var(--wgs-blue-soft);border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;font-size:28px;display:flex}.wgs-admin-feature-card h3{color:var(--wgs-title);font-family:var(--wgs-font-h2);margin:0 0 10px;font-size:clamp(18px,1.6vw,23px)}.wgs-admin-feature-card p{color:var(--wgs-text-sub);margin:0;font-size:15px;line-height:1.65}.wgs-admin-feature-card>span{color:#60a5fa;background:#3b82f624;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900;position:absolute;bottom:16px;right:18px}.wgs-admin-step-panel{border:1px solid var(--wgs-border);background:var(--wgs-panel-bg);box-shadow:var(--wgs-shadow);border-radius:24px;padding:clamp(24px,3vw,34px)}.wgs-admin-step-panel h2{color:var(--wgs-title);font-family:var(--wgs-font-h2);margin:0 0 18px;font-size:clamp(22px,2vw,30px)}.wgs-admin-step-panel ol{color:var(--wgs-text-main);margin:0;padding-left:24px;font-size:16px;line-height:1.9}@media (width<=1100px){.wgs-admin-summary-grid,.wgs-admin-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wgs-admin-hero{flex-direction:column;align-items:flex-start}.wgs-admin-badge{box-sizing:border-box;width:100%}}@media (width<=720px){.wgs-admin-summary-grid,.wgs-admin-feature-grid,.wgs-admin-feature-card{grid-template-columns:1fr}.wgs-admin-access-actions button{width:100%}}.admin-user-panel{background:#0f1f33e6;border:1px solid #60a5fa38;border-radius:24px;margin-top:32px;padding:28px;box-shadow:0 20px 45px #0000003d}.admin-section-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.admin-section-head h2{color:#f8fafc;margin:4px 0 8px;font-size:clamp(1.8rem,2.4vw,2.6rem)}.admin-section-head p{color:#b9c7dc;margin:0;line-height:1.6}.admin-user-search{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-user-search input{color:#e5edf7;background:#030a18e6;border:1px solid #94a3b847;border-radius:12px;outline:none;min-width:240px;height:44px;padding:0 14px;font-size:.95rem}.admin-user-search input:focus{border-color:#3b82f6d9;box-shadow:0 0 0 3px #3b82f629}.admin-user-search button,.admin-table-title-row button{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:12px;height:44px;padding:0 16px;font-weight:800;transition:transform .15s,opacity .15s}.admin-user-search button:nth-of-type(2){background:#475569e6}.admin-user-search button:hover,.admin-table-title-row button:hover{transform:translateY(-1px)}.admin-user-search button:disabled,.admin-table-title-row button:disabled{opacity:.65;cursor:not-allowed;transform:none}.admin-user-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.admin-user-summary-grid article{background:#0208178f;border:1px solid #94a3b82e;border-radius:18px;padding:18px}.admin-user-summary-grid span{color:#9fb1c7;margin-bottom:8px;font-size:.88rem;font-weight:800;display:block}.admin-user-summary-grid strong{color:#38bdf8;font-size:clamp(1.5rem,2vw,2.2rem);font-weight:900}.admin-user-error{color:#fecaca;background:#7f1d1d3d;border:1px solid #f8717159;border-radius:14px;margin-bottom:16px;padding:14px 16px;font-weight:800}.admin-user-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:stretch;gap:18px;display:grid}.admin-user-layout-single{display:block}.admin-user-wide-card{width:100%}.admin-user-view-toggle{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.admin-toggle-green{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:10px;padding:10px 14px;font-weight:800;box-shadow:0 8px 18px #10b98138}.admin-toggle-green:hover{filter:brightness(1.05)}.admin-user-layout-single .admin-user-table{min-width:1320px}.admin-user-table-wrap,.admin-login-log-card{background:#02081794;border:1px solid #94a3b82e;border-radius:20px;overflow:hidden}.admin-table-title-row{justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 12px;display:flex}.admin-table-title-row h3,.admin-login-log-card h3{color:#f8fafc;margin:0;font-size:1.22rem}.admin-user-table-scroll{padding:0 18px 18px;overflow-x:auto}.admin-user-table{border-collapse:collapse;width:100%;min-width:1060px}.admin-user-table th,.admin-user-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #94a3b824;padding:13px 12px;font-size:.9rem}.admin-user-table th{color:#93c5fd;background:#0f172abd;font-size:.82rem;font-weight:900}.admin-user-table td{color:#dbe7f7}.admin-user-table td strong{color:#f8fafc;font-weight:900}.admin-mini-badge{color:#34d399;background:#10b9812e;border-radius:999px;margin-left:8px;padding:3px 7px;font-size:.72rem;font-weight:900;display:inline-flex}.admin-status-badge,.admin-activity-chip{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:26px;margin:2px 4px 2px 0;padding:4px 9px;font-size:.76rem;font-weight:900;display:inline-flex}.admin-status-online{color:#34d399;background:#10b9812e}.admin-status-session{color:#93c5fd;background:#3b82f62e}.admin-status-offline{color:#cbd5e1;background:#64748b2e}.admin-activity-chip{color:#c4d4ea;background:#1e293be6}.admin-empty-cell{text-align:center!important;color:#94a3b8!important;padding:42px 12px!important}.admin-login-log-card{padding:20px}.admin-login-log-card p{color:#9fb1c7;margin:8px 0 16px;font-size:.9rem;line-height:1.55}.admin-login-log-list{flex-direction:column;gap:10px;max-height:460px;padding-right:4px;display:flex;overflow-y:auto}.admin-login-log-item,.admin-login-log-empty{background:#0f172ab8;border:1px solid #94a3b81f;border-radius:14px;padding:12px}.admin-login-log-item{grid-template-columns:auto 1fr;align-items:center;gap:5px 8px;display:grid}.admin-login-log-item strong{color:#f8fafc;font-weight:900}.admin-login-log-item em{color:#94a3b8;grid-column:1/-1;font-size:.82rem;font-style:normal}.log-action-login{color:#34d399;font-weight:900}.log-action-logout{color:#f87171;font-weight:900}.admin-login-log-empty{color:#94a3b8;text-align:center}.admin-home-link{color:#93c5fd;background:#3b82f629;border-radius:14px;justify-content:center;align-items:center;margin-top:22px;padding:12px 18px;font-weight:900;text-decoration:none;display:inline-flex}@media (width<=1200px){.admin-section-head,.admin-user-layout{grid-template-columns:1fr}.admin-section-head{align-items:start;display:grid}.admin-user-search{justify-content:flex-start}.admin-login-log-card{min-height:auto}}@media (width<=768px){.admin-user-panel{padding:20px 16px}.admin-user-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-user-search input{width:100%;min-width:0}.admin-user-search button{flex:1}}@media (width<=520px){.admin-user-summary-grid{grid-template-columns:1fr}}.admin-page{color:#f8fbff;width:min(100%,1600px);margin:0 auto;padding:clamp(24px,4vw,56px) clamp(16px,3vw,40px) 80px}.admin-hero-card{background:linear-gradient(135deg,#143866f2,#054a47e0);border:1px solid #60a5fa47;border-radius:28px;justify-content:space-between;align-items:center;gap:28px;padding:clamp(34px,5vw,64px);display:flex;box-shadow:0 28px 70px #00000047}.admin-hero-text{min-width:0}.admin-kicker,.admin-step-label{color:#93c5fd;letter-spacing:-.02em;margin:0 0 10px;font-weight:800}.admin-hero-text h1{letter-spacing:-.07em;text-shadow:0 8px 24px #00000059;margin:0;font-size:clamp(42px,6vw,76px);line-height:1.05}.admin-hero-text p:last-child{color:#dbeafe;margin:22px 0 0;font-size:clamp(16px,1.5vw,21px);line-height:1.65}.admin-permission-card{background:#10b98124;border:1px solid #10b98173;border-radius:22px;flex:0 0 190px;place-items:center;gap:8px;min-height:120px;padding:22px;display:grid;box-shadow:inset 0 0 35px #10b98114}.admin-permission-card span{color:#d1fae5;font-weight:800}.admin-permission-card strong{color:#34d399;font-size:28px}.admin-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:26px;display:grid}.admin-stat-card{background:#0f1f33e0;border:1px solid #94a3b83b;border-radius:22px;padding:24px;box-shadow:0 18px 45px #00000029}.admin-stat-card span{color:#cbd5e1;margin-bottom:14px;font-weight:800;display:block}.admin-stat-card strong{color:#fff;letter-spacing:-.05em;font-size:clamp(28px,3vw,42px);display:block}.admin-stat-card p{color:#bfdbfe;margin:16px 0 0;line-height:1.55}.admin-panel,.admin-feature-section,.admin-next-card{background:#0f1f33e6;border:1px solid #94a3b838;border-radius:24px;margin-top:30px;padding:clamp(22px,3vw,34px);box-shadow:0 22px 55px #0003}.admin-online-panel{background:linear-gradient(135deg,#052d32f0,#0f1f33eb);border-color:#10b98161}.admin-panel-head{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.admin-panel-head h2,.admin-feature-section h2,.admin-next-card h2{letter-spacing:-.05em;margin:0;font-size:clamp(26px,3vw,42px)}.admin-panel-head p,.admin-feature-section>p{color:#cbd5e1;margin:12px 0 0;line-height:1.65}.admin-panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.admin-small-status{color:#bfdbfe;white-space:nowrap;background:#02061761;border-radius:999px;padding:10px 14px;font-weight:700}.admin-primary-mini-btn,.admin-search-form button,.admin-card-title-row button,.admin-next-card button{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:12px;font-weight:900;transition:transform .15s,opacity .15s,box-shadow .15s}.admin-primary-mini-btn{min-height:44px;padding:0 18px}.admin-primary-mini-btn:hover,.admin-search-form button:hover,.admin-card-title-row button:hover,.admin-next-card button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #3b82f63d}.admin-primary-mini-btn:disabled,.admin-card-title-row button:disabled{opacity:.65;cursor:not-allowed;box-shadow:none;transform:none}.admin-online-grid{grid-template-columns:260px minmax(0,1fr);gap:18px;display:grid}.admin-online-count-card,.admin-online-list-card{background:#02061752;border:1px solid #94a3b833;border-radius:20px}.admin-online-count-card{padding:24px}.admin-online-count-card span{color:#a7f3d0;font-weight:900}.admin-online-count-card strong{color:#fff;letter-spacing:-.06em;margin-top:12px;font-size:48px;display:block}.admin-online-count-card p{color:#cbd5e1;margin:16px 0 0;line-height:1.6}.admin-online-list-card{min-height:150px;padding:14px}.admin-online-list{gap:12px;max-height:340px;padding-right:4px;display:grid;overflow-y:auto}.admin-online-user{background:#0f1f33c7;border:1px solid #34d39938;border-radius:16px;align-items:center;gap:14px;padding:16px;display:flex}.admin-online-avatar{color:#fff;background:linear-gradient(135deg,#10b981,#60a5fa);border-radius:15px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:20px;font-weight:900;display:grid}.admin-online-info{flex:1;min-width:0}.admin-online-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-online-name-row strong{color:#fff;font-size:18px}.admin-online-name-row span,.admin-online-name-row em{color:#bfdbfe;background:#3b82f62e;border-radius:999px;padding:4px 8px;font-style:normal;font-weight:800}.admin-online-name-row em{color:#86efac;background:#10b9812e}.admin-online-info p{color:#cbd5e1;margin:8px 0 0;font-size:14px}.admin-online-live-badge{color:#6ee7b7;background:#10b98133;border-radius:999px;flex:none;padding:8px 12px;font-weight:900}.admin-search-form{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-search-form input{color:#fff;background:#020617c7;border:1px solid #94a3b840;border-radius:13px;outline:none;width:min(340px,42vw);min-height:46px;padding:0 16px}.admin-search-form input:focus{border-color:#60a5facc;box-shadow:0 0 0 4px #60a5fa1f}.admin-search-form button{min-height:46px;padding:0 18px}.admin-search-form .admin-secondary-btn{background:#475569}.admin-alert{border-radius:14px;margin-bottom:18px;padding:14px 16px;font-weight:800}.admin-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.admin-summary-grid article{background:#02061773;border:1px solid #94a3b82e;border-radius:18px;padding:20px}.admin-summary-grid span{color:#cbd5e1;font-weight:800}.admin-summary-grid strong{color:#60a5fa;letter-spacing:-.05em;margin-top:10px;font-size:36px;display:block}.admin-user-layout{grid-template-columns:minmax(0,1fr) 330px;gap:18px;display:grid}.admin-table-card,.admin-log-card{background:#02061757;border:1px solid #94a3b833;border-radius:20px;overflow:hidden}.admin-card-title-row{justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 12px;display:flex}.admin-card-title-row h3,.admin-log-card h3{margin:0;font-size:20px}.admin-card-title-row button{min-height:40px;padding:0 14px}.admin-table-scroll{width:100%;padding:0 18px 18px;overflow-x:auto}.admin-user-table{border-collapse:collapse;border-radius:14px;width:100%;min-width:980px;overflow:hidden}.admin-user-table th,.admin-user-table td{text-align:left;color:#dbeafe;vertical-align:middle;border-bottom:1px solid #94a3b81f;padding:14px 12px;font-size:14px}.admin-user-table th{color:#fff;z-index:1;background:#1e3a5ff2;font-weight:900;position:sticky;top:0}.admin-row-highlight td{background:#10b9810f}.admin-badge,.admin-badge-live{color:#bfdbfe;white-space:nowrap;background:#3b82f62e;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.admin-chip-row{flex-wrap:wrap;gap:6px;display:flex}.admin-chip-row span{color:#e2e8f0;white-space:nowrap;background:#64748b42;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800}.admin-empty-cell,.admin-empty-box{text-align:center;color:#94a3b8!important}.admin-empty-box{background:#02061759;border-radius:16px;place-items:center;min-height:110px;padding:20px;display:grid}.admin-log-card{padding:18px}.admin-log-card p{color:#cbd5e1;margin:10px 0 16px;line-height:1.55}.admin-log-list{gap:10px;max-height:510px;padding-right:4px;display:grid;overflow-y:auto}.admin-log-item{background:#0f1f33d6;border:1px solid #94a3b824;border-radius:14px;padding:14px}.admin-log-item strong,.admin-log-item span{display:block}.admin-log-item span{color:#94a3b8;margin-top:8px;font-size:13px}.admin-log-type{margin-right:4px;font-weight:900}.admin-log-type-in{color:#34d399}.admin-log-type-out{color:#f87171}.admin-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px;display:grid}.admin-feature-grid article{background:#0f1f33d9;border:1px solid #94a3b833;border-radius:20px;min-height:170px;padding:24px}.admin-feature-grid span{background:#3b82f629;border-radius:16px;place-items:center;width:52px;height:52px;font-size:26px;display:inline-grid}.admin-feature-grid h3{margin:16px 0 10px;font-size:24px}.admin-feature-grid p{color:#cbd5e1;margin:0;line-height:1.6}.admin-feature-grid em{color:#93c5fd;background:#3b82f62e;border-radius:999px;margin-top:18px;padding:8px 12px;font-style:normal;font-weight:900;display:inline-block}.admin-next-card ol{color:#dbeafe;margin:20px 0 0;padding-left:24px;line-height:1.9}.admin-next-card button{min-height:46px;margin-top:24px;padding:0 18px}@media (width<=1100px){.admin-stat-grid,.admin-summary-grid,.admin-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-user-layout,.admin-online-grid{grid-template-columns:1fr}}@media (width<=760px){.admin-hero-card,.admin-panel-head{flex-direction:column;align-items:stretch}.admin-permission-card{flex:initial;min-height:auto}.admin-stat-grid,.admin-summary-grid,.admin-feature-grid{grid-template-columns:1fr}.admin-search-form,.admin-panel-actions{justify-content:flex-start}.admin-search-form input{width:100%}.admin-online-user{flex-direction:column;align-items:flex-start}.admin-online-live-badge{align-self:flex-start}}.admin-notice-panel{background:linear-gradient(135deg,#1e293bf5,#0f1f33f0);border-color:#60a5fa5c}.admin-notice-layout{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:18px;display:grid}.admin-notice-form,.admin-notice-history{background:#02061757;border:1px solid #94a3b82e;border-radius:20px;padding:20px}.admin-notice-form{gap:16px;display:grid}.admin-notice-form label{color:#dbeafe;gap:8px;font-weight:900;display:grid}.admin-notice-form input,.admin-notice-form select,.admin-notice-form textarea{color:#fff;background:#020617c7;border:1px solid #94a3b840;border-radius:14px;outline:none;width:100%}.admin-notice-form input,.admin-notice-form select{min-height:46px;padding:0 14px}.admin-notice-form textarea{resize:vertical;min-height:170px;padding:14px;line-height:1.6}.admin-notice-form input:focus,.admin-notice-form select:focus,.admin-notice-form textarea:focus{border-color:#60a5fad9;box-shadow:0 0 0 4px #60a5fa1f}.admin-notice-form-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-notice-form-bottom small{color:#93c5fd;font-weight:800}.admin-notice-form-bottom button{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:12px;min-height:46px;padding:0 18px;font-weight:900}.admin-notice-form-bottom button:disabled{opacity:.65;cursor:not-allowed}.admin-notice-history h3{margin:0;font-size:22px}.admin-notice-history>p{color:#cbd5e1;margin:10px 0 16px;line-height:1.55}.admin-notice-history-list{gap:12px;max-height:430px;padding-right:4px;display:grid;overflow-y:auto}.admin-notice-history-item{background:#0f1f33d6;border:1px solid #94a3b829;border-radius:16px;padding:14px}.admin-notice-history-item div{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-notice-history-item strong{color:#fff}.admin-notice-history-item p{color:#dbeafe;word-break:keep-all;margin:10px 0;line-height:1.55}.admin-notice-history-item small{color:#94a3b8;font-weight:700}.admin-notice-level{border-radius:999px;flex:none;padding:5px 9px;font-size:12px;font-weight:900}.admin-notice-level-info{color:#bfdbfe;background:#3b82f62e}.admin-notice-level-warning{color:#fde68a;background:#f59e0b33}.admin-notice-level-urgent{color:#fecaca;background:#f8717138}.admin-notice-user-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-notice-user-modal{color:#fff;background:linear-gradient(135deg,#0f1f33fa,#1e293bf5);border:1px solid #93c5fd5c;border-radius:26px;width:min(560px,100%);padding:30px;box-shadow:0 28px 80px #0000006b}.admin-notice-user-modal--warning{border-color:#f59e0b73}.admin-notice-user-modal--urgent{border-color:#f8717180}.admin-notice-user-badge{color:#bfdbfe;background:#3b82f62e;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-weight:900;display:inline-flex}.admin-notice-user-modal h2{letter-spacing:-.05em;margin:18px 0 12px;font-size:clamp(26px,4vw,38px)}.admin-notice-user-modal p{color:#e2e8f0;white-space:pre-wrap;word-break:keep-all;margin:0;line-height:1.75}.admin-notice-user-meta{color:#94a3b8;margin-top:18px;font-size:14px;font-weight:700}.admin-notice-user-modal button{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:14px;width:100%;min-height:48px;margin-top:24px;font-weight:900}@media (width<=1100px){.admin-notice-layout{grid-template-columns:1fr}}.admin-maintenance-section{border-color:#f8717138}.admin-maintenance-box{background:#0f172a99;border:1px solid #94a3b82e;border-radius:20px;gap:16px;padding:20px;display:grid}.admin-maintenance-status{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.admin-maintenance-status strong{color:#fff;font-size:18px;display:block}.admin-maintenance-status small{color:#94a3b8;margin-top:4px;font-weight:700;display:block}.admin-maintenance-badge{border-radius:999px;flex:none;padding:9px 13px;font-size:13px;font-weight:900}.admin-maintenance-badge-on{color:#fecaca;background:#f8717138}.admin-maintenance-badge-off{color:#bbf7d0;background:#22c55e2e}.admin-maintenance-label{color:#dbeafe;font-weight:900}.admin-maintenance-box textarea{color:#fff;resize:vertical;background:#0f172ab8;border:1px solid #94a3b83d;border-radius:14px;width:100%;min-height:120px;padding:14px;line-height:1.6}.admin-maintenance-box textarea:focus{border-color:#f87171b3;outline:none;box-shadow:0 0 0 4px #f871711c}.admin-maintenance-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.admin-maintenance-actions button{color:#fff;cursor:pointer;border:0;border-radius:12px;min-height:44px;padding:0 16px;font-weight:900}.admin-maintenance-actions button:first-child{background:#475569}.admin-maintenance-on-button{background:#dc2626}.admin-maintenance-off-button{background:#16a34a}.admin-maintenance-actions button:disabled{opacity:.65;cursor:not-allowed}.admin-maintenance-help{color:#bfdbfe;margin:0;font-weight:800;line-height:1.6}.maintenance-lock-page{color:#fff;background:radial-gradient(circle at top,#f8717133,#0000 34%),#020617;place-items:center;min-height:100vh;padding:24px;display:grid}.maintenance-lock-card{text-align:center;background:linear-gradient(135deg,#0f172afa,#1e293bf5);border:1px solid #f871715c;border-radius:28px;width:min(620px,100%);padding:clamp(28px,5vw,46px);box-shadow:0 30px 90px #00000080}.maintenance-lock-badge{color:#fecaca;background:#f8717138;border-radius:999px;padding:8px 13px;font-weight:900;display:inline-flex}.maintenance-lock-card h1{letter-spacing:-.05em;margin:20px 0 12px;font-size:clamp(28px,5vw,42px)}.maintenance-lock-card p{color:#e2e8f0;white-space:pre-wrap;word-break:keep-all;margin:0;line-height:1.75}.maintenance-lock-meta{color:#94a3b8;margin-top:18px;font-weight:800}.maintenance-lock-card button{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:14px;width:100%;min-height:50px;margin-top:24px;font-weight:900}.admin-question-section{border-color:#38bdf838}.admin-question-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0;display:grid}.admin-question-summary-grid article{background:#02061752;border:1px solid #94a3b829;border-radius:14px;padding:16px}.admin-question-summary-grid span,.admin-question-summary-grid small{color:#94a3b8;font-size:12px;display:block}.admin-question-summary-grid strong{color:#60a5fa;margin-top:8px;font-size:24px;line-height:1.1;display:block}.admin-question-toolbar{grid-template-columns:150px minmax(220px,1fr) repeat(3,minmax(120px,160px)) auto auto;align-items:center;gap:10px;margin:18px 0;display:grid}.admin-question-toolbar input,.admin-question-toolbar select,.admin-question-form input,.admin-question-form select,.admin-question-form textarea{color:#e5eefb;background:#020617b8;border:1px solid #94a3b82e;border-radius:10px;outline:none;width:100%;font-size:13px}.admin-question-toolbar input,.admin-question-toolbar select{min-height:38px;padding:0 12px}.admin-question-toolbar button,.admin-question-pagination button,.admin-question-form-head button,.admin-table-action-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#0ea5e9);border:0;border-radius:10px;min-height:38px;font-weight:700}.admin-question-toolbar .admin-secondary-btn,.admin-question-pagination button{background:#94a3b838}.admin-question-toolbar button:disabled,.admin-question-pagination button:disabled,.admin-question-form-head button:disabled,.admin-table-action-btn:disabled{cursor:not-allowed;opacity:.55}.admin-question-layout{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:start;gap:16px;display:grid}.admin-question-list-card,.admin-question-detail-card{background:#0f172a9e;border:1px solid #94a3b829;border-radius:16px;min-width:0;padding:16px}.admin-question-detail-card>h3,.admin-question-list-card h3{color:#e5eefb;margin:0}.admin-question-detail-card>p{color:#94a3b8;margin:8px 0 14px;font-size:12px;line-height:1.55}.admin-question-table th:nth-child(3),.admin-question-table td:nth-child(3){min-width:250px}.admin-question-table th:nth-child(2),.admin-question-table td:nth-child(2){min-width:180px}.admin-table-action-btn{min-width:76px;min-height:32px;padding:0 10px;font-size:12px}.admin-question-pagination{justify-content:center;align-items:center;gap:12px;margin-top:12px;display:flex}.admin-question-pagination button{min-width:68px;min-height:34px}.admin-question-pagination span{color:#cbd5e1;font-size:13px}.admin-question-empty-detail{text-align:center;color:#94a3b8;background:#0206176b;border-radius:14px;justify-content:center;align-items:center;min-height:180px;padding:20px;font-size:13px;line-height:1.6;display:flex}.admin-question-form{flex-direction:column;gap:14px;display:flex}.admin-question-form-head{background:#02061775;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.admin-question-form-head span{color:#38bdf8;font-size:12px;font-weight:800;display:block}.admin-question-form-head strong{color:#f8fafc;margin-top:4px;line-height:1.35;display:block}.admin-question-form-head button{flex:none;padding:0 14px}.admin-question-form-grid,.admin-question-options-grid,.admin-question-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.admin-question-form label{color:#cbd5e1;flex-direction:column;gap:7px;font-size:12px;font-weight:700;display:flex}.admin-question-form input,.admin-question-form select{min-height:38px;padding:0 12px}.admin-question-form textarea{resize:vertical;white-space:pre-wrap;min-height:110px;padding:12px;line-height:1.55}.admin-question-wide-label textarea{min-height:160px}.admin-question-image-grid input+input{margin-top:-2px}.admin-question-image-grid img{object-fit:contain;background:#020617;border:1px solid #94a3b82e;border-radius:12px;width:100%;max-height:260px;padding:8px}.admin-question-image-grid small,.admin-question-help{color:#94a3b8;font-size:12px;line-height:1.55}.admin-question-help{background:#0ea5e914;border:1px solid #0ea5e91f;border-radius:12px;margin:0;padding:12px}.admin-badge-live{color:#6ee7b7!important;background:#10b98133!important}@media (width<=1180px){.admin-question-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-question-layout{grid-template-columns:1fr}}@media (width<=760px){.admin-question-summary-grid,.admin-question-form-grid,.admin-question-options-grid,.admin-question-image-grid,.admin-question-toolbar{grid-template-columns:1fr}.admin-question-form-head{flex-direction:column}.admin-question-form-head button{width:100%}}.admin-page-tabbed{max-width:1600px}.admin-hero-card-compact{padding:clamp(28px,4vw,48px)}.admin-operation-card strong{text-align:center;font-size:clamp(22px,2vw,30px)}.admin-tab-nav{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020617c7;border:1px solid #94a3b833;border-radius:22px;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:26px;padding:12px;display:grid;position:sticky;top:12px;box-shadow:0 18px 45px #00000038}.admin-tab-button{color:#dbeafe;text-align:left;cursor:pointer;background:#0f1f33c7;border:1px solid #94a3b829;border-radius:16px;align-items:center;gap:12px;min-height:74px;padding:14px;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:flex}.admin-tab-button:hover{background:#1e3a5fd1;border-color:#60a5fa73;transform:translateY(-1px)}.admin-tab-button-active{background:linear-gradient(135deg,#2563eb59,#0ea5e933);border-color:#38bdf8b8;box-shadow:inset 0 0 0 1px #93c5fd29,0 18px 35px #0ea5e929}.admin-tab-icon{background:#3b82f629;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.admin-tab-text{gap:4px;min-width:0;display:grid}.admin-tab-text strong{color:#fff;word-break:keep-all;font-size:16px;font-weight:900;line-height:1.2}.admin-tab-text small{color:#94a3b8;word-break:keep-all;font-size:12px;font-weight:700;line-height:1.35}.admin-dashboard-panel{border-color:#60a5fa47}.admin-dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.admin-dashboard-card{color:#e5eefb;text-align:left;cursor:pointer;background:#02061757;border:1px solid #94a3b82e;border-radius:20px;min-height:190px;padding:24px;transition:transform .15s,border-color .15s,background .15s}.admin-dashboard-card:hover{background:#0f1f33c7;border-color:#60a5fa73;transform:translateY(-2px)}.admin-dashboard-card span{background:#3b82f629;border-radius:16px;place-items:center;width:52px;height:52px;font-size:26px;display:grid}.admin-dashboard-card strong{color:#fff;letter-spacing:-.03em;margin-top:18px;font-size:22px;font-weight:900;display:block}.admin-dashboard-card p{color:#cbd5e1;word-break:keep-all;margin:10px 0 0;line-height:1.6}.admin-display-placeholder{border-color:#a855f747}.admin-display-ready-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.admin-display-ready-grid article{background:#02061757;border:1px solid #94a3b82e;border-radius:18px;padding:22px}.admin-display-ready-grid span{color:#d8b4fe;background:#a855f72e;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;display:inline-flex}.admin-display-ready-grid strong{color:#fff;margin-top:16px;font-size:22px;font-weight:900;display:block}.admin-display-ready-grid p{color:#cbd5e1;word-break:keep-all;margin:10px 0 0;line-height:1.6}@media (width<=1180px){.admin-tab-nav,.admin-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-display-ready-grid{grid-template-columns:1fr}}@media (width<=760px){.admin-tab-nav,.admin-dashboard-grid{grid-template-columns:1fr}.admin-tab-nav{position:static}.admin-tab-button{min-height:64px}}.admin-display-section{flex-direction:column;gap:22px;display:flex}.admin-display-section .admin-panel-head{align-items:flex-start}.admin-screen-manager-layout{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);align-items:stretch;gap:18px;display:grid}.admin-screen-form-card,.admin-screen-preview-card,.admin-screen-list-card{background:#02081757;border:1px solid #94a3b82e;border-radius:18px;padding:20px}.admin-card-title-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.admin-card-title-row h3,.admin-screen-preview-card h3{color:#f8fafc;margin:0 0 6px;font-size:20px}.admin-card-title-row p,.admin-screen-preview-card p{color:#b7c7dc;margin:0;line-height:1.55}.admin-screen-form-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.admin-screen-form-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-screen-form-grid label,.admin-screen-full-label{color:#e5eefb;flex-direction:column;gap:8px;font-size:14px;font-weight:800;display:flex}.admin-screen-form-grid input,.admin-screen-form-grid select,.admin-screen-full-label textarea,.admin-screen-color-row input,.admin-screen-filter-row input,.admin-screen-filter-row select{color:#e5eefb;background:#000814b8;border:1px solid #94a3b829;border-radius:10px;outline:none;width:100%;padding:12px 13px}.admin-screen-full-label textarea{resize:vertical;min-height:90px}.admin-screen-color-row{grid-template-columns:58px minmax(0,1fr);gap:10px;display:grid}.admin-screen-color-row input[type=color]{min-height:46px;padding:4px}.admin-screen-form-bottom,.admin-screen-action-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.admin-screen-check-label{color:#dbeafe;white-space:nowrap;align-items:center;gap:8px;font-weight:800;display:inline-flex}.admin-screen-check-label input{width:16px;height:16px}.admin-screen-preview-card{flex-direction:column;gap:14px;display:flex}.admin-screen-preview-box{background:linear-gradient(135deg,#0f172ae6,#082f498c);border:1px solid #38bdf838;border-radius:16px;flex-direction:column;gap:10px;min-height:190px;padding:18px;display:flex}.admin-screen-preview-box span{color:#7dd3fc;background:#38bdf824;border-radius:999px;align-self:flex-start;padding:6px 10px;font-weight:900}.admin-screen-preview-box strong{color:#f8fafc;font-size:22px}.admin-screen-preview-box small{color:#93a4ba}.admin-screen-color-preview{border:1px solid #fff3;border-radius:12px;height:46px}.admin-screen-help-box{color:#c8f5df;background:#10b98112;border:1px solid #10b9812e;border-radius:14px;padding:14px}.admin-screen-help-box strong{color:#6ee7b7;margin-bottom:6px;display:block}.admin-screen-filter-row{grid-template-columns:1fr 1fr 2fr auto auto}.admin-screen-table th,.admin-screen-table td{vertical-align:middle}.admin-screen-table td strong{color:#f8fafc;display:block}.admin-screen-table td small{color:#8ea4bf;margin-top:4px;display:block}.admin-screen-value-cell{white-space:nowrap;text-overflow:ellipsis;max-width:260px;overflow:hidden}.admin-screen-actions{flex-wrap:nowrap}.admin-screen-actions button{color:#dbeafe;cursor:pointer;background:#475569a6;border:0;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.admin-screen-actions button:hover{background:#3b82f68c}.admin-screen-actions button.danger:hover{background:#ef4444d9}.admin-row-muted{opacity:.58}.admin-alert{border-radius:14px;padding:13px 15px;font-weight:800}.admin-alert-error{color:#fecaca;background:#7f1d1d47;border:1px solid #f8717140}.admin-alert-success{color:#bbf7d0;background:#064e3b3d;border:1px solid #34d39940}@media (width<=980px){.admin-screen-manager-layout,.admin-screen-form-grid,.admin-screen-form-grid.two-columns,.admin-screen-filter-row{grid-template-columns:1fr}}.admin-calendar-section .admin-panel-head{align-items:flex-start}.admin-calendar-manager-layout{margin-top:18px}.admin-calendar-active-check{align-self:end;min-height:44px}.admin-calendar-preview-box{border:1px solid var(--wgs-border);background:var(--wgs-input-bg);border-radius:14px;gap:8px;padding:16px;display:grid}.admin-calendar-preview-box span{color:var(--wgs-subtle);font-size:.85rem}.admin-calendar-preview-box strong{color:var(--wgs-text);font-size:1rem}.admin-calendar-preview-box p{color:var(--wgs-subtle);margin:0}.admin-calendar-preview-box small{color:#34d399;background:#10b98124;border-radius:999px;width:fit-content;padding:4px 8px;font-weight:700;display:inline-flex}.admin-calendar-filter-row{margin-top:18px}.admin-calendar-table th,.admin-calendar-table td{vertical-align:top}.admin-calendar-table td strong{display:block}.admin-calendar-table td small{color:var(--wgs-subtle);margin-top:3px;font-size:.78rem;display:block}.admin-calendar-actions{flex-wrap:nowrap}.admin-calendar-actions button{white-space:nowrap}.admin-calendar-actions button.danger{color:#f87171;border-color:#ef444459}.admin-calendar-actions button.danger:hover{background:#ef444424}@media (width<=760px){.admin-calendar-actions{flex-wrap:wrap}}.wgs-kst-today-cell{border-radius:14px!important;outline:3px solid #22c55e!important;position:relative!important;box-shadow:0 0 0 4px #22c55e2e,0 0 22px #22c55e59!important}.wgs-kst-today-cell:after{content:"오늘";color:#fff;z-index:10;background:#22c55ef2;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;line-height:1;position:absolute;top:8px;right:8px}body.wgs-theme-dark{--wgs-readable-text:#f8fafc;--wgs-readable-subtext:#cbd5e1;--wgs-readable-muted:#94a3b8;--wgs-readable-field-bg:#020617e0;--wgs-readable-field-text:#f8fafc;--wgs-readable-field-border:#94a3b861;--wgs-drawing-panel-bg:#0f172ab8;--wgs-drawing-border:#94a3b857;--wgs-drawing-text:#f8fafc;--wgs-drawing-muted:#cbd5e1;--wgs-drawing-control-bg:#020617eb;--wgs-drawing-control-text:#f8fafc;--wgs-drawing-control-border:#94a3b86b}body.wgs-theme-light{--wgs-readable-text:#111827;--wgs-readable-subtext:#334155;--wgs-readable-muted:#64748b;--wgs-readable-field-bg:#fff;--wgs-readable-field-text:#111827;--wgs-readable-field-border:#d8e5f7;--wgs-drawing-panel-bg:#fff;--wgs-drawing-border:#d8e5f7;--wgs-drawing-text:#111827;--wgs-drawing-muted:#475569;--wgs-drawing-control-bg:#fff;--wgs-drawing-control-text:#111827;--wgs-drawing-control-border:#d8e5f7}body.wgs-theme-dark .past-exam-page,body.wgs-theme-dark .written-exam-page,body.wgs-theme-dark .ipep-page,body.wgs-theme-dark .random-practice-page,body.wgs-theme-dark .past-exam-page h1,body.wgs-theme-dark .past-exam-page h2,body.wgs-theme-dark .past-exam-page h3,body.wgs-theme-dark .past-exam-page h4,body.wgs-theme-dark .past-exam-page p,body.wgs-theme-dark .past-exam-page label,body.wgs-theme-dark .past-exam-page span:not(.wgs-status-badge),body.wgs-theme-dark .written-exam-page h1,body.wgs-theme-dark .written-exam-page h2,body.wgs-theme-dark .written-exam-page h3,body.wgs-theme-dark .written-exam-page h4,body.wgs-theme-dark .written-exam-page p,body.wgs-theme-dark .written-exam-page label,body.wgs-theme-dark .written-exam-page span:not(.wgs-status-badge),body.wgs-theme-dark .ipep-page h1,body.wgs-theme-dark .ipep-page h2,body.wgs-theme-dark .ipep-page h3,body.wgs-theme-dark .ipep-page h4,body.wgs-theme-dark .ipep-page p,body.wgs-theme-dark .ipep-page label,body.wgs-theme-dark .ipep-page span:not(.wgs-status-badge),body.wgs-theme-light .past-exam-page,body.wgs-theme-light .written-exam-page,body.wgs-theme-light .ipep-page,body.wgs-theme-light .random-practice-page,body.wgs-theme-light .past-exam-question-panel,body.wgs-theme-light .past-exam-omr-panel,body.wgs-theme-light .ipep-page>div,body.wgs-theme-light .random-practice-page>div,body.wgs-theme-light .past-exam-page h1,body.wgs-theme-light .past-exam-page h2,body.wgs-theme-light .past-exam-page h3,body.wgs-theme-light .past-exam-page h4,body.wgs-theme-light .past-exam-page p,body.wgs-theme-light .past-exam-page label,body.wgs-theme-light .past-exam-page span:not(.wgs-status-badge),body.wgs-theme-light .written-exam-page h1,body.wgs-theme-light .written-exam-page h2,body.wgs-theme-light .written-exam-page h3,body.wgs-theme-light .written-exam-page h4,body.wgs-theme-light .written-exam-page p,body.wgs-theme-light .written-exam-page label,body.wgs-theme-light .written-exam-page span:not(.wgs-status-badge),body.wgs-theme-light .ipep-page h1,body.wgs-theme-light .ipep-page h2,body.wgs-theme-light .ipep-page h3,body.wgs-theme-light .ipep-page h4,body.wgs-theme-light .ipep-page p,body.wgs-theme-light .ipep-page label,body.wgs-theme-light .ipep-page span:not(.wgs-status-badge){color:var(--wgs-readable-text)!important}body.wgs-theme-dark .past-exam-page input,body.wgs-theme-dark .past-exam-page textarea,body.wgs-theme-dark .past-exam-page select,body.wgs-theme-dark .written-exam-page input,body.wgs-theme-dark .written-exam-page textarea,body.wgs-theme-dark .written-exam-page select,body.wgs-theme-dark .ipep-page input,body.wgs-theme-dark .ipep-page textarea,body.wgs-theme-dark .ipep-page select,body.wgs-theme-dark .random-practice-page input,body.wgs-theme-dark .random-practice-page textarea,body.wgs-theme-dark .random-practice-page select,body.wgs-theme-light .past-exam-page input,body.wgs-theme-light .past-exam-page textarea,body.wgs-theme-light .past-exam-page select,body.wgs-theme-light .written-exam-page input,body.wgs-theme-light .written-exam-page textarea,body.wgs-theme-light .written-exam-page select,body.wgs-theme-light .ipep-page input,body.wgs-theme-light .ipep-page textarea,body.wgs-theme-light .ipep-page select,body.wgs-theme-light .random-practice-page input,body.wgs-theme-light .random-practice-page textarea,body.wgs-theme-light .random-practice-page select{background:var(--wgs-readable-field-bg)!important;color:var(--wgs-readable-field-text)!important;border-color:var(--wgs-readable-field-border)!important}body.wgs-theme-dark .past-exam-page input::placeholder,body.wgs-theme-dark .past-exam-page textarea::placeholder,body.wgs-theme-dark .ipep-page input::placeholder,body.wgs-theme-dark .ipep-page textarea::placeholder,body.wgs-theme-dark .random-practice-page textarea::placeholder{color:#94a3b8!important}body.wgs-theme-light .past-exam-page input::placeholder,body.wgs-theme-light .past-exam-page textarea::placeholder,body.wgs-theme-light .ipep-page input::placeholder,body.wgs-theme-light .ipep-page textarea::placeholder,body.wgs-theme-light .random-practice-page textarea::placeholder{color:#64748b!important}.wgs-drawing-board,.wgs-drawing-board :not(canvas){color:var(--wgs-drawing-text)!important}.wgs-drawing-board select,.wgs-drawing-board input[type=number],.wgs-drawing-board input[type=color]{background:var(--wgs-drawing-control-bg)!important;color:var(--wgs-drawing-control-text)!important;border-color:var(--wgs-drawing-control-border)!important}.wgs-drawing-board button{color:var(--wgs-drawing-control-text)!important}.wgs-drawing-board .wgs-tool-active,.wgs-drawing-board button[style*="background: #3b82f6"],.wgs-drawing-board button[style*="background:#3b82f6"]{color:#fff!important}#wgs-multiplayer-page .mp-agree-row--checked b{color:#064e3b!important}#wgs-multiplayer-page .mp-agree-row--checked span:last-child{color:#047857!important}body.wgs-theme-dark #wgs-multiplayer-page .mp-agree-row:not(.mp-agree-row--checked) b,body.wgs-theme-dark #wgs-multiplayer-page .mp-agree-row:not(.mp-agree-row--checked) span:last-child,.admin-page,.admin-page .admin-section,.admin-page .admin-card,.admin-page .admin-panel,.admin-page .admin-tab-panel,.admin-page .admin-table-wrap,.admin-page .admin-form,.admin-page .admin-preview,.admin-page .admin-calendar-panel,.admin-page .admin-question-panel,.admin-page .admin-screen-panel,.admin-page .admin-user-panel,.admin-page h1,.admin-page h2,.admin-page h3,.admin-page h4,.admin-page p,.admin-page label,.admin-page small,.admin-page strong,.admin-page b,.admin-page .admin-muted,.admin-page .admin-summary,.admin-page .admin-help,.admin-page .admin-card-title,.admin-page .admin-stat-label,.admin-page .admin-stat-value,.admin-page .admin-section-title{color:#f8fafc!important}.admin-page table,.admin-page tbody,.admin-page tr,.admin-page td{color:#e5e7eb!important}.admin-page thead,.admin-page th{color:#111827!important}.admin-page input,.admin-page select,.admin-page textarea{color:#111827!important;background:#fff!important;border-color:#cbd5e1!important}.admin-page input::placeholder,.admin-page textarea::placeholder{color:#64748b!important}.admin-page button,.admin-page button *{color:inherit}.admin-page button[style*="background: #3b82f6"],.admin-page button[style*="background:#3b82f6"],.admin-page button[style*="background: #10b981"],.admin-page button[style*="background:#10b981"],.admin-page button[style*="background: #ef4444"],.admin-page button[style*="background:#ef4444"]{color:#fff!important}body.wgs-theme-light .past-exam-page,body.wgs-theme-light .past-exam-page :not(button):not(button *):not(svg):not(path),body.wgs-theme-light .random-practice-page,body.wgs-theme-light .random-practice-page :not(button):not(button *):not(svg):not(path){color:#111827!important}body.wgs-theme-light .past-exam-page .question-card,body.wgs-theme-light .past-exam-page .question-box,body.wgs-theme-light .past-exam-page .option-card,body.wgs-theme-light .past-exam-page .choice-card,body.wgs-theme-light .random-practice-page .question-card,body.wgs-theme-light .random-practice-page .question-box,body.wgs-theme-light .random-practice-page .option-card,body.wgs-theme-light .random-practice-page .choice-card{color:#111827!important;background:#fff!important;border-color:#d8e5f7!important}body.wgs-theme-dark .ipep-page,body.wgs-theme-dark .ipep-page .written-exam-page,body.wgs-theme-dark .ipep-page [class*=card],body.wgs-theme-dark .ipep-page [class*=panel],body.wgs-theme-dark .ipep-page [class*=box]{color:#f8fafc!important}body.wgs-theme-light .ipep-page,body.wgs-theme-light .ipep-page .written-exam-page,body.wgs-theme-light .ipep-page [class*=card],body.wgs-theme-light .ipep-page [class*=panel],body.wgs-theme-light .ipep-page [class*=box]{color:#111827!important}body.wgs-theme-dark .ipep-page textarea,body.wgs-theme-dark .ipep-page input,body.wgs-theme-dark .ipep-page select,body.wgs-theme-dark #wgs-multiplayer-page textarea,body.wgs-theme-dark #wgs-multiplayer-page input,body.wgs-theme-dark #wgs-multiplayer-page select{color:#f8fafc!important;background:#020617eb!important;border-color:#94a3b86b!important}body.wgs-theme-light .ipep-page textarea,body.wgs-theme-light .ipep-page input,body.wgs-theme-light .ipep-page select,body.wgs-theme-light #wgs-multiplayer-page textarea,body.wgs-theme-light #wgs-multiplayer-page input,body.wgs-theme-light #wgs-multiplayer-page select{color:#111827!important;background:#fff!important;border-color:#d8e5f7!important}body.wgs-theme-dark #wgs-multiplayer-page .mp-exam-grid,body.wgs-theme-dark #wgs-multiplayer-page .mp-exam-card,body.wgs-theme-dark #wgs-multiplayer-page .mp-omr-card,body.wgs-theme-dark #wgs-multiplayer-page .mp-wrong-practice-card{color:#f8fafc!important}body.wgs-theme-light #wgs-multiplayer-page .mp-exam-grid,body.wgs-theme-light #wgs-multiplayer-page .mp-exam-card,body.wgs-theme-light #wgs-multiplayer-page .mp-omr-card,body.wgs-theme-light #wgs-multiplayer-page .mp-wrong-practice-card{color:#111827!important}#wgs-multiplayer-page .mp-written-answer-wrap,#wgs-multiplayer-page .mp-written-answer-box,#wgs-multiplayer-page .mp-written-question-box{z-index:1;position:relative}#wgs-multiplayer-page .mp-written-answer-box textarea,#wgs-multiplayer-page textarea[placeholder*=정답을\ 직접]{min-height:120px;line-height:1.55}.error-report-modal input[readonly]{color:#334155!important;background:#f1f5f9!important}body.wgs-theme-dark .error-report-modal input[readonly]{color:#e5e7eb!important;background:#0f172ae0!important}body.wgs-theme-dark .home-calendar,body.wgs-theme-dark .home-calendar *{color:#f8fafc}body.wgs-theme-light .home-calendar,body.wgs-theme-light .home-calendar *{color:#111827}.home-calendar .home-calendar-date-number{font-size:12px;font-weight:900;color:var(--wgs-calendar-day-color,#111827)!important}.home-calendar .home-calendar-date-number.is-red-day{color:#ef4444!important}.home-calendar .home-calendar-date-number.is-saturday{color:#2563eb!important}body.wgs-theme-dark .home-calendar .home-calendar-date-number{color:#e5e7eb!important}body.wgs-theme-dark .home-calendar .home-calendar-date-number.is-red-day{color:#f87171!important}body.wgs-theme-dark .home-calendar .home-calendar-date-number.is-saturday{color:#60a5fa!important}.admin-page .admin-calendar-section{border:1px solid #3b82f647!important;border-radius:24px!important}.admin-page .admin-calendar-section .admin-panel-head,.admin-page .admin-calendar-section .admin-card-title-row,.admin-page .admin-calendar-section .admin-screen-form-card,.admin-page .admin-calendar-section .admin-screen-preview-card,.admin-page .admin-calendar-section .admin-question-summary-grid article,.admin-page .admin-calendar-section .admin-question-list-card{box-shadow:0 18px 50px #0f172a1a!important}.admin-page .admin-calendar-section .admin-screen-form-card,.admin-page .admin-calendar-section .admin-screen-preview-card,.admin-page .admin-calendar-section .admin-question-list-card{border:1px solid #94a3b86b!important}.admin-page .admin-calendar-section .admin-screen-form-grid label,.admin-page .admin-calendar-section .admin-screen-full-label,.admin-page .admin-calendar-section .admin-card-title-row p,.admin-page .admin-calendar-section .admin-screen-preview-card p,.admin-page .admin-calendar-section .admin-calendar-table td,.admin-page .admin-calendar-section .admin-calendar-table td strong,.admin-page .admin-calendar-section .admin-calendar-table td small{opacity:1!important}.admin-page .admin-calendar-section input,.admin-page .admin-calendar-section select,.admin-page .admin-calendar-section textarea{border-width:1.5px!important;min-height:44px!important;box-shadow:inset 0 0 0 1px #94a3b81f!important}.admin-page .admin-calendar-section input[type=color]{cursor:pointer;min-height:44px!important;padding:4px!important}.admin-page .admin-calendar-section .admin-calendar-active-check{border:1px dashed #94a3b899!important;border-radius:12px!important;padding:10px 12px!important}.admin-page .admin-calendar-section .admin-calendar-preview-box{border-width:1.5px!important}.admin-page .admin-calendar-section .admin-table-scroll{border:1px solid #94a3b859!important;border-radius:16px!important;overflow:auto!important}.admin-page .admin-calendar-section .admin-calendar-table{border-collapse:separate!important;border-spacing:0!important}.admin-page .admin-calendar-section .admin-calendar-table th{z-index:1;position:sticky;top:0;font-weight:900!important}.admin-page .admin-calendar-section .admin-calendar-table td{border-bottom:1px solid #94a3b838!important}.admin-page .admin-calendar-section .admin-badge{border:1px solid #94a3b85c!important}body.wgs-theme-light .admin-page .admin-calendar-section{color:#111827!important;background:#ffffffe0!important}body.wgs-theme-light .admin-page .admin-calendar-section h2,body.wgs-theme-light .admin-page .admin-calendar-section h3,body.wgs-theme-light .admin-page .admin-calendar-section h4,body.wgs-theme-light .admin-page .admin-calendar-section p,body.wgs-theme-light .admin-page .admin-calendar-section label,body.wgs-theme-light .admin-page .admin-calendar-section small,body.wgs-theme-light .admin-page .admin-calendar-section strong,body.wgs-theme-light .admin-page .admin-calendar-section b,body.wgs-theme-light .admin-page .admin-calendar-section span:not(.admin-badge):not(.admin-small-status){color:#111827!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-screen-form-card,body.wgs-theme-light .admin-page .admin-calendar-section .admin-screen-preview-card,body.wgs-theme-light .admin-page .admin-calendar-section .admin-question-list-card,body.wgs-theme-light .admin-page .admin-calendar-section .admin-question-summary-grid article{background:#fff!important;border-color:#cbd5e1!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-calendar-table th{color:#111827!important;background:#e5eefb!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-calendar-table td{color:#1f2937!important;background:#fff!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-calendar-preview-box,body.wgs-theme-light .admin-page .admin-calendar-section .admin-screen-help-box{color:#111827!important;background:#f8fafc!important}body.wgs-theme-dark .admin-page .admin-calendar-section{color:#f8fafc!important;background:#071426f5!important}body.wgs-theme-dark .admin-page .admin-calendar-section h2,body.wgs-theme-dark .admin-page .admin-calendar-section h3,body.wgs-theme-dark .admin-page .admin-calendar-section h4,body.wgs-theme-dark .admin-page .admin-calendar-section p,body.wgs-theme-dark .admin-page .admin-calendar-section label,body.wgs-theme-dark .admin-page .admin-calendar-section small,body.wgs-theme-dark .admin-page .admin-calendar-section strong,body.wgs-theme-dark .admin-page .admin-calendar-section b,body.wgs-theme-dark .admin-page .admin-calendar-section span:not(.admin-badge):not(.admin-small-status){color:#f8fafc!important}body.wgs-theme-dark .admin-page .admin-calendar-section .admin-screen-form-card,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-screen-preview-card,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-question-list-card,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-question-summary-grid article{background:#0f172af0!important;border-color:#60a5fa52!important}body.wgs-theme-dark .admin-page .admin-calendar-section .admin-calendar-table th{color:#f8fafc!important;background:#0f172a!important}body.wgs-theme-dark .admin-page .admin-calendar-section .admin-calendar-table td{color:#e5e7eb!important;background:#111827!important}body.wgs-theme-dark .admin-page .admin-calendar-section .admin-calendar-preview-box,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-screen-help-box{color:#f8fafc!important;background:#020617!important}body.wgs-theme-light .home-calendar{--wgs-calendar-date-default:#111827}body.wgs-theme-dark .home-calendar{--wgs-calendar-date-default:#e5e7eb}body.wgs-theme-light .home-calendar .home-calendar-date-number,body.wgs-theme-dark .home-calendar .home-calendar-date-number{color:var(--wgs-date-number-color,var(--wgs-calendar-date-default))!important;font-weight:800!important}body.wgs-theme-light .home-calendar .home-calendar-date-number.is-red-day,body.wgs-theme-dark .home-calendar .home-calendar-date-number.is-red-day{color:var(--wgs-date-number-color,#ef4444)!important}body.wgs-theme-light .admin-page .admin-calendar-section :is(h2,h3,h4,p,label,small,td,th,div,span,strong,b):not(.admin-calendar-preview-box strong){color:#111827!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-panel-head p,body.wgs-theme-light .admin-page .admin-calendar-section .admin-card-title-row p,body.wgs-theme-light .admin-page .admin-calendar-section .admin-screen-preview-card p,body.wgs-theme-light .admin-page .admin-calendar-section .admin-calendar-table td small{color:#334155!important}body.wgs-theme-light .admin-page .admin-calendar-section input,body.wgs-theme-light .admin-page .admin-calendar-section select,body.wgs-theme-light .admin-page .admin-calendar-section textarea{color:#111827!important;background:#fff!important;border-color:#64748b!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-question-list-card,body.wgs-theme-light .admin-page .admin-calendar-section .admin-table-scroll,body.wgs-theme-light .admin-page .admin-calendar-section .admin-calendar-table{background:#fff!important}body.wgs-theme-dark .admin-page .admin-calendar-section :is(h2,h3,h4,p,label,small,td,th,div,span,strong,b):not(.admin-calendar-preview-box strong){color:#f8fafc!important}body.wgs-theme-dark .admin-page .admin-calendar-section .admin-question-list-card,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-table-scroll,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-calendar-table{background:#0f172a!important}body.wgs-theme-light .home-calendar-card{--wgs-calendar-date-default:#111827}body.wgs-theme-dark .home-calendar-card{--wgs-calendar-date-default:#f8fafc}body.wgs-theme-light .home-calendar-card .home-calendar-date-number,body.wgs-theme-dark .home-calendar-card .home-calendar-date-number{color:var(--wgs-date-number-color,var(--wgs-calendar-date-default))!important;font-weight:800!important}body.wgs-theme-light .home-calendar-card .home-calendar-date-number[data-calendar-red-day=false],body.wgs-theme-dark .home-calendar-card .home-calendar-date-number[data-calendar-red-day=false]{color:var(--wgs-calendar-date-default)!important}body.wgs-theme-light .home-calendar-card .home-calendar-date-number[data-calendar-red-day=true],body.wgs-theme-dark .home-calendar-card .home-calendar-date-number[data-calendar-red-day=true]{color:#ef4444!important}body.wgs-theme-light .admin-page .admin-calendar-section,body.wgs-theme-light .admin-page .admin-calendar-section :is(h1,h2,h3,h4,h5,p,label,small,td,th,div,span,strong,b){color:#111827!important}body.wgs-theme-light .admin-page .admin-calendar-section :is(button,.admin-btn,.admin-action-btn){color:#fff!important;text-shadow:none!important}body.wgs-theme-light .admin-page .admin-calendar-section .admin-calendar-table :is(button,.admin-btn,.admin-action-btn),body.wgs-theme-light .admin-page .admin-calendar-section .admin-table-scroll :is(button,.admin-btn,.admin-action-btn){color:#fff!important}body.wgs-theme-light .admin-page .admin-calendar-section input,body.wgs-theme-light .admin-page .admin-calendar-section select,body.wgs-theme-light .admin-page .admin-calendar-section textarea{color:#111827!important;background:#fff!important}body.wgs-theme-light .admin-page .admin-calendar-section input::placeholder,body.wgs-theme-light .admin-page .admin-calendar-section textarea::placeholder{color:#64748b!important}body.wgs-theme-dark .admin-page .admin-calendar-section,body.wgs-theme-dark .admin-page .admin-calendar-section :is(h1,h2,h3,h4,h5,p,label,small,td,th,div,span,strong,b){color:#f8fafc!important}body.wgs-theme-dark .admin-page .admin-calendar-section .admin-panel-head p,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-card-title-row p,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-screen-preview-card p,body.wgs-theme-dark .admin-page .admin-calendar-section .admin-calendar-table td small{color:#e5e7eb!important}body.wgs-theme-dark .admin-page .admin-calendar-section :is(button,.admin-btn,.admin-action-btn){color:#fff!important;text-shadow:none!important}body.wgs-theme-dark .admin-page .admin-calendar-section input,body.wgs-theme-dark .admin-page .admin-calendar-section select,body.wgs-theme-dark .admin-page .admin-calendar-section textarea{color:#f8fafc!important;background:#020617!important;border-color:#94a3b8!important}body.wgs-theme-dark .admin-page .admin-calendar-section input::placeholder,body.wgs-theme-dark .admin-page .admin-calendar-section textarea::placeholder{color:#cbd5e1!important}.admin-user-table th{white-space:nowrap}.admin-action-btn{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;transition:transform .16s,opacity .16s;box-shadow:0 8px 18px #0f172a29}.admin-action-btn:hover:not(:disabled){transform:translateY(-1px)}.admin-action-btn:disabled{opacity:.45;cursor:not-allowed}.admin-action-btn-mail,.admin-action-btn-score{color:#0f172a;background:#dbeafe}.admin-action-btn-stop,.admin-action-btn-danger{color:#fff;background:#ef4444}.admin-action-btn-release,.admin-action-btn-operator-on{color:#fff;background:#10b981}.admin-action-btn-operator-off{color:#0f172a;background:#e5e7eb}.admin-row-note{color:#fca5a5;max-width:180px;margin-top:6px;line-height:1.35;display:block}body.wgs-theme-light .admin-row-note{color:#b91c1c}.admin-approval-panel{overflow:hidden}.admin-approval-scroll{max-height:640px}.admin-approval-table td{vertical-align:top}.admin-approval-status{border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.admin-approval-status-pending{color:#0f172a;background:#fef3c7}.admin-approval-status-approved{color:#fff;background:#10b981}.admin-approval-status-rejected{color:#fff;background:#ef4444}.admin-approval-detail summary{cursor:pointer;font-weight:800}.admin-approval-detail pre{color:#fff;white-space:pre-wrap;word-break:break-word;background:#0f172ae0;border-radius:12px;max-width:420px;max-height:220px;margin-top:8px;padding:10px;overflow:auto}body.wgs-theme-light .admin-approval-detail pre{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ef}.admin-approval-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-muted-text{color:#94a3b8;font-weight:800}body.wgs-theme-light .admin-muted-text{color:#475569}body.wgs-theme-dark .admin-panel,body.wgs-theme-dark .admin-card,body.wgs-theme-dark .admin-table-card,body.wgs-theme-dark .admin-log-card,body.wgs-theme-dark .admin-user-table td{color:#f8fafc}body.wgs-theme-light .admin-panel,body.wgs-theme-light .admin-card,body.wgs-theme-light .admin-table-card,body.wgs-theme-light .admin-log-card,body.wgs-theme-light .admin-user-table td{color:#0f172a}body.wgs-theme-light .admin-user-table th{color:#0f172a!important;background:#f8fafc!important}body.wgs-theme-dark .admin-user-table th{color:#fff!important;background:#0f172a!important}.admin-user-ranking-page{color:#0f172a;background:#f8fafc;min-height:100vh;padding:36px 24px}body.wgs-theme-dark .admin-user-ranking-page{color:#fff;background:#020817}.admin-user-ranking-head{max-width:1280px;margin:0 auto 18px}.admin-user-ranking-head h1{margin:0 0 8px;font-size:32px}.admin-sort-btn{appearance:none;color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-weight:900}.admin-sort-btn:hover{text-decoration:underline}.admin-action-btn-contrast,.admin-mail-submit{color:#fff!important;background:#0f172a!important;border:1px solid #0f172a59!important}body.wgs-theme-dark .admin-action-btn-contrast,body.wgs-theme-dark .admin-mail-submit{color:#0f172a!important;background:#fff!important;border:1px solid #ffffffbf!important}.admin-protected-label{min-height:30px;color:inherit;white-space:nowrap;background:#94a3b82e;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.admin-user-pagination{color:inherit;justify-content:center;align-items:center;gap:10px;margin-top:14px;font-weight:900;display:flex}.admin-user-page-btn{cursor:pointer;color:#fff;background:#0f172a;border:0;border-radius:999px;padding:8px 14px;font-weight:900}body.wgs-theme-dark .admin-user-page-btn{color:#0f172a;background:#fff}.admin-user-page-btn:disabled{opacity:.45;cursor:not-allowed}.admin-mail-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0208179e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.admin-mail-modal{color:#0f172a;background:#fff;border:1px solid #94a3b84d;border-radius:24px;width:min(720px,100%);max-height:calc(100vh - 48px);padding:26px;overflow:auto;box-shadow:0 28px 80px #02081759}body.wgs-theme-dark .admin-mail-modal{color:#fff;background:#0f172a;border-color:#ffffff24}.admin-mail-modal-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.admin-mail-modal-head p{color:#2563eb;margin:0 0 6px;font-size:13px;font-weight:900}.admin-mail-modal-head h2{margin:0;font-size:24px;line-height:1.25}.admin-mail-close{cursor:pointer;color:#0f172a;background:#e5e7eb;border:0;border-radius:999px;width:38px;height:38px;font-size:24px;font-weight:900}body.wgs-theme-dark .admin-mail-close{color:#fff;background:#ffffff29}.admin-mail-modal label{margin-top:14px;font-weight:900;display:block}.admin-mail-modal label span{margin-bottom:8px;display:block}.admin-mail-modal input,.admin-mail-modal textarea{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;padding:13px 14px;line-height:1.55}body.wgs-theme-dark .admin-mail-modal input,body.wgs-theme-dark .admin-mail-modal textarea{color:#fff;background:#020817;border-color:#94a3b859}.admin-mail-modal textarea{resize:vertical;min-height:220px}.admin-mail-error{color:#ef4444;background:#ef44441f;border-radius:12px;margin:12px 0 0;padding:11px 13px;font-weight:900}.admin-mail-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.admin-mail-cancel,.admin-mail-submit{cursor:pointer;border-radius:999px;padding:12px 20px;font-weight:900}.admin-mail-cancel{color:#0f172a;background:#fff;border:1px solid #cbd5e1}body.wgs-theme-dark .admin-mail-cancel{color:#fff;background:#ffffff14;border-color:#ffffff2e}.admin-mail-cancel:disabled,.admin-mail-submit:disabled{opacity:.6;cursor:not-allowed}.admin-approval-head{align-items:flex-start;gap:16px}.admin-approval-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-approval-count{color:#e2e8f0eb;font-size:13px;font-weight:900}body.wgs-theme-light .admin-approval-count{color:#334155}.admin-approval-delete-btn,.admin-approval-select-all-btn{cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-weight:900;box-shadow:0 10px 22px #0f172a29}.admin-approval-delete-btn{color:#fff!important;background:#ef4444!important}.admin-approval-select-all-btn{color:#fff!important;background:#10b981!important}.admin-approval-delete-btn:disabled,.admin-approval-select-all-btn:disabled{opacity:.55;cursor:not-allowed}.admin-approval-check-col,.admin-approval-no-col{text-align:center;white-space:nowrap}.admin-approval-check-col{width:58px}.admin-approval-no-col{width:64px;font-weight:900}.admin-approval-check-col input[type=checkbox]{cursor:pointer;accent-color:#2563eb;width:18px;height:18px}.admin-approval-check-col input[type=checkbox]:disabled{cursor:not-allowed;opacity:.42}.admin-approval-row-selected{box-shadow:inset 4px 0 #3b82f6;background:#3b82f62e!important}body.wgs-theme-light .admin-approval-row-selected{background:#2563eb1f!important}.admin-sort-header-btn{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:6px;padding:0;font-weight:900;display:inline-flex}.admin-sort-header-btn span{color:#1d4ed8;white-space:nowrap;background:#2563eb21;border-radius:999px;align-items:center;padding:2px 7px;font-size:11px;line-height:1.3;display:inline-flex}body.wgs-theme-dark .admin-sort-header-btn span{color:#bfdbfe;background:#60a5fa38}.admin-approval-pagination{justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.admin-approval-pagination button{cursor:pointer;color:#fff;background:#3b82f6;border:1px solid #94a3b873;border-radius:12px;padding:10px 16px;font-weight:900}.admin-approval-pagination button:disabled{cursor:not-allowed;opacity:.65;background:#94a3b8}.admin-approval-pagination span{text-align:center;min-width:84px;font-weight:900}.admin-notice-grid{grid-template-columns:minmax(0,1fr)}.admin-secondary-mini-btn{color:#e5e7eb;cursor:pointer;background:#0f172aad;border:1px solid #94a3b859;border-radius:12px;padding:10px 14px;font-weight:800}.admin-secondary-mini-btn:hover{border-color:#60a5fa8c;transform:translateY(-1px)}.admin-operation-log-section{margin-top:24px}.admin-operation-log-head{align-items:flex-start;gap:16px}.admin-operation-log-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-operation-log-summary{color:#dbeafe;background:#0f172a8a;border:1px solid #94a3b82e;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 14px;padding:14px 16px;display:flex}.admin-operation-log-summary strong{color:#f8fafc;font-size:1rem}.admin-operation-log-summary span{color:#bfdbfe;font-size:.92rem;font-weight:700}.admin-operation-log-table-wrap{background:#0206176b;border:1px solid #94a3b82e;border-radius:18px;overflow:auto}.admin-operation-log-table{border-collapse:collapse;width:100%;min-width:900px}.admin-operation-log-table th,.admin-operation-log-table td{text-align:left;vertical-align:top;border-bottom:1px solid #94a3b824;padding:14px 12px}.admin-operation-log-table th{color:#e0f2fe;background:#0f172aa8;font-size:.9rem}.admin-operation-log-table td{color:#f8fafc;font-size:.92rem}.admin-operation-message{white-space:pre-wrap;word-break:break-word;max-width:420px;color:#dbeafe!important}.admin-operation-type-pill{border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.8rem;font-weight:900;display:inline-flex}.admin-operation-type-pill.is-notice{color:#bfdbfe;background:#3b82f629;border:1px solid #60a5fa5c}.admin-operation-type-pill.is-maintenance{color:#fde68a;background:#f59e0b29;border:1px solid #f59e0b5c}.admin-operation-pagination{margin-top:14px}body.wgs-theme-light .admin-secondary-mini-btn,body.light-mode .admin-secondary-mini-btn,body.light .admin-secondary-mini-btn{color:#0f172a;background:#fff;border-color:#94a3b88c}body.wgs-theme-light .admin-operation-log-summary,body.light-mode .admin-operation-log-summary,body.light .admin-operation-log-summary{color:#1e293b;background:#f8fafc;border-color:#94a3b857}body.wgs-theme-light .admin-operation-log-summary strong,body.light-mode .admin-operation-log-summary strong,body.light .admin-operation-log-summary strong{color:#0f172a}body.wgs-theme-light .admin-operation-log-summary span,body.light-mode .admin-operation-log-summary span,body.light .admin-operation-log-summary span{color:#475569}body.wgs-theme-light .admin-operation-log-table-wrap,body.light-mode .admin-operation-log-table-wrap,body.light .admin-operation-log-table-wrap{background:#fff;border-color:#94a3b857}body.wgs-theme-light .admin-operation-log-table th,body.light-mode .admin-operation-log-table th,body.light .admin-operation-log-table th{color:#0f172a;background:#eff6ff}body.wgs-theme-light .admin-operation-log-table td,body.light-mode .admin-operation-log-table td,body.light .admin-operation-log-table td{color:#1e293b;border-bottom-color:#94a3b840}body.wgs-theme-light .admin-operation-message,body.light-mode .admin-operation-message,body.light .admin-operation-message{color:#334155!important}body.wgs-theme-light .admin-operation-type-pill.is-notice,body.light-mode .admin-operation-type-pill.is-notice,body.light .admin-operation-type-pill.is-notice{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}body.wgs-theme-light .admin-operation-type-pill.is-maintenance,body.light-mode .admin-operation-type-pill.is-maintenance,body.light .admin-operation-type-pill.is-maintenance{color:#92400e;background:#fef3c7;border-color:#fcd34d}@media (width<=760px){.admin-operation-log-head,.admin-operation-log-summary{flex-direction:column;align-items:stretch}.admin-operation-log-actions{justify-content:stretch}.admin-operation-log-actions button{flex:180px}}.admin-notice-layout{grid-template-columns:minmax(0,1fr)}.admin-card-action-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.admin-user-layout.admin-user-layout-single{grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;display:block!important}.admin-user-layout-single .admin-user-wide-card{box-sizing:border-box;width:100%!important;min-width:0!important;max-width:100%!important}.admin-user-wide-card .admin-user-table-scroll,.admin-user-wide-card .admin-log-table-scroll,.admin-user-wide-card .admin-table-scroll{box-sizing:border-box;overflow:auto visible;width:100%!important;max-width:100%!important}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table){table-layout:fixed;width:100%!important;min-width:1380px!important}.admin-user-wide-card .admin-recent-log-table{table-layout:fixed;width:100%!important;min-width:1180px!important}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th,.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td,.admin-user-wide-card .admin-recent-log-table th,.admin-user-wide-card .admin-recent-log-table td{word-break:keep-all;overflow-wrap:anywhere}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:first-child,.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:first-child{width:110px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(2),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(2){width:92px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(3),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(3){width:190px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(4),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(4){width:105px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(5),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(5){width:130px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(6),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(6){width:105px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(7),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(7),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(8),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(8){width:126px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(9),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(9){width:88px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(10),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(10){width:118px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(11),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(11){width:98px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(12),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(12){width:92px}.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) th:nth-child(13),.admin-user-wide-card .admin-user-table:not(.admin-recent-log-table) td:nth-child(13){width:128px}.admin-page .admin-user-card{width:100%;max-width:100%}.admin-page .admin-user-table-wrap{box-sizing:border-box;width:100%;max-width:100%;overflow:auto hidden}.admin-page .admin-user-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:1320px}.admin-page .admin-user-table th,.admin-page .admin-user-table td{box-sizing:border-box;vertical-align:middle;text-overflow:ellipsis;overflow:hidden}.admin-page .admin-user-table th:first-child,.admin-page .admin-user-table td:first-child{width:84px}.admin-page .admin-user-table th:nth-child(2),.admin-page .admin-user-table td:nth-child(2){width:72px}.admin-page .admin-user-table th:nth-child(3),.admin-page .admin-user-table td:nth-child(3){width:176px}.admin-page .admin-user-table th:nth-child(4),.admin-page .admin-user-table td:nth-child(4){width:86px}.admin-page .admin-user-table th:nth-child(5),.admin-page .admin-user-table td:nth-child(5){width:96px}.admin-page .admin-user-table th:nth-child(6),.admin-page .admin-user-table td:nth-child(6){width:86px}.admin-page .admin-user-table th:nth-child(7),.admin-page .admin-user-table td:nth-child(7),.admin-page .admin-user-table th:nth-child(8),.admin-page .admin-user-table td:nth-child(8){width:102px}.admin-page .admin-user-table th:nth-child(9),.admin-page .admin-user-table td:nth-child(9){width:76px}.admin-page .admin-user-table th:nth-child(10),.admin-page .admin-user-table td:nth-child(10){width:104px}.admin-page .admin-user-table th:nth-child(11),.admin-page .admin-user-table td:nth-child(11){width:82px}.admin-page .admin-user-table th:nth-child(12),.admin-page .admin-user-table td:nth-child(12){width:118px}.admin-page .admin-user-table th:nth-child(13),.admin-page .admin-user-table td:nth-child(13){width:76px}.admin-page .admin-user-table th:nth-child(14),.admin-page .admin-user-table td:nth-child(14){width:124px}.admin-page .admin-user-table td:nth-child(9),.admin-page .admin-user-table td:nth-child(11),.admin-page .admin-user-table td:nth-child(12),.admin-page .admin-user-table td:nth-child(13),.admin-page .admin-user-table td:nth-child(14){overflow:visible}.admin-page .admin-user-table .admin-action-btn,.admin-page .admin-user-table .admin-protected-label,.admin-page .admin-user-table .admin-inline-badge,.admin-page .admin-user-table .admin-role-badge,.admin-page .admin-user-table .admin-status-badge{white-space:nowrap;max-width:100%}.admin-page .admin-user-table .admin-action-btn{border-radius:999px;min-width:0;padding:7px 9px;font-size:11px;line-height:1.15}.admin-page .admin-user-table .admin-action-cell{flex-wrap:nowrap;justify-content:center;align-items:center;gap:6px;display:flex}.admin-page .admin-recent-log-table{table-layout:fixed;width:100%;min-width:920px}.admin-page .admin-user-pagination,.admin-page .admin-user-pagination span,.admin-page .admin-user-page-btn{color:#fff!important}.admin-approval-table{table-layout:fixed;min-width:1320px}.admin-approval-table col.approval-col-check{width:64px}.admin-approval-table col.approval-col-no{width:58px}.admin-approval-table col.approval-col-status{width:96px}.admin-approval-table col.approval-col-requester{width:126px}.admin-approval-table col.approval-col-summary{width:250px}.admin-approval-table col.approval-col-method{width:82px}.admin-approval-table col.approval-col-date{width:150px}.admin-approval-table col.approval-col-reason{width:160px}.admin-approval-table col.approval-col-detail{width:92px}.admin-approval-table col.approval-col-process{width:112px}.admin-approval-table th,.admin-approval-table td{vertical-align:middle;padding:14px 12px;line-height:1.45}.admin-approval-table .approval-status-cell,.admin-approval-table .approval-method-cell,.admin-approval-table .approval-date-cell,.admin-approval-table .approval-detail-cell,.admin-approval-table .approval-process-cell,.admin-approval-table .admin-approval-check-col,.admin-approval-table .admin-approval-no-col{white-space:nowrap}.admin-approval-table .approval-summary-cell,.admin-approval-table .approval-reason-cell,.admin-approval-table .approval-requester-cell{word-break:keep-all;overflow-wrap:anywhere}.admin-approval-table .admin-approval-status{justify-content:center;min-width:50px}.approval-detail-open-btn{color:#eaf4ff;cursor:pointer;background:#3b82f62e;border:0;border-radius:999px;justify-content:center;align-items:center;min-width:54px;min-height:32px;padding:7px 12px;font-weight:900;display:inline-flex;box-shadow:inset 0 0 0 1px #60a5fa40}.approval-detail-open-btn:hover{background:#3b82f657}body.wgs-theme-light .approval-detail-open-btn{color:#1d4ed8;background:#eff6ff;box-shadow:inset 0 0 0 1px #bfdbfe}.admin-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617b8;justify-content:center;align-items:center;padding:28px;display:flex;position:fixed;inset:0}.admin-approval-detail-modal{color:#f8fafc;background:#142237;border:1px solid #94a3b847;border-radius:24px;width:min(920px,96vw);max-height:min(820px,88vh);padding:28px;overflow:auto;box-shadow:0 26px 80px #00000073}.admin-approval-detail-modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.admin-approval-detail-modal-head h3{margin:12px 0 8px;font-size:clamp(24px,3vw,34px);line-height:1.15}.admin-approval-detail-modal-head p{color:#cbd5e1;margin:0;font-weight:700}.admin-small-badge{color:#bfdbfe;background:#3b82f62e;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:6px 12px;font-size:13px;font-weight:900;display:inline-flex}.admin-modal-close-btn{color:#fff;cursor:pointer;background:#3b82f6;border:0;border-radius:14px;flex:none;padding:11px 16px;font-weight:900}.admin-approval-detail-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.admin-approval-detail-summary div{background:#0f172a57;border:1px solid #94a3b838;border-radius:16px;padding:14px}.admin-approval-detail-summary strong,.admin-approval-detail-summary span{display:block}.admin-approval-detail-summary strong{color:#93c5fd;margin-bottom:6px;font-size:13px}.admin-approval-detail-summary span{white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.admin-approval-detail-pre{color:#f8fafc;white-space:pre-wrap;word-break:break-word;background:#020617ad;border-radius:18px;min-height:260px;max-height:420px;margin:0;padding:18px;font-size:14px;line-height:1.65;overflow:auto}body.wgs-theme-light .admin-approval-detail-modal{color:#0f172a;background:#fff;border-color:#cbd5e1}body.wgs-theme-light .admin-approval-detail-modal-head p{color:#475569}body.wgs-theme-light .admin-approval-detail-summary div{background:#f8fafc;border-color:#dbe3ef}body.wgs-theme-light .admin-approval-detail-summary strong{color:#1d4ed8}body.wgs-theme-light .admin-approval-detail-pre{color:#f8fafc;background:#0f172a}@media (width<=720px){.admin-approval-detail-modal{padding:20px}.admin-approval-detail-modal-head,.admin-approval-detail-summary{display:block}.admin-approval-detail-summary div+div{margin-top:10px}.admin-modal-close-btn{margin-top:14px}}body [class*=approval] pre,body [class*=Approval] pre,body [class*=approve] pre,body [class*=Approve] pre,body [class*=admin] pre,body [class*=Admin] pre{color:#ff6b6b!important;white-space:pre-wrap!important;word-break:break-word!important;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#07111f!important;border:1px solid #94a3b861!important;border-radius:16px!important;max-height:min(56vh,620px)!important;margin:0!important;padding:18px 20px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-size:14px!important;line-height:1.55!important;overflow:auto!important;box-shadow:0 18px 40px #00000047,inset 0 0 0 1px #0f172a47!important}body [class*=approval] pre code,body [class*=Approval] pre code,body [class*=approve] pre code,body [class*=Approve] pre code,body [class*=admin] pre code,body [class*=Admin] pre code{color:inherit!important;white-space:inherit!important;font:inherit!important;background:0 0!important;border:0!important;padding:0!important}html.light body [class*=approval] pre,html.light-mode body [class*=approval] pre,body.light [class*=approval] pre,body.light-mode [class*=approval] pre,body[data-theme=light] [class*=approval] pre,html.light body [class*=admin] pre,html.light-mode body [class*=admin] pre,body.light [class*=admin] pre,body.light-mode [class*=admin] pre,body[data-theme=light] [class*=admin] pre{color:#ff4d4f!important;background:#0b1220!important;border-color:#1e293b52!important}body [class*=approval] [class*=json],body [class*=Approval] [class*=json],body [class*=admin] [class*=json],body [class*=Admin] [class*=json],body [class*=approval] [class*=detail],body [class*=Approval] [class*=detail]{opacity:1!important}body{--wgs-approval-modal-bg:#0f172a;--wgs-approval-modal-fg:#f8fafc;--wgs-approval-modal-border:#94a3b861;--wgs-approval-json-bg:#020617;--wgs-approval-json-fg:#ff4d4f;--wgs-approval-json-border:#f8717161}body.wgs-theme-light{--wgs-approval-modal-bg:#fff;--wgs-approval-modal-fg:#0f172a;--wgs-approval-modal-border:#cbd5e1;--wgs-approval-json-bg:#111827;--wgs-approval-json-fg:#f33;--wgs-approval-json-border:#ef444473}:root{--wgs-fix15-26-modal-bg:#07111f;--wgs-fix15-26-panel-bg:#0f172a;--wgs-fix15-26-json-bg:#020617;--wgs-fix15-26-border:#94a3b86b;--wgs-fix15-26-text:#f8fafc;--wgs-fix15-26-red:#ff4d4f}html body .admin-modal-backdrop[aria-label="결재 상세 내용"]{z-index:2147483000!important;-webkit-backdrop-filter:blur(12px)!important;background:#020617c2!important;justify-content:center!important;align-items:center!important;padding:64px 24px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:auto!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal{background:var(--wgs-fix15-26-modal-bg)!important;background-color:var(--wgs-fix15-26-modal-bg)!important;width:min(1080px,100vw - 48px)!important;max-width:min(1080px,100vw - 48px)!important;max-height:calc(100vh - 96px)!important;color:var(--wgs-fix15-26-text)!important;border:1px solid var(--wgs-fix15-26-border)!important;opacity:1!important;isolation:isolate!important;border-radius:28px!important;padding:34px!important;position:relative!important;overflow:auto!important;box-shadow:0 36px 100px #000000d1!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal h1,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal h2,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal h3,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal p,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal strong{color:var(--wgs-fix15-26-text)!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-summary>div{background:var(--wgs-fix15-26-panel-bg)!important;background-color:var(--wgs-fix15-26-panel-bg)!important;color:var(--wgs-fix15-26-text)!important;border:1px solid var(--wgs-fix15-26-border)!important;box-shadow:none!important;opacity:1!important;border-radius:18px!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-summary span{color:var(--wgs-fix15-26-red)!important;font-weight:900!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal pre,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal code,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal [class*=json],html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal [class*=Json],html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal [class*=payload],html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal [class*=Payload]{background:var(--wgs-fix15-26-json-bg)!important;background-color:var(--wgs-fix15-26-json-bg)!important;width:100%!important;max-width:100%!important;color:var(--wgs-fix15-26-red)!important;border:1px solid var(--wgs-fix15-26-border)!important;opacity:1!important;white-space:pre-wrap!important;word-break:break-word!important;text-shadow:none!important;border-radius:20px!important;margin-top:24px!important;padding:24px 28px!important;font-family:Consolas,Courier New,monospace!important;font-size:14px!important;line-height:1.72!important;display:block!important;overflow:auto!important;box-shadow:inset 0 0 0 1px #ffffff08!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-modal-close-btn{z-index:3!important;color:#f33!important;background:#2563eb!important;border:0!important;position:sticky!important;top:0!important;box-shadow:0 10px 28px #2563eb59!important}@media (width<=768px){html body .admin-modal-backdrop[aria-label="결재 상세 내용"]{align-items:flex-start!important;padding:24px 12px!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-modal{border-radius:22px!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 48px)!important;padding:22px!important}}:root{--wgs-fix15-27-modal-bg:#07111f;--wgs-fix15-27-modal-text:#f8fafc;--wgs-fix15-27-json-bg:#020617;--wgs-fix15-27-card-bg:#0f172a;--wgs-fix15-27-modal-border:#94a3b873}body.wgs-theme-light{--wgs-fix15-27-modal-bg:#fff;--wgs-fix15-27-modal-text:#0f172a;--wgs-fix15-27-json-bg:#f8fafc;--wgs-fix15-27-card-bg:#fff;--wgs-fix15-27-modal-border:#64748b52}html body .admin-modal-backdrop,html body [role=dialog][aria-label*=결재],html body [aria-label*=결재\ 상세]{z-index:10000!important;-webkit-backdrop-filter:blur(12px)!important;background:#020617d1!important;position:fixed!important;inset:0!important}html body .admin-modal-backdrop .admin-approval-detail-modal,html body [role=dialog][aria-label*=결재] .admin-approval-detail-modal,html body [aria-label*=결재\ 상세] .admin-approval-detail-modal{background:var(--wgs-fix15-27-modal-bg)!important;background-color:var(--wgs-fix15-27-modal-bg)!important;color:var(--wgs-fix15-27-modal-text)!important;border:1px solid var(--wgs-fix15-27-modal-border)!important;opacity:1!important;isolation:isolate!important;background-clip:padding-box!important;border-radius:28px!important;box-shadow:0 34px 100px #000000b8!important}html body .admin-modal-backdrop>div:has(.admin-approval-detail-pre){background:var(--wgs-fix15-27-modal-bg)!important;background-color:var(--wgs-fix15-27-modal-bg)!important;color:var(--wgs-fix15-27-modal-text)!important;border:1px solid var(--wgs-fix15-27-modal-border)!important;opacity:1!important;isolation:isolate!important;background-clip:padding-box!important;border-radius:28px!important;box-shadow:0 34px 100px #000000b8!important}html body [role=dialog][aria-label*=결재]>div:has(.admin-approval-detail-pre){background:var(--wgs-fix15-27-modal-bg)!important;background-color:var(--wgs-fix15-27-modal-bg)!important;color:var(--wgs-fix15-27-modal-text)!important;border:1px solid var(--wgs-fix15-27-modal-border)!important;opacity:1!important;isolation:isolate!important;background-clip:padding-box!important;border-radius:28px!important;box-shadow:0 34px 100px #000000b8!important}html body .admin-approval-detail-summary>div,html body .admin-approval-detail-meta-card{background:var(--wgs-fix15-27-card-bg)!important;background-color:var(--wgs-fix15-27-card-bg)!important;border:1px solid var(--wgs-fix15-27-modal-border)!important}html body .admin-approval-detail-pre,html body .admin-modal-backdrop pre,html body [role=dialog][aria-label*=결재] pre{background:var(--wgs-fix15-27-json-bg)!important;background-color:var(--wgs-fix15-27-json-bg)!important;color:#ff3b3b!important;border:1px solid var(--wgs-fix15-27-modal-border)!important;white-space:pre-wrap!important;word-break:break-word!important;border-radius:18px!important;max-height:420px!important;padding:20px!important;line-height:1.65!important;display:block!important;overflow:auto!important}html body .admin-approval-detail-json-box{opacity:1!important;isolation:isolate!important;z-index:5!important;background:#020617!important;border:1px solid #94a3b88c!important;border-radius:22px!important;padding:20px!important;display:block!important;position:relative!important}html body .admin-approval-detail-json-box .admin-approval-detail-pre{color:#ff3b3b!important;opacity:1!important;background:#020617!important;margin:0!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel{opacity:1!important;isolation:isolate!important;z-index:20!important;filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important;contain:paint!important;background:#020617 linear-gradient(#020617,#020617)!important;border:1px solid #94a3b88c!important;border-radius:22px!important;width:100%!important;margin-top:24px!important;padding:20px!important;display:block!important;position:relative!important;overflow:hidden!important;transform:translateZ(0)!important;box-shadow:0 24px 70px #00000094,inset 0 0 0 1px #ffffff0a!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel:before,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-solid-bg{content:""!important;opacity:1!important;z-index:0!important;pointer-events:none!important;background:#020617 linear-gradient(#020617,#020617)!important;display:block!important;position:absolute!important;inset:0!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre{z-index:2!important;white-space:pre-wrap!important;word-break:break-word!important;color:#ff3b3b!important;opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important;background:#020617 linear-gradient(#020617,#020617)!important;border:1px solid #94a3b873!important;border-radius:18px!important;width:100%!important;max-width:100%!important;min-height:260px!important;max-height:420px!important;margin:0!important;padding:20px!important;line-height:1.65!important;display:block!important;position:relative!important;overflow:auto!important;box-shadow:inset 0 0 0 1px #ffffff0a!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre *{color:inherit!important;text-shadow:none!important;background:0 0!important}@media (width<=768px){html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel{border-radius:18px!important;padding:14px!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre{padding:14px!important;font-size:12px!important}}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel{box-sizing:border-box!important;isolation:isolate!important;contain:none!important;background:#020617 linear-gradient(#020617,#020617)!important;border:1px solid #94a3b88c!important;border-radius:22px!important;margin-top:30px!important;padding:0!important;display:block!important;position:relative!important;overflow:visible!important;box-shadow:0 24px 70px #00000094,inset 0 0 0 1px #ffffff0a!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel:before,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-solid-bg{content:""!important;border-radius:inherit!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:none!important;box-shadow:none!important;opacity:1!important;z-index:0!important;pointer-events:none!important;filter:none!important;-webkit-backdrop-filter:none!important;white-space:normal!important;word-break:normal!important;line-height:normal!important;font-size:inherit!important;background:#020617 linear-gradient(#020617,#020617)!important;border:0!important;outline:0!important;margin:0!important;padding:0!important;position:absolute!important;inset:0!important;overflow:hidden!important;transform:none!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre{box-sizing:border-box!important;z-index:2!important;white-space:pre-wrap!important;word-break:break-word!important;color:#ff3b3b!important;width:100%!important;max-width:100%!important;min-height:300px!important;max-height:min(440px,100vh - 360px)!important;box-shadow:none!important;opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important;background:#020617 linear-gradient(#020617,#020617)!important;border:0!important;border-radius:22px!important;margin:0!important;padding:30px 24px 24px!important;scroll-padding-top:30px!important;line-height:1.72!important;display:block!important;position:relative!important;overflow:auto!important}@media (width<=768px){html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel{margin-top:22px!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre{min-height:260px!important;max-height:min(420px,100vh - 320px)!important;padding:24px 16px 18px!important;font-size:12px!important}}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-box,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel{box-sizing:border-box!important;opacity:1!important;visibility:visible!important;filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important;isolation:isolate!important;contain:none!important;background:#020617 linear-gradient(#020617,#020617)!important;border:1px solid #94a3b86b!important;border-radius:22px!important;width:100%!important;max-width:100%!important;margin:30px 0 0!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important;transform:none!important;box-shadow:0 24px 70px #0000008c!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-solid-bg{display:none!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-box .admin-approval-detail-pre,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre{z-index:2!important;box-sizing:border-box!important;color:#f44!important;width:100%!important;max-width:100%!important;min-height:420px!important;max-height:min(520px,100vh - 360px)!important;box-shadow:none!important;white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important;opacity:1!important;visibility:visible!important;filter:none!important;-webkit-backdrop-filter:none!important;mix-blend-mode:normal!important;background:#020617 linear-gradient(#020617,#020617)!important;border:0!important;border-radius:22px!important;outline:none!important;margin:0!important;padding:34px 30px!important;font-family:Consolas,Monaco,Courier New,monospace!important;font-size:14px!important;line-height:1.72!important;display:block!important;position:relative!important;inset:auto!important;overflow:auto!important;transform:none!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-pre *{color:inherit!important;opacity:1!important;filter:none!important;mix-blend-mode:normal!important;background:0 0!important}@media (width<=768px){html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-box,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel{border-radius:18px!important;margin-top:22px!important}html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-box .admin-approval-detail-pre,html body .admin-modal-backdrop[aria-label="결재 상세 내용"] .admin-approval-detail-json-panel .admin-approval-detail-pre{border-radius:18px!important;min-height:340px!important;max-height:min(460px,100vh - 320px)!important;padding:26px 20px!important;font-size:13px!important}}.wgs-hcaptcha-box{background:#020617b8;border:1px solid #94a3b859;border-radius:16px;margin:14px 0;padding:14px;box-shadow:0 14px 28px #00000038}.wgs-hcaptcha-title{color:#e5e7eb;margin-bottom:10px;font-size:14px;font-weight:800}.wgs-hcaptcha-widget{justify-content:center;align-items:center;min-height:78px;display:flex;overflow:hidden}.wgs-hcaptcha-message{color:#cbd5e1;margin-top:8px;font-size:12px;line-height:1.4}@media (width<=520px){.wgs-hcaptcha-box{border-radius:14px;padding:12px}.wgs-hcaptcha-widget{transform-origin:50%;transform:scale(.92)}}.mealmap-page{color:#111827;background:linear-gradient(#f8fafc 0%,#eef2ff 100%);min-height:100vh;padding:32px clamp(16px,4vw,48px) 72px}.mealmap-hero{background:#ffffffeb;border:1px solid #94a3b847;border-radius:28px;justify-content:space-between;align-items:center;gap:20px;max-width:1280px;margin:0 auto 18px;padding:28px;display:flex;box-shadow:0 24px 70px #0f172a1a}.mealmap-kicker{color:#ff4f5e;letter-spacing:-.02em;margin:0 0 8px;font-weight:900}.mealmap-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(26px,4vw,46px)}.mealmap-hero p:last-child{color:#64748b;margin:12px 0 0;font-weight:700}.mealmap-primary-btn{color:#fff;cursor:pointer;background:#ff4f5e;border:0;border-radius:18px;padding:14px 20px;font-weight:900;box-shadow:0 16px 30px #ff4f5e3d}.mealmap-alert{text-align:center;border-radius:18px;max-width:1280px;margin:0 auto 16px;padding:14px 18px;font-weight:900}.mealmap-alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.mealmap-alert-error{color:#e11d48;background:#fff1f2;border:1px solid #fecdd3}.mealmap-toolbar{justify-content:space-between;align-items:center;gap:12px;max-width:1280px;margin:0 auto 18px;display:flex}.mealmap-search-inline{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex:1;gap:10px;padding:10px;display:flex;box-shadow:0 14px 40px #0f172a14}.mealmap-search-inline input,.mealmap-search-box input,.mealmap-form-grid input,.mealmap-form-grid select,.mealmap-form-grid textarea,.mealmap-comment-form input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:14px;width:100%;padding:13px 14px;font-weight:800}.mealmap-search-inline button,.mealmap-icon-actions button,.mealmap-search-box button,.mealmap-comment-form button,.mealmap-detail-actions button,.mealmap-modal-actions button{cursor:pointer;color:#111827;background:#f1f5f9;border:0;border-radius:14px;padding:12px 16px;font-weight:900}.mealmap-icon-actions{gap:10px;display:flex}.mealmap-icon-actions button{color:#fff;background:#111827;box-shadow:0 12px 30px #0f172a2e}.mealmap-layout{grid-template-columns:minmax(0,1fr) 380px;align-items:stretch;gap:18px;max-width:1280px;margin:0 auto;display:grid}.mealmap-map-card,.mealmap-detail-panel{background:#fff;border:1px solid #94a3b847;border-radius:28px;min-height:720px;overflow:hidden;box-shadow:0 24px 70px #0f172a1a}.mealmap-map-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.mealmap-map-head strong{font-size:18px;display:block}.mealmap-map-head span{color:#64748b;font-size:13px;font-weight:800;display:block}.mealmap-zoom-control{align-items:center;gap:10px;min-width:220px;display:flex}.mealmap-zoom-control input{accent-color:#ff4f5e;width:140px}.mealmap-map-surface{background:#edf2f7;min-height:650px;position:relative;overflow:hidden}.mealmap-grid-bg{opacity:.95;background-image:linear-gradient(#d7e0ea 1px,#0000 1px),linear-gradient(90deg,#d7e0ea 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.mealmap-floating-help{z-index:2;background:#ffffffe6;border-radius:18px;max-width:330px;padding:14px 16px;position:absolute;top:20px;left:20px;box-shadow:0 14px 30px #0f172a1f}.mealmap-floating-help strong,.mealmap-floating-help span{display:block}.mealmap-floating-help span{color:#64748b;margin-top:4px;font-size:13px;font-weight:700}.mealmap-empty-map{z-index:2;text-align:center;background:#fffffff5;border-radius:24px;padding:28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px #0f172a1f}.mealmap-empty-map strong,.mealmap-empty-map span{display:block}.mealmap-empty-map span{color:#64748b;margin-top:8px;font-weight:800}.mealmap-cluster-marker,.mealmap-place-marker{z-index:3;cursor:pointer;color:#fff;border:0;font-weight:950;position:absolute;transform:translate(-50%,-50%);box-shadow:0 18px 40px #ff4f5e59}.mealmap-cluster-marker{background:#ff4f5e;border-radius:999px;outline:18px solid #ff4f5e2e;width:72px;height:72px;font-size:22px}.mealmap-place-marker{white-space:nowrap;background:#ff4f5e;border-radius:999px;min-width:92px;padding:10px 14px}.mealmap-place-marker:after{content:"";border-top:10px solid #ff4f5e;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.mealmap-cluster-marker:hover,.mealmap-cluster-marker:focus,.mealmap-cluster-marker:active,.mealmap-place-marker:hover,.mealmap-place-marker:focus,.mealmap-place-marker:active{transform:translate(-50%,-50%)!important}.mealmap-cluster-marker,.mealmap-place-marker{transform-origin:50%;touch-action:manipulation;-webkit-user-select:none;user-select:none}.mealmap-detail-panel{flex-direction:column;padding:22px;display:flex}.mealmap-detail-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:12px;padding-bottom:18px;display:flex}.mealmap-detail-head span{color:#ff4f5e;font-size:13px;font-weight:950}.mealmap-detail-head h2{letter-spacing:-.04em;margin:5px 0;font-size:25px}.mealmap-detail-head p{color:#64748b;margin:0;font-weight:800}.mealmap-detail-head button,.mealmap-modal-head button{cursor:pointer;color:#94a3b8;background:0 0;border:0;font-size:28px}.mealmap-detail-meta{gap:10px;padding:18px 0;display:grid}.mealmap-detail-meta div{grid-template-columns:88px 1fr;gap:8px;font-size:14px;display:grid}.mealmap-detail-meta strong{color:#111827}.mealmap-detail-meta span{color:#475569;font-weight:800}.mealmap-report-note{color:#334155;background:#f8fafc;border-radius:18px;margin:0 0 16px;padding:16px;font-weight:800;line-height:1.55}.mealmap-detail-actions{gap:10px;margin-bottom:18px;display:grid}.mealmap-detail-actions .mealmap-naver-btn{color:#fff;background:#03c75a;padding:18px}.mealmap-comments{border-top:1px solid #e5e7eb;margin-top:auto;padding-top:16px}.mealmap-comments h3{margin:0 0 12px}.mealmap-comment-list{gap:10px;max-height:240px;padding-right:4px;display:grid;overflow:auto}.mealmap-comment-list article{background:#f8fafc;border-radius:16px;padding:12px}.mealmap-comment-list p{color:#334155;margin:6px 0;font-weight:750}.mealmap-comment-list span{color:#94a3b8;font-size:12px;font-weight:800}.mealmap-comment-form{grid-template-columns:1fr 88px;gap:8px;margin-top:12px;display:grid}.mealmap-comment-form button{color:#fff;background:#111827}.mealmap-detail-empty{text-align:center;color:#64748b;margin:auto;font-weight:850}.mealmap-detail-empty strong{color:#111827;margin-bottom:8px;font-size:22px;display:block}.mealmap-modal-backdrop{z-index:10050;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a9e;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.mealmap-modal{background:#fff;border-radius:28px;width:min(620px,100%);max-height:88vh;padding:24px;overflow:auto;box-shadow:0 32px 90px #0000004d}.mealmap-add-modal{width:min(820px,100%)}.mealmap-modal-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.mealmap-modal-head h2{letter-spacing:-.04em;margin:0}.mealmap-range-label{gap:8px;margin-bottom:18px;font-weight:900;display:grid}.mealmap-range-label input{accent-color:#ff4f5e}.mealmap-range-label strong{color:#ff4f5e}.mealmap-category-grid{flex-wrap:wrap;gap:9px;margin:16px 0 24px;display:flex}.mealmap-category-grid button{color:#475569;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:9px 13px;font-weight:900}.mealmap-category-grid .mealmap-chip-active{color:#fff;background:#ff4f5e;border-color:#ff4f5e}.mealmap-modal-actions{justify-content:flex-end;gap:10px;display:flex}.mealmap-modal-actions .mealmap-primary-btn{color:#fff;background:#ff4f5e}.mealmap-search-box{grid-template-columns:1fr 96px;gap:10px;display:grid}.mealmap-api-note{color:#c2410c;background:#fff7ed;border-radius:16px;margin:12px 0;padding:12px 14px;font-weight:850}.mealmap-search-results{gap:10px;margin-top:14px;display:grid}.mealmap-search-results button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px}.mealmap-search-results strong,.mealmap-search-results span,.mealmap-search-results small{display:block}.mealmap-search-results span{color:#64748b;margin-top:4px;font-weight:800}.mealmap-search-results small{color:#ff4f5e;margin-top:6px;font-weight:900}.mealmap-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.mealmap-form-grid label{color:#334155;gap:6px;font-weight:900;display:grid}.mealmap-form-wide{grid-column:1/-1}.admin-mealmap-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin:16px 0;display:flex}.admin-mealmap-toolbar select,.admin-mealmap-toolbar input{border:1px solid #cbd5e1;border-radius:14px;padding:11px 12px;font-weight:800}.admin-mealmap-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.admin-mealmap-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.admin-mealmap-stat-card span{color:#64748b;font-size:12px;font-weight:800;display:block}.admin-mealmap-stat-card strong{margin-top:4px;font-size:24px;display:block}.admin-mealmap-actions{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.admin-mealmap-actions button{cursor:pointer;border:0;border-radius:10px;padding:8px 10px;font-weight:900}.admin-mealmap-actions .approve{color:#166534;background:#dcfce7}.admin-mealmap-actions .reject{color:#c2410c;background:#fff7ed}.admin-mealmap-actions .danger{color:#b91c1c;background:#fee2e2}.admin-mealmap-url-cell a{color:#2563eb;font-weight:900}@media (width<=980px){.mealmap-hero,.mealmap-toolbar{flex-direction:column;align-items:stretch}.mealmap-layout{grid-template-columns:1fr}.mealmap-map-card,.mealmap-detail-panel{min-height:auto}.mealmap-map-surface{min-height:560px}.mealmap-detail-panel{border-radius:28px;max-height:none;position:static;overflow:visible;transform:none}.mealmap-detail-panel:not(.mealmap-detail-panel-open){max-height:none;position:static}.admin-mealmap-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.mealmap-page{padding:18px 12px 64px}.mealmap-hero{padding:20px}.mealmap-search-inline,.mealmap-search-box,.mealmap-comment-form{grid-template-columns:1fr;display:grid}.mealmap-form-grid{grid-template-columns:1fr}.mealmap-map-head{flex-direction:column;align-items:stretch}.mealmap-zoom-control{justify-content:space-between;min-width:0}.mealmap-cluster-marker{outline-width:14px;width:60px;height:60px}.admin-mealmap-stat-grid{grid-template-columns:1fr}.mealmap-icon-actions,.mealmap-icon-actions button{width:100%}}body.wgs-theme-light .mealmap-page{color:#172033;background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 55%,#f8fbff 100%)!important}body.wgs-theme-dark .mealmap-page{color:#e5eefc;background:linear-gradient(135deg,#071225 0%,#0b1930 55%,#06101f 100%)!important}body.wgs-theme-light .mealmap-hero,body.wgs-theme-light .mealmap-toolbar,body.wgs-theme-light .mealmap-search-box,body.wgs-theme-light .mealmap-map-wrap,body.wgs-theme-light .mealmap-map-card,body.wgs-theme-light .mealmap-map-head,body.wgs-theme-light .mealmap-detail-card,body.wgs-theme-light .mealmap-detail-panel,body.wgs-theme-light .mealmap-empty-card,body.wgs-theme-light .mealmap-modal-card,body.wgs-theme-light .mealmap-report-card,body.wgs-theme-light .mealmap-comment-item,body.wgs-theme-light .mealmap-detail-note,body.wgs-theme-light .mealmap-map-guide{color:#172033!important;background:#fffffff0!important;border-color:#0f172a1a!important;box-shadow:0 18px 45px #0f172a1a!important}body.wgs-theme-dark .mealmap-hero,body.wgs-theme-dark .mealmap-toolbar,body.wgs-theme-dark .mealmap-search-box,body.wgs-theme-dark .mealmap-map-wrap,body.wgs-theme-dark .mealmap-map-card,body.wgs-theme-dark .mealmap-map-head,body.wgs-theme-dark .mealmap-detail-card,body.wgs-theme-dark .mealmap-detail-panel,body.wgs-theme-dark .mealmap-empty-card,body.wgs-theme-dark .mealmap-modal-card,body.wgs-theme-dark .mealmap-report-card,body.wgs-theme-dark .mealmap-comment-item,body.wgs-theme-dark .mealmap-detail-note,body.wgs-theme-dark .mealmap-map-guide{color:#e5eefc!important;background:#0f172aeb!important;border-color:#94a3b838!important;box-shadow:0 22px 60px #00000061!important}body.wgs-theme-light .mealmap-title,body.wgs-theme-light .mealmap-hero h1,body.wgs-theme-light .mealmap-detail-title,body.wgs-theme-light .mealmap-detail-card h2,body.wgs-theme-light .mealmap-section-title,body.wgs-theme-light .mealmap-card-title,body.wgs-theme-light .mealmap-modal-title{color:#101827!important}body.wgs-theme-dark .mealmap-title,body.wgs-theme-dark .mealmap-hero h1,body.wgs-theme-dark .mealmap-detail-title,body.wgs-theme-dark .mealmap-detail-card h2,body.wgs-theme-dark .mealmap-section-title,body.wgs-theme-dark .mealmap-card-title,body.wgs-theme-dark .mealmap-modal-title{color:#f8fafc!important}body.wgs-theme-light .mealmap-subtitle,body.wgs-theme-light .mealmap-hero p,body.wgs-theme-light .mealmap-detail-subtitle,body.wgs-theme-light .mealmap-detail-card p,body.wgs-theme-light .mealmap-help,body.wgs-theme-light .mealmap-muted,body.wgs-theme-light .mealmap-comment-date,body.wgs-theme-light .mealmap-row-label{color:#475569!important}body.wgs-theme-dark .mealmap-subtitle,body.wgs-theme-dark .mealmap-hero p,body.wgs-theme-dark .mealmap-detail-subtitle,body.wgs-theme-dark .mealmap-detail-card p,body.wgs-theme-dark .mealmap-help,body.wgs-theme-dark .mealmap-muted,body.wgs-theme-dark .mealmap-comment-date,body.wgs-theme-dark .mealmap-row-label{color:#a8b4c8!important}body.wgs-theme-light .mealmap-input,body.wgs-theme-light .mealmap-search-input,body.wgs-theme-light .mealmap-textarea,body.wgs-theme-light .mealmap-select,body.wgs-theme-light .mealmap-comment-input{color:#111827!important;background:#fff!important;border-color:#0f172a24!important}body.wgs-theme-dark .mealmap-input,body.wgs-theme-dark .mealmap-search-input,body.wgs-theme-dark .mealmap-textarea,body.wgs-theme-dark .mealmap-select,body.wgs-theme-dark .mealmap-comment-input{color:#f8fafc!important;background:#0f172a!important;border-color:#94a3b847!important}body.wgs-theme-light .mealmap-input::placeholder,body.wgs-theme-light .mealmap-search-input::placeholder,body.wgs-theme-light .mealmap-textarea::placeholder,body.wgs-theme-light .mealmap-comment-input::placeholder{color:#64748b!important}body.wgs-theme-dark .mealmap-input::placeholder,body.wgs-theme-dark .mealmap-search-input::placeholder,body.wgs-theme-dark .mealmap-textarea::placeholder,body.wgs-theme-dark .mealmap-comment-input::placeholder{color:#94a3b8!important}body.wgs-theme-light .mealmap-btn-secondary,body.wgs-theme-light .mealmap-chip,body.wgs-theme-light .mealmap-like-btn,body.wgs-theme-light .mealmap-report-btn,body.wgs-theme-light .mealmap-reset-btn{color:#172033!important;background:#eef2f7!important;border-color:#0f172a1a!important}body.wgs-theme-dark .mealmap-btn-secondary,body.wgs-theme-dark .mealmap-chip,body.wgs-theme-dark .mealmap-like-btn,body.wgs-theme-dark .mealmap-report-btn,body.wgs-theme-dark .mealmap-reset-btn{color:#e5eefc!important;background:#1e293b!important;border-color:#94a3b838!important}body.wgs-theme-light .mealmap-chip.active,body.wgs-theme-dark .mealmap-chip.active,body.wgs-theme-light .mealmap-apply-btn,body.wgs-theme-dark .mealmap-apply-btn,body.wgs-theme-light .mealmap-primary-btn,body.wgs-theme-dark .mealmap-primary-btn,body.wgs-theme-light .mealmap-submit-btn,body.wgs-theme-dark .mealmap-submit-btn{color:#fff!important;background:#ff4f63!important;border-color:#ff4f63!important}body.wgs-theme-light .mealmap-like-btn.is-liked,body.wgs-theme-dark .mealmap-like-btn.is-liked{color:#ff4f63!important;background:#ff4f6329!important;border-color:#ff4f6357!important}body.wgs-theme-light .mealmap-detail-divider,body.wgs-theme-light .mealmap-divider{border-color:#0f172a1a!important}body.wgs-theme-dark .mealmap-detail-divider,body.wgs-theme-dark .mealmap-divider{border-color:#94a3b838!important}body.wgs-theme-light .mealmap-map-grid,body.wgs-theme-light .mealmap-map-surface,body.wgs-theme-light .mealmap-fake-map{background-color:#eef6ff!important}body.wgs-theme-dark .mealmap-map-grid,body.wgs-theme-dark .mealmap-map-surface,body.wgs-theme-dark .mealmap-fake-map{background-color:#0b1629!important;background-image:linear-gradient(#94a3b81c 1px,#0000 1px),linear-gradient(90deg,#94a3b81c 1px,#0000 1px)!important}body.wgs-theme-dark .mealmap-detail-meta,body.wgs-theme-dark .mealmap-comments,body.wgs-theme-dark .mealmap-comment-list article{color:#e5eefc!important;border-color:#94a3b833!important}body.wgs-theme-light .mealmap-detail-meta,body.wgs-theme-light .mealmap-comments,body.wgs-theme-light .mealmap-comment-list article{color:#172033!important;border-color:#0f172a1a!important}body.wgs-theme-dark .mealmap-detail-actions button:not(.mealmap-naver-btn),body.wgs-theme-dark .mealmap-comment-form input{color:#e5eefc!important;background:#1e293b!important;border-color:#94a3b838!important}body.wgs-theme-light .mealmap-detail-actions button:not(.mealmap-naver-btn),body.wgs-theme-light .mealmap-comment-form input{color:#172033!important;background:#eef2f7!important;border-color:#0f172a1a!important}body.wgs-theme-dark .mealmap-comment-form button,body.wgs-theme-light .mealmap-comment-form button{color:#fff!important;background:#111827!important}@media (width<=900px){body.wgs-theme-dark .mealmap-detail-panel,body.wgs-theme-light .mealmap-detail-panel{max-height:none!important;position:static!important}}.mealmap-edit-modal{max-width:820px}.mealmap-edit-modal textarea,.mealmap-edit-modal input,.mealmap-edit-modal select{width:100%}.mealmap-admin-edit-box{border-top:1px solid #94a3b840;margin-top:28px;padding-top:24px}.mealmap-admin-edit-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.mealmap-admin-edit-head h3{margin:0 0 6px;font-size:22px}.mealmap-admin-edit-head p{opacity:.8;margin:0}.mealmap-admin-edit-stats{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.mealmap-admin-edit-stats span{white-space:nowrap;background:#3b82f624;border:1px solid #3b82f633;border-radius:999px;padding:8px 10px;font-size:13px}.mealmap-edit-table-wrap{margin-top:16px;overflow-x:auto}.mealmap-edit-table-wrap table{min-width:1120px}.mealmap-edit-table-wrap td{vertical-align:top}.mealmap-action:not(.danger){cursor:pointer;border:0}.theme-dark .mealmap-edit-modal,.dark .mealmap-edit-modal,body.dark .mealmap-edit-modal{color:#e5edf8;background:#0f172a;border:1px solid #94a3b840}.theme-dark .mealmap-edit-modal input,.theme-dark .mealmap-edit-modal textarea,.theme-dark .mealmap-edit-modal select,.dark .mealmap-edit-modal input,.dark .mealmap-edit-modal textarea,.dark .mealmap-edit-modal select,body.dark .mealmap-edit-modal input,body.dark .mealmap-edit-modal textarea,body.dark .mealmap-edit-modal select{color:#e5edf8;background:#111827;border-color:#94a3b859}@media (width<=860px){.mealmap-admin-edit-head{flex-direction:column}.mealmap-admin-edit-stats{justify-content:flex-start}}.admin-mealmap-edit-review-section{margin-top:18px}.admin-mealmap-edit-stats-grid{margin:16px 0}.admin-mealmap-edit-toolbar{margin-bottom:18px}.admin-mealmap-edit-list{gap:14px;display:grid}.admin-mealmap-edit-card{background:#ffffffc7;border:1px solid #94a3b83d;border-radius:18px;padding:16px}.admin-mealmap-edit-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.admin-mealmap-edit-card-head strong{margin-bottom:4px;font-size:18px;display:block}.admin-mealmap-edit-card-head p,.admin-mealmap-edit-card-head span,.admin-mealmap-edit-reason p{color:#64748b;margin:0;font-size:13px}.admin-mealmap-edit-reason{background:#94a3b81f;border-radius:14px;margin-bottom:12px;padding:12px}.admin-mealmap-edit-diff-list{gap:10px;display:grid}.admin-mealmap-edit-diff-row{grid-template-columns:120px minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:10px;display:grid}.admin-mealmap-edit-diff-row>span{color:#0f172a;padding-top:8px;font-weight:800}.admin-mealmap-edit-diff-row div{background:#ffffffb8;border:1px solid #94a3b840;border-radius:12px;padding:10px}.admin-mealmap-edit-diff-row em{color:#64748b;margin-bottom:5px;font-size:12px;font-style:normal;display:block}.admin-mealmap-edit-diff-row p{word-break:break-word;margin:0}.admin-mealmap-edit-actions{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.admin-mealmap-edit-actions button{cursor:pointer;border:0;border-radius:12px;padding:10px 14px;font-weight:900}.admin-mealmap-edit-actions .approve{color:#166534;background:#dcfce7}.admin-mealmap-edit-actions .reject{color:#991b1b;background:#fee2e2}.theme-dark .admin-mealmap-edit-card,.dark .admin-mealmap-edit-card,body.dark .admin-mealmap-edit-card{background:#0f172acc;border-color:#94a3b840}.theme-dark .admin-mealmap-edit-diff-row>span,.dark .admin-mealmap-edit-diff-row>span,body.dark .admin-mealmap-edit-diff-row>span{color:#e5edf8}.theme-dark .admin-mealmap-edit-reason,.dark .admin-mealmap-edit-reason,body.dark .admin-mealmap-edit-reason,.theme-dark .admin-mealmap-edit-diff-row div,.dark .admin-mealmap-edit-diff-row div,body.dark .admin-mealmap-edit-diff-row div{background:#1e293bb8;border-color:#94a3b840}@media (width<=760px){.admin-mealmap-edit-card-head,.admin-mealmap-edit-actions{flex-direction:column;align-items:stretch}.admin-mealmap-edit-diff-row{grid-template-columns:1fr}}.mealmap-text-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.mealmap-text-setting-field{flex-direction:column;gap:6px;display:flex}.mealmap-text-setting-field span{font-size:.9rem;font-weight:800}.mealmap-text-setting-field input{color:#111827;background:#fffffff2;border:1px solid #94a3b859;border-radius:12px;outline:none;width:100%;padding:10px 12px}.dark .mealmap-text-setting-field input,body.dark .mealmap-text-setting-field input,[data-theme=dark] .mealmap-text-setting-field input{color:#f8fafc;background:#0f172ad9;border-color:#94a3b847}@media (width<=760px){.mealmap-text-settings-grid{grid-template-columns:1fr}}.mealmap-page,.mealmap-root,.mealmap-wrap,.mealmap-container,.mealmap-shell{--mealmap-content-max-width-fallback:var(--mealmap-content-max-width,1480px)}.mealmap-page .mealmap-container,.mealmap-page .mealmap-shell,.mealmap-root .mealmap-container,.mealmap-root .mealmap-shell,.mealmap-wrap,.mealmap-container.mealmap-wrap{max-width:var(--mealmap-content-max-width,1480px)!important}.mealmap-hero,.mealmap-card,.mealmap-panel,.mealmap-detail-card,.mealmap-detail-panel,.mealmap-map-card,.mealmap-side-card,.mealmap-search-box{border-radius:var(--mealmap-card-radius,24px)!important}.mealmap-hero-title,.mealmap-title,.mealmap-page-title{font-size:clamp(30px, 3vw, var(--mealmap-hero-title-size,42px))!important}.mealmap-map-card,.mealmap-map-area,.mealmap-map-mock,.mealmap-map-stage{min-height:var(--mealmap-map-min-height,760px)!important}.mealmap-detail-card,.mealmap-detail-panel,.mealmap-side-card,.mealmap-info-panel{width:min(100%, var(--mealmap-detail-panel-width,360px))}.mealmap-main-grid,.mealmap-layout-grid,.mealmap-map-detail-grid{gap:var(--mealmap-section-gap,24px)!important}.mealmap-modal,.mealmap-modal-card,.mealmap-dialog,.mealmap-popup{-webkit-user-select:text;user-select:text}.admin-page .admin-mealmap-panel,.admin-page .admin-mealmap-edit-review-section,.admin-page .mealmap-admin-card{--mealmap-admin-bg:#0f1f33eb;--mealmap-admin-card-bg:#02061757;--mealmap-admin-soft-bg:#0f172ab8;--mealmap-admin-head-bg:#02061775;--mealmap-admin-input-bg:#0f172af5;--mealmap-admin-input-text:#f8fafc;--mealmap-admin-text:#f8fafc;--mealmap-admin-muted:#cbd5e1;--mealmap-admin-subtle:#94a3b8;--mealmap-admin-border:#94a3b83d;--mealmap-admin-border-strong:#94a3b85c;--mealmap-admin-accent:#38bdf8;color:var(--mealmap-admin-text)!important;border-color:var(--mealmap-admin-border)!important;background:var(--mealmap-admin-bg)!important;box-shadow:0 22px 55px #00000038!important}body.wgs-theme-light .admin-page .admin-mealmap-panel,body.wgs-theme-light .admin-page .admin-mealmap-edit-review-section,body.wgs-theme-light .admin-page .mealmap-admin-card{--mealmap-admin-bg:#fffffff5;--mealmap-admin-card-bg:#f8fafc;--mealmap-admin-soft-bg:#fff;--mealmap-admin-head-bg:#eff6ff;--mealmap-admin-input-bg:#fff;--mealmap-admin-input-text:#0f172a;--mealmap-admin-text:#0f172a;--mealmap-admin-muted:#475569;--mealmap-admin-subtle:#64748b;--mealmap-admin-border:#0f172a1f;--mealmap-admin-border-strong:#0f172a2e;--mealmap-admin-accent:#2563eb;box-shadow:0 18px 45px #0f172a14!important}body.wgs-theme-dark .admin-page .admin-mealmap-panel,body.wgs-theme-dark .admin-page .admin-mealmap-edit-review-section,body.wgs-theme-dark .admin-page .mealmap-admin-card{--mealmap-admin-bg:#0f1f33f0;--mealmap-admin-card-bg:#0206176b;--mealmap-admin-soft-bg:#0f172ac7;--mealmap-admin-head-bg:#02061785;--mealmap-admin-input-bg:#0f172a;--mealmap-admin-input-text:#f8fafc;--mealmap-admin-text:#f8fafc;--mealmap-admin-muted:#cbd5e1;--mealmap-admin-subtle:#94a3b8;--mealmap-admin-border:#94a3b83d;--mealmap-admin-border-strong:#94a3b861;--mealmap-admin-accent:#38bdf8}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(h2,h3,h4,p,label,span,small,strong,b,td,th,div):not(button):not(button *){color:var(--mealmap-admin-text)!important}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(.admin-panel-head p,.admin-section-title-row p,.admin-mealmap-toolbar p,small,.admin-mealmap-edit-card-head p,.admin-mealmap-edit-card-head span,.admin-mealmap-edit-reason p,.admin-mealmap-edit-diff-row em,.mealmap-text-setting-field small){color:var(--mealmap-admin-muted)!important}.admin-page .admin-mealmap-panel .admin-panel-head,.admin-page .admin-mealmap-edit-review-section .admin-section-title-row,.admin-page .mealmap-admin-card .admin-section-title-row{border-radius:20px;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;padding:18px;display:flex;border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-head-bg)!important}.admin-page .admin-mealmap-stat-grid,.admin-page .admin-mealmap-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0 18px;display:grid}.admin-page .admin-mealmap-edit-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-page .admin-mealmap-stat-card{border-radius:18px;flex-direction:column;justify-content:center;gap:6px;min-height:96px;padding:16px;display:flex;border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-card-bg)!important}.admin-page .admin-mealmap-stat-card span{font-size:13px;font-weight:900;color:var(--mealmap-admin-muted)!important}.admin-page .admin-mealmap-stat-card strong{font-size:30px;line-height:1;color:var(--mealmap-admin-accent)!important}.admin-page .admin-mealmap-toolbar{border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:16px 0;padding:14px;display:grid;border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-card-bg)!important}.admin-page .admin-mealmap-toolbar>div{grid-template-columns:minmax(150px,180px) minmax(220px,1fr) auto;align-items:center;gap:10px;display:grid}.admin-page .admin-mealmap-edit-toolbar{grid-template-columns:minmax(150px,180px) minmax(220px,1fr) auto}.admin-page .admin-mealmap-toolbar p{text-align:right;max-width:520px;margin:0;font-size:13px;line-height:1.55}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(input,select,textarea){outline:none;width:100%;min-height:42px;font-weight:800;transition:border-color .15s,box-shadow .15s,background .15s;border:1px solid var(--mealmap-admin-border-strong)!important;background:var(--mealmap-admin-input-bg)!important;color:var(--mealmap-admin-input-text)!important;border-radius:13px!important}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(input,select,textarea)::placeholder{color:var(--mealmap-admin-subtle)!important}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(input,select,textarea):focus{border-color:var(--mealmap-admin-accent)!important;box-shadow:0 0 0 4px color-mix(in srgb, var(--mealmap-admin-accent) 22%, transparent)!important}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(.admin-secondary-button,.admin-mini-btn,.admin-btn,.admin-mealmap-toolbar button){cursor:pointer;min-height:42px;font-weight:900;box-shadow:0 12px 28px #2563eb29;color:#fff!important;background:#2563eb!important;border:1px solid #3b82f642!important;border-radius:13px!important;padding:0 16px!important}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(.admin-secondary-button,.admin-mini-btn,.admin-btn,.admin-mealmap-toolbar button):hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 32px #2563eb3d}.admin-page :is(.admin-mealmap-panel,.admin-mealmap-edit-review-section,.mealmap-admin-card) :is(button:disabled,.admin-btn:disabled){opacity:.62;cursor:not-allowed;box-shadow:none!important;transform:none!important}.admin-page .admin-mealmap-panel .admin-table-wrap{border-radius:18px;margin-top:16px;overflow-x:auto;border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-card-bg)!important}.admin-page .admin-mealmap-panel .admin-table{border-collapse:separate;border-spacing:0;width:100%;min-width:1120px}.admin-page .admin-mealmap-panel .admin-table th{z-index:1;white-space:nowrap;padding:13px 12px;font-size:13px;position:sticky;top:0;border-bottom:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-head-bg)!important;color:var(--mealmap-admin-text)!important}.admin-page .admin-mealmap-panel .admin-table td{vertical-align:middle;padding:13px 12px;line-height:1.55;border-bottom:1px solid var(--mealmap-admin-border)!important;color:var(--mealmap-admin-text)!important}.admin-page .admin-mealmap-panel .admin-table td small{color:var(--mealmap-admin-muted)!important}.admin-page .admin-mealmap-panel .admin-table tbody tr:hover td{background:color-mix(in srgb, var(--mealmap-admin-accent) 8%, transparent)!important}.admin-page .admin-mealmap-url-cell a{text-underline-offset:3px;font-weight:950;text-decoration:underline;color:var(--mealmap-admin-accent)!important}.admin-page .admin-mealmap-actions,.admin-page .admin-mealmap-edit-actions{flex-wrap:wrap;justify-content:center;gap:7px;display:flex}.admin-page :is(.admin-mealmap-actions,.admin-mealmap-edit-actions) button{cursor:pointer;min-height:34px;font-weight:950;border:0!important;border-radius:11px!important;padding:8px 11px!important}.admin-page :is(.admin-mealmap-actions,.admin-mealmap-edit-actions) .approve{color:#166534!important;background:#dcfce7!important}.admin-page :is(.admin-mealmap-actions,.admin-mealmap-edit-actions) .reject{color:#9a3412!important;background:#ffedd5!important}.admin-page .admin-mealmap-actions .danger{color:#991b1b!important;background:#fee2e2!important}.admin-page .admin-mealmap-edit-list{gap:14px;display:grid}.admin-page .admin-mealmap-edit-card,.admin-page .admin-mealmap-empty{border-radius:18px;border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-card-bg)!important;color:var(--mealmap-admin-text)!important}.admin-page .admin-mealmap-edit-card{padding:16px}.admin-page .admin-mealmap-empty{text-align:center;padding:22px;font-weight:900;color:var(--mealmap-admin-muted)!important}.admin-page .admin-mealmap-edit-reason,.admin-page .admin-mealmap-edit-diff-row div{border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-soft-bg)!important;color:var(--mealmap-admin-text)!important}.admin-page .admin-mealmap-edit-diff-row>span,.admin-page .admin-mealmap-edit-diff-row p{color:var(--mealmap-admin-text)!important}.admin-page .mealmap-text-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.admin-page .mealmap-text-setting-field{border-radius:16px;gap:7px;padding:12px;display:grid;border:1px solid var(--mealmap-admin-border)!important;background:var(--mealmap-admin-card-bg)!important}.admin-page .mealmap-text-setting-field span{font-size:13px;font-weight:950;color:var(--mealmap-admin-text)!important}.admin-page .mealmap-text-setting-field small{word-break:break-all;font-size:12px;font-weight:800}.admin-page .admin-error-message,.admin-page .admin-error-text{border-radius:14px;padding:12px 14px;font-weight:900;color:#991b1b!important;background:#fee2e2f0!important;border:1px solid #ef444440!important}.admin-page .admin-success-message{border-radius:14px;padding:12px 14px;font-weight:900;color:#166534!important;background:#dcfce7f0!important;border:1px solid #10b98142!important}@media (width<=1180px){.admin-page .admin-mealmap-toolbar,.admin-page .admin-mealmap-toolbar>div,.admin-page .admin-mealmap-edit-toolbar{grid-template-columns:1fr}.admin-page .admin-mealmap-toolbar p{text-align:left;max-width:none}}@media (width<=860px){.admin-page .admin-mealmap-stat-grid,.admin-page .admin-mealmap-stats-grid,.admin-page .admin-mealmap-edit-stats-grid,.admin-page .mealmap-text-settings-grid{grid-template-columns:1fr}.admin-page .admin-mealmap-panel .admin-panel-head,.admin-page .admin-mealmap-edit-review-section .admin-section-title-row,.admin-page .mealmap-admin-card .admin-section-title-row,.admin-page .admin-mealmap-edit-card-head,.admin-page .admin-mealmap-edit-actions{flex-direction:column;align-items:stretch}}.mealmap-filter-modal,body.wgs-theme-dark .mealmap-filter-modal,body.wgs-theme-light .mealmap-filter-modal,body.dark .mealmap-filter-modal,.dark .mealmap-filter-modal,.theme-dark .mealmap-filter-modal,[data-theme=dark] .mealmap-filter-modal{color:#111827!important;background:#fff!important;border:1px solid #0f172a1a!important;box-shadow:0 32px 90px #0f172a42!important}.mealmap-filter-modal .mealmap-modal-head h2,.mealmap-filter-modal .mealmap-range-label,.mealmap-filter-modal .mealmap-range-label span,.mealmap-filter-modal .mealmap-category-grid button,.mealmap-filter-modal .mealmap-modal-actions button{color:#111827!important}.mealmap-filter-modal .mealmap-range-label strong{color:#ff4f5e!important}.mealmap-filter-modal .mealmap-modal-head button{color:#64748b!important}.mealmap-filter-modal input[type=range]{accent-color:#ff4f5e!important}.mealmap-filter-modal .mealmap-category-grid button{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0!important}.mealmap-filter-modal .mealmap-category-grid button.mealmap-chip-active,.mealmap-filter-modal .mealmap-category-grid .mealmap-chip-active{color:#fff!important;background:#ff4f5e!important;border-color:#ff4f5e!important}.mealmap-filter-modal .mealmap-modal-actions button:not(.mealmap-primary-btn){color:#111827!important;background:#eef2f7!important}.mealmap-filter-modal .mealmap-modal-actions .mealmap-primary-btn{color:#fff!important;background:#ff4f5e!important}body.wgs-theme-dark .mealmap-toolbar,body.dark .mealmap-toolbar,.dark .mealmap-toolbar,.theme-dark .mealmap-toolbar,[data-theme=dark] .mealmap-toolbar{box-shadow:none!important;background:0 0!important;border-color:#0000!important}body.wgs-theme-dark .mealmap-search-inline,body.dark .mealmap-search-inline,.dark .mealmap-search-inline,.theme-dark .mealmap-search-inline,[data-theme=dark] .mealmap-search-inline{background:#0a1426f5!important;border:1px solid #94a3b838!important;box-shadow:0 18px 44px #00000047!important}body.wgs-theme-dark .mealmap-search-inline input,body.dark .mealmap-search-inline input,.dark .mealmap-search-inline input,.theme-dark .mealmap-search-inline input,[data-theme=dark] .mealmap-search-inline input{color:#fff!important;background:#111827!important;border-color:#94a3b84d!important}body.wgs-theme-dark .mealmap-search-inline input::placeholder,body.dark .mealmap-search-inline input::placeholder,.dark .mealmap-search-inline input::placeholder,.theme-dark .mealmap-search-inline input::placeholder,[data-theme=dark] .mealmap-search-inline input::placeholder{color:#ffffffc7!important}body.wgs-theme-dark .mealmap-search-inline button,body.dark .mealmap-search-inline button,.dark .mealmap-search-inline button,.theme-dark .mealmap-search-inline button,[data-theme=dark] .mealmap-search-inline button,body.wgs-theme-dark .mealmap-icon-actions button,body.dark .mealmap-icon-actions button,.dark .mealmap-icon-actions button,.theme-dark .mealmap-icon-actions button,[data-theme=dark] .mealmap-icon-actions button{color:#fff!important;background:#111827!important;border:1px solid #94a3b83d!important;box-shadow:0 12px 30px #00000038!important}.mealmap-map-surface{isolation:isolate}body.wgs-theme-light .mealmap-map-surface,body.wgs-theme-dark .mealmap-map-surface,body.dark .mealmap-map-surface,.dark .mealmap-map-surface,.theme-dark .mealmap-map-surface,[data-theme=dark] .mealmap-map-surface{background-color:#eaf3ff!important}body.wgs-theme-light .mealmap-grid-bg,body.wgs-theme-dark .mealmap-grid-bg,body.dark .mealmap-grid-bg,.dark .mealmap-grid-bg,.theme-dark .mealmap-grid-bg,[data-theme=dark] .mealmap-grid-bg{opacity:.55!important;background-image:linear-gradient(#94a3b847 1px,#0000 1px),linear-gradient(90deg,#94a3b847 1px,#0000 1px)!important;background-size:24px 24px!important}.mealmap-floating-help,body.wgs-theme-dark .mealmap-floating-help,body.wgs-theme-light .mealmap-floating-help,body.dark .mealmap-floating-help,.dark .mealmap-floating-help,.theme-dark .mealmap-floating-help,[data-theme=dark] .mealmap-floating-help{-webkit-user-select:none;user-select:none;color:#111827!important;background:#fffffff0!important;border:1px solid #0f172a14!important;box-shadow:0 18px 42px #0f172a24!important}.mealmap-floating-help strong,.mealmap-floating-help span,body.wgs-theme-dark .mealmap-floating-help strong,body.wgs-theme-dark .mealmap-floating-help span,body.dark .mealmap-floating-help strong,body.dark .mealmap-floating-help span,.dark .mealmap-floating-help strong,.dark .mealmap-floating-help span,.theme-dark .mealmap-floating-help strong,.theme-dark .mealmap-floating-help span,[data-theme=dark] .mealmap-floating-help strong,[data-theme=dark] .mealmap-floating-help span{color:#111827!important}.mealmap-empty-map,body.wgs-theme-dark .mealmap-empty-map,body.wgs-theme-light .mealmap-empty-map{color:#111827!important;background:#fffffff5!important}.mealmap-empty-map strong,.mealmap-empty-map span,body.wgs-theme-dark .mealmap-empty-map strong,body.wgs-theme-dark .mealmap-empty-map span{color:#111827!important}body.wgs-theme-dark .mealmap-comment-list article,body.dark .mealmap-comment-list article,.dark .mealmap-comment-list article,.theme-dark .mealmap-comment-list article,[data-theme=dark] .mealmap-comment-list article{color:#111827!important;background:#fff!important;border:1px solid #0f172a14!important;box-shadow:0 10px 24px #0000001f!important}body.wgs-theme-dark .mealmap-comment-list article strong,body.wgs-theme-dark .mealmap-comment-list article p,body.dark .mealmap-comment-list article strong,body.dark .mealmap-comment-list article p,.dark .mealmap-comment-list article strong,.dark .mealmap-comment-list article p,.theme-dark .mealmap-comment-list article strong,.theme-dark .mealmap-comment-list article p,[data-theme=dark] .mealmap-comment-list article strong,[data-theme=dark] .mealmap-comment-list article p{color:#111827!important}body.wgs-theme-dark .mealmap-comment-list article span,body.dark .mealmap-comment-list article span,.dark .mealmap-comment-list article span,.theme-dark .mealmap-comment-list article span,[data-theme=dark] .mealmap-comment-list article span{color:#64748b!important}body.wgs-theme-dark .mealmap-add-modal,body.wgs-theme-dark .mealmap-edit-modal,body.dark .mealmap-add-modal,body.dark .mealmap-edit-modal,.dark .mealmap-add-modal,.dark .mealmap-edit-modal,.theme-dark .mealmap-add-modal,.theme-dark .mealmap-edit-modal,[data-theme=dark] .mealmap-add-modal,[data-theme=dark] .mealmap-edit-modal{color:#f8fafc!important;background:#0b1629!important;border:1px solid #94a3b83d!important;box-shadow:0 36px 100px #0000007a!important}body.wgs-theme-dark .mealmap-add-modal .mealmap-modal-head h2,body.wgs-theme-dark .mealmap-edit-modal .mealmap-modal-head h2,body.wgs-theme-dark .mealmap-add-modal label,body.wgs-theme-dark .mealmap-edit-modal label,body.wgs-theme-dark .mealmap-add-modal label span,body.wgs-theme-dark .mealmap-edit-modal label span,body.dark .mealmap-add-modal .mealmap-modal-head h2,body.dark .mealmap-edit-modal .mealmap-modal-head h2,body.dark .mealmap-add-modal label,body.dark .mealmap-edit-modal label,body.dark .mealmap-add-modal label span,body.dark .mealmap-edit-modal label span,.dark .mealmap-add-modal .mealmap-modal-head h2,.dark .mealmap-edit-modal .mealmap-modal-head h2,.dark .mealmap-add-modal label,.dark .mealmap-edit-modal label,.dark .mealmap-add-modal label span,.dark .mealmap-edit-modal label span,.theme-dark .mealmap-add-modal .mealmap-modal-head h2,.theme-dark .mealmap-edit-modal .mealmap-modal-head h2,.theme-dark .mealmap-add-modal label,.theme-dark .mealmap-edit-modal label,.theme-dark .mealmap-add-modal label span,.theme-dark .mealmap-edit-modal label span,[data-theme=dark] .mealmap-add-modal .mealmap-modal-head h2,[data-theme=dark] .mealmap-edit-modal .mealmap-modal-head h2,[data-theme=dark] .mealmap-add-modal label,[data-theme=dark] .mealmap-edit-modal label,[data-theme=dark] .mealmap-add-modal label span,[data-theme=dark] .mealmap-edit-modal label span{color:#f8fafc!important}body.wgs-theme-dark .mealmap-add-modal .mealmap-modal-head p,body.wgs-theme-dark .mealmap-edit-modal .mealmap-modal-head p,body.dark .mealmap-add-modal .mealmap-modal-head p,body.dark .mealmap-edit-modal .mealmap-modal-head p,.dark .mealmap-add-modal .mealmap-modal-head p,.dark .mealmap-edit-modal .mealmap-modal-head p,.theme-dark .mealmap-add-modal .mealmap-modal-head p,.theme-dark .mealmap-edit-modal .mealmap-modal-head p,[data-theme=dark] .mealmap-add-modal .mealmap-modal-head p,[data-theme=dark] .mealmap-edit-modal .mealmap-modal-head p{color:#cbd5e1!important}body.wgs-theme-dark .mealmap-add-modal input,body.wgs-theme-dark .mealmap-add-modal select,body.wgs-theme-dark .mealmap-add-modal textarea,body.wgs-theme-dark .mealmap-edit-modal input,body.wgs-theme-dark .mealmap-edit-modal select,body.wgs-theme-dark .mealmap-edit-modal textarea,body.dark .mealmap-add-modal input,body.dark .mealmap-add-modal select,body.dark .mealmap-add-modal textarea,body.dark .mealmap-edit-modal input,body.dark .mealmap-edit-modal select,body.dark .mealmap-edit-modal textarea,.dark .mealmap-add-modal input,.dark .mealmap-add-modal select,.dark .mealmap-add-modal textarea,.dark .mealmap-edit-modal input,.dark .mealmap-edit-modal select,.dark .mealmap-edit-modal textarea,.theme-dark .mealmap-add-modal input,.theme-dark .mealmap-add-modal select,.theme-dark .mealmap-add-modal textarea,.theme-dark .mealmap-edit-modal input,.theme-dark .mealmap-edit-modal select,.theme-dark .mealmap-edit-modal textarea,[data-theme=dark] .mealmap-add-modal input,[data-theme=dark] .mealmap-add-modal select,[data-theme=dark] .mealmap-add-modal textarea,[data-theme=dark] .mealmap-edit-modal input,[data-theme=dark] .mealmap-edit-modal select,[data-theme=dark] .mealmap-edit-modal textarea{color:#111827!important;box-shadow:none!important;background:#fff!important;border-color:#0f172a1f!important}body.wgs-theme-dark .mealmap-add-modal input::placeholder,body.wgs-theme-dark .mealmap-add-modal textarea::placeholder,body.wgs-theme-dark .mealmap-edit-modal input::placeholder,body.wgs-theme-dark .mealmap-edit-modal textarea::placeholder,body.dark .mealmap-add-modal input::placeholder,body.dark .mealmap-add-modal textarea::placeholder,body.dark .mealmap-edit-modal input::placeholder,body.dark .mealmap-edit-modal textarea::placeholder,.dark .mealmap-add-modal input::placeholder,.dark .mealmap-add-modal textarea::placeholder,.dark .mealmap-edit-modal input::placeholder,.dark .mealmap-edit-modal textarea::placeholder,.theme-dark .mealmap-add-modal input::placeholder,.theme-dark .mealmap-add-modal textarea::placeholder,.theme-dark .mealmap-edit-modal input::placeholder,.theme-dark .mealmap-edit-modal textarea::placeholder,[data-theme=dark] .mealmap-add-modal input::placeholder,[data-theme=dark] .mealmap-add-modal textarea::placeholder,[data-theme=dark] .mealmap-edit-modal input::placeholder,[data-theme=dark] .mealmap-edit-modal textarea::placeholder{color:#64748b!important}body.wgs-theme-dark .mealmap-add-modal select option,body.wgs-theme-dark .mealmap-edit-modal select option,body.dark .mealmap-add-modal select option,body.dark .mealmap-edit-modal select option,.dark .mealmap-add-modal select option,.dark .mealmap-edit-modal select option,.theme-dark .mealmap-add-modal select option,.theme-dark .mealmap-edit-modal select option,[data-theme=dark] .mealmap-add-modal select option,[data-theme=dark] .mealmap-edit-modal select option{color:#111827!important;background:#fff!important}body.wgs-theme-dark .mealmap-add-modal .mealmap-modal-head button,body.wgs-theme-dark .mealmap-edit-modal .mealmap-modal-head button,body.dark .mealmap-add-modal .mealmap-modal-head button,body.dark .mealmap-edit-modal .mealmap-modal-head button,.dark .mealmap-add-modal .mealmap-modal-head button,.dark .mealmap-edit-modal .mealmap-modal-head button,.theme-dark .mealmap-add-modal .mealmap-modal-head button,.theme-dark .mealmap-edit-modal .mealmap-modal-head button,[data-theme=dark] .mealmap-add-modal .mealmap-modal-head button,[data-theme=dark] .mealmap-edit-modal .mealmap-modal-head button{color:#cbd5e1!important}body.wgs-theme-dark .mealmap-add-modal .mealmap-modal-actions button:not(.mealmap-primary-btn),body.wgs-theme-dark .mealmap-edit-modal .mealmap-modal-actions button:not([type=submit]),body.dark .mealmap-add-modal .mealmap-modal-actions button:not(.mealmap-primary-btn),body.dark .mealmap-edit-modal .mealmap-modal-actions button:not([type=submit]),.dark .mealmap-add-modal .mealmap-modal-actions button:not(.mealmap-primary-btn),.dark .mealmap-edit-modal .mealmap-modal-actions button:not([type=submit]),.theme-dark .mealmap-add-modal .mealmap-modal-actions button:not(.mealmap-primary-btn),.theme-dark .mealmap-edit-modal .mealmap-modal-actions button:not([type=submit]),[data-theme=dark] .mealmap-add-modal .mealmap-modal-actions button:not(.mealmap-primary-btn),[data-theme=dark] .mealmap-edit-modal .mealmap-modal-actions button:not([type=submit]){color:#111827!important;background:#eef2f7!important}body.wgs-theme-dark .mealmap-edit-modal .mealmap-modal-actions button[type=submit],body.dark .mealmap-edit-modal .mealmap-modal-actions button[type=submit],.dark .mealmap-edit-modal .mealmap-modal-actions button[type=submit],.theme-dark .mealmap-edit-modal .mealmap-modal-actions button[type=submit],[data-theme=dark] .mealmap-edit-modal .mealmap-modal-actions button[type=submit],body.wgs-theme-dark .mealmap-add-modal .mealmap-modal-actions .mealmap-primary-btn,body.dark .mealmap-add-modal .mealmap-modal-actions .mealmap-primary-btn,.dark .mealmap-add-modal .mealmap-modal-actions .mealmap-primary-btn,.theme-dark .mealmap-add-modal .mealmap-modal-actions .mealmap-primary-btn,[data-theme=dark] .mealmap-add-modal .mealmap-modal-actions .mealmap-primary-btn{color:#fff!important;background:#ff4f5e!important;border-color:#ff4f5e!important;box-shadow:0 14px 30px #ff4f5e38!important}body.wgs-theme-dark .mealmap-add-modal .mealmap-modal-actions button:disabled,body.wgs-theme-dark .mealmap-edit-modal .mealmap-modal-actions button:disabled,body.dark .mealmap-add-modal .mealmap-modal-actions button:disabled,body.dark .mealmap-edit-modal .mealmap-modal-actions button:disabled,.dark .mealmap-add-modal .mealmap-modal-actions button:disabled,.dark .mealmap-edit-modal .mealmap-modal-actions button:disabled,.theme-dark .mealmap-add-modal .mealmap-modal-actions button:disabled,.theme-dark .mealmap-edit-modal .mealmap-modal-actions button:disabled,[data-theme=dark] .mealmap-add-modal .mealmap-modal-actions button:disabled,[data-theme=dark] .mealmap-edit-modal .mealmap-modal-actions button:disabled{opacity:.55!important;cursor:not-allowed!important}.mealmap-map-surface{position:relative;overflow:hidden}.mealmap-map-surface .wrap_map,.mealmap-map-surface .root_daum_roughmap,.mealmap-map-surface .kakao-map,.mealmap-map-surface>div:not(.mealmap-grid-bg):not(.mealmap-floating-help):not(.mealmap-empty-map){color:#111827}.mealmap-kakao-marker-label{color:#fff;white-space:nowrap;cursor:pointer;background:#dc2626;border:0;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900;line-height:1;transform:translateY(-4px);box-shadow:0 10px 24px #0f172a38}.mealmap-kakao-marker-label:hover,.mealmap-kakao-marker-label:focus-visible{background:#b91c1c;outline:3px solid #f8717147}.mealmap-address-lookup-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.mealmap-address-lookup-row input{min-width:0}.mealmap-address-lookup-row button{color:#fff;cursor:pointer;white-space:nowrap;background:#0f172a;border:0;border-radius:12px;padding:11px 12px;font-weight:900}.mealmap-address-lookup-row button:hover:not(:disabled),.mealmap-address-lookup-row button:focus-visible:not(:disabled){background:#1e293b}.mealmap-address-lookup-row button:disabled{opacity:.55;cursor:not-allowed}body.wgs-theme-dark .mealmap-address-lookup-row button,body.dark .mealmap-address-lookup-row button,.dark .mealmap-address-lookup-row button,[data-theme=dark] .mealmap-address-lookup-row button{color:#fff;background:#dc2626}body.wgs-theme-dark .mealmap-address-lookup-row button:hover:not(:disabled),body.dark .mealmap-address-lookup-row button:hover:not(:disabled),.dark .mealmap-address-lookup-row button:hover:not(:disabled),[data-theme=dark] .mealmap-address-lookup-row button:hover:not(:disabled){background:#b91c1c}@media (width<=680px){.mealmap-address-lookup-row{grid-template-columns:1fr}.mealmap-address-lookup-row button{width:100%}}.mealmap-map-surface{position:relative!important}.mealmap-real-map-layer{z-index:1;background:#eef6ff;width:100%;height:100%;min-height:100%;position:absolute;inset:0}.mealmap-real-map-layer>div,.mealmap-real-map-layer .map_wrap,.mealmap-real-map-layer .MapWalker{color:#111827}.mealmap-kakao-map-message{z-index:5;color:#111827;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #cbd5e1e6;border-radius:18px;max-width:390px;padding:16px 18px;position:absolute;top:22px;left:22px;box-shadow:0 18px 42px #0f172a29}.mealmap-kakao-map-message strong,.mealmap-kakao-map-message span{display:block;color:#111827!important}.mealmap-kakao-map-message strong{font-size:15px;font-weight:900}.mealmap-kakao-map-message span{margin-top:6px;font-size:13px;font-weight:800;line-height:1.55}.mealmap-kakao-map-message-error{border-color:#ff4f5e52;box-shadow:0 18px 42px #ff4f5e29}body.wgs-theme-dark .mealmap-real-map-layer,body.dark .mealmap-real-map-layer,.dark .mealmap-real-map-layer,[data-theme=dark] .mealmap-real-map-layer{background:#eef6ff!important}body.wgs-theme-dark .mealmap-map-surface,body.dark .mealmap-map-surface,.dark .mealmap-map-surface,[data-theme=dark] .mealmap-map-surface{background-image:none!important}body.wgs-theme-dark .mealmap-kakao-map-message,body.dark .mealmap-kakao-map-message,.dark .mealmap-kakao-map-message,[data-theme=dark] .mealmap-kakao-map-message{color:#111827!important;background:#fffffff2!important;border-color:#cbd5e1eb!important}body.wgs-theme-dark .mealmap-kakao-map-message strong,body.wgs-theme-dark .mealmap-kakao-map-message span,body.dark .mealmap-kakao-map-message strong,body.dark .mealmap-kakao-map-message span,.dark .mealmap-kakao-map-message strong,.dark .mealmap-kakao-map-message span,[data-theme=dark] .mealmap-kakao-map-message strong,[data-theme=dark] .mealmap-kakao-map-message span{color:#111827!important}.mealmap-kakao-debug-hint{border-top:1px dashed #94a3b88c;margin-top:8px;padding-top:8px;font-size:12px;font-weight:800;line-height:1.45;display:block;color:#475569!important}body.wgs-theme-dark .mealmap-kakao-debug-hint,body.dark .mealmap-kakao-debug-hint,.dark .mealmap-kakao-debug-hint,[data-theme=dark] .mealmap-kakao-debug-hint{color:#475569!important}.mealmap-external{color:#181600!important;background:#fee500!important;border-color:#1816001f!important;box-shadow:0 14px 30px #fee50038!important}.dark .mealmap-external,body.dark .mealmap-external,.theme-dark .mealmap-external,[data-theme=dark] .mealmap-external{color:#181600!important;background:#fee500!important;border-color:#fee50040!important}.mealmap-keyword-lookup{gap:8px}.mealmap-lookup-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.mealmap-lookup-row input{min-width:0}.mealmap-lookup-row button,.mealmap-address-lookup-row button{color:#fff;cursor:pointer;white-space:nowrap;background:#111827;border:0;border-radius:12px;min-height:42px;padding:0 14px;font-weight:900}.mealmap-lookup-row button:disabled{opacity:.55;cursor:wait}.mealmap-lookup-results{gap:8px;margin-top:8px;display:grid}.mealmap-lookup-result{color:#111827;text-align:left;cursor:pointer;background:#fffdf2;border:1px solid #1118271f;border-radius:14px;width:100%;padding:10px 12px}.mealmap-lookup-result:hover{border-color:#fee500bf;box-shadow:0 8px 22px #11182714}.mealmap-lookup-result strong,.mealmap-lookup-result span{display:block}.mealmap-lookup-result strong{color:#111827;font-weight:900}.mealmap-lookup-result span{color:#475569;margin-top:3px;font-size:13px;line-height:1.35}.dark .mealmap-modal .mealmap-lookup-row input,.dark .mealmap-modal .mealmap-lookup-result,body.dark .mealmap-modal .mealmap-lookup-row input,body.dark .mealmap-modal .mealmap-lookup-result,.theme-dark .mealmap-modal .mealmap-lookup-row input,.theme-dark .mealmap-modal .mealmap-lookup-result,[data-theme=dark] .mealmap-modal .mealmap-lookup-row input,[data-theme=dark] .mealmap-modal .mealmap-lookup-result{color:#111827!important;background:#fff!important}.dark .mealmap-modal .mealmap-lookup-result span,body.dark .mealmap-modal .mealmap-lookup-result span,.theme-dark .mealmap-modal .mealmap-lookup-result span,[data-theme=dark] .mealmap-modal .mealmap-lookup-result span{color:#475569!important}.mealmap-map-head{align-items:center}@media (width<=720px){.mealmap-lookup-row,.mealmap-address-lookup-row{grid-template-columns:1fr}}.admin-notice-user-meta span{line-height:1.7;display:block}.mealmap-history-btn{color:#9a3412!important;background:#fff7ed!important;border:1px solid #fed7aa!important}.mealmap-activity-modal{max-height:88vh;color:#111827!important;background:#fff!important;border:1px solid #e5e7eb!important;width:min(1320px,96vw)!important;box-shadow:0 32px 90px #00000047!important}.mealmap-activity-modal *{color:inherit;box-sizing:border-box}.mealmap-activity-head{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:16px;padding-bottom:16px}.mealmap-activity-head h2{margin:4px 0 6px;color:#111827!important}.mealmap-activity-head p:not(.mealmap-kicker){margin:0;font-weight:800;line-height:1.6;color:#475569!important}.mealmap-activity-head>button{border-radius:999px;width:42px;height:42px;color:#111827!important;background:#f1f5f9!important}.mealmap-activity-empty{text-align:center;padding:42px 16px;font-weight:900;color:#475569!important}.mealmap-activity-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:18px;max-height:58vh;overflow:auto}.mealmap-activity-table{border-collapse:collapse;color:#111827;background:#fff;width:100%;min-width:1180px;font-size:13px}.mealmap-activity-table th,.mealmap-activity-table td{vertical-align:top;text-align:left;word-break:keep-all;border-bottom:1px solid #e5e7eb;padding:12px 10px;color:#111827!important}.mealmap-activity-table th{z-index:1;white-space:nowrap;font-weight:950;position:sticky;top:0;color:#334155!important;background:#f8fafc!important}.mealmap-activity-status{background:#e0f2fe;border-radius:999px;justify-content:center;min-width:74px;padding:6px 9px;font-size:12px;font-weight:950;display:inline-flex;color:#075985!important}.mealmap-activity-status-approved{background:#dcfce7;color:#166534!important}.mealmap-activity-status-rejected{background:#fee2e2;color:#991b1b!important}.mealmap-activity-resubmit{cursor:pointer;white-space:nowrap;border:0;border-radius:12px;padding:9px 12px;font-weight:950;color:#fff!important;background:#ff4f5e!important}.mealmap-activity-muted{white-space:nowrap;font-weight:850;color:#64748b!important}.mealmap-activity-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-weight:900;display:flex;color:#334155!important}.mealmap-activity-pager{align-items:center;gap:10px;display:flex}.mealmap-activity-pager button{cursor:pointer;border:1px solid #cbd5e1;border-radius:12px;padding:10px 14px;font-weight:950;color:#111827!important;background:#fff!important}.mealmap-activity-pager button:disabled{opacity:.45;cursor:not-allowed}@media (width<=768px){.mealmap-activity-modal{padding:18px;width:96vw!important}.mealmap-activity-footer{flex-direction:column;align-items:stretch}.mealmap-activity-pager{justify-content:space-between}}:root{--bg-color:#121620;--card-bg:#2a3042;--text-main:#f8fafc;--text-muted:#94a3b8;--border-color:#3b4256;--primary:#3b82f6;--primary-hover:#2563eb;--danger:#ef4444;--danger-hover:#dc2828;--success:#10b981}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--wgs-font-body,"Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif);margin:0;line-height:1.6}.container{max-width:900px;margin:0 auto;padding:20px}.navbar{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;gap:15px;margin-bottom:30px;padding:15px 20px;display:flex;overflow-x:auto}.navbar a{color:var(--text-main);background-color:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;padding:10px 15px;font-weight:600;text-decoration:none;transition:all .2s}.navbar a:hover{border-color:var(--primary);color:var(--primary)}.card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;padding:30px;box-shadow:0 4px 6px #0003}button{background-color:var(--bg-color);color:var(--text-main);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;padding:12px 20px;font-size:16px;font-weight:600;transition:all .2s}button:hover:not(:disabled){border-color:var(--primary)}button.primary{background-color:var(--primary);color:#fff;border:none}button.primary:hover{background-color:var(--primary-hover)}button.danger{background-color:var(--danger);color:#fff;border:none}button.danger:hover{background-color:var(--danger-hover)}button:disabled{opacity:.5;cursor:not-allowed}.option-btn{text-align:left;background-color:var(--bg-color);width:100%;margin-bottom:10px;padding:15px;font-size:16px;display:block}.option-btn.selected{border:2px solid var(--primary);background-color:#3b82f61a}input,select{background-color:var(--bg-color);border:1px solid var(--border-color);color:#fff;box-sizing:border-box;border-radius:8px;width:100%;margin-bottom:15px;padding:12px}table{border-collapse:collapse;width:100%;margin-top:20px}th,td{border:1px solid var(--border-color);text-align:center;padding:12px}th{background-color:var(--bg-color)}
