/* Generated from former inline styles. */

/* Extracted from features.html */
@media (max-width: 900px) {
                        .comparison-wrapper {
                            grid-template-columns: 1fr !important;
                        }
                    }

/* Extracted from runtime.html */
.workflow-diagram-premium {
                    --runtime-pad-y: 130px;
                    --runtime-logo-h: 86px;
                    --runtime-content-shift-y: 30px;
                    --runtime-edge-gap: 22px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 28px;
                    background: #ffffff;
                    border-radius: 44px;
                    padding: var(--runtime-pad-y) 72px;
                    position: relative;
                    overflow: visible;
                    min-height: 580px;
                    border: 1px solid rgba(0, 0, 0, 0.08);
                    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
                    margin: 0 auto;
                    max-width: 1480px;
                }

                .runtime-flow-logo-wrap {
                    position: absolute;
                    top: calc((var(--runtime-pad-y) - var(--runtime-logo-h)) / 2 + var(--runtime-content-shift-y));
                    left: 50%;
                    transform: translateX(-50%);
                    width: 100%;
                    text-align: center;
                    pointer-events: none;
                    z-index: 3;
                }

                .runtime-flow-logo {
                    width: min(100%, 620px);
                    max-height: var(--runtime-logo-h);
                    height: auto;
                    display: inline-block;
                    mix-blend-mode: multiply;
                }

                .node-group {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 120px;
                    z-index: 2;
                    flex-shrink: 0;
                    width: 780px;
                    min-width: 780px;
                    transform: translateY(var(--runtime-content-shift-y));
                }

                /* Server Node - 3D Appearance */
                .server-box {
                    width: 192px;
                    height: 300px;
                    background: #ffffff;
                    border-radius: 24px;
                    padding: 24px;
                    color: #1a1a1a;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid rgba(0, 0, 0, 0.08);
                    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
                    z-index: 2;
                    flex-shrink: 0;
                    position: relative;
                    margin-left: var(--runtime-edge-gap);
                    transform: translateY(var(--runtime-content-shift-y));
                }

                .server-box::before {
                    content: '';
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    right: 20px;
                    height: 5px;
                    background: rgba(217, 42, 42, 0.25);
                    border-radius: 3px;
                }

                .server-box h4 {
                    margin: 24px 0 28px 0;
                    font-size: 1.65rem;
                    font-weight: 900;
                    text-align: center;
                    color: #1a1a1a;
                    text-shadow: none;
                }

                .server-list {
                    list-style: none;
                    padding: 0;
                    margin: auto 0 0 0;
                    display: flex;
                    flex-direction: column;
                    gap: 20px;
                }

                .server-list li {
                    font-size: 1rem;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    color: #555;
                    font-weight: 600;
                    letter-spacing: 0.5px;
                }

                .status-dot {
                    width: 12px;
                    height: 12px;
                    background: #d92a2a;
                    border-radius: 50%;
                    box-shadow: 0 0 10px rgba(217, 42, 42, 0.45);
                    animation: pulse-cyan 2s infinite;
                }

                /* SBOM Cards - Light theme */
                .sbom-card-premium {
                    display: flex;
                    align-items: center;
                    gap: 36px;
                    background: #ffffff;
                    border: 1px solid rgba(0, 0, 0, 0.08);
                    border-radius: 28px;
                    padding: 30px 48px;
                    transition: all 0.4s ease;
                    width: 780px;
                    min-width: 780px;
                    max-width: 780px;
                    box-sizing: border-box;
                }

                .sbom-card-premium:hover {
                    transform: translateY(-5px);
                    background: #fff;
                    border-color: rgba(217, 42, 42, 0.35);
                    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
                }

                .doc-icon-premium {
                    width: 108px;
                    height: 120px;
                    background: linear-gradient(135deg, rgba(217, 42, 42, 0.06), rgba(217, 42, 42, 0.02));
                    border: 1px solid rgba(217, 42, 42, 0.2);
                    border-radius: 8px;
                    position: relative;
                    flex-shrink: 0;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    padding: 15px 0;
                }

                .doc-icon-premium::after {
                    content: '';
                    position: absolute;
                    top: -1px;
                    right: -1px;
                    width: 22px;
                    height: 22px;
                    background: #ffffff;
                    clip-path: polygon(0 0, 100% 100%, 0 100%);
                    border-left: 1px solid rgba(217, 42, 42, 0.15);
                    border-bottom: 1px solid rgba(217, 42, 42, 0.15);
                }

                .doc-title-premium {
                    margin-top: auto;
                    margin-bottom: 0px;
                    width: 100%;
                    font-size: 0.82rem;
                    font-weight: 800;
                    text-align: center;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    color: #b71c1c;
                    line-height: 1.2;
                    text-transform: uppercase;
                    word-break: keep-all;
                    white-space: normal;
                }

                .sbom-info-premium {
                    text-align: left;
                    flex: 1;
                    min-width: 0;
                }

                .sbom-info-premium ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .sbom-info-premium li {
                    font-size: 1.05rem;
                    color: #555;
                    margin-bottom: 14px;
                    position: relative;
                    padding-left: 22px;
                    line-height: 1.5;
                    font-weight: 500;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .last-item {
                    margin-bottom: 0 !important;
                }

                .sbom-info-premium li::before {
                    content: '→';
                    position: absolute;
                    left: 0;
                    color: #d92a2a;
                    font-weight: 900;
                }

                /* Repository - Light theme */
                .repo-container-premium {
                    flex-shrink: 0;
                    z-index: 2;
                    margin-right: var(--runtime-edge-gap);
                    transform: translateY(var(--runtime-content-shift-y));
                }

                .repo-hexagon-premium {
                    width: 384px;
                    height: 348px;
                    background: #ffffff;
                    border-radius: 32px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    color: #1a1a1a;
                    padding: 40px;
                    border: 1px solid rgba(217, 42, 42, 0.3);
                    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(217, 42, 42, 0.08);
                    animation: pulse-repo 4s infinite ease-in-out;
                    overflow: hidden;
                }

                .repo-hexagon-premium::before {
                    content: '';
                    position: absolute;
                    inset: 5px;
                    border-radius: 22px;
                    border: 1px solid rgba(217, 42, 42, 0.15);
                    pointer-events: none;
                }

                .xscan-brand {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    margin-bottom: 5px;
                    filter: drop-shadow(0 2px 6px rgba(217, 42, 42, 0.2));
                }

                .x-box-premium {
                    font-size: 1.8rem;
                    font-weight: 900;
                    color: #1a1a1a;
                    background: #d92a2a;
                    width: 45px;
                    height: 45px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 4px;
                    clip-path: polygon(0% 15%, 15% 0%, 100% 0%, 100% 85%, 85% 100%, 0% 100%);
                }

                .scan-text-premium {
                    font-size: 2.2rem;
                    font-weight: 950;
                    letter-spacing: 2px;
                    background: linear-gradient(180deg, #1a1a1a 0%, #555 100%);
                    -webkit-background-clip: text;
                    background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

                .repo-subtitle-premium {
                    font-size: 0.8rem;
                    color: #b71c1c;
                    font-weight: 800;
                    margin-bottom: 25px;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    opacity: 0.95;
                }

                .xscan-runtime-logo-img {
                    max-width: 100%;
                    width: auto;
                    height: auto;
                    max-height: 86px;
                    margin-bottom: 34px;
                    display: block;
                    object-fit: contain;
                }

                .repo-grid-v2 {
                    display: flex;
                    gap: 10px;
                    width: auto;
                    justify-content: center;
                    align-items: flex-end;
                    margin-right: 0;
                }

                .repo-item-v2 {
                    background: #fff;
                    border: 1px solid rgba(0, 0, 0, 0.08);
                    color: #1a1a1a;
                    padding: 12px 6px;
                    border-radius: 6px;
                    text-align: center;
                    width: 80px;
                    transition: all 0.3s ease;
                    position: relative;
                    overflow: hidden;
                    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
                }

                .repo-item-v2::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 3px;
                    height: 100%;
                    background: #d92a2a;
                    opacity: 0.6;
                }

                .repo-item-v2 .item-tag {
                    font-size: 0.55rem;
                    display: block;
                    margin-bottom: 6px;
                    font-weight: 700;
                    color: #555;
                }

                .repo-item-v2 .item-name {
                    font-size: 0.85rem;
                    font-weight: 900;
                    color: #b71c1c;
                    letter-spacing: 0.5px;
                }

                .repo-assets-stage {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    gap: 0;
                    width: 100%;
                    margin-top: 2px;
                    position: relative;
                    z-index: 2;
                }

                @keyframes pulse-repo {

                    0%,
                    100% {
                        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(217, 42, 42, 0.08);
                        border-color: rgba(217, 42, 42, 0.3);
                    }

                    50% {
                        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(217, 42, 42, 0.12);
                        border-color: rgba(217, 42, 42, 0.45);
                    }
                }

                /* Premium Animated Arrows */
                .flow-container {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    pointer-events: none;
                    transform: translateY(var(--runtime-content-shift-y));
                }

                .flow-line {
                    fill: none;
                    stroke: rgba(217, 42, 42, 0.26);
                    stroke-width: 2;
                    stroke-dasharray: 4, 12;
                    animation: dash-flow 10s linear infinite;
                }

                .flow-particle {
                    fill: none;
                    stroke: #d92a2a;
                    stroke-width: 4;
                    stroke-linecap: round;
                    stroke-dasharray: 1, 30;
                    animation: dash-flow 3s linear infinite;
                    filter: drop-shadow(0 0 4px rgba(217, 42, 42, 0.45));
                }

                .flow-line-main {
                    fill: none;
                    stroke: url(#mainArrowGrad);
                    stroke-width: 40;
                    opacity: 0.2;
                }

                .arrow-text-premium {
                    position: absolute;
                    top: calc(50% + var(--runtime-content-shift-y));
                    left: 48%;
                    transform: translate(-50%, -50%);
                    color: #b71c1c;
                    font-size: 0.9rem;
                    font-weight: 700;
                    z-index: 5;
                    white-space: nowrap;
                    background: rgba(255, 255, 255, 0.98);
                    padding: 8px 20px;
                    border: 1px solid rgba(217, 42, 42, 0.35);
                    border-radius: 50px;
                    box-shadow: 0 0 30px rgba(217, 42, 42, 0.12);
                    letter-spacing: -0.01em;
                }

                @keyframes dash-flow {
                    from {
                        stroke-dashoffset: 60;
                    }

                    to {
                        stroke-dashoffset: 0;
                    }
                }

                @keyframes pulse-cyan {
                    0% {
                        transform: scale(1);
                        opacity: 1;
                    }

                    50% {
                        transform: scale(1.2);
                        opacity: 0.7;
                    }

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

                @media (max-width: 1100px) {
                    .runtime-flow-logo {
                        width: min(100%, 360px);
                    }

                    .workflow-diagram-premium {
                        --runtime-pad-y: 60px;
                        --runtime-logo-h: 44px;
                        --runtime-content-shift-y: 14px;
                        --runtime-edge-gap: 0px;
                        flex-direction: column;
                        gap: 80px;
                        padding: var(--runtime-pad-y) 20px;
                    }

                    .node-group {
                        width: 100%;
                        min-width: 0;
                    }

                    .sbom-card-premium {
                        width: 100%;
                        min-width: 0;
                        max-width: 780px;
                    }

                    .flow-container {
                        display: none;
                    }

                    .arrow-text-premium {
                        position: static;
                        transform: none;
                        margin: 30px 0;
                    }

                }

                @media (max-width: 768px) {
                    .workflow-diagram-premium {
                        --runtime-pad-y: 44px;
                        --runtime-logo-h: 48px;
                        --runtime-content-shift-y: 0px;
                        gap: 28px;
                        padding: 44px 14px 28px;
                        border-radius: 24px;
                        min-height: auto;
                    }

                    .runtime-flow-logo {
                        width: min(100%, 260px);
                    }

                    .server-box {
                        width: min(100%, 280px);
                        min-height: 220px;
                        height: auto;
                        margin-left: 0;
                        padding: 18px;
                    }

                    .server-box h4 {
                        font-size: 1.35rem;
                        margin: 18px 0 20px 0;
                    }

                    .server-list {
                        gap: 14px;
                        width: 100%;
                    }

                    .server-list li {
                        font-size: 0.92rem;
                    }

                    .node-group {
                        width: 100%;
                        min-width: 0;
                        gap: 28px;
                    }

                    .sbom-card-premium {
                        width: 100%;
                        min-width: 0;
                        max-width: 100%;
                        padding: 18px 16px;
                        gap: 14px;
                        border-radius: 18px;
                        flex-direction: column;
                        align-items: flex-start;
                    }

                    .doc-icon-premium {
                        width: 92px;
                        height: 102px;
                        align-self: center;
                    }

                    .sbom-info-premium li {
                        font-size: 0.9rem;
                        line-height: 1.55;
                    }

                    .arrow-text-premium {
                        font-size: 0.78rem;
                        line-height: 1.45;
                        text-align: center;
                        white-space: normal;
                        max-width: min(96%, 360px);
                        padding: 8px 12px;
                    }

                    .repo-hexagon-premium {
                        width: min(100%, 340px);
                        height: auto;
                        min-height: 260px;
                        padding: 24px 16px;
                        border-radius: 22px;
                    }

                    .xscan-runtime-logo-img {
                        max-height: 56px;
                        margin-bottom: 18px;
                    }

                    .repo-grid-v2 {
                        gap: 8px;
                    }

                    .repo-item-v2 {
                        width: 74px;
                        padding: 10px 6px;
                    }

                }

/* Extracted from runtime.html */
.core-features-grid {
                        align-items: stretch !important;
                    }

                    .feature-card-item {
                        display: flex;
                    }

                    .feature-card-item .f-card {
                        width: 100%;
                        min-height: 300px;
                        display: flex;
                        flex-direction: column;
                    }

                    .feature-card-item .f-body {
                        flex: 1;
                        display: flex;
                        align-items: center;
                    }

                    .feature-card-item .f-body p {
                        width: 100%;
                        text-align: left !important;
                    }

                    @media (max-width: 900px) {
                        .core-features-grid {
                            display: flex !important;
                            flex-direction: column;
                            gap: 20px;
                        }

                        .center-logo {
                            order: -1;
                            margin-bottom: 20px;
                        }

                        .feature-card-item {
                            width: 100%;
                            text-align: left !important;
                        }

                        .feature-card-item .f-card {
                            min-height: auto;
                        }

                        .feature-card-item .f-body {
                            display: block;
                        }
                    }

                    @keyframes pulse {
                        0% {
                            transform: scale(1);
                            opacity: 0.5;
                        }

                        50% {
                            transform: scale(1.05);
                            opacity: 0.2;
                        }

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

/* Extracted from secure-asset.html */
@media (max-width: 900px) {
            .secure-asset-portfolio-grid,
            .secure-asset-principles-grid,
            .secure-asset-ops-grid {
                grid-template-columns: 1fr !important;
            }
        }

/* Former style attributes. */

.u-inline-1e9e032b { display: flex !important; align-items: center !important; gap: 0 !important; text-decoration: none !important; }
.u-inline-f7433874 { height: 35px !important; width: auto !important; }
.u-inline-d2e521c4 { background: #f5f5f7 !important; border-top: 1px solid rgba(0,0,0,0.08) !important; }
.u-inline-4a22f7d2 { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; padding-top: 60px !important; padding-bottom: 60px !important; flex-wrap: wrap !important; gap: 24px !important; }
.u-inline-554a3024 { display: flex !important; flex-direction: column !important; gap: 8px !important; margin: 0 !important; padding: 0 !important; }
.u-inline-331dae8a { display: flex !important; align-items: center !important; gap: 0 !important; text-decoration: none !important; margin: 0 0 12px 0 !important; padding: 0 !important; }
.u-inline-1a58663d { height: 35px !important; width: auto !important; display: block !important; margin: 0 !important; }
.u-inline-6f360150 { color: #555 !important; font-size: 0.95rem !important; margin: 0 !important; }
.u-inline-944fd52b { margin-bottom: 15px !important; display: flex !important; justify-content: flex-end !important; align-items: center !important; }
.u-inline-7d8b0987 { color: #444 !important; text-decoration: none !important; font-size: 0.95rem !important; transition: color 0.3s !important; }
.u-inline-7917f705 { color: #888 !important; font-size: 0.85rem !important; margin: 0 !important; }
.u-inline-4ce4dc13 { background: transparent !important; border: none !important; box-shadow: none !important; max-width: 130px !important; height: 50px !important; width: 100% !important; display: flex !important; justify-content: center !important; align-items: center !important; padding: 0 !important; }
.u-inline-da4c3446 { width: 100% !important; height: 100% !important; object-fit: contain !important; }
.u-inline-b75fad00 { margin-bottom: 20px !important; }
.u-inline-3a55a5d4 { margin-top: 40px !important; }
.u-inline-047be826 { padding: 20px 0 0 !important; }
.u-inline-4c1bffba { border-top: 1px solid #eee !important; background: rgba(255,255,255,0.65) !important; backdrop-filter: blur(8px) !important; }
.u-inline-72a68ac3 { text-align: center !important; }
.u-inline-ca9dc7fd { animation-duration: 2s !important; }
.u-inline-ea12e8c1 { grid-column: 5 !important; grid-row: 2 !important; }
.u-inline-6104acfc { grid-column: 7 !important; grid-row: 2 !important; }
.u-inline-916afffa { background: rgba(255, 255, 255, 0.98) !important; border: 1px solid var(--glass-border) !important; border-radius: 16px !important; box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important; }
.u-inline-36dc25e5 { margin-bottom: 40px !important; font-size: 1.8rem !important; }
.u-inline-9027d127 { display: grid !important; grid-template-columns: 1fr !important; gap: 20px !important; text-align: left !important; max-width: 900px !important; margin: 0 auto !important; word-break: keep-all !important; }
.u-inline-3b8dcac6 { display: flex !important; gap: 12px !important; align-items: center !important; color: var(--text-muted) !important; }
.u-inline-0ca520a6 { color: #FF0055 !important; margin-top: 0 !important; flex-shrink: 0 !important; }
.u-inline-24806d87 { color: var(--text-color) !important; font-weight: 700 !important; }
.u-inline-623e0210 { color: var(--text-muted) !important; font-weight: 500 !important; }
.u-inline-3d638af0 { color: var(--primary-color) !important; font-weight: 700 !important; }
.u-inline-61b70e93 { position: relative !important; padding: 100px 0 !important; }
.u-inline-f73dd04e { position: relative !important; z-index: 2 !important; }
.u-inline-1782d5c8 { margin-bottom: 80px !important; }
.u-inline-06f63260 { color: #FF0055 !important; letter-spacing: 2px !important; text-transform: uppercase !important; }
.u-inline-f97dfa83 { stop-color: #d92a2a !important; stop-opacity: 0 !important; }
.u-inline-26340d9b { stop-color: #d92a2a !important; stop-opacity: 1 !important; }
.u-inline-0d1dbea5 { animation-duration: 1.8s !important; }
.u-inline-402feed4 { animation-duration: 1.5s !important; stroke-width: 5 !important; }
.u-inline-70599f37 { animation-delay: 0.5s !important; }
.u-inline-ff669a09 { animation-delay: 1s !important; }
.u-inline-4079a4a2 { width: 40px !important; height: 40px !important; margin-bottom: 8px !important; }
.u-inline-50666a57 { position: relative !important; }
.u-inline-fdf7af42 { position: absolute !important; top: -78px !important; left: 50% !important; transform: translateX(-50%) !important; white-space: nowrap !important; text-align: center !important; line-height: 1.12 !important; z-index: 6 !important; color: #1a1a1a !important; font-weight: 800 !important; font-size: 1.16rem !important; letter-spacing: 0.4px !important; opacity: 0.98 !important; }
.u-inline-d11b3f4a { margin-bottom: 100px !important; }
.u-inline-237f778c { display: flex !important; gap: 40px !important; align-items: stretch !important; justify-content: center !important; flex-wrap: wrap !important; }
.u-inline-35a7fe11 { flex: 1 !important; min-width: 0 !important; background: rgba(255,255,255,0.98) !important; border: 1px solid rgba(255, 0, 85, 0.15) !important; border-radius: 20px !important; overflow: hidden !important; box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important; transition: transform 0.3s ease !important; }
.u-inline-322f292f { background: rgba(255, 0, 85, 0.08) !important; padding: 25px !important; text-align: center !important; border-bottom: 1px solid rgba(255, 0, 85, 0.2) !important; }
.u-inline-1026bf48 { margin: 0 !important; color: #1a1a1a !important; font-size: 1.5rem !important; font-weight: 700 !important; }
.u-inline-73fc9c37 { padding: 40px !important; }
.u-inline-6607bbb6 { text-align: center !important; margin-bottom: 30px !important; border-bottom: 1px solid rgba(0,0,0,0.08) !important; padding-bottom: 15px !important; }
.u-inline-13529208 { color: #555 !important; font-size: 1.1rem !important; font-weight: 500 !important; }
.u-inline-dd7272cd { margin-bottom: 30px !important; }
.u-inline-9665bbb6 { color: #1a1a1a !important; margin-bottom: 10px !important; font-weight: 700 !important; text-align: center !important; }
.u-inline-50e5683c { color: #555 !important; font-weight: 500 !important; font-size: 0.95rem !important; line-height: 1.6 !important; text-align: center !important; word-break: keep-all !important; overflow-wrap: break-word !important; }
.u-inline-c5f35574 { display: flex !important; align-items: center !important; justify-content: center !important; }
.u-inline-342ee391 { color: rgba(0,0,0,0.2) !important; font-size: 4rem !important; font-weight: 900 !important; }
.u-inline-698f7a56 { flex: 1 !important; min-width: 0 !important; background: rgba(255,255,255,0.98) !important; border: 1px solid rgba(255, 0, 85, 0.2) !important; border-radius: 20px !important; overflow: hidden !important; box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important; transition: transform 0.3s ease !important; }
.u-inline-d3862c19 { color: #FF0055 !important; margin-bottom: 10px !important; font-weight: 700 !important; text-align: center !important; }
.u-inline-b3afe103 { margin-bottom: 100px !important; width: 100% !important; max-width: 1800px !important; padding: 0 40px !important; }
.u-inline-c0193560 { position: relative !important; max-width: 1600px !important; margin: 0 auto !important; display: grid !important; grid-template-columns: 1fr minmax(200px, 280px) 1fr !important; gap: 40px !important; align-items: center !important; }
.u-inline-6d27e2c7 { grid-column: 2 !important; grid-row: 1 / 3 !important; display: flex !important; justify-content: center !important; align-items: center !important; z-index: 10 !important; }
.u-inline-b9dfffa0 { width: 100% !important; max-width: 240px !important; aspect-ratio: 1 !important; background: rgba(255, 255, 255, 0.98) !important; border: 2px solid #FF0055 !important; border-radius: 50% !important; display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; box-shadow: 0 4px 24px rgba(255, 0, 85, 0.15) !important; text-align: center !important; padding: 20px !important; box-sizing: border-box !important; }
.u-inline-d4318a7a { max-width: 100% !important; width: auto !important; height: auto !important; max-height: 200px !important; object-fit: contain !important; }
.u-inline-6292bb9b { grid-column: 1 !important; grid-row: 1 !important; text-align: right !important; }
.u-inline-e8a1230f { background: rgba(255,255,255,0.98) !important; border: 1px solid rgba(255, 0, 85, 0.15) !important; border-radius: 20px !important; overflow: hidden !important; height: 100% !important; }
.u-inline-0a81441a { background: rgba(255, 0, 85, 0.06) !important; padding: 25px 30px !important; border-bottom: 1px solid rgba(255, 0, 85, 0.2) !important; }
.u-inline-333b1738 { margin: 0 !important; color: #1a1a1a !important; font-size: 1.2rem !important; font-weight: 700 !important; letter-spacing: -0.01em !important; }
.u-inline-35ec2e5d { margin: 0 !important; color: #888 !important; font-size: 1rem !important; line-height: 1.7 !important; word-break: keep-all !important; }
.u-inline-322d7b59 { grid-column: 3 !important; grid-row: 1 !important; text-align: left !important; }
.u-inline-a1bff67c { grid-column: 1 !important; grid-row: 2 !important; text-align: right !important; }
.u-inline-d59ce71f { grid-column: 3 !important; grid-row: 2 !important; text-align: left !important; }
.u-inline-db9ab8a7 { opacity: 0.5 !important; }
.u-inline-18e5e47b { color: #444 !important; }
.u-inline-2ecb5783 { letter-spacing: 1px !important; }
.u-inline-27916021 { stop-color: #FF0055 !important; stop-opacity: 0.35 !important; }
.u-inline-d1761828 { stop-color: #FF0055 !important; stop-opacity: 0 !important; }
.u-inline-527519a7 { background: rgba(255,255,255,0.65) !important; backdrop-filter: blur(8px) !important; }
.u-inline-aa3295bd { text-align: left !important; margin-bottom: 40px !important; }
.u-inline-3d39f649 { font-size: 3rem !important; font-weight: 800 !important; margin-bottom: 24px !important; color: #1d1d1f !important; }
.u-inline-94ebe182 { font-size: 1.2rem !important; color: #666 !important; }
.u-inline-8017f4e8 { position: relative !important; overflow: hidden !important; border-top: 1px solid #eee !important; background: rgba(255,255,255,0.65) !important; backdrop-filter: blur(8px) !important; }
.u-inline-a1499d14 { font-size: 3rem !important; font-weight: 800 !important; color: #1d1d1f !important; }
.u-inline-fa6e3ea5 { color: #666 !important; font-size: 1.1rem !important; margin-top: 16px !important; }
.u-inline-f7589e69 { text-align: left !important; margin-bottom: 32px !important; }
.u-inline-42d12bf1 { font-size: clamp(1.75rem, 4vw, 2.5rem) !important; font-weight: 800 !important; line-height: 1.25 !important; color: #1d1d1f !important; margin-top: 12px !important; }
.u-inline-2c1caa1c { margin: 16px 0 0 !important; font-size: 1.1rem !important; color: #666 !important; line-height: 1.65 !important; word-break: keep-all !important; }
.u-inline-78ffc022 { text-align: left !important; margin-bottom: 10px !important; }
.u-inline-3c9515b2 { color: #666 !important; font-size: 1rem !important; margin-top: 8px !important; }
.u-inline-9a0b82f7 { font-size: 2.5rem !important; font-weight: 800 !important; }
.u-inline-8ab8e052 { padding-top: 0 !important; padding-bottom: 0 !important; }
.u-inline-24ef9c95 { border: 0 !important; display: block !important; border-radius: 12px !important; }
.u-inline-a9213973 { position: absolute !important; top: 6px !important; left: 6px !important; right: 6px !important; bottom: 6px !important; pointer-events: none !important; border: 1px solid rgba(255, 0, 85, 0.2) !important; border-radius: 12px !important; box-shadow: inset 0 0 12px rgba(0,0,0,0.06) !important; }
