@charset "UTF-8";

body.smart-factory3-detail-sizl {
    --sf3d-page-max: min(1440px, calc(100% - 4.8rem));
    --sf3d-inner: min(1320px, calc(100% - 9.6rem));
    --sf3d-purple: #971bfd;
    --sf3d-purple-deep: #6427d2;
    --sf3d-indigo: #3d67ff;
    --sf3d-mint: #7ce7d5;
    --sf3d-ink: #131928;
    --sf3d-text: #242c3d;
    --sf3d-muted: #626d82;
    --sf3d-shadow: 0 2.4rem 5.5rem rgba(79, 30, 114, 0.08);
    --sf3d-line: rgba(151, 27, 253, 0.16);
    background:
        radial-gradient(circle at 10% 12%, rgba(216, 180, 254, 0.15), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(124, 231, 213, 0.11), transparent 24%),
        linear-gradient(180deg, #fbf9ff 0%, #ffffff 32%, #fcfbff 100%);
    color: var(--sf3d-text);
}

body.smart-factory3-detail-sizl #wrap {
    position: relative;
    overflow-x: hidden;
}

body.smart-factory3-detail-sizl #wrap::before,
body.smart-factory3-detail-sizl #wrap::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

body.smart-factory3-detail-sizl #wrap::before {
    left: -18rem;
    top: 30rem;
    width: 42rem;
    height: 42rem;
    background: radial-gradient(circle, rgba(216, 180, 254, 0.18), rgba(216, 180, 254, 0) 72%);
}

body.smart-factory3-detail-sizl #wrap::after {
    right: -16rem;
    top: 106rem;
    width: 36rem;
    height: 36rem;
    background: radial-gradient(circle, rgba(124, 231, 213, 0.16), rgba(124, 231, 213, 0) 72%);
}

body.smart-factory3-detail-sizl .header {
    background: rgba(252, 248, 255, 0.82);
    box-shadow: 0 1.2rem 3.2rem rgba(125, 45, 191, 0.08);
    border-bottom: 1px solid rgba(234, 220, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body.smart-factory3-detail-sizl .header.scroll,
body.smart-factory3-detail-sizl .header:hover,
body.smart-factory3-detail-sizl .header.nav-open {
    background: rgba(252, 248, 255, 0.92);
    box-shadow: 0 1.8rem 4rem rgba(125, 45, 191, 0.1);
}

body.smart-factory3-detail-sizl .header::after {
    height: 1px;
    top: calc(100% - 1px);
    background: linear-gradient(90deg, rgba(234, 220, 255, 0) 0%, rgba(234, 220, 255, 0.98) 14%, rgba(234, 220, 255, 0.98) 86%, rgba(234, 220, 255, 0) 100%);
}

body.smart-factory3-detail-sizl .header .menu > li > a,
body.smart-factory3-detail-sizl .header .menu > li > a span {
    color: #1c1730;
}

body.smart-factory3-detail-sizl .header .menu > li:hover > a,
body.smart-factory3-detail-sizl .header .menu > li.is-open > a,
body.smart-factory3-detail-sizl .header .menu > li.current > a {
    color: var(--sf3d-purple);
}

body.smart-factory3-detail-sizl .header .menu > li > a span::after {
    background: linear-gradient(90deg, rgba(216, 180, 254, 0.92) 0%, rgba(151, 27, 253, 0.98) 100%);
}

body.smart-factory3-detail-sizl .header .submenu {
    background: rgba(252, 248, 255, 0.96);
    box-shadow: 0 2.6rem 5rem rgba(125, 45, 191, 0.12);
}

body.smart-factory3-detail-sizl .header .submenu li > a {
    color: #2a2440;
}

body.smart-factory3-detail-sizl .header .submenu li > a:hover,
body.smart-factory3-detail-sizl .header .submenu li > a:focus-visible,
body.smart-factory3-detail-sizl .header .submenu li > a.current {
    color: var(--sf3d-purple);
    background: rgba(151, 27, 253, 0.06);
}

body.smart-factory3-detail-sizl .header .nav.active {
    background: rgba(252, 248, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

body.smart-factory3-detail-sizl .header .m_menu span {
    background: #2a2440;
}

body.smart-factory3-detail-sizl #container.sub_page.smart_factory.smart-factory3-detail-sizl-page {
    position: relative;
    z-index: 1;
    margin-top: 6.8rem;
    padding-bottom: 12rem;
}

body.smart-factory3-detail-sizl #content {
    margin-top: -2.8rem;
    padding-top: 0;
}

body.smart-factory3-detail-sizl .smart-factory3-detail-shell.sf3d-shell {
    position: relative;
    z-index: 1;
}

body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell {
    width: var(--sf3d-page-max);
    margin: 0 auto;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(125, 45, 191, 0.26) 0%, rgba(151, 27, 253, 0.14) 44%, rgba(124, 231, 213, 0.28) 100%) border-box;
    box-shadow: var(--sf3d-shadow);
    overflow: hidden;
}

body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 88% 14%, rgba(216, 180, 254, 0.16), rgba(216, 180, 254, 0) 26%),
        radial-gradient(circle at 8% 88%, rgba(124, 231, 213, 0.12), rgba(124, 231, 213, 0) 24%);
    pointer-events: none;
}

