.result-claim-launch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(159, 29, 47, 0.24);
    border-radius: 8px;
    background: #9f1d2f;
    color: #fff;
    box-shadow: 0 10px 22px rgba(58, 24, 32, 0.18);
    font: 700 0.82rem/1.1 Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.result-claim-launch:hover,
.result-claim-launch:focus-visible {
    background: #7f1727;
    box-shadow: 0 12px 26px rgba(58, 24, 32, 0.24);
    transform: translateY(-1px);
}

.result-claim-launch:focus-visible {
    outline: 3px solid rgba(247, 179, 72, 0.42);
    outline-offset: 2px;
}

.result-claim-launch svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    stroke: currentColor;
}

.result-claim-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(1180px, calc(100% - 32px));
    margin: 24px auto 34px;
    padding: 18px 0 4px;
    border-top: 1px solid rgba(126, 141, 157, 0.28);
}

.result-claim-footer-clax {
    width: min(1180px, calc(100% - 4vw));
    margin-bottom: 46px;
}

.result-claim-modal[hidden] {
    display: none !important;
}

.result-claim-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(12, 17, 24, 0.56);
}

.result-claim-dialog {
    width: min(640px, 100%);
    max-height: min(92vh, 760px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background: #fff;
    color: #16202a;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
    font-family: Arial, Helvetica, sans-serif;
}

.result-claim-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid #e7ebef;
}

.result-claim-title {
    margin: 0;
    font-size: 1.18rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.result-claim-event {
    margin: 5px 0 0;
    color: #5c6876;
    font-size: 0.86rem;
    line-height: 1.35;
}

.result-claim-close {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #f0f2f5;
    color: #1f2933;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.result-claim-close:hover,
.result-claim-close:focus-visible {
    background: #e3e7ec;
}

.result-claim-form {
    overflow: auto;
    padding: 18px 20px 20px;
}

.result-claim-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 14px;
}

.result-claim-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.result-claim-field.is-full {
    grid-column: 1 / -1;
}

.result-claim-field label {
    color: #263241;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
}

.result-claim-field input,
.result-claim-field select,
.result-claim-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd3dc;
    border-radius: 8px;
    background: #fff;
    color: #101820;
    font: 500 0.95rem/1.35 Arial, Helvetica, sans-serif;
}

.result-claim-field input,
.result-claim-field select {
    height: 42px;
    padding: 0 11px;
}

.result-claim-field textarea {
    min-height: 106px;
    resize: vertical;
    padding: 10px 11px;
}

.result-claim-field input:focus,
.result-claim-field select:focus,
.result-claim-field textarea:focus {
    outline: 3px solid rgba(35, 116, 204, 0.18);
    border-color: #2374cc;
}

.result-claim-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.result-claim-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.result-claim-submit,
.result-claim-secondary {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    font: 800 0.9rem/1 Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.result-claim-submit {
    border: 1px solid #9f1d2f;
    background: #9f1d2f;
    color: #fff;
}

.result-claim-submit:hover,
.result-claim-submit:focus-visible {
    background: #7f1727;
}

.result-claim-submit:disabled {
    cursor: wait;
    opacity: 0.72;
}

.result-claim-secondary {
    border: 1px solid #d5dbe3;
    background: #fff;
    color: #263241;
}

.result-claim-status {
    min-height: 20px;
    margin: 12px 0 0;
    color: #5c6876;
    font-size: 0.88rem;
    line-height: 1.4;
}

.result-claim-status.is-error {
    color: #a01325;
}

.result-claim-status.is-ok {
    color: #14633b;
}

@media (max-width: 700px) {
    .result-claim-footer {
        width: calc(100% - 20px);
        margin-top: 18px;
        margin-bottom: 26px;
        padding-top: 14px;
    }

    .result-claim-footer .result-claim-launch {
        width: 100%;
    }

    .result-claim-modal {
        align-items: flex-end;
        padding: 0;
    }

    .result-claim-dialog {
        width: 100%;
        max-height: 92vh;
        border-radius: 8px 8px 0 0;
    }

    .result-claim-grid {
        grid-template-columns: 1fr;
    }

    .result-claim-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .result-claim-submit,
    .result-claim-secondary {
        width: 100%;
    }

    .result-claim-footer-clax {
        margin-bottom: 42px;
    }
}
