@font-face {
    font-family: "PublpageNotoSansKR";
    src: url("/fonts/NotoSansKR-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    background: #f7f9fc;
    color: #121826;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.landing-page {
    --landing-content-width: min(1240px, calc(100% - 96px));
    min-height: 100vh;
    background: #f7f9fc;
    color: #121826;
}

.landing-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 76px;
    padding: 0;
    background: rgba(247, 249, 252, 0.86);
    border-bottom: 1px solid rgba(201, 211, 226, 0.8);
    backdrop-filter: blur(16px);
}

.landing-nav-inner {
    width: var(--landing-content-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

.landing-brand:hover {
    color: #0f172a;
}

.landing-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.landing-brand-logo {
    width: 25px;
    height: 25px;
    object-fit: contain;
    flex: 0 0 auto;
}

.landing-nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.landing-nav-actions a,
.landing-language-toggle {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 14px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.landing-language-toggle {
    border: 0;
    background: transparent;
    gap: 4px;
    cursor: pointer;
}

.landing-language-toggle:hover,
.landing-nav-actions a:hover {
    background: #eaf1ff;
    color: #1d4ed8;
}

.landing-youtube-link {
    gap: 6px;
}

.landing-hero-youtube-link {
    width: fit-content;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 14px;
    margin-top: 14px;
    border: 1px solid #ffd2d2;
    background: #fff5f5;
    color: #c51f1f;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.landing-hero-youtube-link:hover {
    border-color: #ffb4b4;
    background: #ffecec;
    color: #b91c1c;
}

.landing-youtube-link i {
    color: #ff0033;
    font-size: 15px;
    line-height: 1;
}

.landing-language-toggle .active {
    color: #1d4ed8;
}

.landing-language-toggle .divider {
    color: #cbd5e1;
}

.landing-nav-actions .landing-login-link {
    background: #0f172a;
    color: #fff;
}

.landing-nav-actions .landing-login-link:hover {
    background: #1e293b;
    color: #fff;
}

.publpage-avatar-scene {
    position: relative;
    width: min(360px, 100%);
    aspect-ratio: 1;
    margin: 0 auto;
}

.publpage-avatar-face {
    position: absolute;
    inset: 18% 18% 20%;
    border: 1px solid rgba(147, 180, 255, 0.65);
    border-radius: 42% 42% 38% 38%;
    background:
        radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.95), transparent 22%),
        linear-gradient(145deg, #eaf3ff, #ffffff 48%, #dbeafe);
    box-shadow: 0 28px 70px rgba(37, 99, 235, 0.2);
}

.publpage-avatar-face::before,
.publpage-avatar-face::after {
    content: "";
    position: absolute;
    top: 20%;
    width: 19%;
    height: 26%;
    border-radius: 999px 999px 18px 18px;
    background: #2563eb;
}

.publpage-avatar-face::before {
    left: 10%;
    transform: rotate(-18deg);
}

.publpage-avatar-face::after {
    right: 10%;
    transform: rotate(18deg);
}

.publpage-avatar-eye {
    position: absolute;
    top: 45%;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #0f172a;
}

.publpage-avatar-eye.left {
    left: 34%;
}

.publpage-avatar-eye.right {
    right: 34%;
}

.publpage-avatar-mouth {
    position: absolute;
    left: 50%;
    bottom: 26%;
    width: 66px;
    height: 30px;
    border-bottom: 6px solid #0f172a;
    border-radius: 0 0 999px 999px;
    transform: translateX(-50%);
}

.publpage-avatar-doc {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 44px;
    border: 1px solid #dce4f0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}

.publpage-avatar-doc.md {
    top: 16%;
    left: 0;
    transform: rotate(-8deg);
}

.publpage-avatar-doc.html {
    right: 0;
    bottom: 22%;
    transform: rotate(7deg);
}

.publpage-avatar-linkline {
    position: absolute;
    left: 16%;
    right: 18%;
    bottom: 10%;
    height: 42px;
    border: 3px solid rgba(37, 99, 235, 0.24);
    border-top: 0;
    border-radius: 0 0 999px 999px;
}

.nav-avatar-link {
    appearance: none;
    -webkit-appearance: none;
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    flex: 0 0 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(215, 221, 232, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: #1d4ed8;
    padding: 0;
    font: inherit;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    cursor: pointer;
}

.landing-nav-actions .nav-avatar-link,
.login-nav-actions .nav-avatar-link {
    width: 38px;
    height: 38px;
    min-width: 38px;
    max-width: 38px;
    min-height: 38px;
    max-height: 38px;
    flex-basis: 38px;
    padding: 0;
    border-radius: 999px;
}

.nav-avatar-link:hover {
    border-color: #93b4ff;
    background: #fff;
    color: #1d4ed8;
}

.nav-avatar-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-avatar-link span {
    font-size: 13px;
    font-weight: 900;
}

.nav-avatar-link i {
    font-size: 20px;
}

.user-avatar-menu {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
}

.user-avatar-menu.open {
    z-index: 70;
}

.user-avatar-menu.open .nav-avatar-link {
    border-color: #93b4ff;
    background: #fff;
    color: #1d4ed8;
}

.user-avatar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: default;
}

.user-avatar-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 60;
    width: 238px;
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
}

.user-avatar-profile {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 14px;
    border-bottom: 1px solid #eef2f7;
}

.user-avatar-profile-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.user-avatar-profile strong,
.user-avatar-profile span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-avatar-profile strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.user-avatar-profile span {
    margin-top: 2px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.user-avatar-dropdown a,
.landing-nav-actions .user-avatar-dropdown a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 0;
    padding: 0 15px;
    color: #475569;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.user-avatar-dropdown a:hover,
.landing-nav-actions .user-avatar-dropdown a:hover {
    background: #eff4ff;
    color: #1d4ed8;
}

.user-avatar-dropdown a i {
    color: #64748b;
    font-size: 15px;
}

.user-avatar-auth-dropdown {
    width: 252px;
    padding: 12px;
}

.user-avatar-auth-intro {
    display: grid;
    gap: 4px;
    padding: 4px 4px 12px;
}

.user-avatar-auth-intro strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.user-avatar-auth-intro span {
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
}

.user-avatar-auth-actions {
    display: grid;
    gap: 8px;
}

.user-avatar-dropdown .user-avatar-auth-actions a,
.landing-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a,
.login-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a {
    min-height: 42px;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
}

.user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary,
.landing-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary,
.login-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary {
    background: #2563eb;
    color: #fff;
}

.user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary:hover,
.landing-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary:hover,
.login-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary i,
.landing-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary i,
.login-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-primary i {
    color: #fff;
}

.user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-secondary,
.landing-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-secondary,
.login-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-secondary {
    border: 1px solid #d7dde8;
    background: #fff;
    color: #0f172a;
}

.user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-secondary:hover,
.landing-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-secondary:hover,
.login-nav-actions .user-avatar-dropdown .user-avatar-auth-actions a.user-avatar-auth-secondary:hover {
    border-color: #93b4ff;
    background: #eff4ff;
    color: #1d4ed8;
}

.login-page {
    --landing-content-width: min(1240px, calc(100% - 96px));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 8% 10%, rgba(37, 99, 235, 0.14), transparent 28%),
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.06) 46%, rgba(255, 255, 255, 0.6)),
        #f7f9fc;
}

.login-nav {
    min-height: 78px;
    padding: 0;
}

.login-nav-inner {
    width: var(--landing-content-width);
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
}

.login-nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.login-nav-link {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 0 16px;
    color: #334155;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.72);
}

.login-nav-link:hover {
    border-color: #2563eb;
    color: #1d4ed8;
}

.login-hero {
    width: min(1180px, calc(100% - 72px));
    flex: 1;
    display: grid;
    align-content: center;
    gap: 34px;
    margin: 0 auto;
    padding: 42px 0 80px;
}

.login-hero-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    align-items: center;
    gap: 48px;
}

.login-hero-copy {
    display: grid;
    gap: 16px;
    width: min(820px, 100%);
}

.login-hero-copy h1 {
    margin: 0;
    color: #0f172a;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
}

.login-hero-copy > p:last-child {
    width: min(760px, 100%);
    margin: 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.72;
    font-weight: 700;
}

.login-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.login-avatar-visual {
    min-width: 0;
}

.login-choice-card {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #dce4f0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    padding: 28px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.login-signup-card {
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(255, 255, 255, 0.94) 52%),
        #fff;
}

.login-choice-badge {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #eef6ff;
    padding: 0 12px;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
}

.login-choice-card h2 {
    margin: 22px 0 0;
    color: #0f172a;
    font-size: 28px;
    line-height: 1.24;
    font-weight: 900;
}

.login-choice-card p {
    margin: 14px 0 0;
    color: #52627a;
    font-size: 15px;
    line-height: 1.68;
    font-weight: 700;
}

.login-primary-action,
.login-secondary-action {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 210px;
    border-radius: 8px;
    padding: 0 22px;
    margin-top: auto;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.login-primary-action {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.login-primary-action:hover {
    background: #1d4ed8;
    color: #fff;
}

.login-secondary-action {
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #0f172a;
}

.login-secondary-action:hover {
    border-color: #2563eb;
    background: #eef6ff;
    color: #1d4ed8;
}

.login-primary-action.disabled,
.login-secondary-action.disabled {
    pointer-events: none;
    opacity: 0.46;
}

.login-message {
    width: min(760px, 100%);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 800;
}

.login-message.error {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}

.login-message.info {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}

.login-dev-panel {
    width: min(760px, 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px dashed #93b4ff;
    border-radius: 8px;
    background: rgba(239, 246, 255, 0.78);
    padding: 14px 16px;
}

.login-dev-panel div {
    display: grid;
    gap: 3px;
}

.login-dev-panel strong {
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 900;
}

.login-dev-panel span {
    color: #52627a;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
}

.login-dev-panel a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.login-dev-panel a:hover {
    background: #1d4ed8;
    color: #fff;
}

.login-dev-panel a span {
    color: #fff;
}

.login-policy-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.login-policy-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d7dde8;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #334155;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.login-policy-link:hover {
    border-color: #93b4ff;
    background: #fff;
    color: #1d4ed8;
}

.admin-page {
    min-height: 100vh;
    background: #f5f7fa;
    color: #0f172a;
    font-family: "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    padding: 28px;
}

.admin-shell {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #dbe3ef;
    padding-bottom: 18px;
}

.admin-header p {
    margin: 0 0 5px;
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
}

.admin-header h1 {
    margin: 0;
    color: #0f172a;
    font-size: 30px;
    font-weight: 900;
}

.admin-header > div > span {
    display: block;
    margin-top: 6px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.admin-placeholder {
    margin-top: 22px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.admin-placeholder h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
}

.admin-placeholder p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 800;
}

.admin-message {
    display: grid;
    gap: 4px;
    margin-top: 18px;
    border-radius: 8px;
    padding: 13px 15px;
}

.admin-message.error {
    border: 1px solid #fecaca;
    background: #fff1f2;
    color: #b91c1c;
}

.admin-message strong {
    font-size: 13px;
    font-weight: 900;
}

.admin-message span {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 800;
}

.admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.admin-stat-grid article {
    min-width: 0;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.admin-stat-grid span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
}

.admin-stat-grid strong {
    display: block;
    margin-top: 9px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.admin-stat-grid p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
}

.admin-visitor-panel {
    margin-top: 18px;
}

.admin-visitor-filter {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: #fff;
    padding: 0 9px;
}

.admin-visitor-filter span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-visitor-filter select {
    min-width: 82px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font: 900 12px/1 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    outline: none;
}

.admin-visitor-stat-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 16px 18px 0;
}

.admin-visitor-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 14px;
    padding: 16px 18px 0;
}

