/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 23 2026 | 12:40:35 */
    #ab-protection { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); z-index: 999999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px); z-index: 1000002; }
    #ab-protection.ab-hidden { display: none !important; }
    .ab-card { background: white; border-radius: 16px; padding: 40px; max-width: 450px; width: 90%; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); text-align: center; }
    .ab-icn { width: 64px; height: 64px; margin: 0 auto 24px; background: linear-gradient(135deg, #eab9ba 0%, #cc5d61 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; }
    .ab-icn::before { content: ''; position: absolute; width: 32px; height: 38px; border: 4px solid white; border-radius: 4px; border-top-left-radius: 8px; border-top-right-radius: 8px; }
    .ab-icn::after { content: ''; position: absolute; top: 20px; width: 12px; height: 12px; background: white; border-radius: 3px; }
    .ab-title { font-size: 24px; font-weight: 700; color: #1a202c; margin: 0 0 12px 0; font-family: -apple-system, system-ui, sans-serif; }
    .ab-desc { font-size: 15px; color: #718096; margin: 0 0 32px 0; line-height: 1.6; font-family: -apple-system, system-ui, sans-serif; }
    .ab-slider-container { position: relative; height: 60px; background: #f7fafc; border-radius: 12px; border: 2px solid #e2e8f0; overflow: hidden; margin-bottom: 20px; }
    .ab-slider-track { position: absolute; left: 0; top: 0; height: 100%; background: linear-gradient(90deg, #667eea 0%, #764ba2 100%); width: 0; transition: width 0.1s; border-radius: 10px; }
    .ab-slider-text { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; color: #718096; pointer-events: none; user-select: none; font-family: -apple-system, system-ui, sans-serif; }
    .ab-slider-text.ab-completed { color: white; }
    .ab-slider-button { position: absolute; left: 4px; top: 4px; width: 52px; height: 52px; background: white; border-radius: 10px; cursor: grab; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transition: transform 0.2s; user-select: none; touch-action: none; }
    .ab-slider-button:active { cursor: grabbing; transform: scale(0.95); }
    .ab-footer { font-size: 13px; color: #a0aec0; margin-top: 20px; font-family: -apple-system, system-ui, sans-serif; }
    @media (max-width: 480px) { .ab-card { padding: 32px 24px; } .ab-title { font-size: 20px; } }
