*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100vh;background:#0b0f14;color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}h1{font-size:42px;margin-bottom:20px}.header-green{color:#00ff9c}.header-yellow{color:#facc15}input{width:100%;max-width:520px;padding:14px;margin-bottom:20px;border-radius:6px;border:none;font-size:16px}button{background:#00ff9c;color:#0b0f14;padding:12px 18px;margin:6px;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:15px}button:hover{opacity:.9}.result-box{margin-top:30px;background:#111827;border-radius:8px;padding:24px;max-width:900px;width:100%;text-align:left}.section-title{font-size:18px;font-weight:700;margin-bottom:12px;color:#facc15}.content{white-space:pre-wrap;line-height:1.6;color:#e5e7eb}