.odos-wo35-art-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: rgba(0,0,0,0.72);
    backdrop-filter: blur(5px);
}
.odos-wo35-art-modal[hidden] { display: none !important; }
.odos-wo35-art-modal__card {
    width: min(1160px, 96vw);
    max-height: 92vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.8fr);
    border-radius: 18px;
    border: 1px solid rgba(224,178,83,0.38);
    background: rgba(12,16,26,0.98);
    box-shadow: 0 22px 90px rgba(0,0,0,0.52);
}
.odos-wo35-art-modal__image {
    display: grid;
    place-items: center;
    min-height: 520px;
    padding: 1rem;
    background: rgba(4,7,12,0.72);
    border-right: 1px solid rgba(255,255,255,0.08);
}
.odos-wo35-art-modal__image img {
    max-width: 100%;
    max-height: 82vh;
    object-fit: contain;
    border-radius: 14px;
}
.odos-wo35-art-modal__side {
    position: relative;
    overflow: auto;
    padding: 1rem;
}
.odos-wo35-art-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    border-radius: 999px !important;
}
.odos-wo35-box {
    margin-top: 0.8rem;
    padding: 0.75rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.11);
    background: rgba(255,255,255,0.035);
}
.odos-wo35-box code {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.78rem;
    margin-bottom: 0.65rem;
}
.odos-wo35-stars {
    display: flex;
    gap: 0.35rem;
    margin: 0.55rem 0;
}
.odos-wo35-stars button {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border-radius: 9px !important;
    color: rgba(224,178,83,0.85);
}
.odos-wo35-stars button.is-active {
    background: rgba(224,178,83,0.22) !important;
    border-color: rgba(224,178,83,0.85) !important;
}
.odos-wo35-box textarea {
    width: 100%;
    min-height: 82px;
    margin-top: 0.3rem;
}
.odos-wo35-check {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    margin: 0.55rem 0;
}
.odos-wo35-danger {
    border-color: rgba(190,77,77,0.45);
}
@media (max-width: 900px) {
    .odos-wo35-art-modal__card { grid-template-columns: 1fr; overflow: auto; }
    .odos-wo35-art-modal__image { min-height: 260px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
}
