
.modal-backdrop[data-v-0802d203] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}
.modal-container[data-v-0802d203] {
    width: min(520px, calc(100vw - 28px));
    background: #1b2028;
    border: 1px solid #384152;
    border-radius: 14px;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
}
.modal-header[data-v-0802d203] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid #313a49;
}
.modal-title[data-v-0802d203] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #f3f6fb;
}
.close-btn[data-v-0802d203] {
    border: none;
    background: transparent;
    color: #98a3b3;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 8px;
}
.close-btn[data-v-0802d203]:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #dce5f1;
}
.modal-body[data-v-0802d203] {
    padding: 18px;
}
.modal-message[data-v-0802d203] {
    margin: 0;
    color: #c6d0dd;
    font-size: 14px;
    line-height: 1.55;
}
.url-section[data-v-0802d203] {
    margin-top: 14px;
}
.url-label[data-v-0802d203] {
    margin-bottom: 6px;
    color: #8f9aac;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.url-card[data-v-0802d203] {
    border: 1px solid #2f3846;
    border-radius: 12px;
    background: #0f141b;
}
.url-display[data-v-0802d203] {
    margin: 0;
    padding: 11px 13px;
    color: #d7dfeb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-all;
    overflow: auto;
    max-height: 170px;
}
.modal-footer[data-v-0802d203] {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 14px 18px 16px;
    border-top: 1px solid #313a49;
}
.btn[data-v-0802d203] {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    min-width: 88px;
}
.btn-secondary[data-v-0802d203] {
    background: #242b35;
    border-color: #353f4e;
    color: #d0d8e3;
}
.btn-secondary[data-v-0802d203]:hover {
    background: #2d3643;
}
.btn-primary[data-v-0802d203] {
    background: #2f81f7;
    border-color: #2f81f7;
    color: #fff;
}
.btn-primary[data-v-0802d203]:hover {
    background: #1f6feb;
}
.btn-ghost[data-v-0802d203] {
    background: transparent;
    color: #a9b4c2;
}
.btn-ghost[data-v-0802d203]:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #d8e0eb;
}
.modal-fade-enter-active[data-v-0802d203],
.modal-fade-leave-active[data-v-0802d203] {
    transition: opacity 0.2s ease;
}
.modal-fade-enter-from[data-v-0802d203],
.modal-fade-leave-to[data-v-0802d203] {
    opacity: 0;
}
