:root {
    --sapphire-bg-main: #050816;
    --sapphire-bg-panel: #111827;
    --sapphire-bg-soft: #0f172a;
    --sapphire-line: rgba(148, 163, 184, 0.25);
    --sapphire-line-strong: #334155;
    --sapphire-text: #e5e7eb;
    --sapphire-text-soft: #9ca3af;
    --sapphire-blue: #60a5fa;
    --sapphire-cyan: #93c5fd;
    --sapphire-pink: #f2d38b;
    --sapphire-shadow: 0 10px 25px rgba(15, 23, 42, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.sapphire-front {
    margin: 0;
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--sapphire-bg-main);
    color: var(--sapphire-text);
}

body.sapphire-front a {
    color: inherit;
    text-decoration: none;
}

body.sapphire-front img {
    display: block;
    max-width: 100%;
}

body.sapphire-front .sapphire-zone--topline:empty,
body.sapphire-front .sapphire-zone--bar:empty {
    display: none;
}

body.sapphire-front .header {
    position: relative;
    height: 280px;
    background: radial-gradient(circle at 20% 20%, #1f2937, #020617 70%);
    overflow: hidden;
}

body.sapphire-front .header::before {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: -100px;
    background:
        linear-gradient(90deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px),
        linear-gradient(180deg, rgba(148, 163, 184, 0.14) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.5;
    animation: sapphire-grid-shift 20s linear infinite;
}

@keyframes sapphire-grid-shift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-80px, -80px, 0); }
}

body.sapphire-front .header-logo-block {
    position: absolute;
    top: 18px;
    left: 24px;
    z-index: 50;
}

body.sapphire-front .header-logo {
    height: 220px;
    filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.7));
}

body.sapphire-front .header-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    z-index: 1;
}

body.sapphire-front .header-settings {
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 60;
    width: clamp(320px, 18vw, 360px);
}

body.sapphire-front .header-settings__cluster {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

body.sapphire-front .setting-card {
    min-width: 0;
    background: var(--sapphire-bg-panel);
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid var(--sapphire-line);
    box-shadow: 0 0 6px rgba(96, 165, 250, 0.2);
    transition: box-shadow .25s ease, border .25s ease, transform .2s ease;
}

body.sapphire-front .setting-card:focus-within {
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.7);
    border-color: var(--sapphire-blue);
    transform: translateY(-1px);
}

body.sapphire-front .setting-card label {
    display: block;
    font-size: 11px;
    color: var(--sapphire-text-soft);
    margin-bottom: 4px;
}

body.sapphire-front .setting-card__select {
    width: 100%;
    background: var(--sapphire-bg-soft);
    color: var(--sapphire-text);
    border: 1px solid var(--sapphire-line-strong);
    padding: 4px 6px;
    border-radius: 6px;
    cursor: pointer;
    transition: box-shadow .25s ease, border .25s ease;
}

body.sapphire-front .setting-card__select:hover,
body.sapphire-front .setting-card__select:focus {
    outline: none;
    box-shadow: 0 0 8px var(--sapphire-blue);
    border-color: var(--sapphire-blue);
}

body.sapphire-front .title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    display: none;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
    color: var(--sapphire-blue);
    opacity: 1;
    animation: sapphire-title-fade-out 0.5s ease-out forwards;
    animation-delay: 4s;
    animation-delay: 0s;
    pointer-events: none;
}

@keyframes sapphire-title-fade-out {
    to { opacity: 0; }
}

body.sapphire-front .sapph {
    color: #bfdbfe;
    text-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
}

body.sapphire-front .icds-phrase {
    display: inline-flex;
    gap: 8px;
    align-items: baseline;
}

body.sapphire-front .word {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation: sapphire-shrink-word 4s steps(12, end) forwards;
}

body.sapphire-front .w1 { animation-delay: 0s; }
body.sapphire-front .w2 { animation-delay: 0.5s; }
body.sapphire-front .w3 { animation-delay: 1s; }
body.sapphire-front .w4 { animation-delay: 1.5s; }

@keyframes sapphire-shrink-word {
    0% { width: 100%; opacity: 1; }
    100% { width: 0; opacity: 0; }
}

body.sapphire-front .title-final {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(56, 189, 248, 0.8), 0 0 24px rgba(59, 130, 246, 0.8);
    opacity: 0;
    animation: sapphire-title-final-in 0.7s ease-out forwards;
    animation-delay: 4.5s;
    animation-delay: 0s;
    white-space: nowrap;
    pointer-events: none;
}

