/* {$keywords} - Global Styles */
/* Additional global styles and utilities */

/* Accessibility Improvements */
.layout_wood_c8ed {
    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 */
.gallery-paper-d69d {
    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;
}

.gallery-paper-d69d:focus {
    top: 6px;
}

/* Loading States */
.fn-loading-e8cc {
    position: relative;
    color: transparent;
}

.fn-loading-e8cc::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-e8cc {
    color: var(--danger-color);
    border-color: var(--danger-color);
}

.lower_2a7d {
    color: var(--danger-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Success States */
.fn-success-e8cc {
    color: var(--success-color);
    border-color: var(--success-color);
}

.item_23e3 {
    color: var(--success-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Warning States */
.fn-warning-e8cc {
    color: var(--warning-color);
    border-color: var(--warning-color);
}

.hover_891d {
    color: var(--warning-color);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

/* Form Elements */
.pressed-f209 {
    margin-bottom: 1.5rem;
}

.thumbnail-1e43 {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-white);
    font-weight: 600;
}

.inner_5c67,
.header-795f,
.cold-c2a4 {
    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);
}

.inner_5c67:focus,
.header-795f:focus,
.cold-c2a4:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.inner_5c67::placeholder,
.header-795f::placeholder {
    color: var(--text-muted);
}

.badge-over-a702,
.article-huge-1cf1 {
    width: auto;
    margin-right: 0.5rem;
}

/* Card Components */
.sort-gas-9e4c {
    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);
}

.sort-gas-9e4c:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(6, 182, 212, 0.3);
}

.texture-35cc {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.status_gas_054e {
    color: var(--accent-color);
    margin-bottom: 0.5rem;
}

.breadcrumb_fixed_5abb {
    color: var(--text-gray);
    font-size: 0.875rem;
}

.detail_b044 {
    margin-bottom: 1rem;
}

.gradient_outer_3b83 {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Badge Components */
.filter_light_3cd1 {
    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;
}

.menu-0c51 {
    background: var(--accent-color);
    color: var(--primary-bg);
}

.simple_cde9 {
    background: var(--success-color);
    color: var(--text-white);
}

.alert-dim-a6fd {
    background: var(--warning-color);
    color: var(--primary-bg);
}

.soft-e9d2 {
    background: var(--danger-color);
    color: var(--text-white);
}

.left_3158 {
    background: transparent;
    border: 1px solid currentColor;
}

/* Alert Components */
.fn-alert-e8cc {
    padding: 1rem 1.5rem;
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    border-left: 4px solid;
}

.message_motion_076e {
    background: rgba(0, 208, 132, 0.1);
    color: var(--success-color);
    border-left-color: var(--success-color);
}

.right-e4b2 {
    background: rgba(245, 158, 11, 0.1);
    color: var(--warning-color);
    border-left-color: var(--warning-color);
}

.section_dim_cb54 {
    background: rgba(207, 46, 46, 0.1);
    color: var(--danger-color);
    border-left-color: var(--danger-color);
}

.wrapper_8007 {
    background: rgba(6, 182, 212, 0.1);
    color: var(--accent-color);
    border-left-color: var(--accent-color);
}

/* Modal Components */
.carousel_a9cd {
    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);
}

.carousel_a9cd.fn-active-e8cc {
    opacity: 1;
    visibility: visible;
}

.footer_8fba {
    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);
}

.carousel_a9cd.fn-active-e8cc .footer_8fba {
    transform: scale(1);
}

.heading-eddc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.banner-840f {
    color: var(--accent-color);
    margin: 0;
}

.secondary_123a {
    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);
}

.secondary_123a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
}

/* Tooltip Components */
.outline_d47e {
    position: relative;
    display: inline-block;
}

.outline_d47e::before,
.outline_d47e::after {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-fast);
}

.outline_d47e::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;
}

.outline_d47e::after {
    content: '';
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: var(--secondary-bg);
}

.outline_d47e:hover::before,
.outline_d47e:hover::after {
    opacity: 1;
}

/* Dropdown Components */
.complex_a3e8 {
    position: relative;
    display: inline-block;
}

.frame-active-c806 {
    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);
}

.frame-active-c806:hover {
    border-color: var(--accent-color);
}

.detail_pressed_1585 {
    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;
}

.complex_a3e8.fn-active-e8cc .detail_pressed_1585 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.out-06b3 {
    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);
}

.out-06b3:last-child {
    border-bottom: none;
}

.out-06b3:hover {
    background: rgba(6, 182, 212, 0.1);
    color: var(--accent-color);
}

/* Tab Components */
.fixed-439d {
    margin-bottom: 2rem;
}

.input_dab8 {
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.highlight-63d4 {
    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;
}

.highlight-63d4:hover,
.highlight-63d4.fn-active-e8cc {
    color: var(--accent-color);
    border-bottom-color: var(--accent-color);
}

.progress-mini-ea3a {
    display: none;
}

.progress-mini-ea3a.fn-active-e8cc {
    display: block;
}

/* Progress Components */
.video-e6ad {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    height: 8px;
    overflow: hidden;
}

.outline_f3f8 {
    background: var(--primary-gradient);
    height: 100%;
    border-radius: var(--radius-full);
    transition: width 0.3s ease;
}

/* Spinner Components */
.description_59ed {
    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;
}

.highlight-light-7d88 {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.item-ca89 {
    width: 60px;
    height: 60px;
    border-width: 6px;
}

/* Breadcrumb Components */
.easy-eb11 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.progress-c7c0 {
    color: var(--text-gray);
}

.progress-c7c0:not(:last-child)::after {
    content: '/';
    margin-left: 0.5rem;
    color: var(--text-muted);
}

.progress-c7c0.fn-active-e8cc {
    color: var(--accent-color);
}

.widget_orange_2a44 {
    color: var(--text-gray);
    text-decoration: none;
    transition: var(--transition-fast);
}

.widget_orange_2a44:hover {
    color: var(--accent-color);
}

/* Pagination Components */
.search-pink-27f3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem 0;
}

.background-3ecc {
    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);
}

.background-3ecc:hover,
.background-3ecc.fn-active-e8cc {
    background: var(--accent-color);
    color: var(--primary-bg);
    border-color: var(--accent-color);
}

.background-3ecc.fn-disabled-e8cc {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Responsive Utilities */
@media (max-width: 639px) {
    .header-lower-4ba8 { display: none !important; }
    .grid_30fd { display: block !important; }
}

@media (min-width: 640px) and (max-width: 1023px) {
    .feature_center_6f73 { display: none !important; }
    .photo-fe77 { display: block !important; }
}

@media (min-width: 1024px) {
    .content_d1ad { display: none !important; }
    .popup-top-14b2 { display: block !important; }
}

/* Print Utilities */
@media print {
    .rough-3eb2 { display: none !important; }
    .blue-1394 { display: block !important; }
}
/* css-noise: 3ca7 */
.ghost-box-r7 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.2;
}
