.kr-entry-overlay{position:fixed;inset:0;z-index:20000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(18,31,53,.52);overscroll-behavior:contain}
.kr-entry-overlay[hidden],.kr-entry [hidden]{display:none!important}
body.kr-entry-open{overflow:hidden}
.kr-entry{box-sizing:border-box;position:relative;width:100%;color:#182131;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.55;text-align:left}
.kr-entry *{box-sizing:border-box}
.kr-entry-dialog{max-width:520px;max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;border:1px solid #dfe7f2;border-radius:24px;background:#fff;padding:36px;box-shadow:0 24px 80px rgba(13,34,68,.18)}
.kr-entry button,.kr-entry input{font:inherit}
.kr-entry button{cursor:pointer;touch-action:manipulation}
.kr-entry button:disabled{cursor:default;opacity:.6}
.kr-entry :is(button,a,input):focus-visible{outline:3px solid #89b7fa;outline-offset:3px}
.kr-entry-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;border-radius:50%;background:#f0f4f9;color:#40556e;font-size:25px!important;line-height:1}
.kr-entry-close:hover{background:#e3ebf6}
.kr-entry-kicker{margin:0 42px 10px 0;color:#2563ae;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.kr-entry h1,.kr-entry h2{margin:0 18px 12px 0;font-size:27px;line-height:1.18;font-weight:700;letter-spacing:-.035em;text-align:left}
.kr-entry-intro{margin:0 0 22px;color:#66768b;font-size:14px;line-height:1.65;overflow-wrap:anywhere}
.kr-entry-file{display:flex;align-items:center;gap:12px;margin:0 0 20px;padding:14px;border:1px solid #dce7f5;border-radius:13px;background:#f5f8fd}
.kr-entry-file-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:40px;border-radius:7px;background:#e3edff;color:#2463b5}
.kr-entry-file-info{min-width:0;flex:1}
.kr-entry-file-name{display:block;font-size:13px;font-weight:650;overflow-wrap:anywhere}
.kr-entry-file-note{display:block;color:#78869a;font-size:11px}
.kr-entry-file .kr-entry-link{flex:0 0 auto;margin:0;font-size:12px}
.kr-entry-field{margin:0 0 18px}
.kr-entry-field>label{display:block;margin:0 0 7px;color:#314762;font-size:13px;font-weight:650}
.kr-entry-field>input{display:block;width:100%;min-height:52px;padding:12px 14px;border:1px solid #d7e1ee;border-radius:12px;background:#fff;color:#182131;font-size:16px;line-height:1.3}
.kr-entry-field>input:hover{border-color:#b1c5e0}
.kr-entry-field>input:focus{border-color:#77a9ed}
.kr-entry-field>input::placeholder{color:#96a3b3}
.kr-entry-code{letter-spacing:.3em;font-variant-numeric:tabular-nums}
.kr-entry-hint{display:block;margin:7px 0 0;color:#78869a;font-size:12px;line-height:1.5}
.kr-entry-consents{display:grid;gap:13px;margin:4px 0 21px}
.kr-entry-consent{display:grid;grid-template-columns:19px minmax(0,1fr);align-items:start;gap:10px;color:#62738a;font-size:12px;line-height:1.55;cursor:pointer}
.kr-entry-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:#0068ed}
.kr-entry-consent a{color:#2562ad;text-decoration:underline;text-underline-offset:3px}
.kr-entry-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:13px 18px;border:0;border-radius:13px;background:#0068ed;color:#fff;font-weight:650!important;line-height:1.4;box-shadow:0 8px 20px rgba(0,104,237,.14)}
.kr-entry-button:hover:not(:disabled){background:#005acb}
.kr-entry-secondary{margin-top:10px;background:#eef4fd;color:#235991;box-shadow:none}
.kr-entry-secondary:hover:not(:disabled){background:#e3edfc}
.kr-entry-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin:0 0 20px}
.kr-entry-link{padding:4px 0;border:0;background:none;color:#2562ad;font-size:12px!important;text-decoration:underline;text-underline-offset:4px}
.kr-entry-footnote{margin:17px 0 0;color:#7c8899;font-size:11px;line-height:1.6;text-align:center}
.kr-entry-error,.kr-entry-notice{margin:0 0 18px;padding:12px 14px;border-radius:11px;font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.kr-entry-error{border:1px solid #ffd6d9;background:#fff0f1;color:#9c2830}
.kr-entry-notice{border:1px solid #d9e8fb;background:#f1f6fd;color:#365f8c}
.kr-entry-progress{margin:0 0 20px;padding:20px;border-radius:14px;background:#f3f7fd;color:#315578}
.kr-entry-progress strong{display:block;margin-bottom:8px}
.kr-entry-progress p{margin:8px 0 0;font-size:13px}
.kr-entry-progress progress{display:block;width:100%;height:8px;accent-color:#0068ed}
.kr-entry-success{margin:0 0 20px;padding:16px;border:1px solid #cce8d9;border-radius:13px;background:#edf9f3;color:#1d6946;font-size:14px}
.kr-entry-inline{padding:0}
.kr-entry-spinner{display:inline-block;width:16px;height:16px;flex-shrink:0;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:kr-entry-spin .8s linear infinite}
@keyframes kr-entry-spin{to{transform:rotate(360deg)}}
@media(max-width:560px){.kr-entry-overlay{padding:12px;align-items:center}.kr-entry-dialog{max-height:calc(100dvh - 24px);padding:30px 21px 24px;border-radius:20px}.kr-entry h1,.kr-entry h2{font-size:24px}.kr-entry-file{gap:9px;padding:12px}.kr-entry-file .kr-entry-link{font-size:11px}.kr-entry-actions{flex-wrap:wrap;gap:8px}.kr-entry-intro{font-size:13px}}
@media(prefers-reduced-motion:reduce){.kr-entry-spinner{animation:none}}
