/* ========================================
   Optimized CSS for swap-settings
   Generated automatically - DO NOT EDIT MANUALLY
   ======================================== */

/* Статистика оптимизации:
   Статических селекторов: 39
   Динамических селекторов: 12
   Инлайн свойств: 10
   Всего CSS правил: 786
   Используемых правил: 139
   Экономия: 82%
*/

body.has-tab-bar .container {
    padding-bottom: 100px;
    min-height: calc(100vh - 60px);
}

html {
    scroll-behavior: smooth;
}

body.dark-theme .request-section strong {
    color: #999;
}

body.dark-theme .instruction-card ol {
    color: var(--tg-theme-text-color);
}

body.dark-theme .instruction-card h3 {
    color: #6ee7b7;
}

body.dark-theme .template-preview-description p {
    color: var(--tg-theme-text-color);
}

body.dark-theme .warning-text strong {
    color: #fcd34d;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.animate-fade-in {
    animation: fadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-button {
    min-width: 44px;
    min-height: 44px;
}

.banner-content h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    color: #92400e;
}

.banner-content p {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #78350f;
}

.banner-steps li {
    margin: 6px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #78350f;
}

.btn-primary > * {
    position: relative;
    z-index: 2;
}

.card {
    background: var(--tg-theme-secondary-bg-color);
    border-radius: var(--radius-md);
    padding: var(--spacing-lg);
}

.chain-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circular-empty h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--tg-theme-text-color);
}

.circular-empty p {
    color: var(--tg-theme-hint-color);
    line-height: 1.6;
}

.circular-info p {
    color: #374151;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-info-header strong {
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-theme-text-color);
}

.container {
    max-width: 100%;
    padding: var(--spacing-lg);
    padding-bottom: var(--spacing-4xl);
}

.dark-theme .banner-content h3 {
    color: #fbbf24;
}

.dark-theme .banner-content p {
    color: #fde68a;
}

.dark-theme .banner-steps li {
    color: #fde68a;
}

.dark-theme .circular-info p {
    color: var(--tg-theme-text-color);
}

.dark-theme .form-control {
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    color: #f3f4f6;
    border: 2px solid rgba(59, 130, 246, 0.25);
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(59, 130, 246, 0.15),
        inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dark-theme .form-group select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236366f1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 20px 20px !important;
}

.dark-theme .form-control:hover {
    border-color: rgba(99, 102, 241, 0.4);
    background: linear-gradient(135deg, #374151 0%, #1f2937 100%);
    box-shadow: 
        0 4px 16px rgba(99, 102, 241, 0.2),
        inset 0 0 0 1px rgba(99, 102, 241, 0.2);
    transform: translateY(-1px);
}

.dark-theme .form-group select.form-control:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236366f1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.dark-theme .form-control:focus {
    border-color: rgba(99, 102, 241, 0.6);
    background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
    box-shadow: 
        0 0 0 4px rgba(99, 102, 241, 0.15),
        0 4px 16px rgba(99, 102, 241, 0.25),
        inset 0 0 0 1px rgba(99, 102, 241, 0.3);
}

.dark-theme .form-group select.form-control:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236366f1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.dark-theme .form-control optgroup {
    background: #0f172a;
    color: #94a3b8;
    padding: 10px 16px 6px;
    border-radius: 8px 8px 0 0;
}

.dark-theme .form-control option {
    background: #1e293b;
    color: #f1f5f9;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 6px;
    margin: 2px 4px;
}

.dark-theme .form-control option:checked {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.4);
}

.dark-theme .form-control option:hover {
    background: linear-gradient(135deg, #334155 0%, #475569 100%);
    color: #e0e7ff;
    transform: translateX(2px);
}

.dark-theme .info-header h3 {
    color: var(--tg-theme-text-color);
}

.dark-theme .request-section strong {
    color: #999;
}

.dark-theme .search-hint strong {
    color: var(--tg-theme-text-color);
}

.date-checkbox span {
    flex: 1;
    font-size: 15px;
    color: var(--tg-theme-text-color);
}

.date-item span {
    font-size: 15px;
    font-weight: 500;
}

.detail-section h4 {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 600;
}

.developer-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    border: 3px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.developer-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 16px;
    padding: 20px;
    margin: 24px 0;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.developer-contact {
    position: relative;
}

.developer-info {
    flex: 1;
    z-index: 1;
}

.developer-label {
    font-size: 12px;
    opacity: 0.9;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.developer-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.empty-state .hint {
    color: var(--tg-theme-hint-color);
    font-size: 14px;
    margin-bottom: 20px;
}

.empty-state p {
    margin-bottom: 12px;
}

.error-state p {
    margin-bottom: 12px;
}

.example-bad p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.example-bad strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.example-good p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.example-good strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.faq-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-secondary);
}

.faq-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: var(--text-primary);
}

.filter-results strong {
    color: var(--tg-theme-button-color);
    font-weight: 600;
}

