body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5;color:#1a1a2e}.app{min-height:100vh;display:flex;flex-direction:column}header{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:2rem;text-align:center;color:#fff}header h1{font-size:2rem;margin-bottom:.25rem}.subtitle{color:#94a3b8;font-size:.95rem}.badges{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.badge{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;background:rgba(255,255,255,.1);color:#e2e8f0}.badge.status.ok{background:#065f46;color:#6ee7b7}.badge.status.err{background:#7f1d1d;color:#fca5a5}.tabs{display:flex;gap:0;background:white;border-bottom:2px solid #e5e7eb;max-width:900px;width:100%;margin:0 auto}.tabs button{flex:1;padding:.75rem;background:none;border:none;font-size:.95rem;cursor:pointer;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tabs button.active{color:#3b82f6;border-bottom-color:#3b82f6;font-weight:600}.tabs button:hover{color:#3b82f6}main{flex:1;max-width:900px;width:100%;margin:1.5rem auto;padding:0 1rem}.input-section{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical}textarea:focus{outline:none;border-color:#3b82f6}.input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.char-count{font-size:.8rem;color:#94a3b8}.input-footer button{width:auto;padding:.6rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.input-footer button:hover:not(:disabled){background:#2563eb}.input-footer button:disabled{opacity:.5;cursor:not-allowed}.error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fecaca}.results{display:flex;flex-direction:column;gap:1rem}.card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.card h3{color:#1e293b;margin-bottom:1rem;font-size:1rem;text-transform:uppercase;letter-spacing:.05em}.summary-card{border-left:4px solid #3b82f6;position:relative}.summary-text{line-height:1.7;color:#334155;font-size:1rem}.cache-badge{position:absolute;top:1rem;right:1rem;background:#dbeafe;color:#1d4ed8;padding:.15rem .5rem;border-radius:999px;font-size:.7rem;font-weight:600}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem}.stat{text-align:center;padding:1rem;background:#f8fafc;border-radius:8px}.stat.highlight{background:#eff6ff}.stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1e293b}.stat-label{display:block;font-size:.75rem;color:#64748b;margin-top:.25rem}.stat.highlight .stat-value{color:#2563eb}.word-freq{display:flex;flex-direction:column;gap:.4rem}.word-bar{display:flex;align-items:center;gap:.5rem}.word-label{width:80px;text-align:right;font-size:.85rem;color:#475569;font-weight:500}.bar-container{flex:1;height:20px;background:#f1f5f9;border-radius:4px;overflow:hidden}.bar{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:4px;transition:width .5s ease}.word-count{width:30px;font-size:.8rem;color:#94a3b8}.history{display:flex;flex-direction:column;gap:.75rem}.empty{text-align:center;color:#94a3b8;padding:3rem}.history-item{background:white;padding:1rem 1.25rem;border-radius:8px;box-shadow:0 1px 3px #0000001a}.history-content{font-size:.9rem;color:#334155;margin-bottom:.5rem}.history-meta{display:flex;gap:1rem;font-size:.75rem;color:#94a3b8;margin-bottom:.5rem}.history-summary{font-size:.85rem;color:#3b82f6;padding:.5rem;background:#f0f9ff;border-radius:6px;margin-top:.5rem}footer{padding:1.5rem;text-align:center;color:#94a3b8;font-size:.8rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333}#root{min-height:100vh}
