/* {$keywords} - Global Styles */
/* Ultra Modern Global Styles with Neon Effects */

/* Accessibility Improvements */
.center_9783 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Focus States - 霓虹发光 */
*:focus {
    outline: 3px solid var(--accent-color);
    outline-offset: 3px;
    box-shadow: 0 0 20px rgba(6, 255, 165, 0.6);
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 3px solid var(--accent-color);
    outline-offset: 3px;
    box-shadow: 0 0 20px rgba(6, 255, 165, 0.6);
}

/* Custom Scrollbar - 霓虹样式 */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(10, 1, 24, 0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff006e, #8338ec, #06ffa5);
    border-radius: 10px;
    border: 2px solid rgba(10, 1, 24, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #06ffa5, #3a86ff, #ff006e);
    box-shadow: 0 0 20px rgba(6, 255, 165, 0.8);
}

/* Selection - 霓虹高亮 */
::selection {
    background: rgba(6, 255, 165, 0.3);
    color: var(--text-white);
    text-shadow: 0 0 10px rgba(6, 255, 165, 0.8);
}

::-moz-selection {
    background: rgba(6, 255, 165, 0.3);
    color: var(--text-white);
    text-shadow: 0 0 10px rgba(6, 255, 165, 0.8);
}

/* Skip Link */
.table_orange_4c4c {
    position: absolute;
    top: -40px;
    left: 6px;
    background: var(--accent-color);
    color: var(--primary-bg);
    padding: 8px;
    text-decoration: none;
    border-radius: 4px;
    z-index: 10000;
}

.table_orange_4c4c:focus {
    top: 6px;
}

/* Loading States */
.fn-loading-a3c7 {
    position: relative;
    color: transparent;
}

.fn-loading-a3c7::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Error States */
.fn-error-a3c7 {
    color: var(--danger-color);
    border-color: var(--danger-color);
}

.badge-tiny-55eb {
    color: var(--danger-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Success States */
.fn-success-a3c7 {
    color: var(--success-color);
    border-color: var(--success-color);
}

.pink-fb89 {
    color: var(--success-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Warning States */
.fn-warning-a3c7 {
    color: var(--warning-color);
    border-color: var(--warning-color);
}

.solid-a3f0 {
    color: var(--warning-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Form Elements */
.footer_4f28 {
    margin-bottom: 1.5rem;
}

.layout_wood_63e9 {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-white);
    font-weight: 600;
}

.shade-0321,
.aside-outer-1f23,
.media-e1ec {
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--secondary-bg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    color: var(--text-white);
    font-size: 1rem;
    transition: var(--transition-fast);
}

.shade-0321:focus,
.aside-outer-1f23:focus,
.media-e1ec:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(240, 193, 89, 0.1);
}

.shade-0321::placeholder,
.aside-outer-1f23::placeholder {
    color: var(--text-muted);
}

.pagination-a8fb,
.block_9669 {
    width: auto;
    margin-right: 0.5rem;
}

/* Card Components - 玻璃拟态 */
.medium-2661 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 2px solid rgba(6, 255, 165, 0.2);
    border-radius: var(--radius-xl);
    padding: 2rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.medium-2661::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(6, 255, 165, 0.1), transparent);
    transition: var(--transition-normal);
}

.medium-2661:hover::before {
    left: 100%;
}

.medium-2661:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 40px rgba(6, 255, 165, 0.4);
    border-color: rgba(6, 255, 165, 0.5);
}

.title_3670 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.purple_b860 {
    color: var(--accent-color);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(6, 255, 165, 0.5);
}

.pro-545d {
    color: var(--text-gray);
    font-size: 0.875rem;
}

.input_cool_a246 {
    margin-bottom: 1rem;
}

.input_a388 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Badge Components - 霓虹徽章 */
.detail-bf51 {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 0 20px rgba(6, 255, 165, 0.3);
    border: 2px solid;
}

.feature_de6d {
    background: rgba(6, 255, 165, 0.1);
    color: var(--accent-color);
    border-color: var(--accent-color);
    text-shadow: 0 0 10px rgba(6, 255, 165, 0.8);
}

.form_2641 {
    background: rgba(6, 255, 165, 0.1);
    color: var(--success-color);
    border-color: var(--success-color);
    text-shadow: 0 0 10px rgba(6, 255, 165, 0.8);
}

.media-f86f {
    background: rgba(255, 190, 11, 0.1);
    color: var(--warning-color);
    border-color: var(--warning-color);
    text-shadow: 0 0 10px rgba(255, 190, 11, 0.8);
}

.medium-cd40 {
    background: rgba(255, 0, 110, 0.1);
    color: var(--danger-color);
    border-color: var(--danger-color);
    text-shadow: 0 0 10px rgba(255, 0, 110, 0.8);
}

.down-dc01 {
    background: transparent;
    border: 1px solid currentColor;
}

/* Alert Components */
.fn-alert-a3c7 {
    padding: 1rem 1.5rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    border-left: 4px solid;
}

.text-static-f460 {
    background: rgba(0, 208, 132, 0.1);
    color: var(--success-color);
    border-left-color: var(--success-color);
}

.message-d094 {
    background: rgba(245, 158, 11, 0.1);
    color: var(--warning-color);
    border-left-color: var(--warning-color);
}

.tooltip-7b2e {
    background: rgba(207, 46, 46, 0.1);
    color: var(--danger-color);
    border-left-color: var(--danger-color);
}

.grid-pressed-7648 {
    background: rgba(240, 193, 89, 0.1);
    color: var(--accent-color);
    border-left-color: var(--accent-color);
}

/* Modal Components */
.hover-b95e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-normal);
}