body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell > .inner {
    width: var(--sf3d-inner);
    margin: 0 auto;
    padding: 7.2rem 0 8rem;
    position: relative;
    z-index: 1;
}

body.smart-factory3-detail-sizl .sf3d-detail-hero {
    display: grid;
    grid-template-columns: minmax(32rem, 48rem) minmax(0, 1fr);
    gap: 4.2rem;
    align-items: start;
}

body.smart-factory3-detail-sizl .sf3d-detail-hero > :only-child {
    grid-column: 1 / -1;
}

body.smart-factory3-detail-sizl .sf3d-detail-media {
    position: relative;
    border-radius: 3.2rem;
    overflow: hidden;
    min-height: 34rem;
    aspect-ratio: 4 / 3;
    background:
        linear-gradient(135deg, #f7f1ff 0%, #e7f8f4 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.34) 100%) border-box;
    border: 1px solid transparent;
    box-shadow: 0 1.6rem 4rem rgba(74, 32, 98, 0.08);
}

body.smart-factory3-detail-sizl .sf3d-detail-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 10, 32, 0.02) 0%, rgba(18, 10, 32, 0.18) 100%);
    pointer-events: none;
}

body.smart-factory3-detail-sizl .sf3d-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.smart-factory3-detail-sizl .sf3d-detail-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.smart-factory3-detail-sizl .sf3d-status-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    flex-wrap: wrap;
}

body.smart-factory3-detail-sizl .sf3d-date {
    color: var(--sf3d-muted);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
}

body.smart-factory3-detail-sizl .sf3d-detail-body h3 {
    margin: 2.2rem 0 0;
    color: var(--sf3d-ink);
    font-size: clamp(4rem, 4.8vw, 6.2rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.05em;
    text-align: left;
    word-break: keep-all;
}

body.smart-factory3-detail-sizl .sf3d-lead {
    max-width: 80rem;
    margin: 2.2rem 0 0;
    color: var(--sf3d-muted);
    font-size: clamp(1.8rem, 1.7vw, 2.3rem);
    line-height: 1.8;
    word-break: keep-all;
}

body.smart-factory3-detail-sizl .sf3d-content-panel,
body.smart-factory3-detail-sizl .sf3d-file-panel {
    margin-top: 4rem;
    padding: 4rem;
    border-radius: 3.2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(252, 248, 255, 0.94) 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.3) 100%) border-box;
    border: 1px solid transparent;
    box-shadow: 0 1.8rem 4rem rgba(90, 36, 130, 0.05);
}

body.smart-factory3-detail-sizl .sf3d-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid rgba(17, 25, 40, 0.12);
}

