.tool-page-container { padding-top: 80px; min-height: 100vh; background: #f8fafc; } .tool-header { background: white; border-bottom: 1px solid #e2e8f0; padding: 2rem 0; margin-bottom: 2rem; } .tool-breadcrumb { background: none; padding: 0; margin: 0 0 1rem 0; } .tool-breadcrumb .breadcrumb-item a { color: #64748b; text-decoration: none; font-size: 0.875rem; } .tool-breadcrumb .breadcrumb-item a:hover { color: #3b82f6; } .tool-breadcrumb .breadcrumb-item.active { color: #475569; } .tool-title-section { display: flex; align-items: center; gap: 1rem; } .tool-icon { width: 48px; height: 48px; background: #3b82f6; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.25rem; } .tool-info h1.tool-title { font-size: 1.875rem; font-weight: 600; color: #1e293b; margin: 0; line-height: 1.2; } .tool-info .tool-description { color: #64748b; font-size: 1rem; margin: 0.25rem 0 0 0; line-height: 1.5; } .tool-badges { display: flex; gap: 0.5rem; flex-wrap: wrap; } .tool-badge { background: #f1f5f9; color: #475569; padding: 0.375rem 0.75rem; border-radius: 6px; font-size: 0.75rem; font-weight: 500; } .tool-main-content { margin-bottom: 2rem; } .tool-card { background: white; border-radius: 12px; border: 1px solid #e2e8f0; overflow: hidden; transition: all 0.2s ease; margin-bottom: 1.5rem; } .tool-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .tool-card-header { background: #f8fafc; padding: 1.25rem; border-bottom: 1px solid #e2e8f0; } .tool-card-title { font-size: 1.125rem; font-weight: 600; color: #1e293b; margin: 0; display: flex; align-items: center; gap: 0.5rem; } .tool-card-title i { color: #3b82f6; font-size: 1rem; } .tool-card-subtitle { color: #64748b; font-size: 0.875rem; margin: 0.25rem 0 0 0; } .tool-card-body { padding: 1.5rem; } .form-control, .form-select { border: 1px solid #d1d5db; border-radius: 8px; padding: 0.75rem; font-size: 0.875rem; transition: all 0.2s ease; background: white; } .form-control:focus, .form-select:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); outline: none; } .form-control::placeholder { color: #9ca3af; } .form-range { height: 4px; border-radius: 2px; background: #e5e7eb; } .form-range::-webkit-slider-thumb { background: #3b82f6; border: none; border-radius: 50%; width: 16px; height: 16px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .form-range::-moz-range-thumb { background: #3b82f6; border: none; border-radius: 50%; width: 16px; height: 16px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .form-check-input { width: 1rem; height: 1rem; border: 1px solid #d1d5db; border-radius: 3px; transition: all 0.2s ease; } .form-check-input:checked { background: #3b82f6; border-color: #3b82f6; } .form-check-label { color: #374151; font-weight: 400; cursor: pointer; font-size: 0.875rem; } .btn { border-radius: 8px; padding: 0.75rem 1rem; font-weight: 500; font-size: 0.875rem; transition: all 0.2s ease; border: none; cursor: pointer; } .btn-primary { background: #3b82f6; color: white; } .btn-primary:hover { background: #2563eb; transform: translateY(-1px); } .btn-secondary { background: #6b7280; color: white; } .btn-secondary:hover { background: #4b5563; transform: translateY(-1px); } .btn-success { background: #10b981; color: white; } .btn-success:hover { background: #059669; transform: translateY(-1px); } .btn-info { background: #06b6d4; color: white; } .btn-info:hover { background: #0891b2; transform: translateY(-1px); } .btn-warning { background: #f59e0b; color: white; } .btn-warning:hover { background: #d97706; transform: translateY(-1px); } .btn-outline-primary { border: 1px solid #3b82f6; color: #3b82f6; background: transparent; } .btn-outline-primary:hover { background: #3b82f6; color: white; } .btn-outline-warning { border: 1px solid #f59e0b; color: #f59e0b; background: transparent; } .btn-outline-warning:hover { background: #f59e0b; color: white; } .btn-sm { padding: 0.5rem 0.75rem; font-size: 0.75rem; border-radius: 6px; } .form-label { font-weight: 500; color: #374151; margin-bottom: 0.5rem; font-size: 0.875rem; } .badge { border-radius: 6px; font-weight: 500; padding: 0.375rem 0.5rem; font-size: 0.75rem; } .badge.bg-primary { background: #3b82f6 !important; } .progress { height: 6px; border-radius: 3px; background: #e5e7eb; overflow: hidden; } .progress-bar { background: #3b82f6; border-radius: 3px; } .alert { border: none; border-radius: 8px; padding: 1rem; margin-bottom: 1rem; font-size: 0.875rem; } .alert-success { background: #d1fae5; color: #065f46; } .text-primary { color: #3b82f6 !important; } .text-success { color: #10b981 !important; } .text-warning { color: #f59e0b !important; } .text-muted { color: #6b7280 !important; } .fw-bold { font-weight: 600 !important; } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 1rem; margin: 1rem 0; } .stat-item { text-align: center; padding: 1rem; background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0; } .stat-value { font-size: 1.25rem; font-weight: 600; color: #3b82f6; margin-bottom: 0.25rem; } .stat-label { font-size: 0.75rem; color: #64748b; font-weight: 500; } @media (max-width: 768px) { .tool-header { padding: 1.5rem 0; margin-bottom: 1.5rem; } .tool-title-section { flex-direction: column; text-align: center; gap: 0.75rem; } .tool-icon { width: 40px; height: 40px; font-size: 1rem; } .tool-info h1.tool-title { font-size: 1.5rem; } .tool-badges { justify-content: center; margin-top: 0.75rem; } .tool-card { margin-bottom: 1rem; } .tool-card-header, .tool-card-body { padding: 1rem; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } } .card { background: white; border-radius: 12px; border: 1px solid #e2e8f0; overflow: hidden; transition: all 0.2s ease; } .card-header { background: #f8fafc; padding: 1rem 1.5rem; border-bottom: 1px solid #e2e8f0; } .card-title { font-size: 1rem; font-weight: 600; color: #1e293b; margin: 0; } .card-body { padding: 1.5rem; } h1, h2, h3, h4, h5, h6 { color: #1e293b; font-weight: 600; } p { color: #64748b; line-height: 1.6; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; } .list-unstyled { list-style: none; padding: 0; margin: 0; } .list-unstyled li { padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; color: #64748b; font-size: 0.875rem; } .list-unstyled li:last-child { border-bottom: none; } code { background: #f1f5f9; color: #dc2626; padding: 0.125rem 0.25rem; border-radius: 4px; font-size: 0.75rem; border: 1px solid #e2e8f0; } .input-group { display: flex; align-items: stretch; } .input-group .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; flex: 1; } .input-group .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: none; } .btn-group { display: flex; gap: 0.25rem; } .btn-group .btn { border-radius: 6px; } .btn-group .btn:first-child { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .btn-group .btn:last-child { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }