.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-links {
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-links a,
.nav-links .btn-help-glass {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nav-links a {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    transition: all 0.25s ease;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
}

.nav-links a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.nav-actions {
    justify-content: flex-end;
}

.btn-help-glass,
.btn-juicy {
    border: 0;
    border-radius: 999px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-help-glass {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 20px rgba(24, 28, 64, 0.25);
    backdrop-filter: blur(12px);
}

.btn-help-glass:hover,
.btn-help-glass:focus-visible {
    color: #fff;
    transform: translateY(-2px) scale(1.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 14px 24px rgba(24, 28, 64, 0.32);
}

.btn-juicy {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff7a18 0%, #ff4d6d 45%, #7c3aed 100%);
    box-shadow: 0 14px 30px rgba(124, 58, 237, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-juicy:hover,
.btn-juicy:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 18px 34px rgba(124, 58, 237, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-juicy:active,
.btn-help-glass:active {
    transform: translateY(0) scale(0.99);
}

.jumbotron {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 0;
}

.conversion-card {
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
}

.conversion-card .card-header {
    background: linear-gradient(135deg, #667eea 0%, #7c3aed 55%, #ff4d6d 100%);
    border: 0;
}

.conversion-card .card-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 255, 0.96));
}

.conversion-card .card-footer {
    background: rgba(255, 255, 255, 0.72);
}

.form-control,
.form-control:focus {
    border-radius: 16px;
}

.form-control {
    border: 1px solid rgba(124, 58, 237, 0.18);
    box-shadow: none;
}

.form-control:focus {
    border-color: rgba(124, 58, 237, 0.55);
    box-shadow: 0 0 0 0.2rem rgba(124, 58, 237, 0.14);
}

.progress-static {
    height: 30px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.18);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.progress-static .progress-bar {
    background: linear-gradient(90deg, #ff7a18 0%, #ff4d6d 48%, #7c3aed 100%);
}

.stat-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(248,250,255,0.96));
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.stat-icon {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 10px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.progress {
    background-color: #e9ecef;
}

.progress-bar {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    font-weight: bold;
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
}

.list-group-item {
    border-left: 3px solid #667eea;
    margin-bottom: 5px;
}

.list-group-item.success {
    border-left-color: #28a745;
    background-color: #d4edda;
}

.list-group-item.error {
    border-left-color: #dc3545;
    background-color: #f8d7da;
}

.table-responsive {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.btn-icon {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.notes-display {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.notes-display:hover {
    text-decoration: underline;
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.stat-number.animate {
    animation: countUp 0.5s ease-out;
}

.sidebar {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
}

.sidebar.active {
    right: 0;
}

.sidebar-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.sidebar-header h5 {
    margin: 0;
    font-weight: bold;
}

.sidebar-body {
    padding: 20px;
}

.removed-content-list {
    margin-top: 20px;
}

.removed-content-item {
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 200px;
    overflow-y: auto;
}

.removed-content-item:hover {
    background: #e9ecef;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

.sidebar-overlay.active {
    display: block;
}

.content-count-badge {
    background: #28a745;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-left: 10px;
}

.help-modal {
    border: none;
    border-radius: 22px;
    overflow: hidden;
}

.help-modal .modal-header {
    background: linear-gradient(135deg, #111827 0%, #4f46e5 100%);
    color: #fff;
}

.help-modal .modal-body {
    background: #f8fafc;
}

.help-block {
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 16px;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.help-block h6 {
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.help-block ul,
.help-block ol {
    margin-bottom: 0;
    padding-left: 1.25rem;
}
