/**
 * Convert Uppercase Styles
 * 大文字変換ツール専用スタイル
 *
 * IMPORTANT: This file now imports shared styles from text-converter-common.css
 * All common converter styles (layout, buttons, responsive) are in the common file.
 *
 * Version: 2.0 - Consolidated to use text-converter-common.css
 * Previous version: 189 lines (now 18 lines) - 90.5% reduction
 */

/*
 * Import shared text converter styles
 * This provides:
 * - .converter-layout (2-column responsive layout)
 * - .converter-input-section / .converter-result-section
 * - .copy-btn / .clear-btn (buttons with hover/active states)
 * - .char-counter (character counter display)
 * - Mobile responsive breakpoints (768px, 480px)
 * - Print styles
 * - Accessibility features
 */
@import url('text-converter-common.css');

/* ========================================
   Tool-Specific Styles (if any)
   ======================================== */

/* Currently, convert-uppercase uses only common styles */
/* Add tool-specific overrides here if needed in the future */