.admin-visitor-card {
    min-width: 0;
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.admin-visitor-card.wide {
    margin: 14px 18px 18px;
}

.admin-visitor-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #eef2f7;
    background: #f8fafc;
    padding: 12px 14px;
}

.admin-visitor-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.admin-visitor-card header span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-visitor-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 10px;
    border-bottom: 1px solid #eef2f7;
    padding: 12px 14px;
}

.admin-visitor-filters label {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.admin-visitor-filters span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-visitor-filters input,
.admin-visitor-filters select {
    width: 100%;
    min-height: 34px;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    padding: 0 10px;
    font: 900 12px/1 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    outline: none;
}

.admin-visitor-country-chart {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
}

.admin-visitor-country-chart header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.admin-visitor-country-chart h3 {
    margin: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}

.admin-visitor-country-chart header span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.admin-visitor-country-bars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(42px, auto));
    grid-auto-flow: column;
    gap: 14px 22px;
}

.admin-visitor-country-bars article {
    display: grid;
    gap: 7px;
    min-height: 42px;
}

.admin-visitor-country-bars article.empty {
    border-bottom: 1px solid #e2e8f0;
}

.admin-visitor-country-bars article > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.admin-visitor-country-bars strong {
    color: #0f172a;
}

.admin-visitor-country-track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.admin-visitor-country-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #14b8a6);
}

.admin-visitor-detail-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
}

.admin-visitor-detail-grid article {
    border: 1px solid #e5edf7;
    border-radius: 8px;
    background: #fbfdff;
    padding: 13px;
}

