/* 网恋照妖镜 - 自定义样式 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", Helvetica, Arial, sans-serif;
    background: #f8f9fa;
    min-height: 100vh;
}

.card {
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.btn {
    border-radius: 8px;
}

.form-control, .form-select {
    border-radius: 8px;
}

.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 80px 0;
    border-radius: 0 0 24px 24px;
    margin-bottom: 40px;
}

.hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero p.lead {
    opacity: 0.95;
    font-size: 1.15rem;
}

.mirror-link-box {
    background: #e7f1ff;
    border: 1px dashed #4a90e2;
    padding: 12px 16px;
    border-radius: 8px;
    word-break: break-all;
    font-family: Consolas, monospace;
}

.photo-grid .card {
    transition: transform 0.2s;
}

.photo-grid .card:hover {
    transform: translateY(-2px);
}

.loading-container {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.spinner-custom {
    width: 4rem;
    height: 4rem;
}

.table-hover tbody tr:hover {
    background-color: #f5faff;
}

.status-badge {
    font-size: 0.75rem;
    padding: 4px 10px;
}

.modal-img {
    max-width: 100%;
    height: auto;
}