body.smart-factory3-detail-sizl .sf3d-panel-head h4 {
    margin: 0;
    color: var(--sf3d-ink);
    font-size: clamp(2.8rem, 3vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

body.smart-factory3-detail-sizl .sf3d-panel-head p {
    max-width: 72rem;
    margin: 0;
    color: var(--sf3d-muted);
    font-size: 1.7rem;
    line-height: 1.7;
}

body.smart-factory3-detail-sizl .sf3d-content-body {
    margin-top: 3.2rem;
    color: var(--sf3d-text);
    font-size: 1.8rem;
    line-height: 1.95;
    overflow-x: auto;
    overflow-y: visible;
    height: auto;
    word-break: keep-all;
}

body.smart-factory3-detail-sizl .sf3d-content-body * {
    max-width: 100%;
}

body.smart-factory3-detail-sizl .sf3d-content-body p,
body.smart-factory3-detail-sizl .sf3d-content-body div,
body.smart-factory3-detail-sizl .sf3d-content-body span,
body.smart-factory3-detail-sizl .sf3d-content-body font {
    font-size: inherit !important;
    line-height: inherit !important;
}

body.smart-factory3-detail-sizl .sf3d-content-body p,
body.smart-factory3-detail-sizl .sf3d-content-body ul,
body.smart-factory3-detail-sizl .sf3d-content-body ol,
body.smart-factory3-detail-sizl .sf3d-content-body table,
body.smart-factory3-detail-sizl .sf3d-content-body img,
body.smart-factory3-detail-sizl .sf3d-content-body blockquote {
    margin-top: 1.8rem;
}

body.smart-factory3-detail-sizl .sf3d-content-body p:first-child,
body.smart-factory3-detail-sizl .sf3d-content-body ul:first-child,
body.smart-factory3-detail-sizl .sf3d-content-body ol:first-child,
body.smart-factory3-detail-sizl .sf3d-content-body table:first-child,
body.smart-factory3-detail-sizl .sf3d-content-body img:first-child,
body.smart-factory3-detail-sizl .sf3d-content-body blockquote:first-child {
    margin-top: 0;
}

body.smart-factory3-detail-sizl .sf3d-content-body img {
    display: block;
    height: auto;
    margin-top: 2.4rem !important;
    border-radius: 2.4rem;
}

body.smart-factory3-detail-sizl .sf3d-content-body img:first-child {
    margin-top: 0 !important;
}

body.smart-factory3-detail-sizl .sf3d-content-body img + img,
body.smart-factory3-detail-sizl .sf3d-content-body p:has(img) + p:has(img),
body.smart-factory3-detail-sizl .sf3d-content-body p:has(img) + div:has(img),
body.smart-factory3-detail-sizl .sf3d-content-body div:has(img) + p:has(img),
body.smart-factory3-detail-sizl .sf3d-content-body div:has(img) + div:has(img) {
    margin-top: 2.4rem !important;
}

body.smart-factory3-detail-sizl .sf3d-content-body ul,
body.smart-factory3-detail-sizl .sf3d-content-body ol {
    padding-left: 2.4rem;
}

body.smart-factory3-detail-sizl .sf3d-content-body li + li {
    margin-top: 0.8rem;
}

body.smart-factory3-detail-sizl .sf3d-content-body table {
    width: 100%;
    border-collapse: collapse;
}

body.smart-factory3-detail-sizl .sf3d-content-body table th,
body.smart-factory3-detail-sizl .sf3d-content-body table td {
    padding: 1.4rem 1.6rem;
    border: 1px solid rgba(17, 25, 40, 0.12);
    font-size: 1.6rem;
    line-height: 1.7;
}

body.smart-factory3-detail-sizl .sf3d-file {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin-top: 3.2rem;
    padding: 2rem 2.2rem;
    border-radius: 2.6rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 255, 0.98) 100%) padding-box,
        linear-gradient(135deg, rgba(151, 27, 253, 0.18) 0%, rgba(124, 231, 213, 0.34) 100%) border-box;
    border: 1px solid transparent;
    color: inherit;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.smart-factory3-detail-sizl .sf3d-file:hover,
body.smart-factory3-detail-sizl .sf3d-file:focus-visible {
    transform: translateY(-0.2rem);
    box-shadow: 0 1.6rem 3.6rem rgba(90, 36, 130, 0.12);
}

body.smart-factory3-detail-sizl .sf3d-file-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 5.6rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sf3d-purple-deep) 0%, var(--sf3d-purple) 100%);
    color: #ffffff;
    box-shadow: 0 1rem 2.6rem rgba(100, 39, 210, 0.22);
}

body.smart-factory3-detail-sizl .sf3d-file-svg,
body.smart-factory3-detail-sizl .sf3d-back-svg {
    width: 2rem;
    height: 2rem;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

body.smart-factory3-detail-sizl .sf3d-file-text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

body.smart-factory3-detail-sizl .sf3d-file-text strong {
    color: var(--sf3d-ink);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.5;
    word-break: break-all;
}

body.smart-factory3-detail-sizl .sf3d-file-text span {
    color: var(--sf3d-muted);
    font-size: 1.5rem;
    line-height: 1.6;
}

body.smart-factory3-detail-sizl .sf3d-actions {
    display: flex;
    justify-content: center;
    margin-top: 4.8rem;
}

body.smart-factory3-detail-sizl .sf3d-back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-width: 18rem;
    min-height: 6rem;
    padding: 0 2.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sf3d-purple-deep) 0%, var(--sf3d-purple) 100%);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 1.6rem 3.4rem rgba(100, 39, 210, 0.22);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