.hover-b95e.fn-active-a3c7 {
    opacity: 1;
    visibility: visible;
}

.modal_0e3c {
    background: var(--secondary-bg);
    border-radius: var(--radius-xl);
    padding: 2rem;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-xl);
    transform: scale(0.9);
    transition: var(--transition-normal);
}

.hover-b95e.fn-active-a3c7 .modal_0e3c {
    transform: scale(1);
}

.right_4dd4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.down-cab7 {
    color: var(--accent-color);
    margin: 0;
}

.surface_under_89ab {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-gray);
    cursor: pointer;
    padding: 0.25rem;
    border-radius: var(--radius-md);
    transition: var(--transition-fast);
}

.surface_under_89ab:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
}

/* Tooltip Components */
.blue-b23e {
    position: relative;
    display: inline-block;
}

.blue-b23e::before,
.blue-b23e::after {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-fast);
}

.blue-b23e::before {
    content: attr(data-tooltip);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--secondary-bg);
    color: var(--text-white);
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-md);
    font-size: 0.875rem;
    white-space: nowrap;
    box-shadow: var(--shadow-lg);
    margin-bottom: 5px;
}

.blue-b23e::after {
    content: '';
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--secondary-bg);
}

.blue-b23e:hover::before,
.blue-b23e:hover::after {
    opacity: 1;
}

/* Dropdown Components */
.tiny_8a84 {
    position: relative;
    display: inline-block;
}

.up-72e5 {
    background: var(--secondary-bg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-white);
    padding: 0.75rem 1rem;
    border-radius: var(--radius-md);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition-fast);
}

.up-72e5:hover {
    border-color: var(--accent-color);
}

.detail_bb2c {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--secondary-bg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition-fast);
    margin-top: 5px;
}

