:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:start center;padding:2rem}.container{max-width:40rem;width:100%;padding:2rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#ffffff05}.tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);padding:.25rem .5rem;border-radius:.25rem;margin-bottom:1rem}h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.subtitle{margin:0 0 1.25rem;color:#ffffff8c;font-size:.9rem}.textarea{width:100%;min-height:10rem;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;background:#ffffff0a;color:#fafafa;font-family:inherit;font-size:.95rem;line-height:1.6;resize:vertical;outline:none;transition:border-color .15s}.textarea::placeholder{color:#ffffff4d}.textarea:focus{border-color:#ffffff4d}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1.25rem}.stat{display:flex;flex-direction:column;padding:.75rem;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;background:#ffffff08;text-align:center}.stat-value{font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums;color:#fafafa;word-break:break-word}.stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;margin-top:.25rem}.readability{margin-top:1.25rem;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;background:#ffffff08}.readability-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;margin-bottom:.6rem}.readability-score{font-weight:600;font-variant-numeric:tabular-nums;color:#8affc1}.readability-bar-bg{height:6px;border-radius:3px;background:#ffffff1a;overflow:hidden}.readability-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#ff6b6b,#feca57,#48dbfb,#8affc1);transition:width .3s ease}.issues{margin-top:1.25rem;padding:.875rem 1rem;border:1px solid rgba(255,107,107,.25);border-radius:.5rem;background:#ff6b6b0f}.issues.clean{border-color:#8affc140;background:#8affc10f}.issues h3{margin:0 0 .5rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ff6b6bd9}.issues.clean p{margin:0;color:#8affc1d9;font-size:.85rem}.issues ul{margin:0;padding-left:1.25rem;font-size:.85rem;color:#ffffffb3}.issues li{margin-bottom:.35rem}.issues li:last-child{margin-bottom:0}@media(max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}