.admin-visitor-detail-grid span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-visitor-detail-grid strong {
    display: block;
    margin-top: 7px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.admin-visitor-table-wrap {
    overflow-x: auto;
}

.admin-visitor-recent-scroll {
    max-height: 760px;
    overflow: auto;
}

.admin-visitor-recent-scroll .admin-visitor-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.admin-visitor-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.admin-visitor-table th,
.admin-visitor-table td {
    border-bottom: 1px solid #eef2f7;
    padding: 10px 12px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    vertical-align: middle;
}

.admin-visitor-table th {
    background: #fff;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-visitor-table th:last-child,
.admin-visitor-table td:last-child {
    text-align: right;
    width: 82px;
}

.admin-visitor-table.recent {
    min-width: 780px;
}

.admin-visitor-table.users {
    min-width: 680px;
}

.admin-visitor-table.actors {
    min-width: 980px;
}

.admin-visitor-table.actors th:nth-child(1) {
    width: 92px;
}

.admin-visitor-table.actors th:nth-child(4),
.admin-visitor-table.actors th:nth-child(5),
.admin-visitor-table.actors th:nth-child(6) {
    width: 150px;
}

.admin-visitor-table.actors th:nth-child(7) {
    width: 100px;
}

.admin-visitor-pager {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 28px 0 46px;
    margin-top: 16px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.admin-visitor-pager > span {
    position: absolute;
    left: 0;
}

.admin-visitor-pager > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.admin-visitor-pager strong {
    color: #0f172a;
    min-width: 72px;
    text-align: center;
}

.admin-visitor-actor-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    border-radius: 999px;
    padding: 0 9px;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.admin-visitor-actor-badge.login {
    background: #eff6ff;
    color: #1d4ed8;
}

.admin-visitor-actor-badge.anonymous {
    background: #f1f5f9;
    color: #475569;
}

.admin-visitor-table.recent th:nth-child(1) {
    width: 150px;
}

.admin-visitor-table.recent th:nth-child(3) {
    width: 150px;
}

.admin-visitor-table.recent th:nth-child(4) {
    width: 140px;
}

.admin-visitor-table.recent th:nth-child(5) {
    width: 80px;
}

.admin-visitor-path {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-visitor-path-button {
    max-width: 100%;
    border: 0;
    background: transparent;
    color: #1d4ed8;
    padding: 0;
    font: 900 12px/1.3 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-visitor-path-button:hover {
    text-decoration: underline;
}

.admin-visitor-table tr.active td {
    background: #eff4ff;
}

.admin-menu {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.admin-menu button {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #64748b;
    padding: 0 13px;
    font: 900 13px/1 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    cursor: pointer;
}

.admin-menu button:hover,
.admin-menu button.active {
    background: #eff4ff;
    color: #1d4ed8;
}

.admin-panel {
    margin-top: 18px;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.admin-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid #eef2f7;
    padding: 16px 18px;
}

.admin-panel-header h2 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}

.admin-panel-header p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 800;
}

.admin-panel-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-btn {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    padding: 0 12px;
    font: 900 12px/1 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.admin-btn:hover {
    border-color: #93b4ff;
    background: #eff4ff;
    color: #1d4ed8;
}

.admin-btn.primary {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}

.admin-btn.primary:hover {
    border-color: #1d4ed8;
    background: #1d4ed8;
    color: #fff;
}

.admin-btn.danger {
    border-color: rgba(220, 38, 38, 0.28);
    background: #fff1f2;
    color: #b91c1c;
}

.admin-btn.danger:hover {
    border-color: rgba(220, 38, 38, 0.5);
    background: #ffe4e6;
    color: #991b1b;
}

.admin-btn.subtle {
    min-height: 28px;
    padding: 0 9px;
}

.admin-btn:disabled {
    border-color: #e2e8f0;
    background: #f8fafc;
    color: #94a3b8;
    cursor: no-drop;
}

.admin-log-settings {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr)) minmax(180px, 1.4fr);
    gap: 10px;
    padding: 16px 18px;
}

.admin-log-settings.compact {
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.8fr) minmax(180px, 1fr);
}

.admin-log-settings label,
.admin-log-settings div {
    min-width: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #f8fafc;
    padding: 0 12px;
    color: #334155;
    font-size: 12px;
    font-weight: 900;
}

.admin-log-settings input {
    width: 16px;
    height: 16px;
}

.admin-log-settings select {
    width: 100%;
    height: 34px;
    border: 1px solid #dbe3ef;
    border-radius: 6px;
    background: #fff;
    color: #0f172a;
    padding: 0 10px;
    font: 900 12px/1 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
}

.admin-log-settings div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
}

.admin-log-settings div span {
    color: #64748b;
    font-size: 11px;
}

.admin-log-settings div strong {
    max-width: 100%;
    color: #0f172a;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-log-levels {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px;
    border-bottom: 1px solid #eef2f7;
}

.admin-log-levels article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #f8fafc;
    padding: 10px;
}

.admin-log-levels span {
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
}

.admin-log-levels strong {
    color: #0f172a;
    font-size: 17px;
    font-weight: 900;
}

.admin-empty {
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 34px 16px;
    color: #64748b;
    text-align: center;
}

.admin-empty strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
}

.admin-empty span {
    font-size: 12px;
    font-weight: 800;
}

.admin-log-table-wrap {
    overflow-x: auto;
}

.admin-log-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.admin-log-table th,
.admin-log-table td {
    border-bottom: 1px solid #eef2f7;
    padding: 11px 14px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    vertical-align: middle;
}

.admin-log-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-log-table th:nth-child(1) {
    width: 92px;
}

.admin-log-table th:nth-child(3) {
    width: 120px;
}

.admin-log-table th:nth-child(4) {
    width: 180px;
}

.admin-log-table th:nth-child(5) {
    width: 96px;
}

.admin-log-table tr:hover td {
    background: #fbfdff;
}

.admin-log-table tr.active td {
    background: #eff4ff;
}

.admin-log-file-button {
    max-width: 100%;
    border: 0;
    background: transparent;
    color: #1d4ed8;
    padding: 0;
    font: 900 12px/1.3 "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-log-file-button:hover {
    text-decoration: underline;
}

.admin-log-file-button:disabled {
    color: #94a3b8;
    cursor: no-drop;
    text-decoration: none;
}

.admin-log-preview {
    border-top: 1px solid #eef2f7;
    background: #111827;
}

.admin-log-preview header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    padding: 12px 14px;
}

.admin-log-preview h3 {
    margin: 0;
    color: #e5e7eb;
    font-size: 13px;
    font-weight: 900;
}

.admin-log-preview p {
    margin: 4px 0 0;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
}

.admin-log-preview pre {
    max-height: 430px;
    overflow: auto;
    margin: 0;
    padding: 16px;
    background: #0b1220;
    color: #d1d5db;
    font: 12px/1.65 Consolas, "Cascadia Mono", "Courier New", monospace;
    white-space: pre;
}

.admin-db-path {
    display: grid;
    gap: 6px;
    border-bottom: 1px solid #eef2f7;
    padding: 16px 18px;
}

