:root {
    --bg: #eef6ff;
    --panel: rgba(255, 255, 255, 0.92);
    --panel-strong: #ffffff;
    --panel-soft: #f4f9ff;
    --ink: #17324d;
    --muted: #5b7390;
    --line: rgba(23, 50, 77, 0.08);
    --line-strong: rgba(23, 50, 77, 0.16);
    --accent: #4da3ff;
    --accent-deep: #2378d7;
    --accent-soft: rgba(77, 163, 255, 0.12);
    --danger-soft: rgba(180, 43, 43, 0.08);
    --success-soft: rgba(29, 125, 82, 0.1);
    --shadow-xl: 0 28px 70px rgba(35, 120, 215, 0.12);
    --shadow-lg: 0 20px 48px rgba(35, 120, 215, 0.08);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    color: var(--ink);
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(77, 163, 255, 0.2), transparent 28%),
        radial-gradient(circle at bottom right, rgba(115, 198, 255, 0.16), transparent 24%),
        linear-gradient(180deg, #f7fbff 0%, var(--bg) 100%);
}

.site-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 75%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.page-shell {
    position: relative;
    z-index: 1;
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 56px;
}

.page-slider_manage .page-shell {
    width: min(1480px, calc(100% - 40px));
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow-lg);
}

.header-slider,
.header-slider-empty {
    margin-bottom: 24px;
}

.header-slider-frame,
.header-slider-empty-copy {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.header-slider-frame {
    aspect-ratio: 31 / 9;
    min-height: 0;
    background: transparent;
}

.header-slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: scale(1.02);
    transition: opacity 0.55s ease, transform 0.8s ease;
}

.header-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.header-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 2;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.header-slider-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.header-slider-dot.is-active {
    background: #fff;
    transform: scale(1.18);
}

.header-slider-empty-copy {
    display: grid;
    gap: 12px;
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(77, 163, 255, 0.18), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 255, 0.92));
}

.header-slider-empty-copy strong {
    font-size: 1.5rem;
    line-height: 1.25;
}

.header-slider-empty-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.breadcrumb-nav {
    margin-bottom: 18px;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--muted);
    font-size: 0.94rem;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(91, 115, 144, 0.58);
}

.breadcrumb-item a:hover {
    color: var(--accent-deep);
}

.breadcrumb-item.is-current {
    color: var(--ink);
    font-weight: 700;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fff;
    background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 100%);
    box-shadow: 0 14px 32px rgba(35, 120, 215, 0.25);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-copy strong,
.hero-copy h1,
.auth-copy-panel h1,
.editor-side h1,
.detail-copy h3,
.section-head h3,
.auth-card h3,
.editor-header h2,
.editor-page-head h3 {
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.brand-copy strong {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
}

.brand-copy small,
.section-label,
.section-meta,
.eyebrow,
.status-label,
.card-meta,
.detail-meta {
    color: var(--muted);
}

.topbar-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-nav a,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.topbar-nav a {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.64);
}

.topbar-nav a.is-current {
    border-color: rgba(77, 163, 255, 0.28);
    background: rgba(77, 163, 255, 0.08);
    color: var(--accent-deep);
}

.topbar-nav a:hover,
.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 100%);
    box-shadow: 0 14px 32px rgba(35, 120, 215, 0.24);
}

.button-primary:hover {
    background: linear-gradient(135deg, #185ea8 0%, var(--accent-deep) 100%);
}

.button-secondary {
    border-color: var(--line-strong);
    background: rgba(255, 255, 255, 0.8);
}

.button-full {
    width: 100%;
}

.hero-panel,
.empty-state,
.auth-copy-panel,
.auth-card,
.editor-side,
.editor-wrap,
.detail-wrap {
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: var(--panel);
    box-shadow: var(--shadow-xl);
}

.hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: 24px;
    align-items: stretch;
    padding: 34px;
    margin-bottom: 28px;
}

.hero-copy h1,
.auth-copy-panel h1,
.editor-side h1 {
    margin: 10px 0 14px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 0.98;
}

.detail-copy h3 {
    margin: 0 0 14px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.hero-copy p,
.auth-copy-panel p,
.editor-side p,
.detail-description,
.empty-state p {
    line-height: 1.75;
    color: var(--muted);
}

.hero-actions,
.form-actions,
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.hero-side {
    display: grid;
    gap: 16px;
}

.status-tile {
    display: grid;
    gap: 8px;
    align-content: start;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 238, 0.92));
}

.status-tile strong {
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
}

