body{font-family:'Inter',sans-serif;background-color:#f4f8fb;margin:0;padding:40px 20px}.container{max-width:600px;margin:auto;background:#fff;border-radius:16px;padding:40px 30px;box-shadow:0 4px 24px rgb(0 0 0 / .08);text-align:center}.logo{max-width:67px;height:55px;margin-bottom:15px}h2{font-size:1.8rem;font-weight:700;color:#111}.note{font-size:.95rem;margin-bottom:20px;color:#555}select,input[type="file"],button{width:100%;padding:12px 14px;margin:12px 0;border-radius:10px;border:1px solid #ccc;font-size:1rem}#dropZone{border:2px dashed #ccc;padding:20px;background-color:#f9f9f9;cursor:pointer}#dropZone:hover{border-color:#007bff;background-color:#eef7ff}#fileDetails{font-size:.95rem;margin:10px 0;color:#333}.btn{background-color:#007bff;color:#fff;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;transition:background-color 0.3s}.btn:hover{background-color:#0056b3}.btn i{font-style:normal}a.download{display:block;margin-top:20px;background:#28a745;color:#fff;padding:10px;border-radius:8px;text-decoration:none}