@keyframes sapphire-title-final-in {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

body.sapphire-front .rotating-box {
    position: absolute;
    bottom: 40px;
    right: 50px;
    font-size: 16px;
    color: var(--sapphire-cyan);
    height: 22px;
    overflow: hidden;
    max-width: 520px;
    text-align: right;
    pointer-events: none;
}

body.sapphire-front .rotating-inner {
    display: inline-block;
    animation: sapphire-slide-phrases 9s infinite;
}

body.sapphire-front .rotating-inner div {
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

@keyframes sapphire-slide-phrases {
    0%, 30% { transform: translateY(0); }
    33%, 63% { transform: translateY(-22px); }
    66%, 96% { transform: translateY(-44px); }
    100% { transform: translateY(0); }
}

body.sapphire-front .brilliancy {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--sapphire-pink);
    opacity: 0;
    animation: sapphire-brilliancy-glow 3s ease-in-out infinite alternate, sapphire-brilliancy-in 1.2s ease-out forwards;
    animation-delay: 2.2s, 2.2s;
    animation-delay: 0.5s;
    pointer-events: none;
}

@keyframes sapphire-brilliancy-glow {
    from {
        text-shadow: 0 0 4px rgba(248, 113, 113, 0.5), 0 0 10px rgba(244, 63, 94, 0.6);
    }
    to {
        text-shadow: 0 0 10px rgba(248, 113, 113, 0.9), 0 0 20px rgba(244, 63, 94, 0.9);
    }
}

@keyframes sapphire-brilliancy-in {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

body.sapphire-front .sapphire-layout-strip {
    width: 100%;
    background: linear-gradient(90deg, #101a2a 0%, #183453 100%);
    color: #f4f7fb;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.sapphire-front .sapphire-layout-strip__wrap {
    width: 100%;
    padding-left: clamp(0.85rem, 2.2vw, 2rem);
    padding-right: clamp(0.85rem, 2.2vw, 2rem);
}

body.sapphire-front .sapphire-layout-strip__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
}

body.sapphire-front .sapphire-layout-strip__inner::-webkit-scrollbar {
    display: none;
}

body.sapphire-front .sapphire-layout-strip__item,
body.sapphire-front .sapphire-layout-strip__current {
    display: inline-flex;
    align-items: center;
    min-height: 2.1rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.sapphire-front .sapphire-layout-strip__item {
    color: rgba(244, 247, 251, 0.82);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

body.sapphire-front .sapphire-layout-strip__item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
}

body.sapphire-front .sapphire-layout-strip__current {
    color: #0f1623;
    background: #f2d38b;
    border: 1px solid rgba(242, 211, 139, 0.72);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

body.sapphire-front .top-nav.sapphire-engine-menu {
    position: relative;
    z-index: 70;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #1e293b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    padding: 12px 40px;
}

body.sapphire-front .top-nav.sapphire-engine-menu .menu,
body.sapphire-front .top-nav.sapphire-engine-menu .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.sapphire-front .top-nav.sapphire-engine-menu .menu {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__item,
body.sapphire-front .top-nav.sapphire-engine-menu .menu > li {
    position: relative;
    color: var(--sapphire-text);
    padding-bottom: 12px;
    margin-bottom: -12px;
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__separator {
    display: none;
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__link,
body.sapphire-front .top-nav.sapphire-engine-menu .menu > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    transition: color .25s ease, text-shadow .25s ease;
}

body.sapphire-front .top-nav.sapphire-engine-menu .menu-item-has-children > .linzmann-cascade-menu__link::after {
    content: "▸";
    display: inline-block;
    font-size: 0.8em;
    transition: transform .25s ease;
}

body.sapphire-front .top-nav.sapphire-engine-menu .menu-item-has-children:hover > .linzmann-cascade-menu__link::after,
body.sapphire-front .top-nav.sapphire-engine-menu .menu-item-has-children.is-open > .linzmann-cascade-menu__link::after {
    transform: rotate(90deg);
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__item:hover > .linzmann-cascade-menu__link,
body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__item.is-active > .linzmann-cascade-menu__link,
body.sapphire-front .top-nav.sapphire-engine-menu .menu > li:hover > a {
    color: var(--sapphire-blue);
    text-shadow: 0 0 6px var(--sapphire-blue);
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__submenu,
body.sapphire-front .top-nav.sapphire-engine-menu .submenu {
    display: none;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    min-width: 180px;
    padding: 10px;
    border-radius: 8px;
    list-style: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .25s ease, transform .25s ease;
    backdrop-filter: blur(12px);
    background: rgba(30, 41, 59, 0.92);
    box-shadow: 0 12px 24px rgba(2, 8, 18, 0.35);
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__submenu .linzmann-cascade-menu__submenu {
    top: 0;
    left: calc(100% - 6px);
}

body.sapphire-front .top-nav.sapphire-engine-menu li:hover > .linzmann-cascade-menu__submenu,
body.sapphire-front .top-nav.sapphire-engine-menu li.is-open > .linzmann-cascade-menu__submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__submenu .linzmann-cascade-menu__item {
    white-space: nowrap;
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__submenu .linzmann-cascade-menu__link {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 6px;
}

body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__submenu .linzmann-cascade-menu__item:hover > .linzmann-cascade-menu__link {
    color: var(--sapphire-cyan);
    text-shadow: 0 0 6px var(--sapphire-cyan);
    box-shadow: 0 0 8px var(--sapphire-blue) inset, 0 0 8px var(--sapphire-blue);
    background: rgba(15, 23, 42, 0.42);
}

body.sapphire-front .top-nav.sapphire-engine-menu .nav-login {
    position: absolute;
    right: 40px;
    top: 12px;
}

body.sapphire-front .top-nav.sapphire-engine-menu .login-link {
    color: #93c5fd;
    font-weight: 500;
}

body.sapphire-front .top-nav.sapphire-engine-menu .login-link:hover {
    color: #bfdbfe;
    text-shadow: 0 0 6px var(--sapphire-blue);
}

body.sapphire-front .top-nav.sapphire-engine-menu .burger {
    display: none;
    width: 28px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 12px;
    border: 0;
    background: transparent;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
}

body.sapphire-front .top-nav.sapphire-engine-menu .burger span {
    display: block;
    height: 3px;
    background: #e5e7eb;
    border-radius: 4px;
}

body.sapphire-front .sapphire-breadcrumb {
    width: calc(100% - 40px);
    max-width: none;
    margin: 26px 20px 0;
    padding: 0;
}

body.sapphire-front .sapphire-breadcrumb__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

body.sapphire-front .sapphire-breadcrumb__item,
body.sapphire-front .sapphire-breadcrumb__current {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
}

body.sapphire-front .sapphire-breadcrumb__item {
    color: #cbd6e3;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

body.sapphire-front .sapphire-breadcrumb__current {
    color: #0d1622;
    border: 1px solid rgba(214, 167, 94, 0.72);
    background: linear-gradient(135deg, #f0c27b, #d6a75e);
}

body.sapphire-front .sapphire-breadcrumb__separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    color: rgba(214, 167, 94, 0.78);
}

body.sapphire-front .layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: stretch;
    width: calc(100% - 40px);
    max-width: none;
    margin: 40px 20px 60px;
    padding: 0;
}

body.sapphire-front .sapphire-content-host {
    min-width: 0;
    flex: 1 1 auto;
}

body.sapphire-front .side-left,
body.sapphire-front .side-right {
    width: 220px;
    flex: 0 0 220px;
}

body.sapphire-front--homepage .side-left,
body.sapphire-front--homepage .side-right {
    width: 264px;
    flex: 0 0 264px;
}

body.sapphire-front .side-card,
body.sapphire-front .content .card,
body.sapphire-front .sapphire-content-card {
    background: var(--sapphire-bg-panel);
    padding: 14px;
    border-radius: 14px;
    border: 1px solid var(--sapphire-line);
    box-shadow: var(--sapphire-shadow);
}

body.sapphire-front .side-card {
    margin-bottom: 22px;
}

body.sapphire-front .content {
    max-width: none;
    width: 100%;
    line-height: 1.7;
    font-size: 17px;
}

body.sapphire-front .content h2,
body.sapphire-front .content h3,
body.sapphire-front .side-card h2,
body.sapphire-front .side-card h3 {
    color: #93c5fd;
    margin-top: 0;
}

body.sapphire-front .content p,
body.sapphire-front .side-card p,
body.sapphire-front .side-card li,
body.sapphire-front .footer-desc {
    color: #cbd5e1;
}

body.sapphire-front .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

body.sapphire-front .pill {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sapphire-text-soft);
    margin-bottom: 8px;
}

body.sapphire-front .chronicler-floating-news__list {
    display: grid;
    gap: 16px;
}

body.sapphire-front .chronicler-floating-news__item + .chronicler-floating-news__item {
    padding-top: 16px;
    border-top: 1px solid var(--sapphire-line);
}

body.sapphire-front .chronicler-floating-news__date {
    margin-bottom: 6px;
    color: var(--sapphire-text-soft);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.sapphire-front .chronicler-floating-news__title {
    margin: 0 0 8px;
    font-size: 1rem;
    line-height: 1.35;
    color: #bfdbfe;
}

body.sapphire-front .chronicler-floating-news__title a:hover {
    color: #ffffff;
}

body.sapphire-front .chronicler-floating-news__excerpt,
body.sapphire-front .chronicler-floating-news__excerpt p {
    color: #dbe5f4;
}

body.sapphire-front .chronicler-floating-news__excerpt > *:first-child {
    margin-top: 0;
}

body.sapphire-front .chronicler-floating-news__excerpt > *:last-child {
    margin-bottom: 0;
}

body.sapphire-front .sapphire-home-stack {
    display: grid;
    gap: 28px;
}

body.sapphire-front .sapphire-main-content__stack {
    display: grid;
    gap: 24px;
}

body.sapphire-front .sapphire-main-content__label {
    display: inline-block;
}

body.sapphire-front .sapphire-main-content__body > :first-child {
    margin-top: 0;
}

body.sapphire-front .sapphire-main-content__body > :last-child {
    margin-bottom: 0;
}

body.sapphire-front .contact-form-view {
    display: grid;
    gap: 1.5rem;
}

body.sapphire-front .contact-form-view__hero {
    display: grid;
    gap: 0.75rem;
}

body.sapphire-front .contact-form-view__title {
    margin: 0;
    color: #bfdbfe;
    font-size: clamp(2rem, 3vw, 2.8rem);
    line-height: 1.08;
}

body.sapphire-front .contact-form-view__summary {
    margin: 0;
    max-width: 54rem;
    color: #cbd5e1;
    font-size: 1.03rem;
    line-height: 1.7;
}

body.sapphire-front .contact-form-view__notice,
body.sapphire-front .contact-form-view__status {
    padding: 1rem 1.05rem;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(15, 23, 42, 0.68);
}

body.sapphire-front .contact-form-view__notice--success,
body.sapphire-front .contact-form-view__status {
    border-color: rgba(96, 165, 250, 0.28);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.08) inset;
}

body.sapphire-front .contact-form-view__notice--danger {
    border-color: rgba(242, 211, 139, 0.34);
    box-shadow: 0 0 0 1px rgba(242, 211, 139, 0.08) inset;
}

body.sapphire-front .contact-form-view__status-message,
body.sapphire-front .contact-form-view__notice {
    color: #dbe5f4;
    line-height: 1.65;
}

body.sapphire-front .contact-form-view__status-message {
    margin: 0;
}

body.sapphire-front .contact-form-view__form {
    display: grid;
    gap: 1.45rem;
}

body.sapphire-front .contact-form-view__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.35rem;
    align-items: start;
}

body.sapphire-front .contact-form-view__grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 28rem;
}

body.sapphire-front .contact-form-view__field {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

body.sapphire-front .contact-form-view__field--wide {
    grid-column: 1 / -1;
}

body.sapphire-front .contact-form-view__label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    color: #e5e7eb;
    font-size: 0.97rem;
    font-weight: 600;
}

body.sapphire-front .contact-form-view__required {
    color: #f0c27b;
}

body.sapphire-front .contact-form-view__help {
    color: #94a3b8;
    font-size: 0.88rem;
    line-height: 1.5;
}

body.sapphire-front .contact-form-view__consent {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.05rem;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(15, 23, 42, 0.58);
}

body.sapphire-front .contact-form-view__consent-checkbox {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.12rem;
    accent-color: #d6a75e;
}

body.sapphire-front .contact-form-view__consent-text {
    color: #dbe5f4;
    line-height: 1.6;
    font-size: 0.95rem;
}

body.sapphire-front .contact-form-view__question,
body.sapphire-front .contact-form-view__readonly {
    width: 100%;
    min-width: 0;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.58);
    color: #dbe5f4;
    line-height: 1.5;
}

body.sapphire-front .contact-form-view__question {
    font-weight: 600;
    color: #f7e2b0;
}

body.sapphire-front .contact-form-view__control {
    width: 100%;
    min-width: 0;
    background: var(--sapphire-bg-soft);
    color: var(--sapphire-text);
    border: 1px solid var(--sapphire-line-strong);
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font: inherit;
    line-height: 1.4;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
    transition: box-shadow .25s ease, border-color .25s ease, transform .2s ease;
}

body.sapphire-front .contact-form-view__control::placeholder {
    color: #8ea1b6;
}

body.sapphire-front .contact-form-view__control:hover,
body.sapphire-front .contact-form-view__control:focus {
    outline: none;
    border-color: var(--sapphire-blue);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.14), 0 0 10px rgba(96, 165, 250, 0.18);
}

body.sapphire-front .contact-form-view__control--textarea {
    min-height: 14rem;
    resize: vertical;
}

body.sapphire-front .contact-form-view__control--select {
    appearance: none;
    padding-right: 2.8rem;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(203, 213, 225, 0.9) 50%),
        linear-gradient(135deg, rgba(203, 213, 225, 0.9) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(50% - 3px),
        calc(100% - 14px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

body.sapphire-front .contact-form-view__control--file {
    padding: 0.7rem 0.85rem;
}

body.sapphire-front .contact-form-view__control--file::file-selector-button {
    margin-right: 0.85rem;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(96, 165, 250, 0.26);
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.96) 0%, rgba(15, 23, 42, 0.98) 100%);
    color: #dbe5f4;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.sapphire-front .contact-form-view__control--file::file-selector-button:hover {
    border-color: var(--sapphire-blue);
    box-shadow: 0 0 8px rgba(96, 165, 250, 0.24);
    transform: translateY(-1px);
}

body.sapphire-front .contact-form-view__actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

body.sapphire-front .contact-form-view__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.4rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f0c27b, #d6a75e);
    color: #0d1622;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(214, 167, 94, 0.22);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.sapphire-front .contact-form-view__button:hover,
body.sapphire-front .contact-form-view__button:focus {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(214, 167, 94, 0.28);
    filter: brightness(1.03);
}

body.sapphire-front .form-block input,
body.sapphire-front .form-block textarea,
body.sapphire-front .form-block select {
    width: 100%;
    background: var(--sapphire-bg-soft);
    color: var(--sapphire-text);
    border: 1px solid var(--sapphire-line-strong);
    padding: 8px;
    border-radius: 6px;
}

body.sapphire-front .form-block button {
    padding: 8px 14px;
    background: var(--sapphire-blue);
    border: 0;
    border-radius: 6px;
    color: #000000;
    cursor: pointer;
}

body.sapphire-front .cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--sapphire-bg-panel);
    padding: 20px 30px;
    border-radius: 12px;
    border: 1px solid var(--sapphire-line);
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.4);
    z-index: 99999;
}

body.sapphire-front .cookie-consent.is-hidden {
    display: none;
}

body.sapphire-front .cookie-content p {
    margin: 0 0 10px 0;
}

body.sapphire-front .cookie-content button {
    background: var(--sapphire-blue);
    border: 0;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
}

body.sapphire-front .site-footer {
    background: #0a0f1d;
    border-top: 1px solid #1e293b;
    padding: 60px 40px 24px;
    margin-top: 80px;
}

body.sapphire-front .footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1420px;
    margin: 0 auto;
}

body.sapphire-front .footer-col h3 {
    color: var(--sapphire-blue);
    margin-bottom: 12px;
    font-size: 18px;
}

body.sapphire-front .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.sapphire-front .footer-col li {
    color: #cbd5e1;
    margin: 6px 0;
}

body.sapphire-front .footer-col a {
    color: #cbd5e1;
}

body.sapphire-front .footer-col a:hover {
    color: #ffffff;
}

body.sapphire-front .footer-logo-img-element {
    height: 200px;
    filter: drop-shadow(0 0 6px rgba(96, 165, 250, 0.6));
}

body.sapphire-front .subscribe-box {
    display: flex;
    gap: 0;
}

body.sapphire-front .subscribe-box input {
    padding: 10px;
    background: var(--sapphire-bg-soft);
    border: 1px solid var(--sapphire-line-strong);
    color: white;
    border-radius: 8px 0 0 8px;
}

body.sapphire-front .subscribe-box button {
    padding: 10px 16px;
    background: var(--sapphire-blue);
    color: black;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
}

body.sapphire-front .footer-bottom {
    margin-top: 32px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

body.sapphire-front .footer-legal-note {
    margin-top: 10px;
    text-align: center;
    color: #475569;
    font-size: 12px;
    line-height: 1.6;
}

body.sapphire-front .chronicler-view,
body.sapphire-front .contemplation-view,
body.sapphire-front .prismview-view,
body.sapphire-front .chronicler-detail,
body.sapphire-front .contemplation-detail,
body.sapphire-front .prismview-detail {
    display: grid;
    gap: 22px;
}

body.sapphire-front .chronicler-view__hero,
body.sapphire-front .contemplation-view__hero,
body.sapphire-front .prismview-view__hero,
body.sapphire-front .chronicler-detail__hero,
body.sapphire-front .contemplation-detail__hero,
body.sapphire-front .prismview-detail__hero {
    display: grid;
    gap: 10px;
}

body.sapphire-front .chronicler-view__eyebrow,
body.sapphire-front .contemplation-view__eyebrow,
body.sapphire-front .prismview-view__eyebrow,
body.sapphire-front .chronicler-detail__eyebrow,
body.sapphire-front .contemplation-detail__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sapphire-text-soft);
}