.status-tile small {
    color: var(--muted);
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.section-head h3 {
    margin: 6px 0 0;
    font-size: 1.5rem;
}
.section-head h4 {
    margin: 6px 0 0;
    font-size: 1.2rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.gallery-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-lg);
}

.card-image-wrap {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 248, 0.92));
}

.card-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
    opacity: 0.32;
    transition: opacity 0.2s ease;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.gallery-card:hover .card-image {
    transform: scale(1.04);
}

.gallery-card:hover .card-image-wrap::after {
    opacity: 0.18;
}

.card-body {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.card-meta,
.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    font-size: 0.92rem;
}

.card-body h3,
.card-body h4 {
    margin: 0;
    font-size: 1.36rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-description {
    margin: 0;
    min-height: 54px;
    color: #404653;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-link {
    color: var(--accent-deep);
    font-weight: 700;
}

.flash {
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.flash-success {
    background: var(--success-soft);
    color: #14603b;
}

.flash-error {
    background: var(--danger-soft);
    color: #892626;
}

.empty-state,
.detail-wrap,
.auth-copy-panel,
.auth-card,
.editor-side,
.editor-wrap {
    padding: 30px;
}

.empty-state {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.empty-state h3 {
    margin: 0;
    font-size: 1.2rem;
}

.auth-layout,
.editor-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.2fr);
    gap: 24px;
}

.page-write .editor-layout,
.page-edit .editor-layout {
    grid-template-columns: 1fr;
    align-items: stretch;
}

.page-write .editor-side,
.page-edit .editor-side {
    margin-bottom: 0;
    overflow: visible;
}

.page-write .editor-side h2,
.page-edit .editor-side h2 {
    margin: 0 0 14px;
    font-size: 2rem;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    line-height: 1.3;
}

.page-write .editor-wrap,
.page-edit .editor-wrap {
    width: 100%;
}

.auth-single {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 56px);
}

.auth-single .auth-card {
    width: min(100%, 460px);
}

.auth-copy-panel,
.editor-side {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(77, 163, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 248, 255, 0.92));
}

.auth-points,
.editor-note {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding: 18px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(77, 163, 255, 0.16);
}

.auth-points {
    padding-left: 34px;
}

.auth-points li {
    color: #3f4652;
    line-height: 1.6;
}

.editor-note strong {
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--accent-deep);
}

.editor-note span {
    color: #3f4652;
    line-height: 1.65;
}

.auth-card h2,
.editor-header h2 {
    margin: 10px 0 0;
    font-size: 2rem;
}

.auth-card h3 {
    margin: 0 0 20px;
    font-size: 1.5rem;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.auth-form,
.editor-form {
    display: grid;
    gap: 18px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.form-group {
    display: grid;
    gap: 10px;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 700;
}

.field-help {
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.5;
}

.auth-form input,
.editor-form input,
.editor-form textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: var(--panel-strong);
    color: var(--ink);
}

.editor-form input[type="file"] {
    padding: 10px 12px;
    line-height: 1.4;
}

.editor-form input[type="file"]::file-selector-button {
    margin-right: 12px;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px;
    background: rgba(77, 163, 255, 0.12);
    color: var(--accent-deep);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.editor-form textarea {
    min-height: 380px;
    resize: vertical;
}

.auth-form input:focus,
.editor-form input:focus,
.editor-form textarea:focus {
    outline: none;
    border-color: rgba(77, 163, 255, 0.48);
    box-shadow: 0 0 0 4px rgba(77, 163, 255, 0.08);
}

.detail-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: start;
}

.detail-thumb img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: var(--shadow-lg);
}

.detail-content {
    margin: 26px 0 0;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--panel-soft);
    line-height: 1.85;
    color: #222833;
}

.detail-content h2,
.detail-content h3,
.detail-content h4 {
    margin: 1.5em 0 0.55em;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.detail-content p,
.detail-content ul,
.detail-content ol,
.detail-content blockquote {
    margin: 0 0 1.1em;
}

.detail-content figure {
    margin: 0 0 1.1em;
    max-width: 100%;
}

.detail-content figure.image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.detail-content figure.image img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.detail-content figure.image figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.92rem;
    text-align: center;
}

.detail-content iframe.editor-video-embed,
.detail-content iframe[src*="youtube.com/embed"],
.detail-content iframe[src*="youtube-nocookie.com/embed"] {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 240px;
    margin: 0 0 1.1em;
    border: 0;
    border-radius: 18px;
    background: #000;
}

.detail-content blockquote {
    margin-left: 0;
    padding: 12px 18px;
    border-left: 4px solid var(--accent);
    background: rgba(77, 163, 255, 0.08);
}

