: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}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;max-width:640px;margin:0 auto}.header{text-align:center;margin-bottom:2rem}.logo{display:flex;align-items:center;justify-content:center;gap:.5rem}.logo h1{margin:0;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;color:#fafafa}.accent{background:linear-gradient(135deg,#ff6b35,#ff2d2d,#ff6b35);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.flame{font-size:2.5rem;animation:flicker 1.5s ease-in-out infinite alternate}@keyframes flicker{0%{transform:scale(1) rotate(-3deg);opacity:1}to{transform:scale(1.1) rotate(3deg);opacity:.85}}.subtitle{margin:.5rem 0 0;color:#ffffff73;font-size:.95rem}.search-form{display:flex;gap:.75rem;width:100%;margin-bottom:2rem}.input-wrap{flex:1;display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.625rem;padding:0 .875rem;transition:border-color .2s}.input-wrap:focus-within{border-color:#ff6b3580;box-shadow:0 0 0 3px #ff6b3514}.input-prefix{color:#ffffff4d;font-size:.95rem;margin-right:.25rem;-webkit-user-select:none;user-select:none}.input{flex:1;background:none;border:none;outline:none;color:#fafafa;font-size:.95rem;padding:.75rem 0;font-family:inherit}.input::placeholder{color:#ffffff40}.btn-burn{background:linear-gradient(135deg,#ff6b35,#e03e3e);color:#fff;font-weight:700;font-size:.9rem;border:none;border-radius:.625rem;padding:.75rem 1.5rem;cursor:pointer;transition:transform .15s,box-shadow .15s,opacity .2s;white-space:nowrap;font-family:inherit;letter-spacing:-.01em}.btn-burn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #ff3c284d}.btn-burn:active:not(:disabled){transform:translateY(0)}.btn-burn:disabled{opacity:.5;cursor:not-allowed}.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-box{width:100%;background:#ff2d2d1a;border:1px solid rgba(255,45,45,.25);color:#ff6b6b;padding:.875rem 1rem;border-radius:.625rem;font-size:.9rem;margin-bottom:2rem;text-align:center}.result-area{width:100%;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.profile-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding:1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.75rem}.avatar{width:64px;height:64px;border-radius:50%;border:2px solid rgba(255,107,53,.4);flex-shrink:0}.profile-info{min-width:0}.profile-name{margin:0;font-size:1.2rem;font-weight:700;color:#fafafa}.profile-handle{font-size:.85rem;color:#fff6;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.profile-bio{margin:.5rem 0 0;font-size:.875rem;color:#ffffff8c}.profile-stats{display:flex;gap:1rem;margin-top:.625rem;font-size:.8rem;color:#fff6}.profile-stats span{font-variant-numeric:tabular-nums}.severity-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid;border-radius:.625rem;margin-bottom:1.25rem;background:#ffffff05}.severity-label{font-weight:800;font-size:.8rem;letter-spacing:.1em}.severity-count{font-size:.8rem;color:#fff6}.burns-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.burn-item{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:.625rem;opacity:0;transform:translateY(8px);transition:opacity .35s ease-out,transform .35s ease-out}.burn-item.visible{opacity:1;transform:translateY(0)}.burn-item:last-child{border-color:#ff6b3526;background:#ff6b3508}.burn-emoji{font-size:1.25rem;flex-shrink:0;line-height:1.4}.burn-text{font-size:.9rem;color:#ffffffbf;line-height:1.55}.footer{margin-top:auto;padding-top:3rem;text-align:center}.footer p{margin:0;font-size:.75rem;color:#fff3;max-width:28rem}@media(max-width:500px){.search-form{flex-direction:column}.btn-burn{width:100%;text-align:center}.profile-header{flex-direction:column;align-items:center;text-align:center}.profile-stats{justify-content:center}}
