.tool-header{text-align:center;margin-bottom:40px}.header-badge{display:flex;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.badge{background:linear-gradient(135deg, #06b6d4, #0891b2);color:white;padding:6px 18px;border-radius:40px;font-size:0.75rem;font-weight:500;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.tool-header h1{font-size:2.2rem;font-weight:800;background:linear-gradient(135deg, #1e293b, #06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:12px}.tool-header p{color:var(--gray-500);font-size:1rem}.fingerprint-card{background:linear-gradient(135deg, #ecfdf5, #d1fae5);border-radius:24px;padding:24px;display:flex;align-items:center;gap:20px;margin-bottom:32px;border:1px solid #a7f3d0}.fingerprint-icon i{font-size:3rem;color:#10b981}.fingerprint-info{flex:1}.fingerprint-label{font-size:0.7rem;color:#065f46;letter-spacing:1px;margin-bottom:4px}.fingerprint-value{font-family:'Fira Code',monospace;font-size:1rem;font-weight:600;color:#065f46;word-break:break-all;background:white;padding:8px 16px;border-radius:12px;margin-top:8px}.copy-fingerprint-btn{margin-top:12px;background:#10b981;border:none;padding:6px 16px;border-radius:30px;color:white;font-size:0.75rem;cursor:pointer}.stats-cards{display:flex;justify-content:center;gap:24px;margin-bottom:32px;flex-wrap:wrap}.stat-card{background:white;border-radius:60px;padding:16px 28px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 15px rgba(0,0,0,0.05);border:1px solid var(--gray-200)}.stat-icon{width:48px;height:48px;background:linear-gradient(135deg, #cffafe, #e0f2fe);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#06b6d4;font-size:1.3rem}.stat-info{text-align:left}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--gray-800)}.stat-label{font-size:0.7rem;color:var(--gray-500)}.fp-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;border-bottom:1px solid var(--gray-200);padding-bottom:12px}.fp-tab{background:transparent;border:none;padding:8px 20px;cursor:pointer;border-radius:40px;font-size:0.85rem;transition:all 0.2s;color:var(--gray-600)}.fp-tab.active{background:#06b6d4;color:white}.info-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}.info-item{background:var(--gray-50);border-radius:16px;padding:14px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.info-label{width:110px;font-size:0.7rem;font-weight:500;color:var(--gray-500)}.info-value{flex:1;font-size:0.8rem;color:var(--gray-800);word-break:break-all;font-family:monospace}.copy-info{background:transparent;border:none;color:var(--gray-400);cursor:pointer;padding:4px;border-radius:4px}.copy-info:hover{color:#06b6d4}.plugins-list,.fonts-list{max-height:400px;overflow-y:auto}.plugin-item,.font-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--gray-100)}.plugin-name,.font-name{font-weight:500}.plugin-version{font-size:0.7rem;color:var(--gray-400)}.font-count{font-size:0.7rem;background:var(--gray-100);padding:2px 8px;border-radius:20px}.action-bar{display:flex;justify-content:center;gap:16px;margin-top:24px;flex-wrap:wrap}.refresh-btn{background:linear-gradient(135deg, #06b6d4, #0891b2);padding:12px 32px;border-radius:50px}.btn-outline{background:transparent;border:1px solid var(--gray-300);padding:10px 24px;border-radius:50px;cursor:pointer;transition:all 0.2s}.btn-outline:hover{background:var(--gray-100);border-color:#06b6d4;color:#06b6d4}.info-section{margin-top:32px}.divider{display:flex;align-items:center;gap:12px;margin-bottom:16px}.divider span{font-size:0.85rem;font-weight:500;color:var(--gray-600)}.divider::after{content:'';flex:1;height:1px;background:var(--gray-200)}.info-grid-bottom{display:grid;grid-template-columns:repeat(4, 1fr);gap:16px;padding:16px;background:var(--gray-50);border-radius:20px}.loading-text i{margin-right:8px}@media (max-width:900px){.info-grid{grid-template-columns:1fr}.info-grid-bottom{grid-template-columns:repeat(2, 1fr)}}@media (max-width:480px){.stats-cards{gap:12px}.stat-card{padding:12px 20px}.stat-value{font-size:1.2rem}.info-grid-bottom{grid-template-columns:1fr}.fingerprint-card{flex-direction:column;text-align:center}.fp-tab{padding:6px 14px;font-size:0.75rem}}