.admin-db-path span {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-db-path strong {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.admin-db-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px;
}

.admin-db-grid article {
    min-width: 0;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #f8fafc;
    padding: 13px;
}

.admin-db-grid article.wide {
    grid-column: 1 / -1;
}

.admin-db-grid span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-db-grid strong {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.admin-db-ready {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-top: 1px solid #eef2f7;
    background: #f8fafc;
    padding: 16px 18px;
}

.admin-db-ready i {
    color: #2563eb;
    font-size: 18px;
    line-height: 1.2;
}

.admin-db-ready strong,
.admin-db-ready span {
    display: block;
}

.admin-db-ready strong {
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
}

.admin-db-ready span {
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
}

.admin-operations-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    padding: 16px 18px;
}

.admin-operations-grid article {
    min-width: 0;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    background: #f8fafc;
    padding: 13px;
}

.admin-operations-grid article.sensitive {
    border-color: #fed7aa;
    background: #fff7ed;
}

.admin-operations-grid span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-operations-grid strong {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.admin-operations-grid p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 800;
}

.admin-operations-guide {
    border-top: 1px solid #eef2f7;
    padding: 16px 18px 18px;
}

.admin-operations-guide h3 {
    margin: 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}

.admin-operations-guide p {
    margin: 6px 0 12px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 800;
}

.admin-operations-guide pre {
    margin: 0;
    max-width: 100%;
    overflow-x: auto;
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #0f172a;
    color: #e2e8f0;
    padding: 14px;
    font: 800 12px/1.55 Consolas, "Courier New", monospace;
}

.admin-user-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
    gap: 0;
}

.admin-user-table-wrap {
    overflow-x: auto;
    border-right: 1px solid #eef2f7;
}

.admin-user-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.admin-user-table th,
.admin-user-table td {
    border-bottom: 1px solid #eef2f7;
    padding: 11px 14px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    text-align: left;
    vertical-align: middle;
}

.admin-user-table th {
    background: #f8fafc;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-user-table th:nth-child(1) {
    width: 42%;
}

.admin-user-table th:nth-child(2),
.admin-user-table th:nth-child(3) {
    width: 96px;
}

.admin-user-table tr:hover td,
.admin-user-table tr.active td {
    background: #eff4ff;
}

.admin-user-link {
    max-width: 100%;
    display: grid;
    gap: 3px;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.admin-user-link strong,
.admin-user-link span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-user-link strong {
    color: #0f172a;
    font-size: 12px;
    font-weight: 900;
}

.admin-user-link span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.admin-role-badge,
.admin-status-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    border-radius: 999px;
    padding: 0 8px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-role-badge.admin {
    background: #eff6ff;
    color: #0369a1;
}

.admin-role-badge.user {
    background: #f8fafc;
    color: #475569;
}

.admin-status-badge.active {
    background: #f0fdf4;
    color: #15803d;
}

.admin-status-badge.blocked {
    background: #fff1f2;
    color: #b91c1c;
}

.admin-user-detail {
    min-width: 0;
    background: #fff;
    padding: 18px;
}

.admin-user-detail header {
    display: grid;
    gap: 4px;
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 14px;
}

.admin-user-detail header strong {
    color: #0f172a;
    font-size: 17px;
    font-weight: 900;
}

.admin-user-detail header span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.admin-user-detail dl {
    display: grid;
    gap: 10px;
    margin: 14px 0 0;
}

.admin-user-detail dl div {
    min-width: 0;
}

.admin-user-detail dt {
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
}

.admin-user-detail dd {
    margin: 4px 0 0;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.admin-user-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #eef2f7;
    margin-top: 16px;
    padding-top: 14px;
}

.admin-log-level {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    border-radius: 999px;
    padding: 0 8px;
    background: #eef2ff;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.admin-log-level.error {
    background: #fff1f2;
    color: #b91c1c;
}

.admin-log-level.audit {
    background: #f0fdf4;
    color: #15803d;
}

.admin-log-level.info {
    background: #eff6ff;
    color: #0369a1;
}

.admin-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    background: rgba(15, 23, 42, 0.42);
    padding: 18px;
}

.admin-confirm-modal {
    width: min(430px, 100%);
    border: 1px solid #dbe3ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
    padding: 18px;
}

.admin-confirm-modal header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.admin-confirm-modal header > span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff1f2;
    color: #dc2626;
    font-size: 18px;
    flex: 0 0 auto;
}

.admin-confirm-modal h2 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}

.admin-confirm-modal header p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
}

.admin-confirm-modal > p {
    margin: 16px 0 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 800;
}

.admin-confirm-modal > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 18px;
}

.admin-message.success {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
    color: #15803d;
}

.policy-page {
    min-height: 100vh;
    background: #f7f9fc;
    color: #0f172a;
    font-family: "PublpageNotoSansKR", "Noto Sans KR", "Segoe UI", system-ui, sans-serif;
    padding: 24px;
}

.policy-nav {
    width: min(1040px, 100%);
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 auto 18px;
}

.policy-document {
    width: min(1040px, 100%);
    margin: 0 auto;
    border: 1px solid #e3e6ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    padding: 38px 44px;
}