.detail-content a {
    color: var(--accent-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ck.ck-editor {
    width: 100%;
}

.ck.ck-editor__main > .ck-editor__editable {
    min-height: 380px;
    padding: 0 18px;
}

.ck.ck-toolbar,
.ck.ck-editor__main > .ck-editor__editable {
    border-color: var(--line-strong) !important;
}

.ck.ck-toolbar {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    background: #f8fafb !important;
}

.ck.ck-editor__main > .ck-editor__editable {
    border-bottom-left-radius: 18px !important;
    border-bottom-right-radius: 18px !important;
    background: var(--panel-strong) !important;
}

.ck.ck-button.ck-on,
.ck.ck-button:active {
    background: rgba(77, 163, 255, 0.12) !important;
    color: var(--accent-deep) !important;
}

.ck.ck-button:hover,
.ck.ck-button:focus,
.ck.ck-button.ck-on:focus {
    box-shadow: none !important;
}

@media (max-width: 960px) {
    .hero-panel,
    .auth-layout,
    .editor-layout,
    .detail-top,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .slider-slot-grid {
        grid-template-columns: 1fr;
    }

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

    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .page-shell {
        width: min(100% - 20px, 1240px);
        padding-top: 20px;
    }

    .page-slider_manage .page-shell {
        width: min(100% - 20px, 1480px);
    }

    .header-slider-frame {
        aspect-ratio: 16 / 9;
    }

    .header-slider-dots {
        bottom: 12px;
    }

    .detail-content figure.image {
        width: auto !important;
        max-width: 100% !important;
    }

    .detail-content figure.image img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .detail-content iframe.editor-video-embed,
    .detail-content iframe[src*="youtube.com/embed"],
    .detail-content iframe[src*="youtube-nocookie.com/embed"] {
        min-height: 200px;
    }

    .topbar {
        align-items: stretch;
    }

    .topbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-panel,
    .empty-state,
    .detail-wrap,
    .auth-copy-panel,
    .auth-card,
    .editor-side,
    .editor-wrap {
        padding: 22px;
    }

    .hero-copy h1,
    .auth-copy-panel h1,
    .editor-side h1,
    .detail-copy h1 {
        font-size: 2rem;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .card-footer,
    .detail-actions,
    .hero-actions,
    .form-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button,
    .topbar-nav a {
        width: 100%;
    }
}

.page-write .editor-wrap,
.page-edit .editor-wrap {
    display: grid;
    gap: 18px;
}

.editor-page-head {
    padding-bottom: 2px;
}

.editor-page-head h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.file-field {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 7px 12px;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: var(--panel-strong);
    gap: 12px;
}

.file-field-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.file-field-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    background: rgba(77, 163, 255, 0.12);
    color: var(--accent-deep);
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.file-field-name {
    flex: 1;
    min-width: 0;
    color: var(--muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-grid .field-help {
    margin-top: 2px;
    font-size: 0.75rem;
}

.section-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--ink);
}

.pagination-link.is-current {
    border-color: rgba(77, 163, 255, 0.28);
    background: rgba(77, 163, 255, 0.12);
    color: var(--accent-deep);
    font-weight: 700;
}

.detail-top-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.inline-form {
    margin: 0;
}

.button-danger {
    border-color: rgba(180, 43, 43, 0.16);
    background: rgba(180, 43, 43, 0.08);
    color: #a12626;
}

.thumbnail-preview {
    margin-top: 14px;
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(235, 242, 248, 0.92));
}

.thumbnail-preview img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

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

.slider-admin-wrap {
    padding: 34px;
}

.slider-slot-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.slide-slot {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
}

.slide-slot-preview {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 7;
    overflow: hidden;
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(229, 238, 246, 0.94));
}

.slide-slot-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slide-slot-placeholder {
    color: var(--muted);
    font-weight: 600;
}

.slide-slot-body {
    display: grid;
    gap: 14px;
}

.slide-slot-head {
    display: grid;
    gap: 6px;
}

.slide-slot-head h4 {
    margin: 0;
    font-size: 1.05rem;
}

.checkbox-field {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #334356;
}

.checkbox-field input {
    width: 18px;
    min-height: 18px;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
}

.auth-single {
    min-height: 100vh;
}

.auth-single .auth-card {
    width: min(100%, 400px);
}

@media (max-width: 720px) {
    .detail-top-actions,
    .section-actions {
        width: 100%;
    }

    .detail-top-actions .button,
    .detail-top-actions .inline-form,
    .detail-top-actions .inline-form .button,
    .section-actions .button {
        width: 100%;
    }
}
