.helixid-content--front {
    display: grid;
    gap: 22px;
    width: min(100%, 980px);
    margin: 0 auto;
    color: #e8f0fc;
}
.helixid-content--front .helixid-content__header {
    display: grid;
    gap: 9px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(143, 193, 255, .2);
}
.helixid-content--front .helixid-content__header h2 {
    margin: 0;
    color: #9fc7ff;
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
}
.helixid-content--front .helixid-content__header p,
.helixid-content--front > p {
    margin: 0;
    color: #b8c7da;
    line-height: 1.65;
}
.helixid-content--front .helixid-content__notice,
.helixid-content--front .helixid-content__error {
    padding: 14px 16px;
    border: 1px solid rgba(114, 230, 203, .28);
    border-radius: 13px;
    background: rgba(53, 155, 133, .12);
    color: #dffbf4;
}
.helixid-content--front .helixid-content__error {
    border-color: rgba(255, 133, 151, .3);
    background: rgba(151, 43, 62, .16);
    color: #ffdce2;
}
.helixid-content--front .helixid-content__form {
    display: grid;
    grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr);
    gap: 12px 18px;
    align-items: center;
    max-width: 820px;
    padding: 20px;
    border: 1px solid rgba(143, 193, 255, .18);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(20, 32, 54, .86), rgba(8, 16, 30, .82));
}
.helixid-content--front .helixid-content__form + .helixid-content__form {
    margin-top: 14px;
}
.helixid-content--front .helixid-content__form label {
    color: #d7e4f5;
    font-size: .82rem;
    font-weight: 700;
}
.helixid-content--front .helixid-content__form input,
.helixid-content--front .helixid-content__form select {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(143, 193, 255, .3);
    border-radius: 11px;
    background: #07101f;
    color: #fff;
    font: inherit;
}
.helixid-content--front .helixid-content__form input:focus,
.helixid-content--front .helixid-content__form select:focus {
    outline: 3px solid rgba(87, 157, 234, .24);
    outline-offset: 2px;
    border-color: #8fc1ff;
}
.helixid-content--front .helixid-content__form button {
    grid-column: 2;
    width: fit-content;
    min-height: 43px;
    padding: 10px 18px;
    border: 1px solid rgba(143, 193, 255, .36);
    border-radius: 11px;
    background: linear-gradient(135deg, #2d65a9, #1b416f);
    color: #fff;
    font: 700 .95rem/1.2 "Trebuchet MS", sans-serif;
    cursor: pointer;
}
.helixid-content--front a { color: #9fc7ff; }
.helixid-content--front .helixid-content__sessions,
.helixid-content--front .helixid-content__audit { display: grid; gap: 13px; }
.helixid-content--front .helixid-content__session,
.helixid-content--front .helixid-content__audit-event {
    padding: 18px;
    border: 1px solid rgba(143, 193, 255, .18);
    border-radius: 15px;
    background: rgba(12, 23, 41, .74);
}
.helixid-content--front .helixid-content__session h3,
.helixid-content--front .helixid-content__audit-event h3 { margin: 0 0 8px; color: #fff; }
.helixid-content--front .helixid-content__session p,
.helixid-content--front .helixid-content__audit-event p { color: #b8c7da; }
@media (max-width: 640px) {
    .helixid-content--front .helixid-content__form { grid-template-columns: 1fr; padding: 16px; }
    .helixid-content--front .helixid-content__form button { grid-column: 1; width: 100%; }
}