.policy-header {
    border-bottom: 1px solid #e3e6ed;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.policy-header h1 {
    margin: 0;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.policy-document section + section {
    margin-top: 28px;
}

.policy-document h2 {
    margin: 0 0 12px;
    color: #141824;
    font-size: 20px;
    line-height: 1.32;
    font-weight: 900;
}

.policy-document h3 {
    margin: 18px 0 6px;
    color: #31374a;
    font-size: 15px;
    font-weight: 900;
}

.policy-document p,
.policy-document li,
.policy-contact dd {
    color: #475569;
    font-size: 14px;
    line-height: 1.78;
    font-weight: 700;
}

.policy-document p {
    margin: 0 0 10px;
}

.policy-document ul {
    display: grid;
    gap: 6px;
    margin: 10px 0 0;
    padding-left: 20px;
}

.policy-contact {
    display: grid;
    gap: 6px;
    border: 1px solid #e3e6ed;
    border-radius: 8px;
    background: #f8fafc;
    padding: 16px;
}

.policy-contact dt {
    color: #141824;
    font-size: 14px;
    font-weight: 900;
}

.policy-contact dd {
    margin: 0;
}

.landing-hero {
    position: relative;
    min-height: calc(100svh - 170px);
    max-height: 720px;
    overflow: hidden;
    isolation: isolate;
}

.landing-hero-inner {
    width: var(--landing-content-width);
    min-height: inherit;
    max-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    margin: 0 auto;
    padding: 64px 0;
}

.landing-hero-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.landing-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(247, 249, 252, 0.98) 0%, rgba(247, 249, 252, 0.9) 34%, rgba(247, 249, 252, 0.42) 68%, rgba(247, 249, 252, 0.18) 100%),
        linear-gradient(180deg, rgba(247, 249, 252, 0.42) 0%, rgba(247, 249, 252, 0.1) 56%, rgba(247, 249, 252, 0.92) 100%);
}

.landing-hero-content {
    width: min(690px, 100%);
}

.landing-avatar-visual {
    width: min(360px, 30vw);
    min-width: 280px;
    flex: 0 0 auto;
}

.landing-kicker {
    margin: 0 0 14px;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
}

.landing-hero h1 {
    margin: 0;
    color: #0f172a;
    font-size: 56px;
    line-height: 1.06;
    font-weight: 900;
}

.landing-lead {
    width: min(590px, 100%);
    margin: 22px 0 0;
    color: #334155;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
}

.landing-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.landing-primary,
.landing-secondary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.landing-primary {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.26);
}

.landing-primary:hover {
    background: #1d4ed8;
    color: #fff;
}

.landing-secondary {
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: rgba(255, 255, 255, 0.78);
    color: #0f172a;
}

.landing-secondary:hover {
    border-color: #93b4ff;
    background: #fff;
    color: #1d4ed8;
}

.landing-section {
    width: var(--landing-content-width);
    margin: 0 auto;
}

.landing-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 18px 0 74px;
}

.landing-value-grid article {
    min-width: 0;
    border: 1px solid #dce4f0;
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.landing-card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    border-radius: 999px;
    background: #eaf1ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
}

.landing-value-grid h2 {
    margin: 18px 0 10px;
    color: #0f172a;
    font-size: 21px;
    font-weight: 900;
}

.landing-value-grid p {
    margin: 0;
    color: #52627a;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 700;
}

.landing-management {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 42px;
    align-items: center;
    padding: 0 0 86px;
}

.landing-management-copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.landing-management-copy > p {
    margin: 18px 0 0;
    color: #52627a;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 750;
}

.landing-management-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.landing-management-points span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dce4f0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
    color: #233047;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.landing-management-points i {
    color: #2563eb;
    font-size: 15px;
}

.landing-management-preview {
    min-width: 0;
}

.landing-mini-window {
    border: 1px solid #d9e2ef;
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.92));
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.landing-mini-toolbar {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #dce4f0;
    padding: 0 18px;
}

.landing-mini-toolbar span {
    width: 42px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #8bb7ff);
}

.landing-mini-toolbar strong {
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}

.landing-mini-toolbar i {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eff5ff;
    color: #2563eb;
    font-size: 18px;
}

.landing-mini-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 16px;
    padding: 18px;
}

.landing-mini-tree,
.landing-mini-detail {
    border: 1px solid #e1e8f3;
    border-radius: 16px;
    background: #fff;
    padding: 14px;
}

.landing-mini-tree {
    display: grid;
    gap: 8px;
}

.landing-mini-tree div {
    min-width: 0;
    min-height: 34px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 7px;
    border-radius: 10px;
    color: #334155;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 900;
}

.landing-mini-tree div.active {
    background: #eef5ff;
    color: #0f172a;
}

.landing-mini-tree i {
    color: #2563eb;
}

.landing-mini-tree span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.landing-mini-tree em {
    color: #ef3b22;
    font-style: normal;
    font-size: 11px;
}

.landing-mini-detail {
    position: relative;
    min-height: 184px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(239, 246, 255, 0.74), rgba(255, 255, 255, 0.96));
}

.landing-mini-status {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border-radius: 999px;
    background: #dcfce7;
    color: #15803d;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 900;
}

.landing-mini-detail h3 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
}

.landing-mini-detail p {
    margin: 8px 0 16px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 800;
}

.landing-mini-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.landing-mini-actions i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce4f0;
    border-radius: 10px;
    background: #fff;
    color: #2563eb;
    font-size: 14px;
}

.landing-mini-actions i:last-child {
    color: #dc2626;
    background: #fff5f5;
    border-color: #fecaca;
}

