@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/fonts/inter-latin-wght-normal.woff2') format('woff2'); }
@font-face { font-family: 'Exo 2'; font-style: normal; font-weight: 900; font-display: swap; src: url('/fonts/exo-2-latin-900-normal.woff2') format('woff2'); }
:root { color-scheme: dark; --navy-900: #0a1929; --navy-800: #0f2942; --navy-700: #1a3a5a; --navy-600: #234b73; --amber: #f59e0b; --orange: #ea580c; --text: #f7f9fc; --muted: #a6b6c7; --gradient: linear-gradient(to right, #f59e0b, #ea580c); --hard: #fca5a5; --soft: #fcd283; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; min-width: 320px; background: var(--navy-900); color: var(--text); font: 14px/1.6 Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: absolute; z-index: -1; inset: 65px 0 auto; height: 660px; pointer-events: none; background: radial-gradient(ellipse at 85% 8%, rgb(245 158 11 / 6%), transparent 43%), linear-gradient(180deg, transparent, rgb(15 41 66 / 45%), transparent); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, .picker { -webkit-tap-highlight-color: transparent; }
button, .choose-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 10px 18px; min-height: 44px; border: 1px solid var(--navy-600); border-radius: 6px; color: var(--text); background: var(--navy-800); font-size: 13px; font-weight: 600; cursor: pointer; transition: border-color .16s, background .16s, box-shadow .16s; }
button:hover { border-color: var(--amber); }
button.primary, .choose-button { background: var(--gradient); color: #101b29; border: 0; font-weight: 750; box-shadow: 0 4px 16px rgb(245 158 11 / 15%); }
button.primary:hover, .picker:hover .choose-button { box-shadow: 0 4px 22px rgb(245 158 11 / 28%); }
button:disabled { opacity: .45; cursor: default; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 12px 18px; background: var(--navy-800); z-index: 10; }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--navy-700); background: rgb(10 25 41 / 95%); }
.header-inner { max-width: 1280px; margin: auto; padding: 17px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-group, .brand { display: flex; align-items: center; }
.brand { gap: 11px; }
.brand img { display: block; width: 37px; height: 32px; }
.brand span { font-family: 'Exo 2', sans-serif; font-weight: 900; font-size: 26px; letter-spacing: .025em; color: var(--amber); background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.header-divider { width: 1px; height: 21px; margin: 0 22px; background: var(--navy-700); }
.tool-label { font-size: 12px; color: var(--muted); }
.back-link { color: #c8d2de; font-size: 12px; }
.back-link span { margin-left: 12px; color: var(--amber); font-size: 17px; }
a:hover { color: var(--amber); }
main { max-width: 1200px; padding: 0 40px 48px; margin: 0 auto; }
.hero { padding: 28px 0 20px; max-width: 780px; }
.eyebrow { color: var(--amber); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.eyebrow span { margin: 0 10px; color: #53687f; }
h1 { margin: 10px 0 8px; font-size: clamp(24px, 3vw, 32px); font-weight: 650; line-height: 1.2; letter-spacing: -.035em; }
h1 span { color: #f5b44e; }
.lede { max-width: 620px; color: #b7c4d3; font-size: 13px; line-height: 1.6; }
.upload-panel { background: rgb(15 41 66 / 62%); border: 1px solid var(--navy-700); border-radius: 10px; padding: 16px 18px 0; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 12px; }
h2 { font-size: 17px; font-weight: 600; letter-spacing: -.02em; }
.panel-heading p { font-size: 12px; margin-top: 4px; color: var(--muted); }
code { font-family: inherit; color: #d1dce9; }
.local-badge { display: inline-flex; align-items: center; gap: 7px; color: #c7d5df; font-size: 10px; white-space: nowrap; padding: 6px 9px; border: 1px solid #2b4659; border-radius: 5px; background: rgb(10 25 41 / 25%); }
.local-badge svg { width: 16px; height: 16px; color: #90c7bb; }
.picker { position: relative; display: grid; grid-template-columns: 32px minmax(0, 1fr) auto; align-items: center; gap: 14px; border: 1px dashed #38546d; border-radius: 7px; background: rgb(10 25 41 / 45%); padding: 16px; cursor: pointer; transition: border-color .2s, background .2s; }
.picker:hover, .picker:focus-within, .picker.drag-over { border-color: var(--amber); background: rgb(245 158 11 / 4%); }
.picker:focus-within { outline: 2px solid var(--amber); outline-offset: 4px; }
.picker input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; z-index: 1; }
.file-icon { width: 32px; height: 32px; color: var(--amber); display: grid; place-items: center; }
.file-icon svg { height: 28px; width: 28px; }
.picker-copy { display: grid; gap: 3px; }
.picker strong { font-size: 14px; font-weight: 600; }
.choose-button { min-height: 40px; padding: 8px 14px; font-size: 12px; white-space: nowrap; }
.file-hint { color: #90a4ba; font-size: 11px; }
.upload-footnote { padding: 10px 0; display: flex; justify-content: space-between; gap: 12px; align-items: center; font-size: 10px; color: #a6b6c7; }
.privacy-note { display: inline-flex; align-items: center; gap: 7px; }
.privacy-note svg { width: 13px; height: 13px; flex-shrink: 0; }
#status { text-align: right; }
.processing .picker { opacity: .65; cursor: progress; }
.processing #status { color: var(--amber); }
.how-it-works { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding: 34px 0 7px; }
.how-it-works > div { display: flex; gap: 13px; }
.step-number { color: var(--amber); font-size: 10px; font-weight: 600; padding-top: 3px; }
.how-it-works h3 { font-size: 12px; font-weight: 600; margin-bottom: 6px; }
.how-it-works p { color: var(--muted); font-size: 11px; line-height: 1.8; max-width: 250px; }
.site-footer { border-top: 1px solid var(--navy-700); }
.site-footer > div { display: flex; justify-content: space-between; gap: 20px; max-width: 1200px; margin: auto; padding: 20px 40px; font-size: 10px; color: #91a5bc; }
.site-footer span > a { color: #c5d1df; }
.site-footer a > span { color: var(--amber); margin-left: 6px; }
.results-section { margin-top: 22px; scroll-margin-top: 20px; }
.results-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.results-heading h2 { font-size: 21px; margin: 0 0 5px; }
#summary { color: var(--muted); font-size: 12px; }
.quiet { background: transparent; font-size: 11px; min-height: 36px; }
.stats { margin: 16px 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--navy-700); border-radius: 8px; background: rgb(15 41 66 / 45%); }
.stats > div { padding: 17px 22px; border-right: 1px solid var(--navy-700); }
.stats > div:last-child { border: 0; }
.stats span { font-size: 25px; line-height: 1.3; font-weight: 550; font-variant-numeric: tabular-nums; }
.stats p { font-size: 10px; color: var(--muted); margin-top: 4px; }
.hard-text { color: var(--hard); }
.soft-text { color: var(--soft); }
.bar, .actions { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; }
.bar { justify-content: space-between; margin-bottom: 14px; }
.toggle { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; cursor: pointer; color: #c5d1df; }
.toggle input { accent-color: var(--amber); height: 16px; width: 16px; margin: 0; }
.actions { gap: 8px; }
#copied { color: var(--amber); font-size: 12px; }
#copied:not(:empty) { margin-bottom: 12px; }
.table-wrap { overflow-x: auto; border: 1px solid var(--navy-700); border-radius: 8px; background: rgb(15 41 66 / 35%); scrollbar-color: var(--navy-600) var(--navy-900); }
table { border-collapse: collapse; width: 100%; font-size: 12px; }
th, td { text-align: left; padding: 15px 17px; border-bottom: 1px solid var(--navy-700); vertical-align: top; }
th { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #a9bacd; white-space: nowrap; background: var(--navy-800); }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgb(26 58 90 / 35%); }
.col-email { font-weight: 500; white-space: nowrap; }
.col-type, .col-count, .col-status, .col-category { white-space: nowrap; }
.col-count { display: none; text-align: right; font-variant-numeric: tabular-nums; }
.grouped .col-count { display: table-cell; }
.col-count.dup { font-weight: 600; color: var(--amber); }
.col-reason { min-width: 33ch; max-width: 55ch; overflow-wrap: anywhere; }
.col-file { min-width: 22ch; max-width: 40ch; overflow-wrap: anywhere; color: var(--muted); }
.type-hard { color: var(--hard); font-weight: 600; }
.type-soft { color: var(--soft); font-weight: 600; }
.type-unknown { color: var(--muted); }
#empty-results { color: var(--muted); padding: 25px; font-size: 13px; }
.results-note { color: var(--muted); font-size: 11px; margin: 15px 0 0; }
#problems { margin: 18px 0 0; padding: 14px 18px; border: 1px solid #71502d; border-radius: 6px; color: var(--soft); background: rgb(245 158 11 / 4%); font-size: 12px; }
#problems summary { cursor: pointer; font-weight: 600; }
#problems li { overflow-wrap: anywhere; margin-top: 8px; }
.offscreen { position: fixed; left: -9999px; top: 0; opacity: 0; }
.noscript { margin-top: 24px; padding: 20px; border: 1px solid var(--amber); }
@media (max-width: 760px) { .header-inner { padding: 16px 24px; } main { padding: 0 24px 32px; } .hero { padding: 24px 0 18px; } .local-badge { display: none; } .how-it-works { gap: 20px; } .how-it-works > div { gap: 8px; } .site-footer > div { padding: 20px 24px; } .results-heading h2 { font-size: 20px; } }
@media (max-width: 540px) { .header-inner { padding: 15px 20px; } .brand img { width: 30px; height: 27px; } .brand span { font-size: 23px; } .header-divider, .tool-label { display: none; } main { padding: 0 20px 30px; } .eyebrow { font-size: 8px; } .hero { padding-top: 20px; } .lede { font-size: 12px; } .upload-panel { padding: 12px 12px 0; } h2 { font-size: 15px; } .picker { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 12px; } .file-icon { display: none; } .picker strong { font-size: 12px; } .file-hint { font-size: 10px; } .choose-button { min-height: 44px; padding: 8px 10px; font-size: 11px; gap: 8px; } .upload-footnote { align-items: flex-start; flex-direction: column; gap: 4px; font-size: 9px; } #status { text-align: left; } .how-it-works { grid-template-columns: 1fr; gap: 22px; padding: 27px 0 0; } .how-it-works > div { gap: 14px; } .how-it-works p { max-width: none; } .site-footer > div { flex-direction: column; gap: 8px; padding: 20px; } .results-heading { align-items: flex-start; } .results-heading h2 { font-size: 18px; } .quiet { padding: 7px 10px; white-space: nowrap; } .stats { grid-template-columns: repeat(2, 1fr); } .stats > div { padding: 12px 17px; } .stats > div:nth-child(2) { border-right: 0; } .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--navy-700); } .bar { gap: 14px; } .actions { width: 100%; } .actions button { flex: 1; font-size: 12px; } }
.has-results .hero, .has-results .panel-heading, .has-results .file-icon, .has-results .file-hint, .has-results .privacy-note { display: none; }
.has-results .upload-panel { padding: 6px; margin-top: 16px; }
.has-results .picker { grid-template-columns: minmax(0, 1fr) auto; padding: 6px 10px; border-color: transparent; }
.has-results .upload-footnote { padding: 0; }
.has-results:not(.processing) #status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.has-results.processing .upload-footnote { padding: 5px 10px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
