/* ===== Fingerprint test page ===== */ .fp-main { flex: 1; width: 100%; max-width: 1000px; margin: 0 auto; padding: clamp(1.5rem, 5vw, 3rem) clamp(1.25rem, 5vw, 2.5rem) 4rem; } .fp-hero { text-align: center; padding: 2rem 0 1.5rem; } .fp-hero .hero-badge { margin-bottom: 1.25rem; } .fp-hero h1 { font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 800; letter-spacing: -0.01em; margin-bottom: 1rem; } .fp-hero .fp-sub { color: var(--text-muted); font-size: clamp(1rem, 2vw, 1.15rem); max-width: 70ch; margin: 0 auto 2.5rem; } .fp-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; align-items: center; } .fp-status { min-height: 1.5em; color: var(--text); font-weight: 600; margin-top: 1rem; } .fp-cta { display: inline-block; padding: 0.85rem 2.2rem; border-radius: 12px; font-weight: 700; font-size: 1.05rem; background: var(--accent); color: var(--bg); border: 1px solid transparent; cursor: pointer; transition: 0.15s ease; font-family: inherit; } .fp-cta:hover:not(:disabled) { background: var(--accent-strong); transform: translateY(-1px); } .fp-cta:disabled { opacity: 0.6; cursor: progress; } .fp-hidden { display: none !important; } .fp-note { color: var(--text-muted); font-size: 0.9rem; max-width: 72ch; margin: 0 auto; text-align: center; } .fp-spoof { margin-bottom: 1rem; padding: 0.9rem 1.2rem; border: 1px solid var(--border); background: var(--accent-soft); border-radius: var(--radius); } .fp-spoof strong { color: var(--text); font-size: 0.95rem; } .fp-spoof p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; margin: 0.4rem 0 0; } .fp-debug { margin-top: 1.5rem; background: var(--bg-card); border: 1px dashed var(--border); border-radius: var(--radius); padding: 0.9rem 1.2rem; text-align: left; } .fp-debug summary { cursor: pointer; color: var(--text); font-size: 0.85rem; font-weight: 600; user-select: none; } .fp-debug pre { margin: 0.8rem 0 0; font-family: var(--font-mono); font-size: 0.72rem; line-height: 1.55; color: var(--text-muted); white-space: pre-wrap; word-break: break-all; max-height: 340px; overflow: auto; } .fp-privacy { margin-top: 1.25rem; padding: 0.9rem 1.2rem; border: 1px solid var(--border); background: var(--accent-soft); border-radius: var(--radius); color: var(--text); font-size: 0.95rem; text-align: center; } .fp-result { margin-top: 2rem; } .fp-idcard { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem 1.75rem; display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; } .fp-idbox { flex: 1 1 320px; min-width: 0; } .fp-idbox .fp-label { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.5rem; } .fp-idbox-head { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.5rem; } .fp-idbox-head .fp-label { margin-bottom: 0; } .fp-badge-browser { background: var(--accent-soft); color: var(--text); border: 1px solid var(--border); } .fp-badge-device { background: var(--accent-soft); color: var(--text); border: 1px solid var(--border); } .fp-id { font-family: var(--font-mono); font-size: clamp(1.1rem, 3vw, 1.5rem); font-weight: 700; color: var(--text); word-break: break-all; line-height: 1.4; } .fp-id-how { color: var(--text-muted); font-size: 0.85rem; margin-top: 0.6rem; max-width: 60ch; } .fp-stats { flex: 0 1 auto; min-width: 260px; } .fp-stat-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 0.45rem 0; border-bottom: 1px solid var(--border); } .fp-stat-row:last-child { border-bottom: none; } .fp-stat-key { color: var(--text-muted); font-size: 0.85rem; } .fp-stat-val { font-weight: 700; font-size: 1.02rem; text-align: right; } .fp-bar { margin-top: 0.75rem; height: 10px; border-radius: 999px; background: var(--bg); border: 1px solid var(--border); overflow: hidden; } .fp-bar > div { height: 100%; border-radius: 999px; background: var(--text); transition: width 0.8s ease; } .fp-bar-device { margin-top: 0.35rem; } .fp-bar-device > div { background: var(--text-muted); } .fp-meta-note { color: var(--text-muted); font-size: 0.8rem; margin-top: 0.75rem; } .fp-section { margin-top: 3rem; } .fp-section h2 { font-size: clamp(1.2rem, 3vw, 1.5rem); margin-bottom: 1rem; } .fp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; } .fp-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.1rem 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; } .fp-card-na { opacity: 0.55; } .fp-card-head { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; } .fp-card-name { font-size: 1rem; color: var(--text); margin: 0; } .fp-badge { font-size: 0.7rem; font-weight: 600; padding: 0.15rem 0.55rem; border-radius: 999px; white-space: nowrap; letter-spacing: 0.03em; } .fp-badge-stable { background: var(--accent-soft); color: var(--text); border: 1px solid var(--border); } .fp-badge-volatile { background: var(--accent-soft); color: var(--text-muted); border: 1px solid var(--border); } .fp-badge-core { background: var(--accent-soft); color: var(--text); border: 1px solid var(--border); } .fp-card-value { color: var(--text); font-size: 0.92rem; word-break: break-word; line-height: 1.5; } .fp-card-meta { display: flex; align-items: center; justify-content: flex-start; gap: 0.5rem; } .fp-bits { font-size: 0.78rem; font-weight: 600; color: var(--text-muted); background: var(--bg-soft); border: 1px solid var(--border); border-radius: 8px; padding: 0.2rem 0.6rem; } .fp-card-details { margin-top: auto; } .fp-card-details summary { cursor: pointer; color: var(--text); font-size: 0.85rem; font-weight: 600; user-select: none; } .fp-card-details summary:hover { text-decoration: underline; } .fp-card-details p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.6; margin: 0.6rem 0 0; } .fp-card-details .fp-card-protect { border-left: 2px solid var(--border); padding-left: 0.8rem; margin-top: 0.6rem; } .fp-card-details .fp-card-protect strong { color: var(--text); font-size: 0.8rem; } .fp-education p { color: var(--text-muted); margin-bottom: 0.9rem; max-width: 78ch; } .fp-multi { padding: 2rem 0; } .fp-multi h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 800; margin-bottom: 0.5rem; } .fp-multi .fp-sub { color: var(--text-muted); font-size: 0.95rem; max-width: 65ch; margin: 0 auto 2rem; } .fp-id-cards { display: flex; gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap; } .fp-id-card { flex: 1; min-width: 280px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 1.25rem 1.5rem; } .fp-id-card-head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.75rem; } .fp-id-card-badge { font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; background: var(--accent); color: var(--bg); padding: 0.2rem 0.55rem; border-radius: 6px; } .fp-id-card-badge-dev { background: var(--text-muted); color: var(--bg); } .fp-id-card-subtitle { font-size: 0.85rem; color: var(--text-muted); font-weight: 600; } .fp-id-card-val { font-size: 1.15rem; font-weight: 700; font-family: var(--font-mono); letter-spacing: 0.02em; word-break: break-all; margin-bottom: 0.6rem; } .fp-id-card-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin: 0; } .fp-id-card-status { display: inline-block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.2rem 0.6rem; border-radius: 6px; margin-bottom: 0.6rem; } .fp-status-protected { background: var(--accent-soft); color: var(--text); } .fp-status-partial { background: var(--accent-soft); color: var(--text-muted); } .fp-status-vulnerable { background: var(--accent-soft); color: var(--text); } .fp-multi-scores { display: flex; gap: 1.5rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; } .fp-score-card { display: flex; flex-direction: column; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem 2.5rem; min-width: 180px; } .fp-score-val { font-size: 2.2rem; font-weight: 800; color: var(--text); line-height: 1.1; } .fp-score-lbl { font-size: 0.85rem; color: var(--text-muted); margin-top: 0.4rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; } .fp-multi-table-wrap { margin-bottom: 2rem; } .fp-multi-grp-title { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); margin: 1.5rem 0 0.75rem; padding-bottom: 0.4rem; border-bottom: 1px solid var(--border); } .fp-multi-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem 1rem; margin-bottom: 0.5rem; } .fp-multi-card-head { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; margin-bottom: 0.5rem; } .fp-multi-sig { font-weight: 600; font-size: 0.9rem; } .fp-multi-dots { display: flex; gap: 0.5rem; flex-wrap: wrap; } .fp-multi-dot { display: flex; flex-direction: column; align-items: center; gap: 0.15rem; min-width: 60px; } .fp-multi-dot-label { font-size: 0.7rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; } .fp-multi-dot-val { font-size: 0.75rem; font-family: var(--font-mono); color: var(--text-muted); } .fp-multi-dot-match .fp-multi-dot-val { color: var(--text); } .fp-multi-dot-diff .fp-multi-dot-val { color: var(--text-muted); } .fp-multi-match { color: var(--text); font-size: 0.78rem; font-weight: 600; } .fp-multi-diff { color: var(--text-muted); font-size: 0.78rem; font-weight: 600; } .fp-protection { margin-bottom: 2rem; } .fp-protection h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; } .fp-prot-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.4rem 0; border-bottom: 1px solid var(--border); } .fp-prot-name { font-weight: 600; min-width: 120px; } .fp-reco { margin-bottom: 2rem; } .fp-reco h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem; } .fp-reco-item { color: var(--text-muted); font-size: 0.92rem; margin: 0.3rem 0; } #ft-restart { margin-top: 1rem; } @media (max-width: 768px) { .fp-idcard { flex-direction: column; align-items: stretch; padding: 1.25rem; } .fp-stats { min-width: 0; } .fp-id-cards { flex-direction: column; } .fp-id-card { min-width: 0; } .fp-multi-card { padding: 0.6rem 0.75rem; } .fp-multi-dots { gap: 0.35rem; } .fp-multi-dot { min-width: 50px; } .fp-multi-dot-val { font-size: 0.7rem; } .fp-multi-scores { flex-direction: column; } .fp-multi-table-wrap { overflow-x: auto; } }