/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/case-strategy/case-strategy-frontend.css ***!
  \**************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Plus+Jakarta+Sans:wght@200..800&display=swap);
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/case-strategy/case-strategy-frontend.css (1) ***!
  \******************************************************************************************************************************************************************************************************/
:root {
    --lf-copper: #C17B42;
    --lf-black: #121212;
    --lf-ivory: #F6F4EE;
    --lf-green: #1F3A34;
    --lf-font-serif: "Cormorant Garamond", Georgia, serif;
    --lf-font-sans: "Plus Jakarta Sans", system-ui, sans-serif;
    --lf-font-mono: ui-monospace, "Courier New", monospace;
}

/* ── Section ── */
.lf-cs-section {
    position: relative;
    background-color: rgba(18, 18, 18, 0.95);
}

/* ── Card ── */
.lf-cs-card {
    height: 100dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 1.5rem;
    position: sticky;
    top: 0;
    box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media (min-width: 768px) {
    .lf-cs-card {
        padding: 3rem;
    }
}


.lf-cs-theme-green {
    background-color: var(--lf-green);
    color: var(--lf-ivory);
}

.lf-cs-theme-ivory {
    background-color: var(--lf-ivory);
    color: var(--lf-black);
}

.lf-cs-theme-black {
    background-color: var(--lf-black);
    color: var(--lf-ivory);
}


.lf-cs-card-inner {
    max-width: 72rem;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}

@media (min-width: 768px) {
    .lf-cs-card-inner {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
}


.lf-cs-icon-wrap {
    display: inline-block;
    padding: 0.75rem;
    background: rgba(193, 123, 66, 0.2);
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .lf-cs-icon-wrap {
        padding: 1rem;
        border-radius: 1.5rem;
        margin-bottom: 2rem;
    }
}

.lf-cs-icon {
    width: 2rem;
    height: 2rem;
    color: var(--lf-copper);
}

@media (min-width: 768px) {
    .lf-cs-icon {
        width: 3rem;
        height: 3rem;
    }
}

.lf-cs-phase {
    font-family: var(--lf-font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .lf-cs-phase {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}

.lf-cs-title {
    font-family: var(--lf-font-sans);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 4.5rem);
}

.lf-cs-desc {
    font-family: var(--lf-font-sans);
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.7;
    border-left: 2px solid var(--lf-copper);
    padding-left: 1rem;
    font-size: clamp(0.95rem, 1.5vw, 1.5rem);
}

@media (min-width: 768px) {
    .lf-cs-desc {
        padding-left: 1.5rem;
    }
}


.lf-cs-visual {
    height: 200px;
    width: 100%;
    border-radius: 2rem;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

@media (min-width: 640px) {
    .lf-cs-visual {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .lf-cs-visual {
        height: 400px;
        border-radius: 2.8rem;
    }
}

.lf-cs-visual-bg-light {
    background: rgba(0, 0, 0, 0.06);
}

.lf-cs-visual-bg-dark {
    background: rgba(255, 255, 255, 0.07);
}

.lf-cs-visual-border-light {
    border-color: rgba(0, 0, 0, 0.12);
}

.lf-cs-visual-border-dark {
    border-color: rgba(255, 255, 255, 0.12);
}


.lf-cs-scan-grid {
    width: 66%;
    height: 66%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    position: relative;
}

@media (min-width: 768px) {
    .lf-cs-scan-grid {
        gap: 1rem;
    }
}

.lf-cs-scan-doc {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    height: 100%;
    opacity: 0.6;
}

.lf-cs-scan-doc-anim {
    position: relative;
    overflow: hidden;
}

.lf-cs-scan-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--lf-copper);
    box-shadow: 0 0 8px 2px var(--lf-copper);
    animation: lf-glow 2s ease-in-out infinite;
}

@keyframes lf-glow {
    0%, 100% {
        opacity: 0.4;
        box-shadow: 0 0 6px 1px var(--lf-copper);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 18px 4px var(--lf-copper);
    }
}

.lf-cs-scan-pulse {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2rem;
    background: rgba(193, 123, 66, 0.3);
    filter: blur(12px);
    animation: lf-pulse-anim 3s ease-in-out infinite;
}

@keyframes lf-pulse-anim {

    0%,
    100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.8;
    }
}


.lf-cs-orbit-outer {
    width: 8rem;
    height: 8rem;
    border: 2px dashed rgba(18, 18, 18, 0.3);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: lf-spin 20s linear infinite;
}

@media (min-width: 768px) {
    .lf-cs-orbit-outer {
        width: 16rem;
        height: 16rem;
    }
}

.lf-cs-orbit-inner {
    width: 5rem;
    height: 5rem;
    border: 1px solid rgba(18, 18, 18, 0.5);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: lf-spin 15s linear infinite reverse;
}

@media (min-width: 768px) {
    .lf-cs-orbit-inner {
        width: 12rem;
        height: 12rem;
    }
}

.lf-cs-orbit-core {
    width: 2rem;
    height: 2rem;
    background: var(--lf-copper);
    border-radius: 9999px;
    box-shadow: 0 0 20px var(--lf-copper);
}

@media (min-width: 768px) {
    .lf-cs-orbit-core {
        width: 4rem;
        height: 4rem;
    }
}

@keyframes lf-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.lf-cs-gavel-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lf-cs-gavel-icon {
    width: 4rem;
    height: 4rem;
    color: rgba(255, 255, 255, 0.2);
    animation: lf-pulse-anim 2s ease-in-out infinite;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .lf-cs-gavel-icon {
        width: 6rem;
        height: 6rem;
    }
}

.lf-cs-gavel-pulse {
    position: absolute;
    bottom: 0;
    width: 6rem;
    height: 1rem;
    background: rgba(193, 123, 66, 0.5);
    border-radius: 9999px;
    filter: blur(12px);
    animation: lf-ping 2s ease-in-out infinite;
}

@media (min-width: 768px) {
    .lf-cs-gavel-pulse {
        width: 12rem;
    }
}

@keyframes lf-ping {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

/*# sourceMappingURL=case-strategy-frontend.css.map*/