.landing-rendering {
    display: grid;
    grid-template-columns: minmax(420px, 1.08fr) minmax(0, 0.92fr);
    gap: 42px;
    align-items: center;
    padding: 0 0 86px;
}

.landing-rendering-visual {
    min-width: 0;
}

.landing-rendering-visual img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #d9e2ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.landing-rendering-copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.landing-rendering-copy > p {
    margin: 18px 0 0;
    color: #52627a;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 750;
}

.landing-rendering-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.landing-rendering-points span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dce4f0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #233047;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.landing-rendering-points i {
    color: #2563eb;
    font-size: 15px;
}

.landing-code-snippets {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: 42px;
    align-items: center;
    padding: 0 0 86px;
}

.landing-code-copy h2 {
    margin: 0;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.landing-code-copy > p {
    margin: 18px 0 0;
    color: #52627a;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 750;
}

.landing-code-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.landing-code-points span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #dce4f0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #233047;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 900;
}

.landing-code-points i {
    color: #2563eb;
    font-size: 15px;
}

.landing-code-visual {
    min-width: 0;
    display: grid;
    gap: 14px;
}

.landing-code-window {
    overflow: hidden;
    border: 1px solid #d9e2ef;
    border-radius: 18px;
    background: #0f172a;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.16);
}

.landing-code-toolbar {
    min-height: 46px;
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    padding: 0 16px;
    color: #dbeafe;
}

.landing-code-toolbar > span {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #ef4444;
    box-shadow: 18px 0 #f59e0b, 36px 0 #22c55e;
}

.landing-code-toolbar strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 900;
}

.landing-code-toolbar em {
    border: 1px solid rgba(147, 197, 253, 0.45);
    border-radius: 7px;
    background: rgba(37, 99, 235, 0.16);
    color: #93c5fd;
    padding: 4px 7px;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
}

.landing-code-window pre {
    margin: 0;
    padding: 20px;
    overflow: auto;
    color: #dbeafe;
    font-size: 13px;
    line-height: 1.7;
}

.landing-code-window code {
    display: grid;
    gap: 2px;
    font-family: "Cascadia Code", "Consolas", monospace;
}

.landing-code-window code span {
    white-space: pre;
}

.landing-code-extensions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.landing-code-extensions span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe7ff;
    border-radius: 8px;
    background: #f7fbff;
    color: #315fc4;
    padding: 0 9px;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
}

.landing-workflow {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 44px;
    align-items: start;
    padding: 0 0 90px;
}

.landing-workflow h2 {
    margin: 0;
    color: #0f172a;
    font-size: 38px;
    line-height: 1.18;
    font-weight: 900;
}

.landing-steps {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: publish-step;
}

.landing-steps li {
    counter-increment: publish-step;
    position: relative;
    display: grid;
    gap: 5px;
    min-width: 0;
    min-height: 76px;
    border: 1px solid #dce4f0;
    border-radius: 16px;
    background: #fff;
    padding: 17px 18px 17px 72px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.landing-steps li::before {
    content: counter(publish-step);
    position: absolute;
    left: 18px;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #eef6ff;
    color: #1d4ed8;
    font-size: 14px;
    font-weight: 900;
}

.landing-steps strong {
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
}

.landing-steps span {
    color: #52627a;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 700;
}

.landing-policy-footer {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 22px 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #e5eaf3;
}

.landing-policy-footer a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #475569;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.landing-policy-footer a:hover {
    border-color: #9eb8ff;
    background: #eff4ff;
    color: #1d4ed8;
}

@media (max-width: 920px) {
    .landing-page {
        --landing-content-width: calc(100% - 44px);
    }

    .login-page {
        --landing-content-width: calc(100% - 44px);
    }

    .login-hero {
        width: calc(100% - 44px);
        padding: 34px 0 62px;
    }

    .login-hero-intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .login-avatar-visual {
        width: min(300px, 74vw);
        margin: 0 auto;
        order: -1;
    }

    .login-hero-copy h1 {
        font-size: 42px;
    }

    .login-hero-copy > p:last-child {
        font-size: 16px;
    }

    .login-choice-grid {
        grid-template-columns: 1fr;
    }

    .admin-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-log-settings {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-log-settings div {
        grid-column: 1 / -1;
    }

    .admin-log-levels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-db-grid,
    .admin-operations-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-user-layout {
        grid-template-columns: 1fr;
    }

    .admin-user-table-wrap {
        border-right: 0;
        border-bottom: 1px solid #eef2f7;
    }

    .policy-document {
        padding: 32px 28px;
    }

    .landing-hero {
        min-height: calc(100svh - 150px);
    }

    .landing-hero-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
        padding: 48px 0;
    }

    .landing-avatar-visual {
        width: min(300px, 74vw);
        min-width: 0;
        align-self: center;
        order: -1;
    }

    .landing-hero-overlay {
        background:
            linear-gradient(90deg, rgba(247, 249, 252, 0.98) 0%, rgba(247, 249, 252, 0.88) 58%, rgba(247, 249, 252, 0.42) 100%),
            linear-gradient(180deg, rgba(247, 249, 252, 0.2) 0%, rgba(247, 249, 252, 0.92) 100%);
    }

    .landing-hero h1 {
        font-size: 42px;
    }

    .landing-lead {
        font-size: 16px;
    }

    .landing-value-grid,
    .landing-management,
    .landing-rendering,
    .landing-code-snippets,
    .landing-workflow {
        grid-template-columns: 1fr;
    }

    .landing-management {
        gap: 28px;
    }

    .landing-rendering {
        gap: 28px;
    }

    .landing-code-snippets {
        gap: 28px;
    }

    .landing-workflow {
        gap: 20px;
    }
}

