:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--black:#000;--white:#fff;--text:#1c1c1c;--muted:#666;--line:#d7d7d7;--panel:#f6f6f6;--focus:#1464f4;--danger:#8f1d1d}*{box-sizing:border-box}html{background:var(--white);min-width:320px}body{min-height:100vh;color:var(--text);background:var(--white);margin:0;font-family:Verdana,Geneva,sans-serif;font-size:1rem;line-height:1.6}h1,h2,h3,h4{font-family:Courier New,Courier,monospace}a{color:inherit;text-underline-offset:.18em;text-decoration-thickness:1px}:is(a:focus-visible,button:focus-visible,textarea:focus-visible){outline:3px solid var(--focus);outline-offset:4px}.skip-link{z-index:10;color:var(--black);background:var(--white);padding:.65rem .9rem;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.site-width{width:min(100% - 2rem,90rem);margin-inline:auto}.site-header{color:var(--white);background:var(--black)}.site-header-inner{justify-content:space-between;align-items:center;gap:1rem;min-height:4.25rem;padding:.5rem 0;display:flex}.brand{align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.brand img{width:2.25rem;height:2.25rem}.site-header-action{color:inherit;flex:none;font-size:.875rem}.site-header-actions{align-items:center;gap:1rem;display:flex}.hero{background:var(--black);height:clamp(15rem,30vw,21rem);overflow:hidden}.hero img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.content{text-align:center;justify-items:center;min-height:clamp(31rem,52vw,48rem);padding:clamp(2.25rem,5vw,4rem) 0 clamp(4rem,9vw,7rem);display:grid}.content h1{color:var(--black);letter-spacing:.025em;margin:0 0 clamp(1.125rem,3vw,2.25rem);font-size:clamp(2rem,4vw,2.75rem);line-height:1.15}.content>p{max-width:60rem;margin:0 0 clamp(2.5rem,5vw,4.5rem)}.follower-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,3rem);width:100%;display:grid}.followers{border-top:1px solid var(--line);width:100%;min-width:0;padding-top:clamp(2rem,5vw,3.5rem)}.followers h2{color:var(--black);margin:0 0 1.5rem;font-size:clamp(1.5rem,3vw,2rem)}.empty-state{color:var(--muted);margin:0;font-size:.9375rem}.follower-list{text-align:left;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.follower-list li{min-width:0}.follower-pill{border:1px solid var(--line);border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:10px;text-decoration:none;display:grid}.follower-pill:hover{background:#0003}.follower-avatar,.follower-avatar-fallback{border-radius:50%;width:3rem;height:3rem}.follower-avatar{object-fit:cover;display:block}.follower-avatar-fallback{color:var(--white);background:var(--black);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.follower-identity{min-width:0;display:grid}.follower-name{color:var(--black);font-weight:700}.follower-name,.follower-handle{overflow-wrap:anywhere}.follower-handle,.follower-count{color:var(--muted);font-size:.875rem}.follower-count{text-align:right}.site-footer{text-align:center;padding:1rem 0 2.5rem;font-size:.875rem}.site-footer-inner{justify-items:center;gap:0;display:grid}.site-footer p{margin:0}.site-footer-action{margin-top:1rem}.site-footer img{width:8rem;height:8rem;margin:0 0 20px}.social-links{justify-content:center;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.social-pill{border:1px solid var(--line);border-radius:999px;align-items:center;gap:.5rem;padding:.625rem 1rem;text-decoration:none;display:inline-flex}.social-pill:hover{background:#0003}.social-mark{color:var(--black);font-weight:700}.admin-shell{width:min(100% - 2rem,76rem);margin:0 auto;padding:2rem 0 5rem}.admin-header,.admin-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-header{border-bottom:1px solid var(--line);margin-bottom:2.5rem;padding-bottom:1rem}.admin-header a,.admin-toolbar a{font-size:.875rem}.admin-title{margin:.75rem 0 .25rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.admin-title:first-child{margin-top:0}.admin-subtitle{color:var(--muted);margin:0}.admin-actions{margin:1.5rem 0 2rem}.button-link,.primary-button{border:1px solid var(--black);min-height:2.75rem;color:var(--white);background:var(--black);font:inherit;cursor:pointer;border-radius:0;justify-content:center;align-items:center;padding:.65rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}.primary-button:disabled{cursor:wait;opacity:.65}.import-panel{border:1px solid var(--line);margin-top:2rem;padding:clamp(1.25rem,3vw,2rem)}.import-panel label,.import-panel textarea{width:100%;display:block}.import-panel label{margin-bottom:.5rem;font-weight:700}.import-panel textarea{resize:vertical;border:1px solid var(--line);min-height:22rem;color:var(--text);background:var(--white);padding:.75rem;font-family:Courier New,Courier,monospace;font-size:.8125rem;line-height:1.5}.import-help,.import-status{color:var(--muted);font-size:.875rem}.import-status{min-height:1.5em}.import-status[data-state=error]{color:var(--danger)}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:2rem 0;display:grid}.metric,.admin-panel,.access-denied{border:1px solid var(--line);background:var(--white)}.metric{padding:1.25rem}.metric dt{color:var(--muted);font-size:.8125rem}.metric dd{color:var(--black);margin:.35rem 0 0;font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:700}.admin-panel{margin-top:1.5rem;padding:clamp(1rem,3vw,1.5rem)}.admin-panel h2{margin:0 0 1rem}.notice{border-left:4px solid var(--black);background:var(--panel);padding:.9rem 1rem;font-size:.875rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:.75rem}th{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;font-size:.75rem}.status-complete{color:#176425}.status-failed{color:var(--danger)}.access-denied{max-width:42rem;margin:6rem auto;padding:2rem}@media (max-width:52rem){.follower-sections{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:40rem){.brand{font-size:1.1rem}.hero{height:13rem}.content{min-height:30rem;padding-top:2.5rem}.content h1{margin-bottom:2.5rem}.admin-header,.admin-toolbar{flex-direction:column;align-items:flex-start}.follower-pill{gap:.75rem}.metric-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important}}