body.sapphire-front .chronicler-view__title,
body.sapphire-front .contemplation-view__title,
body.sapphire-front .prismview-view__title,
body.sapphire-front .chronicler-detail__title,
body.sapphire-front .contemplation-detail__title,
body.sapphire-front .prismview-detail__title {
    margin: 0;
    color: #bfdbfe;
}

body.sapphire-front .chronicler-view__summary,
body.sapphire-front .contemplation-view__summary,
body.sapphire-front .prismview-view__summary,
body.sapphire-front .chronicler-detail__summary,
body.sapphire-front .contemplation-detail__summary,
body.sapphire-front .prismview-detail__summary {
    color: #cbd5e1;
}

body.sapphire-front .chronicler-view__grid,
body.sapphire-front .contemplation-view__grid,
body.sapphire-front .prismview-album-grid,
body.sapphire-front .prismview-photo-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

body.sapphire-front .chronicler-card,
body.sapphire-front .contemplation-card,
body.sapphire-front .prismview-album-card {
    height: 100%;
}

body.sapphire-front .chronicler-card__meta,
body.sapphire-front .contemplation-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

body.sapphire-front .chronicler-card__badge,
body.sapphire-front .contemplation-card__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.5);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--sapphire-text-soft);
}

body.sapphire-front .chronicler-card__date,
body.sapphire-front .contemplation-card__date {
    color: #94a3b8;
    font-size: 0.84rem;
    letter-spacing: 0.03em;
}