.filter-select optgroup {
    font-weight: 600;
    font-size: 11px;
    color: var(--tg-theme-hint-color);
    font-style: normal;
    padding: 6px 12px;
    background: var(--tg-theme-secondary-bg-color);
}

.filter-select option {
    padding: 8px 12px;
    background: var(--tg-theme-bg-color);
    color: var(--tg-theme-text-color);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.forge-steps li {
    margin-bottom: 6px;
}

.form-card {
    background: linear-gradient(135deg, 
        var(--tg-theme-secondary-bg-color) 0%, 
        color-mix(in srgb, var(--tg-theme-secondary-bg-color) 97%, var(--tg-theme-button-color) 3%) 100%);
    border-radius: 24px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.04);
    animation: slideIn 0.5s ease-out;
    transform: translateZ(0);
    will-change: transform;
    position: relative;
    overflow: hidden;
}

.form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        var(--tg-theme-button-color, #3b82f6) 50%, 
        transparent 100%);
    opacity: 0.6;
}

.form-card h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.5px;
}

.form-group {
    margin-bottom: 24px;
    animation: slideIn 0.4s ease-out;
    position: relative;
}

.form-control {
    padding: 15px 50px 15px 18px;
    font-size: 15px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    color: #1f2937;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgba(255, 255, 255, 0.8);
    position: relative;
}

.form-control:hover {
    border-color: rgba(59, 130, 246, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    box-shadow: 
        0 4px 12px rgba(59, 130, 246, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

.form-control:focus {
    outline: none;
    border-color: var(--tg-theme-button-color, #3b82f6);
    background: #ffffff;
    box-shadow: 
        0 0 0 4px rgba(59, 130, 246, 0.1),
        0 4px 12px rgba(59, 130, 246, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 1);
    transform: translateY(0);
}

.form-control:active {
    transform: translateY(0);
}

/* Стрелка через wrapper для надежности */
.form-group select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%233b82f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: 20px 20px !important;
}

.form-group select.form-control:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%233b82f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.form-group select.form-control:focus {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%233b82f6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.form-control optgroup {
    font-weight: 600;
    font-size: 12px;
    color: #6b7280;
    font-style: normal;
    padding: 10px 16px 6px;
    background: #f3f4f6;
    margin: 4px 0 0;
    border-radius: 8px 8px 0 0;
}

.form-control option {
    padding: 12px 16px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    transition: all 0.15s ease;
    border-radius: 6px;
    margin: 2px 4px;
}

.form-control option:checked {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.form-control option:hover {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #1e40af;
    transform: translateX(2px);
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
    color: var(--tg-theme-text-color);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.01em;
}

.form-group:focus-within .form-hint {
    opacity: 1;
    transform: translateY(0);
    color: var(--tg-theme-button-color, #3b82f6);
}

.form-group:focus-within label {
    color: var(--tg-theme-button-color, #3b82f6);
    transform: translateX(2px);
}

.form-hint {
    margin-top: 10px;
    font-size: 13px;
    color: var(--tg-theme-hint-color);
    line-height: 1.5;
    opacity: 0.85;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-2px);
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.form-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

.info-card {
    background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.08) 0%, 
        rgba(59, 130, 246, 0.03) 100%);
    border-left: 4px solid var(--tg-theme-button-color, #3b82f6);
    border-radius: 16px;
    padding: 20px 22px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.6;
    box-shadow: 
        0 2px 12px rgba(59, 130, 246, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.info-card::before {
    content: '💡';
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 80px;
    opacity: 0.05;
    transform: rotate(15deg);
    pointer-events: none;
}

.info-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.info-card li {
    margin-bottom: 8px;
    font-size: 14px;
}

.info-card ol {
    margin-left: 20px;
    color: var(--tg-theme-hint-color);
}

.info-card p {
    margin: 0;
}

.info-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #1f2937;
}

.info-hint p {
    margin: 0;
    line-height: 1.5;
}

.info-hint strong {
    display: block;
    margin-bottom: 6px;
}

.info-message p {
    margin-bottom: 8px;
}

.info-section h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: var(--tg-theme-text-color);
    text-align: center !important;
    display: block;
    width: 100%;
}

.info-section li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 6px;
    color: var(--tg-theme-text-color);
}

.info-section p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 8px 0;
    color: var(--tg-theme-text-color);
}

.info-section ul {
    margin: 8px 0;
    padding-left: 20px;
}

.instruction-card h3 {
    color: #065f46;
    margin-bottom: 12px;
    font-size: 18px;
}

.instruction-card ol {
    color: #064e3b;
}

.modal-body h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--tg-theme-text-color);
}

.modal-footer button {
    width: 100%;
        min-width: auto;
}

.modal-header h3 {
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-semibold);
    margin: 0;
}

.nav-button .text {
    font-size: 17px;
    font-weight: 510;
    letter-spacing: -0.022em;
    line-height: 1.35;
    text-decoration: none !important;
}

.participant-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptr-icon svg {
    fill: var(--tg-theme-button-color);
    transition: transform 0.3s ease;
}

.request-author-card h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

.request-detail-card h3 {
    font-size: 16px;
    margin-bottom: 16px;
}

.request-section p {
    font-size: 14px;
}

.request-section strong {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 1;
    color: #666;
}

.response-card .request-section p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--tg-theme-text-color);
    margin: 0;
}

