.stats-cards{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;margin-bottom:24px}.stat-card{background:white;border-radius:20px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 12px rgba(0,0,0,0.04);border:1px solid var(--gray-200);transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,0.08)}.stat-icon{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:26px}.stat-card.total .stat-icon{background:linear-gradient(135deg, #e0e7ff, #c7d2fe);color:#4f46e5}.stat-card.sensitive .stat-icon{background:linear-gradient(135deg, #fee2e2, #fecaca);color:#dc2626}.stat-card.pass .stat-icon{background:linear-gradient(135deg, #d1fae5, #a7f3d0);color:#059669}.stat-card.risk .stat-icon{background:linear-gradient(135deg, #fef3c7, #fde68a);color:#d97706}.stat-info{flex:1}.stat-value{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:4px}.stat-card.total .stat-value{color:#4f46e5}.stat-card.sensitive .stat-value{color:#dc2626}.stat-card.pass .stat-value{color:#059669}.stat-card.risk .stat-value{color:#d97706}.stat-label{font-size:0.75rem;color:var(--gray-500)}.input-card{background:white;border-radius:24px;border:1px solid var(--gray-200);overflow:hidden;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,0.03)}.card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg, var(--gray-50), #fafafa);border-bottom:1px solid var(--gray-200);font-weight:600;color:var(--gray-700)}.card-actions{display:flex;gap:8px}.icon-btn-sm{background:transparent;border:none;padding:6px 10px;border-radius:30px;cursor:pointer;transition:all 0.2s;color:var(--gray-600)}.icon-btn-sm:hover{background:var(--gray-200);color:var(--primary-color)}.sensitive-textarea{width:100%;min-height:220px;padding:20px;font-family:'Inter',monospace;font-size:0.95rem;line-height:1.7;border:none;resize:vertical}.sensitive-textarea:focus{outline:none}.input-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:var(--gray-50);border-top:1px solid var(--gray-200);font-size:0.75rem;color:var(--gray-500)}.check-btn{background:linear-gradient(135deg, var(--primary-color), var(--primary-dark));border:none;padding:8px 24px;border-radius:40px;color:white;font-weight:500;cursor:pointer;transition:all 0.3s}.check-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,130,246,0.3)}.result-card{background:white;border-radius:24px;border:1px solid var(--gray-200);overflow:hidden;margin-bottom:24px;animation:slideDown 0.3s ease}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:linear-gradient(135deg, #1a1a2e, #16213e);color:white;font-weight:600}.result-actions{display:flex;gap:8px}.action-btn-sm{background:rgba(255,255,255,0.1);border:none;padding:6px 14px;border-radius:30px;color:#e0e0e0;font-size:0.75rem;cursor:pointer;transition:all 0.2s}.action-btn-sm:hover{background:var(--primary-color);color:white}.sensitive-list{padding:20px;border-bottom:1px solid var(--gray-200)}.no-sensitive{text-align:center;padding:30px;color:var(--gray-500)}.no-sensitive i{font-size:48px;margin-bottom:16px;color:#10b981}.sensitive-warning{background:#fef2f2;border-left:4px solid #dc2626;padding:16px;border-radius:12px;margin-bottom:16px}.sensitive-warning-title{font-weight:600;color:#dc2626;margin-bottom:12px}.sensitive-badges{display:flex;flex-wrap:wrap;gap:10px}.sensitive-badge{background:#fee2e2;color:#dc2626;padding:6px 14px;border-radius:30px;font-size:0.8rem;font-weight:500;display:flex;align-items:center;gap:6px}.highlight-section{padding:20px;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.highlight-title{font-weight:600;color:var(--gray-700);margin-bottom:16px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.highlight-note{font-size:0.7rem;font-weight:normal;color:var(--gray-400)}.highlight-text{background:white;padding:20px;border-radius:16px;font-family:'Inter',monospace;font-size:0.9rem;line-height:1.8;max-height:300px;overflow-y:auto;border:1px solid var(--gray-200)}.highlight-text mark{background:#fee2e2;color:#dc2626;padding:2px 4px;border-radius:6px;font-weight:500}.suggestions{padding:20px;background:#fef3c7}.suggestion-item{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:0.85rem;color:#92400e}.suggestion-item i{color:#d97706}.custom-words-section{margin-bottom:24px}.custom-panel{margin-top:16px;padding:20px;background:var(--gray-50);border-radius:20px}.custom-input-group{display:flex;gap:12px;margin-bottom:16px}.custom-input{flex:1;padding:12px 16px;border:1px solid var(--gray-300);border-radius:40px;font-size:0.9rem}.custom-input:focus{outline:none;border-color:var(--primary-color)}.btn-secondary-sm{background:var(--gray-200);border:none;padding:8px 20px;border-radius:40px;cursor:pointer;transition:all 0.2s}.btn-secondary-sm:hover{background:var(--gray-300)}.custom-word-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.custom-word-tag{background:white;border:1px solid var(--gray-200);padding:6px 12px;border-radius:30px;font-size:0.8rem;display:flex;align-items:center;gap:8px}.custom-word-tag .remove-tag{background:transparent;border:none;color:var(--gray-400);cursor:pointer;font-size:0.7rem}.custom-word-tag .remove-tag:hover{color:#dc2626}.custom-tip{font-size:0.7rem;color:var(--gray-400);padding:8px 0}.info-steps{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;padding:16px}.step{display:flex;align-items:center;gap:10px;font-size:0.85rem;color:var(--gray-600)}.step i{width:28px;height:28px;background:var(--gray-100);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--primary-color);font-size:0.75rem}.ad-section{margin:20px 0 40px}.ad-banner{background:linear-gradient(135deg, #f8fafc, #f1f5f9);border:1px solid var(--gray-200);border-radius:20px;padding:20px;text-align:center;position:relative}.ad-label{position:absolute;top:12px;right:16px;font-size:0.6rem;color:var(--gray-400)}.ad-content{color:var(--gray-500);font-size:0.9rem;font-weight:500}@media (max-width:900px){.stats-cards{grid-template-columns:repeat(2, 1fr)}.info-steps{grid-template-columns:repeat(2, 1fr)}}@media (max-width:480px){.stats-cards{grid-template-columns:1fr}.info-steps{grid-template-columns:1fr}.result-header{flex-direction:column;gap:12px;align-items:flex-start}.custom-input-group{flex-direction:column}}