body.sapphire-front .chronicler-card__title,
body.sapphire-front .contemplation-card__title,
body.sapphire-front .prismview-album-card__title {
    margin: 0 0 12px;
    color: #bfdbfe;
}

body.sapphire-front .chronicler-card__excerpt,
body.sapphire-front .contemplation-card__excerpt,
body.sapphire-front .prismview-album-card__excerpt,
body.sapphire-front .chronicler-detail__body,
body.sapphire-front .contemplation-detail__body,
body.sapphire-front .prismview-detail__body {
    color: #dbe5f4;
}

body.sapphire-front .prismview-detail__cover img,
body.sapphire-front .prismview-album-card__cover img,
body.sapphire-front .prismview-photo-grid__item img {
    width: 100%;
    border-radius: 14px;
}

body.sapphire-front .chronicler-view__empty,
body.sapphire-front .contemplation-view__empty,
body.sapphire-front .prismview-view__empty {
    color: #cbd5e1;
}

body.sapphire-front .roadmap-page__hero,
body.sapphire-front .roadmap-detail__hero {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

body.sapphire-front .roadmap-page__eyebrow,
body.sapphire-front .roadmap-detail__eyebrow {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #94a3b8;
}

body.sapphire-front .roadmap-page__title,
body.sapphire-front .roadmap-detail__title {
    margin: 0;
}

body.sapphire-front .roadmap-page__summary,
body.sapphire-front .roadmap-detail__summary,
body.sapphire-front .roadmap-card__summary {
    color: #cbd5e1;
}

body.sapphire-front .roadmap-detail__summary > *:first-child {
    margin-top: 0;
}

body.sapphire-front .roadmap-detail__summary > *:last-child {
    margin-bottom: 0;
}

body.sapphire-front .roadmap-page__layout {
    display: block;
}

body.sapphire-front .roadmap-page__timeline,
body.sapphire-front .roadmap-side-panel__list,
body.sapphire-front .roadmap-floating-panel__list {
    display: grid;
    gap: 18px;
}

body.sapphire-front .roadmap-floating-panel__panel-link,
body.sapphire-front .roadmap-side-panel__title,
body.sapphire-front .roadmap-floating-panel__title a:hover,
body.sapphire-front .roadmap-side-summary h4 a:hover,
body.sapphire-front .roadmap-card__title a:hover,
body.sapphire-front .roadmap-detail__back:hover {
    color: #ffffff;
}

body.sapphire-front .roadmap-floating-panel__panel-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
}

body.sapphire-front .roadmap-card,
body.sapphire-front .roadmap-detail,
body.sapphire-front .roadmap-side-card,
body.sapphire-front .roadmap-side-panel,
body.sapphire-front .roadmap-side-summary,
body.sapphire-front .roadmap-floating-panel {
    background: rgba(15, 23, 42, 0.62);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(2, 8, 23, 0.24);
}

body.sapphire-front .roadmap-card,
body.sapphire-front .roadmap-side-card,
body.sapphire-front .roadmap-side-panel,
body.sapphire-front .roadmap-side-summary,
body.sapphire-front .roadmap-floating-panel {
    padding: 22px 24px;
}

body.sapphire-front .roadmap-detail {
    padding: 28px;
}

body.sapphire-front .roadmap-card__meta,
body.sapphire-front .roadmap-side-card__meta,
body.sapphire-front .roadmap-side-summary__meta,
body.sapphire-front .roadmap-floating-panel__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #94a3b8;
    font-size: 0.9rem;
}

body.sapphire-front .roadmap-card__topline,
body.sapphire-front .roadmap-floating-panel__topline,
body.sapphire-front .roadmap-side-summary__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

body.sapphire-front .roadmap-card__badges {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

body.sapphire-front .roadmap-card__kind-pill,
body.sapphire-front .roadmap-side-summary__label {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(30, 41, 59, 0.55);
    color: #bfdbfe;
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.sapphire-front .roadmap-priority {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.sapphire-front .roadmap-priority--very_low {
    background: rgba(148, 163, 184, 0.16);
    color: #cbd5e1;
}

body.sapphire-front .roadmap-priority--low {
    background: rgba(56, 189, 248, 0.12);
    color: #93c5fd;
}

body.sapphire-front .roadmap-priority--normal {
    background: rgba(96, 165, 250, 0.12);
    color: #bfdbfe;
}

body.sapphire-front .roadmap-priority--high {
    background: rgba(251, 191, 36, 0.16);
    color: #fde68a;
}

body.sapphire-front .roadmap-priority--maximum {
    background: rgba(248, 113, 113, 0.18);
    color: #fecaca;
}

body.sapphire-front .roadmap-floating-panel__title,
body.sapphire-front .roadmap-side-summary h4,
body.sapphire-front .roadmap-card__title {
    margin: 0 0 8px;
    line-height: 1.35;
    color: #bfdbfe;
}

body.sapphire-front .roadmap-floating-panel__title {
    font-size: 1rem;
    font-weight: 700;
}

body.sapphire-front .roadmap-floating-panel__priority {
    margin: -2px 0 10px;
}

body.sapphire-front .roadmap-floating-panel__excerpt,
body.sapphire-front .roadmap-side-summary__excerpt {
    color: #dbe5f4;
    line-height: 1.65;
}

body.sapphire-front .roadmap-side-summary__excerpt {
    margin: 0 0 14px;
}

body.sapphire-front .roadmap-card__progress-shell,
body.sapphire-front .roadmap-floating-panel__progress,
body.sapphire-front .roadmap-side-summary__progress {
    position: relative;
}

body.sapphire-front .roadmap-card__progress-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin: 18px 0 20px;
}

body.sapphire-front .roadmap-card__progress-track,
body.sapphire-front .roadmap-floating-panel__progress,
body.sapphire-front .roadmap-side-summary__progress {
    height: 10px;
    border-radius: 999px;
    background: rgba(30, 41, 59, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.12);
    overflow: hidden;
}

body.sapphire-front .roadmap-card__progress-track span,
body.sapphire-front .roadmap-floating-panel__progress span,
body.sapphire-front .roadmap-side-summary__progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f0c27b 0%, #74b4ff 100%);
}

body.sapphire-front .roadmap-card__progress-value,
body.sapphire-front .roadmap-floating-panel__percent,
body.sapphire-front .roadmap-side-summary__percent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(17, 24, 39, 0.66);
    color: #dbe5f4;
    font-size: 0.82rem;
    font-weight: 700;
}

