.tms-card { background:white; border-radius:1rem; padding:2rem; max-width:600px; margin:auto; box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.tms-fade { animation: fadeIn 0.5s ease-out; }
.tms-title { font-size:1.8rem; font-weight:700; margin-bottom:1rem; text-align:center; }
.tms-service { padding:1rem; border:1px solid #ccc; border-radius:.5rem; text-align:center; cursor:pointer; transition:all .3s;}
.tms-service.active { border-color:#007bff; background:#e6f0ff;}
.tms-textarea, .tms-input { width:100%; padding:.75rem; border:1px solid #ccc; border-radius:.5rem; margin-bottom:.5rem; }
.tms-btn { background:#007bff; color:white; padding:.75rem 1.5rem; border:none; border-radius:.5rem; cursor:pointer; transition:all .3s; }
.tms-btn:hover { background:#0056b3; }
.tms-error { color:red; margin-bottom:1rem; text-align:center; }
@keyframes fadeIn { from {opacity:0} to {opacity:1} }
