@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&family=Jua&display=swap");@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");:root{--color-primary:#2c467c;--color-primary-hover:#243d63;--color-neutral-50:#fafafa;--color-neutral-100:#f5f5f5;--color-neutral-200:#e5e5e5;--color-neutral-300:#d4d4d4;--color-neutral-400:#a3a3a3;--color-neutral-500:#737373;--color-neutral-600:#525252;--color-neutral-700:#404040;--color-neutral-800:#262626;--color-neutral-900:#171717;--color-red-500:#ef4444;--color-accent:#e85d4a;--color-accent-hover:#d94a3d;--editor-bg:#1e1e1e;--editor-sidebar:#252526;--editor-surface:#2d2d2d;--editor-border:#404040;--editor-text:#cccccc;--editor-text-muted:#858585;--editor-accent:#7eb8ff;--editor-accent-hover:#5a9cf5;--max-w-4xl:56rem;--max-w-7xl:80rem}body,html{background:var(--editor-bg)}body{font-family:Noto Sans KR,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none}button{border:none;background:none;font-family:inherit;cursor:pointer}.pageRoot{min-height:100vh;display:flex;flex-direction:column;background:var(--editor-bg)}.pageRoot main{flex:1 1 0%;padding-top:3.5rem}@media (min-width:768px){.pageRoot main{padding-top:4rem}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}