body.sapphire-front .roadmap-card__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.sapphire-front .roadmap-card__content,
body.sapphire-front .roadmap-card__release-notes {
    margin-top: 22px;
    color: #dbe5f4;
    line-height: 1.72;
}

body.sapphire-front .roadmap-card__content > *:first-child,
body.sapphire-front .roadmap-card__release-notes > *:first-child {
    margin-top: 0;
}

body.sapphire-front .roadmap-card__content > *:last-child,
body.sapphire-front .roadmap-card__release-notes > *:last-child {
    margin-bottom: 0;
}

body.sapphire-front .roadmap-card__release-notes {
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

body.sapphire-front .roadmap-card__release-notes h3 {
    margin: 0 0 12px;
    color: #bfdbfe;
    font-size: 1rem;
}

body.sapphire-front .roadmap-card__fact {
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    background: rgba(17, 24, 39, 0.42);
}

body.sapphire-front .roadmap-card__fact-label {
    margin-bottom: 8px;
    color: #94a3b8;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.sapphire-front .roadmap-card__status,
body.sapphire-front .roadmap-detail__status {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.sapphire-front .roadmap-card__status--planned,
body.sapphire-front .roadmap-detail__status--planned {
    background: rgba(56, 189, 248, 0.14);
    color: #7dd3fc;
}

body.sapphire-front .roadmap-card__status--in_progress,
body.sapphire-front .roadmap-detail__status--in_progress {
    background: rgba(251, 191, 36, 0.16);
    color: #fde68a;
}

body.sapphire-front .roadmap-card__status--released,
body.sapphire-front .roadmap-detail__status--released {
    background: rgba(34, 197, 94, 0.14);
    color: #86efac;
}

body.sapphire-front .roadmap-card__status--delayed,
body.sapphire-front .roadmap-detail__status--delayed {
    background: rgba(248, 113, 113, 0.16);
    color: #fecaca;
}

body.sapphire-front .roadmap-card__status--cancelled,
body.sapphire-front .roadmap-detail__status--cancelled {
    background: rgba(148, 163, 184, 0.16);
    color: #cbd5e1;
}

body.sapphire-front .roadmap-page__empty {
    padding: 24px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.52);
    color: #cbd5e1;
}

body.sapphire-front .roadmap-side-panel {
    display: grid;
    gap: 20px;
}

body.sapphire-front .roadmap-side-panel__title {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.18;
    color: #e7eefb;
}

body.sapphire-front .roadmap-side-panel__summary {
    margin: -6px 0 0;
    color: #9fb0cd;
    line-height: 1.6;
}

body.sapphire-front .roadmap-side-panel__group {
    display: grid;
    gap: 14px;
}

body.sapphire-front .roadmap-side-panel__group-title {
    color: #94a3b8;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.sapphire-front .roadmap-side-summary {
    padding: 20px 22px;
}

body.sapphire-front .roadmap-side-summary h4 {
    font-size: 1.12rem;
}

body.sapphire-front .roadmap-detail__section {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

body.sapphire-front .roadmap-detail__section h3 {
    margin: 0 0 14px;
    color: #bfdbfe;
    font-size: 1.05rem;
}

body.sapphire-front .roadmap-detail__body,
body.sapphire-front .roadmap-detail__release-notes {
    color: #dbe5f4;
    line-height: 1.72;
}

body.sapphire-front .roadmap-detail__body > *:first-child,
body.sapphire-front .roadmap-detail__release-notes > *:first-child {
    margin-top: 0;
}

body.sapphire-front .roadmap-detail__body > *:last-child,
body.sapphire-front .roadmap-detail__release-notes > *:last-child {
    margin-bottom: 0;
}

body.sapphire-front .roadmap-detail__actions {
    margin-top: 28px;
}

body.sapphire-front .roadmap-detail__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

@media (max-width: 1100px) {
    body.sapphire-front .layout {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.sapphire-front .side-left,
    body.sapphire-front .side-right {
        width: auto;
        flex: initial;
    }

    body.sapphire-front .contact-form-view__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body.sapphire-front .roadmap-page__layout {
        grid-template-columns: 1fr;
    }

    body.sapphire-front .roadmap-card__facts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    body.sapphire-front .header {
        height: auto;
        padding: 24px 18px 30px;
    }

    body.sapphire-front .header-logo-block,
    body.sapphire-front .header-settings,
    body.sapphire-front .title,
    body.sapphire-front .title-final,
    body.sapphire-front .rotating-box,
    body.sapphire-front .brilliancy {
        position: static;
        inset: auto;
        transform: none;
    }

    body.sapphire-front .header-logo-block {
        margin-bottom: 18px;
    }

    body.sapphire-front .header-logo {
        height: 120px;
    }

    body.sapphire-front .header-inner {
        min-height: 0;
        padding: 0;
        display: grid;
        gap: 18px;
    }

    body.sapphire-front .header-settings {
        display: block;
        margin-bottom: 18px;
    }

    body.sapphire-front .header-settings__cluster {
        grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    }

    body.sapphire-front .top-nav.sapphire-engine-menu {
        padding: 12px 16px;
    }

    body.sapphire-front .top-nav.sapphire-engine-menu .nav-login {
        display: none;
    }

    body.sapphire-front .top-nav.sapphire-engine-menu .burger {
        display: flex;
    }

    body.sapphire-front .top-nav.sapphire-engine-menu .menu {
        display: none;
        position: absolute;
        top: 50px;
        right: 16px;
        flex-direction: column;
        align-items: stretch;
        background: rgba(15, 23, 42, 0.95);
        padding: 20px;
        width: min(220px, calc(100vw - 32px));
        border-radius: 12px;
        z-index: 30;
    }

    body.sapphire-front .top-nav.sapphire-engine-menu.is-open .menu {
        display: flex;
    }

    body.sapphire-front .top-nav.sapphire-engine-menu .linzmann-cascade-menu__submenu {
        position: static;
        margin-top: 12px;
        padding: 12px 0 0 14px;
        box-shadow: none;
        transform: none;
        background: transparent;
        display: none;
    }

    body.sapphire-front .top-nav.sapphire-engine-menu .menu-item-has-children.is-open > .linzmann-cascade-menu__submenu {
        display: block;
    }

    body.sapphire-front .site-footer {
        padding: 40px 18px;
    }
}