body.smart-factory3-detail-sizl .sf3d-back-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -38%;
    width: 38%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.18), rgba(255,255,255,0.72), rgba(255,255,255,0));
    transform: skewX(-22deg) translateX(-220%);
    z-index: 0;
}

body.smart-factory3-detail-sizl .sf3d-back-button:hover,
body.smart-factory3-detail-sizl .sf3d-back-button:focus-visible {
    transform: translateY(-0.2rem);
    box-shadow: 0 2rem 4rem rgba(100, 39, 210, 0.28);
}

body.smart-factory3-detail-sizl .sf3d-back-button:hover::before,
body.smart-factory3-detail-sizl .sf3d-back-button:focus-visible::before {
    opacity: 1;
    animation: sf3dShineSweep 0.72s ease-out forwards;
}

@keyframes sf3dShineSweep {
    0% {
        opacity: 0;
        transform: skewX(-22deg) translateX(-220%);
    }
    18% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: skewX(-22deg) translateX(420%);
    }
}

body.smart-factory3-detail-sizl .sf3d-back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

body.smart-factory3-detail-sizl .sf3d-back-icon,
body.smart-factory3-detail-sizl .sf3d-back-text {
    position: relative;
    z-index: 1;
}

@media all and (max-width:1400px) {
    body.smart-factory3-detail-sizl {
        --sf3d-page-max: calc(100% - 8rem);
        --sf3d-inner: calc(100% - 8rem);
    }

    body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell {
        border-radius: 3.4rem;
    }

    body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell > .inner {
        padding: 6.2rem 0 7rem;
    }
}

@media all and (max-width:1024px) {
    body.smart-factory3-detail-sizl .sf3d-detail-hero {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    body.smart-factory3-detail-sizl .sf3d-detail-media {
        min-height: 0;
    }

    body.smart-factory3-detail-sizl .sf3d-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.smart-factory3-detail-sizl .sf3d-panel-head p {
        max-width: none;
    }
}

@media all and (max-width:820px) {
    body.smart-factory3-detail-sizl .sf3d-content-panel,
    body.smart-factory3-detail-sizl .sf3d-file-panel {
        padding: 3rem;
    }
}

@media all and (max-width:480px) {
    body.smart-factory3-detail-sizl {
        --sf3d-page-max: calc(100% - 4rem);
        --sf3d-inner: calc(100% - 4rem);
    }

    body.smart-factory3-detail-sizl #container.sub_page.smart_factory.smart-factory3-detail-sizl-page {
        padding-bottom: 8rem;
    }

    body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell {
        border-radius: 2.8rem;
    }

    body.smart-factory3-detail-sizl .sf3d-section.sf3d-detail-shell > .inner {
        padding: 4.6rem 0 5rem;
    }

    body.smart-factory3-detail-sizl .sf3d-detail-media {
        border-radius: 2.4rem;
    }

    body.smart-factory3-detail-sizl .sf3d-status-row {
        align-items: flex-start;
        flex-direction: column;
    }

    body.smart-factory3-detail-sizl .sf3d-lead {
        font-size: 1.7rem;
    }

    body.smart-factory3-detail-sizl .sf3d-content-panel,
    body.smart-factory3-detail-sizl .sf3d-file-panel {
        margin-top: 3rem;
        padding: 2.4rem;
        border-radius: 2.4rem;
    }

    body.smart-factory3-detail-sizl .sf3d-content-body {
        font-size: 1.7rem;
        line-height: 1.85;
    }

    body.smart-factory3-detail-sizl .sf3d-content-body img {
        border-radius: 1.8rem;
    }

    body.smart-factory3-detail-sizl .sf3d-content-body table th,
    body.smart-factory3-detail-sizl .sf3d-content-body table td {
        font-size: 1.5rem;
        padding: 1.2rem 1.3rem;
    }

    body.smart-factory3-detail-sizl .sf3d-file {
        align-items: flex-start;
        padding: 1.8rem 1.8rem 2rem;
        border-radius: 2.2rem;
    }

    body.smart-factory3-detail-sizl .sf3d-file-icon {
        flex-basis: 4.8rem;
        width: 4.8rem;
        height: 4.8rem;
    }

    body.smart-factory3-detail-sizl .sf3d-file-text strong {
        font-size: 1.7rem;
    }

    body.smart-factory3-detail-sizl .sf3d-file-text span,
    body.smart-factory3-detail-sizl .sf3d-date,
    body.smart-factory3-detail-sizl .sf3d-panel-head p {
        font-size: 1.5rem;
    }

    body.smart-factory3-detail-sizl .sf3d-back-button {
        width: 100%;
    }
}
