/* {$keywords} - Global Styles */
/* Additional global styles and utilities */

/* Accessibility Improvements */
.down-86a7 {
    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: 2px solid var(--accent-color);
    outline-offset: 2px;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

/* Skip Link */
.last_8a12 {
    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;
}

.last_8a12:focus {
    top: 6px;
}

/* Loading States */
.fn-loading-0c11 {
    position: relative;
    color: transparent;
}

.fn-loading-0c11::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-0c11 {
    color: var(--danger-color);
    border-color: var(--danger-color);
}

.active-2216 {
    color: var(--danger-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Success States */
.fn-success-0c11 {
    color: var(--success-color);
    border-color: var(--success-color);
}

.badge_tiny_8ee5 {
    color: var(--success-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Warning States */
.fn-warning-0c11 {
    color: var(--warning-color);
    border-color: var(--warning-color);
}

.search_stale_6ef3 {
    color: var(--warning-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Form Elements */
.fast-0ca4 {
    margin-bottom: 1.5rem;
}

.disabled_brown_5e7b {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-white);
    font-weight: 600;
}

.hover_slow_7019,
.chip-purple-095f,
.badge-full-111b {
    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);
}

.hover_slow_7019:focus,
.chip-purple-095f:focus,
.badge-full-111b:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.hover_slow_7019::placeholder,
.chip-purple-095f::placeholder {
    color: var(--text-muted);
}

.out_b7ce,
.static-2c0c {
    width: auto;
    margin-right: 0.5rem;
}

/* Card Components */
.summary_f7a8 {
    background: var(--card-gradient);
    border: 1px solid rgba(6, 182, 212, 0.1);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
}

.summary_f7a8:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(6, 182, 212, 0.3);
}

.search-8c72 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.light_7406 {
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.title_eb11 {
    color: var(--text-gray);
    font-size: 0.875rem;
}

.full_463b {
    margin-bottom: 1rem;
}

.primary_north_50b7 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Badge Components */
.badge_f78c {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.selected-0411 {
    background: var(--accent-color);
    color: var(--primary-bg);
}

.notice-green-4f17 {
    background: var(--success-color);
    color: var(--text-white);
}

.block-ef00 {
    background: var(--warning-color);
    color: var(--primary-bg);
}

.input_13d1 {
    background: var(--danger-color);
    color: var(--text-white);
}

.overlay_50f1 {
    background: transparent;
    border: 1px solid currentColor;
}

/* Alert Components */
.fn-alert-0c11 {
    padding: 1rem 1.5rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    border-left: 4px solid;
}

.preview-dynamic-4cae {
    background: rgba(0, 208, 132, 0.1);
    color: var(--success-color);
    border-left-color: var(--success-color);
}

.preview_tall_2b38 {
    background: rgba(245, 158, 11, 0.1);
    color: var(--warning-color);
    border-left-color: var(--warning-color);
}

.black_e4c4 {
    background: rgba(207, 46, 46, 0.1);
    color: var(--danger-color);
    border-left-color: var(--danger-color);
}

.outline-hovered-94b3 {
    background: rgba(6, 182, 212, 0.1);
    color: var(--accent-color);
    border-left-color: var(--accent-color);
}

/* Modal Components */
.paper_85db {
    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);
}

.paper_85db.fn-active-0c11 {
    opacity: 1;
    visibility: visible;
}

.light_c198 {
    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);
}

.paper_85db.fn-active-0c11 .light_c198 {
    transform: scale(1);
}

.card-5bc7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.dirty_1a86 {
    color: var(--accent-color);
    margin: 0;
}

.label-hard-566b {
    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);
}

.label-hard-566b:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
}

/* Tooltip Components */
.caption-fe24 {
    position: relative;
    display: inline-block;
}

.caption-fe24::before,
.caption-fe24::after {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-fast);
}

.caption-fe24::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;
}

.caption-fe24::after {
    content: '';
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--secondary-bg);
}

.caption-fe24:hover::before,
.caption-fe24:hover::after {
    opacity: 1;
}

/* Dropdown Components */
.summary-mini-bb98 {
    position: relative;
    display: inline-block;
}

.pink_7ffc {
    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);
}

.pink_7ffc:hover {
    border-color: var(--accent-color);
}

.pro-8700 {
    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;
}

.summary-mini-bb98.fn-active-0c11 .pro-8700 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.over_ddfc {
    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);
}

.over_ddfc:last-child {
    border-bottom: none;
}

.over_ddfc:hover {
    background: rgba(6, 182, 212, 0.1);
    color: var(--accent-color);
}

/* Tab Components */
.video-right-1f19 {
    margin-bottom: 2rem;
}

.tag_current_9164 {
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.background_green_a6cd {
    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;
}

.background_green_a6cd:hover,
.background_green_a6cd.fn-active-0c11 {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

.upper-cdd7 {
    display: none;
}

.upper-cdd7.fn-active-0c11 {
    display: block;
}

/* Progress Components */
.active-b2e4 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    height: 8px;
    overflow: hidden;
}

.detail_e904 {
    background: var(--primary-gradient);
    height: 100%;
    border-radius: var(--radius-full);
    transition: width 0.3s ease;
}

/* Spinner Components */
.brown_56bf {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(6, 182, 212, 0.3);
    border-top: 4px solid var(--accent-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}

.south-d142 {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.breadcrumb-1a64 {
    width: 60px;
    height: 60px;
    border-width: 6px;
}

/* Breadcrumb Components */
.pink-dcde {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.out-7df1 {
    color: var(--text-gray);
}

.out-7df1:not(:last-child)::after {
    content: '/';
    margin-left: 0.5rem;
    color: var(--text-muted);
}

.out-7df1.fn-active-0c11 {
    color: var(--accent-color);
}

.input_dd3a {
    color: var(--text-gray);
    text-decoration: none;
    transition: var(--transition-fast);
}

.input_dd3a:hover {
    color: var(--accent-color);
}

/* Pagination Components */
.backdrop_68cf {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem 0;
}

.progress-focused-d12f {
    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);
}

.progress-focused-d12f:hover,
.progress-focused-d12f.fn-active-0c11 {
    background: var(--accent-color);
    color: var(--primary-bg);
    border-color: var(--accent-color);
}

.progress-focused-d12f.fn-disabled-0c11 {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Responsive Utilities */
@media (max-width: 639px) {
    .hard_40f2 { display: none !important; }
    .row-2ff6 { display: block !important; }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .top-dd81 { display: none !important; }
    .label-lite-b475 { display: block !important; }
}

@media (min-width: 1024px) {
    .breadcrumb_gas_3908 { display: none !important; }
    .picture-7e60 { display: block !important; }
}

/* Print Utilities */
@media print {
    .component-48f0 { display: none !important; }
    .next-fe2d { display: block !important; }
}
/* css-noise: c762 */
.promo-block-h3 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.3;
}
