.wp-nature-wrapper, .wp-naturescatcher-wrapper * {
    box-sizing: border-box !important; line-height: normal !important;
}
.wp-naturescatcher-wrapper {
    width: 100% !important; display: flex !important; justify-content: center !important; margin: 20px 0 !important;
}
.wp-naturescatcher-wrapper p { margin: 0 !important; padding: 0 !important; display: inline !important; }
.wp-naturescatcher-wrapper br { display: none !important; }

.wp-naturescatcher-wrapper .trainer-card {
    width: 100% !important; max-width: 600px !important; background: #ffffff !important; padding: 25px;
    border-radius: 12px !important; box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important; border: 1px solid #e2e8f0 !important; text-align: center !important;
}
.wp-naturescatcher-wrapper .main-title-geom { font-size: 22px !important; margin: 0 0 15px 0 !important; color: #1e293b !important; font-weight: bold !important; }

/* Настройки цели охоты */
.wp-naturescatcher-wrapper .setup-zone {
    margin: 15px 0 !important; padding: 12px !important; background: #f8fafc !important; border: 1px solid #cbd5e1 !important; border-radius: 8px !important; display: flex !important; flex-wrap: wrap !important; justify-content: center !important; align-items: center !important; gap: 15px !important;
}
.wp-naturescatcher-wrapper .setup-item { display: flex !important; align-items: center !important; gap: 6px !important; font-size: 14px !important; font-weight: bold !important; color: #475569 !important; }
.wp-naturescatcher-wrapper .setup-item select {
    height: 36px !important; font-size: 13px !important; font-weight: bold !important; border: 1px solid #cbd5e1 !important; border-radius: 6px !important; color: #007bff !important; background: #ffffff !important; padding: 0 6px !important;
}

/* Инфо-панель рекордов */
.wp-naturescatcher-wrapper .game-info-bar {
    display: flex !important; justify-content: space-between !important; align-items: center !important; margin: 15px 0 !important; padding: 12px 18px !important; background: #f8fafc !important; border: 1px solid #cbd5e1 !important; border-radius: 8px !important; gap: 15px !important;
}
.wp-naturescatcher-wrapper .timer-text { font-weight: bold !important; font-size: 15px !important; color: #1c73a8 !important; }

/* Игровой стакан */
.wp-naturescatcher-wrapper .catcher-frame {
    width: 100% !important; max-width: 520px !important; min-height: 440px !important; margin: 25px auto !important; position: relative !important; background: #fafafa !important; border: 2px dashed #cbd5e1 !important; border-radius: 12px !important; padding: 15px !important; display: flex !important; flex-direction: column !important; align-items: center !important;
}
.wp-naturescatcher-wrapper .catcher-feedback-zone {
    width: 100% !important; min-height: 54px !important; display: flex !important; align-items: center !important; justify-content: center !important; border-radius: 6px !important; font-size: 14px !important; font-weight: bold !important; transition: all 0.3s ease !important; color: #475569 !important; background: #ffffff !important; border: 1px solid #cbd5e1 !important; text-align: center !important; padding: 10px 15px !important; margin-bottom: 20px !important;
}

.wp-naturescatcher-wrapper .catcher-canvas-obj {
    width: 440px !important; 
    height: 440px !important; 
    margin: 5px auto !important; 
    display: block !important; 
    background: #f1f5f9 !important; 
    border: 3px solid #cbd5e1 !important; 
    border-radius: 10px !important; 
    cursor: pointer !important; 
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.02) !important;
}

/* Кнопки */
.wp-naturescatcher-wrapper .action-buttons-box {
    display: flex !important; justify-content: center !important; gap: 12px !important; flex-wrap: wrap !important; margin-top: 15px !important; width: 100% !important;
}
.wp-naturescatcher-wrapper .btn-action {
    background-color: #28a745 !important; color: #ffffff !important; border: none !important; border-radius: 6px !important; font-size: 15px !important; font-weight: bold !important; height: 44px !important; padding: 0 25px !important; cursor: pointer !important; transition: background 0.2s ease-in-out !important; display: inline-block !important; text-decoration: none !important;
}
.wp-naturescatcher-wrapper .btn-action:hover { background-color: #218838 !important; }
.wp-naturescatcher-wrapper .btn-blue { background-color: #007bff !important; }
.wp-ruscatcher-wrapper .btn-blue:hover { background-color: #0056b3 !important; }

@media (max-width: 480px) {
    .wp-naturescatcher-wrapper .trainer-card { padding: 15px 5px !important; }
    .wp-naturescatcher-wrapper .catcher-frame { padding: 10px 4px !important; min-height: 380px !important; }
    .wp-naturescatcher-wrapper .btn-action { width: 100% !important; }
    .wp-naturescatcher-wrapper .action-buttons-box { flex-direction: column !important; gap: 8px !important; }
    .wp-naturescatcher-wrapper .game-info-bar { flex-direction: column !important; gap: 6px !important; text-align: center !important; }
    .wp-naturescatcher-wrapper .setup-zone { flex-direction: column !important; align-items: stretch !important; gap: 10px !important; }
    .wp-naturescatcher-wrapper .setup-item { justify-content: space-between !important; }
    .wp-naturescatcher-wrapper .catcher-canvas-obj { width: 300px !important; height: 300px !important; }
}