@media (max-width: 620px) {
    .landing-page {
        --landing-content-width: calc(100% - 32px);
    }

    .landing-nav {
        height: auto;
        min-height: 68px;
        align-items: flex-start;
    }

    .landing-nav-inner {
        padding: 12px 0;
        align-items: flex-start;
    }

    .login-nav {
        min-height: 68px;
    }

    .login-page {
        --landing-content-width: calc(100% - 32px);
    }

    .login-nav-inner {
        min-height: 68px;
        padding: 12px 0;
    }

    .login-hero {
        width: calc(100% - 32px);
        padding: 26px 0 48px;
        gap: 24px;
    }

    .login-avatar-visual {
        width: min(240px, 70vw);
    }

    .login-hero-copy h1 {
        font-size: 34px;
    }

    .login-choice-card {
        min-height: 300px;
        padding: 22px;
    }

    .login-choice-card h2 {
        font-size: 24px;
    }

    .login-primary-action,
    .login-secondary-action {
        width: 100%;
        min-width: 0;
    }

    .login-dev-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-page {
        padding: 16px;
    }

    .admin-header {
        align-items: flex-start;
    }

    .admin-stat-grid {
        grid-template-columns: 1fr;
    }

    .admin-visitor-stat-grid {
        grid-template-columns: 1fr;
        margin: 14px;
    }

    .admin-visitor-layout {
        grid-template-columns: 1fr;
        padding: 14px 14px 0;
    }

    .admin-visitor-filters,
    .admin-visitor-detail-grid {
        grid-template-columns: 1fr;
    }

    .admin-visitor-card.wide {
        margin: 14px;
    }

    .admin-visitor-table {
        min-width: 420px;
    }

    .admin-menu,
    .admin-panel-header,
    .admin-panel-actions {
        width: 100%;
    }

    .admin-panel-header {
        flex-direction: column;
    }

    .admin-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .admin-log-settings,
    .admin-log-levels,
    .admin-db-grid,
    .admin-operations-grid {
        grid-template-columns: 1fr;
    }

    .admin-log-table {
        min-width: 720px;
    }

    .admin-user-table {
        min-width: 640px;
    }

    .policy-page {
        padding: 14px;
    }

    .policy-nav {
        min-height: 64px;
    }

    .policy-document {
        padding: 26px 20px;
    }

    .policy-header h1 {
        font-size: 28px;
    }

    .landing-nav-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .landing-nav-actions a:not(.landing-login-link):not(.nav-avatar-link) {
        display: none;
    }

    .landing-nav-actions .user-avatar-menu .user-avatar-dropdown a,
    .login-nav-actions .user-avatar-menu .user-avatar-dropdown a {
        display: flex;
    }

    .landing-policy-footer {
        width: calc(100% - 32px);
        flex-wrap: wrap;
        padding-bottom: 28px;
    }

    .landing-policy-footer a {
        flex: 1 1 180px;
    }

    .landing-hero {
        min-height: auto;
    }

    .landing-hero-inner {
        padding: 42px 0 54px;
    }

    .landing-avatar-visual {
        width: min(240px, 70vw);
    }

    .landing-hero-image {
        object-position: center;
    }

    .landing-hero-overlay {
        background:
            linear-gradient(180deg, rgba(247, 249, 252, 0.96) 0%, rgba(247, 249, 252, 0.86) 44%, rgba(247, 249, 252, 0.98) 100%);
    }

    .landing-hero h1 {
        font-size: 34px;
    }

    .landing-lead {
        font-size: 15px;
    }

    .landing-primary,
    .landing-secondary {
        width: 100%;
        min-height: 46px;
    }

    .landing-value-grid {
        padding-bottom: 56px;
    }

    .landing-value-grid article {
        padding: 20px;
    }

    .landing-management {
        padding-bottom: 60px;
    }

    .landing-management-copy h2 {
        font-size: 30px;
    }

    .landing-management-copy > p {
        font-size: 14px;
    }

    .landing-management-points {
        grid-template-columns: 1fr;
    }

    .landing-rendering {
        padding-bottom: 60px;
    }

    .landing-code-snippets {
        padding-bottom: 60px;
    }

    .landing-rendering-copy {
        order: -1;
    }

    .landing-rendering-copy h2 {
        font-size: 30px;
    }

    .landing-code-copy h2 {
        font-size: 30px;
    }

    .landing-rendering-copy > p {
        font-size: 14px;
    }

    .landing-code-copy > p {
        font-size: 14px;
    }

    .landing-rendering-visual img {
        border-radius: 18px;
    }

    .landing-code-window {
        border-radius: 18px;
    }

    .landing-mini-layout {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .landing-mini-window {
        border-radius: 18px;
    }

    .landing-workflow h2 {
        font-size: 30px;
    }
}