.tiny_8a84.fn-active-a3c7 .detail_bb2c {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.prev_0726 {
    display: block;
    padding: 0.75rem 1rem;
    color: var(--text-gray);
    text-decoration: none;
    transition: var(--transition-fast);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.prev_0726:last-child {
    border-bottom: none;
}

.prev_0726:hover {
    background: rgba(240, 193, 89, 0.1);
    color: var(--accent-color);
}

/* Tab Components */
.aside-old-a306 {
    margin-bottom: 2rem;
}

.row-warm-4c8e {
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.medium_d19d {
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    color: var(--text-gray);
    cursor: pointer;
    transition: var(--transition-fast);
    border-bottom: 2px solid transparent;
    font-weight: 600;
}

.medium_d19d:hover,
.medium_d19d.fn-active-a3c7 {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

.pressed_e437 {
    display: none;
}

.pressed_e437.fn-active-a3c7 {
    display: block;
}

/* Progress Components */
.alert_middle_2068 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    height: 8px;
    overflow: hidden;
}

.dark-4c05 {
    background: var(--primary-gradient);
    height: 100%;
    border-radius: var(--radius-full);
    transition: width 0.3s ease;
}

/* Spinner Components - 霓虹旋转 */
.media_3a89 {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(6, 255, 165, 0.2);
    border-top: 4px solid var(--accent-color);
    border-right: 4px solid var(--neon-purple);
    border-bottom: 4px solid var(--neon-pink);
    border-radius: 50%;
    animation: spin 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
    margin: 20px auto;
    box-shadow: 0 0 30px rgba(6, 255, 165, 0.5);
}

.small-ceb7 {
    width: 25px;
    height: 25px;
    border-width: 3px;
}

.glass_a43b {
    width: 75px;
    height: 75px;
    border-width: 6px;
}

/* Breadcrumb Components */
.detail-soft-80ea {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.iron_5f71 {
    color: var(--text-gray);
}

.iron_5f71:not(:last-child)::after {
    content: '/';
    margin-left: 0.5rem;
    color: var(--text-muted);
}

.iron_5f71.fn-active-a3c7 {
    color: var(--accent-color);
}

.stone_08e6 {
    color: var(--text-gray);
    text-decoration: none;
    transition: var(--transition-fast);
}

.stone_08e6:hover {
    color: var(--accent-color);
}

/* Pagination Components */
.last-e41b {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem 0;
}

.paragraph_dark_fe7e {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    color: var(--text-gray);
    text-decoration: none;
    transition: var(--transition-fast);
}

.paragraph_dark_fe7e:hover,
.paragraph_dark_fe7e.fn-active-a3c7 {
    background: var(--accent-color);
    color: var(--primary-bg);
    border-color: var(--accent-color);
}

.paragraph_dark_fe7e.fn-disabled-a3c7 {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Responsive Utilities */
@media (max-width: 639px) {
    .label-c9dd { display: none !important; }
    .top-3d1f { display: block !important; }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .alert_a0bd { display: none !important; }
    .article_hot_4acf { display: block !important; }
}

@media (min-width: 1024px) {
    .dropdown_e30b { display: none !important; }
    .outer-692e { display: block !important; }
}

/* Print Utilities */
@media print {
    .box-down-1743 { display: none !important; }
    .section-blue-190f { display: block !important; }
}

/* 现代化动画关键帧 */
@keyframes neonPulse {
    0%, 100% {
        text-shadow: 
            0 0 10px rgba(6, 255, 165, 0.8),
            0 0 20px rgba(6, 255, 165, 0.6),
            0 0 30px rgba(6, 255, 165, 0.4);
    }
    50% {
        text-shadow: 
            0 0 20px rgba(6, 255, 165, 1),
            0 0 40px rgba(6, 255, 165, 0.8),
            0 0 60px rgba(6, 255, 165, 0.6);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* 动画工具类 */
.label_complex_7026 {
    animation: neonPulse 2s ease-in-out infinite;
}

.bright_da43 {
    animation: float 3s ease-in-out infinite;
}

.middle_a885 {
    animation: slideInLeft 0.6s ease-out;
}

.module_down_e0fb {
    animation: slideInRight 0.6s ease-out;
}

.north-0d43 {
    animation: scaleIn 0.5s ease-out;
}

/* Hover特效工具类 */
.info-75e6 {
    transition: all 0.3s ease;
}

.info-75e6:hover {
    box-shadow: 0 0 40px rgba(6, 255, 165, 0.6);
    transform: translateY(-5px);
}

.background_south_780e {
    transition: all 0.3s ease;
}

.background_south_780e:hover {
    text-shadow: 0 0 20px rgba(6, 255, 165, 0.8);
    color: var(--accent-color);
}
/* css-noise: 6ec1 */
.phantom-card-o5 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
