.stms-wrap{max-width:1200px;margin:20px auto;font-family:Arial,sans-serif}.stms-card{background:#fff;border:1px solid #ddd;padding:20px;margin-bottom:20px;border-radius:8px}.stms-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stms-wrap label{display:block;font-weight:600;margin-top:12px}.stms-wrap input,.stms-wrap textarea,.stms-wrap select{width:100%;max-width:100%;padding:9px;margin-top:5px;border:1px solid #ccc;border-radius:5px}.stms-wrap input[readonly]{background:#f5f5f5}.stms-wrap textarea{min-height:80px}.stms-wrap button,.stms-edit-btn,.stms-cancel-btn{display:inline-block;margin-top:8px;padding:8px 14px;border:0;border-radius:5px;background:#2271b1;color:#fff!important;cursor:pointer;text-decoration:none;font-size:14px}.stms-delete-btn{background:#b32d2e!important}.stms-cancel-btn{background:#666}.stms-table{width:100%;border-collapse:collapse;font-size:14px}.stms-table th,.stms-table td{border:1px solid #ddd;padding:10px;vertical-align:top}.stms-table th{background:#f5f5f5;text-align:left}.stms-edit-row td{background:#fbfbfb}.stms-edit-form{border:1px solid #ddd;padding:15px;border-radius:8px;background:#fff}.stms-alert{padding:12px;margin-bottom:15px;border-radius:6px}.stms-success{background:#e7f7e7;border:1px solid #9bd39b}.stms-error{background:#ffecec;border:1px solid #e7a1a1}@media(max-width:768px){.stms-grid{grid-template-columns:1fr}.stms-table{display:block;overflow-x:auto}}