.response-card .request-section strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--tg-theme-text-color);
    margin-bottom: 6px;
    opacity: 0.9;
}

.response-dates > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.response-dates p {
    margin: 0;
    font-size: 15px;
    color: var(--tg-theme-text-color);
    font-weight: 500;
    line-height: 1.5;
}

.response-dates strong {
    font-size: 13px;
    color: var(--tg-theme-hint-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.response-details p {
    margin: 6px 0;
    font-size: 14px;
}

.response-header p {
    margin: 0;
    font-size: 13px;
    color: var(--tg-theme-hint-color);
}

.response-header strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.response-message p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
}

.response-message strong {
    display: block;
    margin-bottom: 4px;
}

.response-section p {
    margin: 4px 0;
    font-size: 14px;
    color: var(--tg-theme-text-color);
}

.response-section strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.rule-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--tg-theme-text-color);
}

.rule-content p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--tg-theme-text-color);
    margin-bottom: 12px;
}

.rule-content ul {
    margin-left: 20px;
    font-size: 14px;
}

.rule-content ul li {
    margin-bottom: 8px;
}

.rules-content h2 {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
}

.rules-content p {
    margin: 0 0 12px 0;
    line-height: 1.6;
    color: var(--text-secondary);
}

.rules-explanation p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.rules-explanation strong {
    display: block;
    margin-bottom: 6px;
    color: #3b82f6;
    font-size: 14px;
}

.rules-section h2 {
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--tg-theme-text-color);
}

.schedule-card p {
    font-size: 14px;
    color: var(--tg-theme-hint-color);
    margin: 0;
}

.search-hint strong {
    color: #1f2937;
    font-weight: 700;
}

.step-content p {
    font-size: 12px;
}

.step-content strong {
    font-size: 13px;
}

.template-preview-description p {
    color: #1e3a8a;
    line-height: 1.8;
    margin: 0;
}

.template-preview-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-theme-text-color);
}

.templates-section h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--tg-theme-text-color);
}

.time-range input {
    flex: 1;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    background: var(--tg-theme-bg-color);
    color: var(--tg-theme-text-color);
}

.time-range span {
    font-size: 20px;
    color: var(--tg-theme-hint-color);
}

.timezone-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    background: var(--tg-theme-bg-color);
    border-radius: 8px;
    margin-bottom: 8px;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 28px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch input:checked + .toggle-slider {
    background-color: var(--tg-theme-button-color, #3b82f6);
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(22px);
}

.toggle-switch input:disabled + .toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.warning-text strong {
    font-weight: var(--font-weight-bold);
    color: #92400e;
}

:root {
    --tg-theme-bg-color: #ffffff;
    --tg-theme-text-color: #000000;
    --tg-theme-hint-color: #999999;
    --tg-theme-link-color: #2481cc;
    --tg-theme-button-color: #2481cc;
    --tg-theme-button-text-color: #ffffff;
    --tg-theme-secondary-bg-color: #f4f4f5;
    
    
    --tg-theme-button-color-rgb: 62, 144, 234;
    --tg-theme-hint-color-rgb: 153, 153, 153;
    
    
    --radius-xs: 6px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-2xl: 24px;
    --radius-full: 50%;
    
    
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 12px;
    --spacing-lg: 16px;
    --spacing-xl: 20px;
    --spacing-2xl: 24px;
    --spacing-3xl: 28px;
    --spacing-4xl: 32px;
    
    
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 6px 20px rgba(0, 0, 0, 0.2);
    --shadow-xl: 0 12px 24px rgba(0, 0, 0, 0.25);
    
    
    --transition-fast: 0.1s;
    --transition-normal: 0.2s;
    --transition-slow: 0.3s;
    --transition-ease: cubic-bezier(0.4, 0, 0.2, 1);
    
    
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-base: 15px;
    --font-size-md: 16px;
    --font-size-lg: 17px;
    --font-size-xl: 20px;
    --font-size-2xl: 24px;
    --font-size-3xl: 34px;
    
    --font-weight-normal: 400;
    --font-weight-medium: 590;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    
    
    --line-height-tight: 1.15;
    --line-height-normal: 1.5;
    --line-height-relaxed: 1.6;
    
    
    --z-base: 1;
    --z-dropdown: 100;
    --z-sticky: 500;
    --z-modal: 1100;
    --z-tooltip: 1500;
}

a {
    text-decoration: none !important;
}

a * {
    text-decoration: none !important;
}

header {
    margin-bottom: var(--spacing-3xl);
}

header h1 {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.02em;
    line-height: var(--line-height-tight);
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

to {
    opacity: 1;
        transform: translateY(0);
}

