
h1{text-align:center;font-size:22px;margin-bottom:18px;color:#222}
.stat-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:14px}
.stat-item{background:#fff;padding:12px 8px;border-radius:8px;border:1px solid #dde1e8;text-align:center}
.stat-num{font-size:24px;font-weight:bold;color:#1967d2;margin:4px 0}
.stat-label{font-size:13px;color:#555}
#txtarea{width:100%;min-height:280px;padding:14px;border:1px solid #ccd1db;border-radius:8px;font-size:15px;line-height:1.7;resize:vertical;background:#fff}
.btns{margin:12px 0}
button{padding:9px 18px;border:none;border-radius:6px;background:#2374d8;color:#fff;margin-right:8px;font-size:14px;cursor:pointer}
button:hover{background:#1c62bc}
.desc{margin:14px 0px;font-size:12px;color:#666;line-height:1.5}
.btns a {    padding: 9px 14px;
    border: none;
    border-radius: 6px;
    background: #ef4343;
    color: #fff;
    font-size: 14px;
    cursor: pointer;}
.btns a:hover  {    padding: 9px 14px;
    border: none;
    border-radius: 6px;
    background: #e90c0c;
    color: #fff;
    font-size: 14px;
    cursor: pointer;}