: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:16px;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}: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)}
